diff --git a/Cargo.lock b/Cargo.lock new file mode 100644 index 0000000..7102e36 --- /dev/null +++ b/Cargo.lock @@ -0,0 +1,5298 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 4 + +[[package]] +name = "Inflector" +version = "0.11.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3" + +[[package]] +name = "adler2" +version = "2.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" + +[[package]] +name = "aho-corasick" +version = "1.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" +dependencies = [ + "memchr", +] + +[[package]] +name = "alloc-no-stdlib" +version = "2.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" + +[[package]] +name = "alloc-stdlib" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" +dependencies = [ + "alloc-no-stdlib", +] + +[[package]] +name = "allocator-api2" +version = "0.2.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" + +[[package]] +name = "android_system_properties" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" +dependencies = [ + "libc", +] + +[[package]] +name = "anyhow" +version = "1.0.100" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" + +[[package]] +name = "arc-swap" +version = "1.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "51d03449bb8ca2cc2ef70869af31463d1ae5ccc8fa3e334b307203fbf815207e" +dependencies = [ + "rustversion", +] + +[[package]] +name = "ascii_utils" +version = "0.9.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "71938f30533e4d95a6d17aa530939da3842c2ab6f4f84b9dae68447e4129f74a" + +[[package]] +name = "async-compression" +version = "0.4.37" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d10e4f991a553474232bc0a31799f6d24b034a84c0971d80d2e2f78b2e576e40" +dependencies = [ + "compression-codecs", + "compression-core", + "pin-project-lite", + "tokio", +] + +[[package]] +name = "async-graphql" +version = "7.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1057a9f7ccf2404d94571dec3451ade1cb524790df6f1ada0d19c2a49f6b0f40" +dependencies = [ + "async-graphql-derive", + "async-graphql-parser", + "async-graphql-value", + "async-io", + "async-trait", + "asynk-strim", + "base64 0.22.1", + "bytes", + "fast_chemail", + "fnv", + "futures-util", + "handlebars", + "http 1.4.0", + "indexmap 2.13.0", + "mime", + "multer", + "num-traits", + "pin-project-lite", + "regex", + "serde", + "serde_json", + "serde_urlencoded", + "static_assertions_next", + "tempfile", + "thiserror 2.0.18", +] + +[[package]] +name = "async-graphql-axum" +version = "7.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a1e37c5532e4b686acf45e7162bc93da91fc2c702fb0d465efc2c20c8f973795" +dependencies = [ + "async-graphql", + "axum 0.8.8", + "bytes", + "futures-util", + "serde_json", + "tokio", + "tokio-stream", + "tokio-util", + "tower-service", +] + +[[package]] +name = "async-graphql-derive" +version = "7.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e6cbeadc8515e66450fba0985ce722192e28443697799988265d86304d7cc68" +dependencies = [ + "Inflector", + "async-graphql-parser", + "darling 0.23.0", + "proc-macro-crate", + "proc-macro2", + "quote", + "strum", + "syn 2.0.114", + "thiserror 2.0.18", +] + +[[package]] +name = "async-graphql-parser" +version = "7.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e64ef70f77a1c689111e52076da1cd18f91834bcb847de0a9171f83624b07fbf" +dependencies = [ + "async-graphql-value", + "pest", + "serde", + "serde_json", +] + +[[package]] +name = "async-graphql-value" +version = "7.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3e3ef112905abea9dea592fc868a6873b10ebd3f983e83308f995d6284e9ba41" +dependencies = [ + "bytes", + "indexmap 2.13.0", + "serde", + "serde_json", +] + +[[package]] +name = "async-io" +version = "2.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc" +dependencies = [ + "autocfg", + "cfg-if", + "concurrent-queue", + "futures-io", + "futures-lite", + "parking", + "polling", + "rustix", + "slab", + "windows-sys 0.61.2", +] + +[[package]] +name = "async-stream" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" +dependencies = [ + "async-stream-impl", + "futures-core", + "pin-project-lite", +] + +[[package]] +name = "async-stream-impl" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.114", +] + +[[package]] +name = "async-trait" +version = "0.1.89" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.114", +] + +[[package]] +name = "asynk-strim" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "52697735bdaac441a29391a9e97102c74c6ef0f9b60a40cf109b1b404e29d2f6" +dependencies = [ + "futures-core", + "pin-project-lite", +] + +[[package]] +name = "atoi" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" +dependencies = [ + "num-traits", +] + +[[package]] +name = "atomic-waker" +version = "1.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" + +[[package]] +name = "auth-api" +version = "0.1.0" +dependencies = [ + "rustapi-rs", + "serde", + "tokio", + "utoipa", + "validator 0.16.1", +] + +[[package]] +name = "autocfg" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" + +[[package]] +name = "axum" +version = "0.6.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf" +dependencies = [ + "async-trait", + "axum-core 0.3.4", + "bitflags 1.3.2", + "bytes", + "futures-util", + "http 0.2.12", + "http-body 0.4.6", + "hyper 0.14.32", + "itoa", + "matchit 0.7.3", + "memchr", + "mime", + "percent-encoding", + "pin-project-lite", + "rustversion", + "serde", + "sync_wrapper 0.1.2", + "tower 0.4.13", + "tower-layer", + "tower-service", +] + +[[package]] +name = "axum" +version = "0.8.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8" +dependencies = [ + "axum-core 0.5.6", + "base64 0.22.1", + "bytes", + "form_urlencoded", + "futures-util", + "http 1.4.0", + "http-body 1.0.1", + "http-body-util", + "hyper 1.8.1", + "hyper-util", + "itoa", + "matchit 0.8.4", + "memchr", + "mime", + "percent-encoding", + "pin-project-lite", + "serde_core", + "serde_json", + "serde_path_to_error", + "serde_urlencoded", + "sha1", + "sync_wrapper 1.0.2", + "tokio", + "tokio-tungstenite 0.28.0", + "tower 0.5.3", + "tower-layer", + "tower-service", + "tracing", +] + +[[package]] +name = "axum-core" +version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c" +dependencies = [ + "async-trait", + "bytes", + "futures-util", + "http 0.2.12", + "http-body 0.4.6", + "mime", + "rustversion", + "tower-layer", + "tower-service", +] + +[[package]] +name = "axum-core" +version = "0.5.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1" +dependencies = [ + "bytes", + "futures-core", + "http 1.4.0", + "http-body 1.0.1", + "http-body-util", + "mime", + "pin-project-lite", + "sync_wrapper 1.0.2", + "tower-layer", + "tower-service", + "tracing", +] + +[[package]] +name = "base62" +version = "2.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1adf9755786e27479693dedd3271691a92b5e242ab139cacb9fb8e7fb5381111" + +[[package]] +name = "base64" +version = "0.21.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" + +[[package]] +name = "base64" +version = "0.22.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" + +[[package]] +name = "base64ct" +version = "1.8.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" + +[[package]] +name = "bit-set" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" +dependencies = [ + "bit-vec", +] + +[[package]] +name = "bit-vec" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" + +[[package]] +name = "bitflags" +version = "1.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" + +[[package]] +name = "bitflags" +version = "2.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" +dependencies = [ + "serde_core", +] + +[[package]] +name = "block-buffer" +version = "0.10.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" +dependencies = [ + "generic-array", +] + +[[package]] +name = "brotli" +version = "8.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560" +dependencies = [ + "alloc-no-stdlib", + "alloc-stdlib", + "brotli-decompressor", +] + +[[package]] +name = "brotli-decompressor" +version = "5.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03" +dependencies = [ + "alloc-no-stdlib", + "alloc-stdlib", +] + +[[package]] +name = "bstr" +version = "1.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab" +dependencies = [ + "memchr", + "serde", +] + +[[package]] +name = "bumpalo" +version = "3.19.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510" + +[[package]] +name = "byteorder" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" + +[[package]] +name = "bytes" +version = "1.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" +dependencies = [ + "serde", +] + +[[package]] +name = "cc" +version = "1.2.54" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6354c81bbfd62d9cfa9cb3c773c2b7b2a3a482d569de977fd0e961f6e7c00583" +dependencies = [ + "find-msvc-tools", + "jobserver", + "libc", + "shlex", +] + +[[package]] +name = "cfg-if" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" + +[[package]] +name = "chrono" +version = "0.4.43" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118" +dependencies = [ + "iana-time-zone", + "js-sys", + "num-traits", + "serde", + "wasm-bindgen", + "windows-link", +] + +[[package]] +name = "chrono-tz" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "93698b29de5e97ad0ae26447b344c482a7284c737d9ddc5f9e52b74a336671bb" +dependencies = [ + "chrono", + "chrono-tz-build", + "phf", +] + +[[package]] +name = "chrono-tz-build" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c088aee841df9c3041febbb73934cfc39708749bf96dc827e3359cd39ef11b1" +dependencies = [ + "parse-zoneinfo", + "phf", + "phf_codegen", +] + +[[package]] +name = "compression-codecs" +version = "0.4.36" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00828ba6fd27b45a448e57dbfe84f1029d4c9f26b368157e9a448a5f49a2ec2a" +dependencies = [ + "brotli", + "compression-core", + "flate2", + "memchr", + "zstd", + "zstd-safe", +] + +[[package]] +name = "compression-core" +version = "0.4.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "75984efb6ed102a0d42db99afb6c1948f0380d1d91808d5529916e6c08b49d8d" + +[[package]] +name = "concurrent-queue" +version = "2.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" +dependencies = [ + "crossbeam-utils", +] + +[[package]] +name = "const-oid" +version = "0.9.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" + +[[package]] +name = "cookie" +version = "0.18.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747" +dependencies = [ + "time", + "version_check", +] + +[[package]] +name = "core-foundation" +version = "0.9.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" +dependencies = [ + "core-foundation-sys", + "libc", +] + +[[package]] +name = "core-foundation-sys" +version = "0.8.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" + +[[package]] +name = "cors-test" +version = "0.1.0" +dependencies = [ + "rustapi-macros", + "rustapi-rs", + "serde", + "serde_json", + "tokio", +] + +[[package]] +name = "cpufeatures" +version = "0.2.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" +dependencies = [ + "libc", +] + +[[package]] +name = "crc" +version = "3.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d" +dependencies = [ + "crc-catalog", +] + +[[package]] +name = "crc-catalog" +version = "2.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" + +[[package]] +name = "crc32fast" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" +dependencies = [ + "cfg-if", +] + +[[package]] +name = "crossbeam-channel" +version = "0.5.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" +dependencies = [ + "crossbeam-utils", +] + +[[package]] +name = "crossbeam-deque" +version = "0.8.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" +dependencies = [ + "crossbeam-epoch", + "crossbeam-utils", +] + +[[package]] +name = "crossbeam-epoch" +version = "0.9.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" +dependencies = [ + "crossbeam-utils", +] + +[[package]] +name = "crossbeam-queue" +version = "0.3.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115" +dependencies = [ + "crossbeam-utils", +] + +[[package]] +name = "crossbeam-utils" +version = "0.8.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" + +[[package]] +name = "crud-api" +version = "0.1.0" +dependencies = [ + "rustapi-rs", + "serde", + "tokio", + "utoipa", + "validator 0.16.1", +] + +[[package]] +name = "crypto-common" +version = "0.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" +dependencies = [ + "generic-array", + "typenum", +] + +[[package]] +name = "darling" +version = "0.20.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" +dependencies = [ + "darling_core 0.20.11", + "darling_macro 0.20.11", +] + +[[package]] +name = "darling" +version = "0.23.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d" +dependencies = [ + "darling_core 0.23.0", + "darling_macro 0.23.0", +] + +[[package]] +name = "darling_core" +version = "0.20.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e" +dependencies = [ + "fnv", + "ident_case", + "proc-macro2", + "quote", + "strsim", + "syn 2.0.114", +] + +[[package]] +name = "darling_core" +version = "0.23.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0" +dependencies = [ + "ident_case", + "proc-macro2", + "quote", + "strsim", + "syn 2.0.114", +] + +[[package]] +name = "darling_macro" +version = "0.20.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" +dependencies = [ + "darling_core 0.20.11", + "quote", + "syn 2.0.114", +] + +[[package]] +name = "darling_macro" +version = "0.23.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d" +dependencies = [ + "darling_core 0.23.0", + "quote", + "syn 2.0.114", +] + +[[package]] +name = "dashmap" +version = "5.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" +dependencies = [ + "cfg-if", + "hashbrown 0.14.5", + "lock_api", + "once_cell", + "parking_lot_core", +] + +[[package]] +name = "dashmap" +version = "6.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" +dependencies = [ + "cfg-if", + "crossbeam-utils", + "hashbrown 0.14.5", + "lock_api", + "once_cell", + "parking_lot_core", +] + +[[package]] +name = "data-encoding" +version = "2.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea" + +[[package]] +name = "der" +version = "0.7.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" +dependencies = [ + "const-oid", + "pem-rfc7468", + "zeroize", +] + +[[package]] +name = "deranged" +version = "0.5.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587" +dependencies = [ + "powerfmt", +] + +[[package]] +name = "derive_builder" +version = "0.20.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947" +dependencies = [ + "derive_builder_macro", +] + +[[package]] +name = "derive_builder_core" +version = "0.20.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8" +dependencies = [ + "darling 0.20.11", + "proc-macro2", + "quote", + "syn 2.0.114", +] + +[[package]] +name = "derive_builder_macro" +version = "0.20.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c" +dependencies = [ + "derive_builder_core", + "syn 2.0.114", +] + +[[package]] +name = "deunicode" +version = "1.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "abd57806937c9cc163efc8ea3910e00a62e2aeb0b8119f1793a978088f8f6b04" + +[[package]] +name = "digest" +version = "0.10.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" +dependencies = [ + "block-buffer", + "const-oid", + "crypto-common", + "subtle", +] + +[[package]] +name = "displaydoc" +version = "0.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.114", +] + +[[package]] +name = "dotenvy" +version = "0.15.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" + +[[package]] +name = "either" +version = "1.15.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" +dependencies = [ + "serde", +] + +[[package]] +name = "encoding_rs" +version = "0.8.35" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" +dependencies = [ + "cfg-if", +] + +[[package]] +name = "envy" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965" +dependencies = [ + "serde", +] + +[[package]] +name = "equivalent" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" + +[[package]] +name = "errno" +version = "0.3.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" +dependencies = [ + "libc", + "windows-sys 0.61.2", +] + +[[package]] +name = "etcetera" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943" +dependencies = [ + "cfg-if", + "home", + "windows-sys 0.48.0", +] + +[[package]] +name = "event-listener" +version = "5.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" +dependencies = [ + "concurrent-queue", + "parking", + "pin-project-lite", +] + +[[package]] +name = "event-sourcing" +version = "0.1.0" +dependencies = [ + "async-trait", + "dashmap 5.5.3", + "rustapi-rs", + "serde", + "serde_json", + "thiserror 1.0.69", + "tokio", + "tracing", + "tracing-subscriber", + "utoipa", + "uuid", +] + +[[package]] +name = "fast_chemail" +version = "0.9.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "495a39d30d624c2caabe6312bfead73e7717692b44e0b32df168c275a2e8e9e4" +dependencies = [ + "ascii_utils", +] + +[[package]] +name = "fastrand" +version = "2.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" + +[[package]] +name = "find-msvc-tools" +version = "0.1.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8591b0bcc8a98a64310a2fae1bb3e9b8564dd10e381e6e28010fde8e8e8568db" + +[[package]] +name = "flate2" +version = "1.1.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369" +dependencies = [ + "crc32fast", + "miniz_oxide", +] + +[[package]] +name = "flume" +version = "0.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095" +dependencies = [ + "futures-core", + "futures-sink", + "spin", +] + +[[package]] +name = "fnv" +version = "1.0.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" + +[[package]] +name = "foldhash" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" + +[[package]] +name = "foreign-types" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" +dependencies = [ + "foreign-types-shared", +] + +[[package]] +name = "foreign-types-shared" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" + +[[package]] +name = "form_urlencoded" +version = "1.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" +dependencies = [ + "percent-encoding", +] + +[[package]] +name = "futures-channel" +version = "0.3.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" +dependencies = [ + "futures-core", + "futures-sink", +] + +[[package]] +name = "futures-core" +version = "0.3.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" + +[[package]] +name = "futures-executor" +version = "0.3.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" +dependencies = [ + "futures-core", + "futures-task", + "futures-util", +] + +[[package]] +name = "futures-intrusive" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" +dependencies = [ + "futures-core", + "lock_api", + "parking_lot", +] + +[[package]] +name = "futures-io" +version = "0.3.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" + +[[package]] +name = "futures-lite" +version = "2.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" +dependencies = [ + "futures-core", + "pin-project-lite", +] + +[[package]] +name = "futures-macro" +version = "0.3.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.114", +] + +[[package]] +name = "futures-sink" +version = "0.3.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" + +[[package]] +name = "futures-task" +version = "0.3.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" + +[[package]] +name = "futures-util" +version = "0.3.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" +dependencies = [ + "futures-core", + "futures-io", + "futures-macro", + "futures-sink", + "futures-task", + "memchr", + "pin-project-lite", + "pin-utils", + "slab", +] + +[[package]] +name = "generic-array" +version = "0.14.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" +dependencies = [ + "typenum", + "version_check", +] + +[[package]] +name = "getrandom" +version = "0.2.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" +dependencies = [ + "cfg-if", + "js-sys", + "libc", + "wasi", + "wasm-bindgen", +] + +[[package]] +name = "getrandom" +version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" +dependencies = [ + "cfg-if", + "libc", + "r-efi", + "wasip2", +] + +[[package]] +name = "glob" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" + +[[package]] +name = "globset" +version = "0.4.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3" +dependencies = [ + "aho-corasick", + "bstr", + "log", + "regex-automata", + "regex-syntax", +] + +[[package]] +name = "globwalk" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc" +dependencies = [ + "bitflags 1.3.2", + "ignore", + "walkdir", +] + +[[package]] +name = "globwalk" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757" +dependencies = [ + "bitflags 2.10.0", + "ignore", + "walkdir", +] + +[[package]] +name = "graphql-api" +version = "0.1.0" +dependencies = [ + "async-graphql", + "async-graphql-axum", + "rustapi-rs", + "serde", + "serde_json", + "tokio", + "utoipa", +] + +[[package]] +name = "h2" +version = "0.3.27" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d" +dependencies = [ + "bytes", + "fnv", + "futures-core", + "futures-sink", + "futures-util", + "http 0.2.12", + "indexmap 2.13.0", + "slab", + "tokio", + "tokio-util", + "tracing", +] + +[[package]] +name = "h2" +version = "0.4.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54" +dependencies = [ + "atomic-waker", + "bytes", + "fnv", + "futures-core", + "futures-sink", + "http 1.4.0", + "indexmap 2.13.0", + "slab", + "tokio", + "tokio-util", + "tracing", +] + +[[package]] +name = "handlebars" +version = "6.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b3f9296c208515b87bd915a2f5d1163d4b3f863ba83337d7713cf478055948e" +dependencies = [ + "derive_builder", + "log", + "num-order", + "pest", + "pest_derive", + "serde", + "serde_json", + "thiserror 2.0.18", +] + +[[package]] +name = "hashbrown" +version = "0.12.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" + +[[package]] +name = "hashbrown" +version = "0.14.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" + +[[package]] +name = "hashbrown" +version = "0.15.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" +dependencies = [ + "allocator-api2", + "equivalent", + "foldhash", +] + +[[package]] +name = "hashbrown" +version = "0.16.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" + +[[package]] +name = "hashlink" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1" +dependencies = [ + "hashbrown 0.15.5", +] + +[[package]] +name = "hdrhistogram" +version = "7.5.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d" +dependencies = [ + "byteorder", + "num-traits", +] + +[[package]] +name = "heck" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" + +[[package]] +name = "hello-world" +version = "0.1.0" +dependencies = [ + "rustapi-rs", + "serde", + "tokio", + "utoipa", + "validator 0.16.1", +] + +[[package]] +name = "hermit-abi" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" + +[[package]] +name = "hex" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" + +[[package]] +name = "hkdf" +version = "0.12.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" +dependencies = [ + "hmac", +] + +[[package]] +name = "hmac" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" +dependencies = [ + "digest", +] + +[[package]] +name = "home" +version = "0.5.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d" +dependencies = [ + "windows-sys 0.61.2", +] + +[[package]] +name = "http" +version = "0.2.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" +dependencies = [ + "bytes", + "fnv", + "itoa", +] + +[[package]] +name = "http" +version = "1.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" +dependencies = [ + "bytes", + "itoa", +] + +[[package]] +name = "http-body" +version = "0.4.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" +dependencies = [ + "bytes", + "http 0.2.12", + "pin-project-lite", +] + +[[package]] +name = "http-body" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" +dependencies = [ + "bytes", + "http 1.4.0", +] + +[[package]] +name = "http-body-util" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" +dependencies = [ + "bytes", + "futures-core", + "http 1.4.0", + "http-body 1.0.1", + "pin-project-lite", +] + +[[package]] +name = "http-range-header" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c" + +[[package]] +name = "httparse" +version = "1.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" + +[[package]] +name = "httpdate" +version = "1.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" + +[[package]] +name = "humansize" +version = "2.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7" +dependencies = [ + "libm", +] + +[[package]] +name = "hyper" +version = "0.14.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7" +dependencies = [ + "bytes", + "futures-channel", + "futures-core", + "futures-util", + "h2 0.3.27", + "http 0.2.12", + "http-body 0.4.6", + "httparse", + "httpdate", + "itoa", + "pin-project-lite", + "socket2 0.5.10", + "tokio", + "tower-service", + "tracing", + "want", +] + +[[package]] +name = "hyper" +version = "1.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" +dependencies = [ + "atomic-waker", + "bytes", + "futures-channel", + "futures-core", + "h2 0.4.13", + "http 1.4.0", + "http-body 1.0.1", + "httparse", + "httpdate", + "itoa", + "pin-project-lite", + "pin-utils", + "smallvec", + "tokio", + "want", +] + +[[package]] +name = "hyper-rustls" +version = "0.27.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" +dependencies = [ + "http 1.4.0", + "hyper 1.8.1", + "hyper-util", + "rustls", + "rustls-pki-types", + "tokio", + "tokio-rustls", + "tower-service", +] + +[[package]] +name = "hyper-timeout" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1" +dependencies = [ + "hyper 0.14.32", + "pin-project-lite", + "tokio", + "tokio-io-timeout", +] + +[[package]] +name = "hyper-tls" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" +dependencies = [ + "bytes", + "http-body-util", + "hyper 1.8.1", + "hyper-util", + "native-tls", + "tokio", + "tokio-native-tls", + "tower-service", +] + +[[package]] +name = "hyper-util" +version = "0.1.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f" +dependencies = [ + "base64 0.22.1", + "bytes", + "futures-channel", + "futures-core", + "futures-util", + "http 1.4.0", + "http-body 1.0.1", + "hyper 1.8.1", + "ipnet", + "libc", + "percent-encoding", + "pin-project-lite", + "socket2 0.6.2", + "system-configuration", + "tokio", + "tower-layer", + "tower-service", + "tracing", + "windows-registry", +] + +[[package]] +name = "iana-time-zone" +version = "0.1.64" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb" +dependencies = [ + "android_system_properties", + "core-foundation-sys", + "iana-time-zone-haiku", + "js-sys", + "log", + "wasm-bindgen", + "windows-core", +] + +[[package]] +name = "iana-time-zone-haiku" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" +dependencies = [ + "cc", +] + +[[package]] +name = "icu_collections" +version = "2.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" +dependencies = [ + "displaydoc", + "potential_utf", + "yoke", + "zerofrom", + "zerovec", +] + +[[package]] +name = "icu_locale_core" +version = "2.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" +dependencies = [ + "displaydoc", + "litemap", + "tinystr", + "writeable", + "zerovec", +] + +[[package]] +name = "icu_normalizer" +version = "2.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" +dependencies = [ + "icu_collections", + "icu_normalizer_data", + "icu_properties", + "icu_provider", + "smallvec", + "zerovec", +] + +[[package]] +name = "icu_normalizer_data" +version = "2.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" + +[[package]] +name = "icu_properties" +version = "2.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec" +dependencies = [ + "icu_collections", + "icu_locale_core", + "icu_properties_data", + "icu_provider", + "zerotrie", + "zerovec", +] + +[[package]] +name = "icu_properties_data" +version = "2.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af" + +[[package]] +name = "icu_provider" +version = "2.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" +dependencies = [ + "displaydoc", + "icu_locale_core", + "writeable", + "yoke", + "zerofrom", + "zerotrie", + "zerovec", +] + +[[package]] +name = "ident_case" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" + +[[package]] +name = "idna" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" +dependencies = [ + "unicode-bidi", + "unicode-normalization", +] + +[[package]] +name = "idna" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" +dependencies = [ + "unicode-bidi", + "unicode-normalization", +] + +[[package]] +name = "idna" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" +dependencies = [ + "idna_adapter", + "smallvec", + "utf8_iter", +] + +[[package]] +name = "idna_adapter" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" +dependencies = [ + "icu_normalizer", + "icu_properties", +] + +[[package]] +name = "ignore" +version = "0.4.25" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3d782a365a015e0f5c04902246139249abf769125006fbe7649e2ee88169b4a" +dependencies = [ + "crossbeam-deque", + "globset", + "log", + "memchr", + "regex-automata", + "same-file", + "walkdir", + "winapi-util", +] + +[[package]] +name = "indexmap" +version = "1.9.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" +dependencies = [ + "autocfg", + "hashbrown 0.12.3", +] + +[[package]] +name = "indexmap" +version = "2.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" +dependencies = [ + "equivalent", + "hashbrown 0.16.1", + "serde", + "serde_core", +] + +[[package]] +name = "inventory" +version = "0.3.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e" +dependencies = [ + "rustversion", +] + +[[package]] +name = "ipnet" +version = "2.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" + +[[package]] +name = "iri-string" +version = "0.7.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a" +dependencies = [ + "memchr", + "serde", +] + +[[package]] +name = "itertools" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" +dependencies = [ + "either", +] + +[[package]] +name = "itertools" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" +dependencies = [ + "either", +] + +[[package]] +name = "itoa" +version = "1.0.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" + +[[package]] +name = "jobserver" +version = "0.1.34" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" +dependencies = [ + "getrandom 0.3.4", + "libc", +] + +[[package]] +name = "js-sys" +version = "0.3.85" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3" +dependencies = [ + "once_cell", + "wasm-bindgen", +] + +[[package]] +name = "jsonwebtoken" +version = "9.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde" +dependencies = [ + "base64 0.22.1", + "js-sys", + "pem", + "ring", + "serde", + "serde_json", + "simple_asn1", +] + +[[package]] +name = "lazy_static" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" +dependencies = [ + "spin", +] + +[[package]] +name = "libc" +version = "0.2.180" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc" + +[[package]] +name = "libm" +version = "0.2.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" + +[[package]] +name = "libredox" +version = "0.1.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616" +dependencies = [ + "bitflags 2.10.0", + "libc", + "redox_syscall 0.7.0", +] + +[[package]] +name = "libsqlite3-sys" +version = "0.30.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149" +dependencies = [ + "cc", + "pkg-config", + "vcpkg", +] + +[[package]] +name = "linkme" +version = "0.3.35" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e3283ed2d0e50c06dd8602e0ab319bb048b6325d0bba739db64ed8205179898" +dependencies = [ + "linkme-impl", +] + +[[package]] +name = "linkme-impl" +version = "0.3.35" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e5cec0ec4228b4853bb129c84dbf093a27e6c7a20526da046defc334a1b017f7" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.114", +] + +[[package]] +name = "linux-raw-sys" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" + +[[package]] +name = "litemap" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" + +[[package]] +name = "lock_api" +version = "0.4.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" +dependencies = [ + "scopeguard", +] + +[[package]] +name = "log" +version = "0.4.29" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" + +[[package]] +name = "matchers" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" +dependencies = [ + "regex-automata", +] + +[[package]] +name = "matchit" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94" + +[[package]] +name = "matchit" +version = "0.8.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" + +[[package]] +name = "mcp-server" +version = "0.1.0" +dependencies = [ + "rustapi-rs", + "serde", + "tokio", + "utoipa", +] + +[[package]] +name = "md-5" +version = "0.10.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" +dependencies = [ + "cfg-if", + "digest", +] + +[[package]] +name = "memchr" +version = "2.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" + +[[package]] +name = "microservices" +version = "0.1.0" +dependencies = [ + "reqwest", + "rustapi-rs", + "serde", + "serde_json", + "tokio", + "utoipa", +] + +[[package]] +name = "microservices-advanced" +version = "0.1.0" +dependencies = [ + "dashmap 5.5.3", + "reqwest", + "rustapi-rs", + "serde", + "serde_json", + "tokio", + "tracing", + "tracing-subscriber", + "utoipa", + "uuid", +] + +[[package]] +name = "middleware-chain" +version = "0.1.0" +dependencies = [ + "http 1.4.0", + "rustapi-core", + "rustapi-rs", + "serde", + "tokio", + "utoipa", +] + +[[package]] +name = "mime" +version = "0.3.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" + +[[package]] +name = "mime_guess" +version = "2.0.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" +dependencies = [ + "mime", + "unicase", +] + +[[package]] +name = "miniz_oxide" +version = "0.8.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" +dependencies = [ + "adler2", + "simd-adler32", +] + +[[package]] +name = "mio" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" +dependencies = [ + "libc", + "wasi", + "windows-sys 0.61.2", +] + +[[package]] +name = "multer" +version = "3.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b" +dependencies = [ + "bytes", + "encoding_rs", + "futures-util", + "http 1.4.0", + "httparse", + "memchr", + "mime", + "spin", + "version_check", +] + +[[package]] +name = "native-tls" +version = "0.2.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" +dependencies = [ + "libc", + "log", + "openssl", + "openssl-probe", + "openssl-sys", + "schannel", + "security-framework", + "security-framework-sys", + "tempfile", +] + +[[package]] +name = "normpath" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b" +dependencies = [ + "windows-sys 0.61.2", +] + +[[package]] +name = "nu-ansi-term" +version = "0.50.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" +dependencies = [ + "windows-sys 0.61.2", +] + +[[package]] +name = "num-bigint" +version = "0.4.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" +dependencies = [ + "num-integer", + "num-traits", +] + +[[package]] +name = "num-bigint-dig" +version = "0.8.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7" +dependencies = [ + "lazy_static", + "libm", + "num-integer", + "num-iter", + "num-traits", + "rand 0.8.5", + "smallvec", + "zeroize", +] + +[[package]] +name = "num-conv" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050" + +[[package]] +name = "num-integer" +version = "0.1.46" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" +dependencies = [ + "num-traits", +] + +[[package]] +name = "num-iter" +version = "0.1.45" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" +dependencies = [ + "autocfg", + "num-integer", + "num-traits", +] + +[[package]] +name = "num-modular" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f" + +[[package]] +name = "num-order" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6" +dependencies = [ + "num-modular", +] + +[[package]] +name = "num-traits" +version = "0.2.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" +dependencies = [ + "autocfg", + "libm", +] + +[[package]] +name = "once_cell" +version = "1.21.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" + +[[package]] +name = "openssl" +version = "0.10.75" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328" +dependencies = [ + "bitflags 2.10.0", + "cfg-if", + "foreign-types", + "libc", + "once_cell", + "openssl-macros", + "openssl-sys", +] + +[[package]] +name = "openssl-macros" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.114", +] + +[[package]] +name = "openssl-probe" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" + +[[package]] +name = "openssl-sys" +version = "0.9.111" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321" +dependencies = [ + "cc", + "libc", + "pkg-config", + "vcpkg", +] + +[[package]] +name = "opentelemetry" +version = "0.22.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "900d57987be3f2aeb70d385fff9b27fb74c5723cc9a52d904d4f9c807a0667bf" +dependencies = [ + "futures-core", + "futures-sink", + "js-sys", + "once_cell", + "pin-project-lite", + "thiserror 1.0.69", + "urlencoding", +] + +[[package]] +name = "opentelemetry" +version = "0.31.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b84bcd6ae87133e903af7ef497404dda70c60d0ea14895fc8a5e6722754fc2a0" +dependencies = [ + "futures-core", + "futures-sink", + "js-sys", + "pin-project-lite", + "thiserror 2.0.18", + "tracing", +] + +[[package]] +name = "opentelemetry-otlp" +version = "0.15.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1a016b8d9495c639af2145ac22387dcb88e44118e45320d9238fbf4e7889abcb" +dependencies = [ + "async-trait", + "futures-core", + "http 0.2.12", + "opentelemetry 0.22.0", + "opentelemetry-proto", + "opentelemetry-semantic-conventions", + "opentelemetry_sdk 0.22.1", + "prost", + "thiserror 1.0.69", + "tokio", + "tonic", +] + +[[package]] +name = "opentelemetry-proto" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3a8fddc9b68f5b80dae9d6f510b88e02396f006ad48cac349411fbecc80caae4" +dependencies = [ + "opentelemetry 0.22.0", + "opentelemetry_sdk 0.22.1", + "prost", + "tonic", +] + +[[package]] +name = "opentelemetry-semantic-conventions" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f9ab5bd6c42fb9349dcf28af2ba9a0667f697f9bdcca045d39f2cec5543e2910" + +[[package]] +name = "opentelemetry_sdk" +version = "0.22.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9e90c7113be649e31e9a0f8b5ee24ed7a16923b322c3c5ab6367469c049d6b7e" +dependencies = [ + "async-trait", + "crossbeam-channel", + "futures-channel", + "futures-executor", + "futures-util", + "once_cell", + "opentelemetry 0.22.0", + "ordered-float", + "percent-encoding", + "rand 0.8.5", + "thiserror 1.0.69", +] + +[[package]] +name = "opentelemetry_sdk" +version = "0.31.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e14ae4f5991976fd48df6d843de219ca6d31b01daaab2dad5af2badeded372bd" +dependencies = [ + "futures-channel", + "futures-executor", + "futures-util", + "opentelemetry 0.31.0", + "percent-encoding", + "rand 0.9.2", + "thiserror 2.0.18", + "tokio", + "tokio-stream", +] + +[[package]] +name = "ordered-float" +version = "4.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951" +dependencies = [ + "num-traits", +] + +[[package]] +name = "parking" +version = "2.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" + +[[package]] +name = "parking_lot" +version = "0.12.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" +dependencies = [ + "lock_api", + "parking_lot_core", +] + +[[package]] +name = "parking_lot_core" +version = "0.9.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" +dependencies = [ + "cfg-if", + "libc", + "redox_syscall 0.5.18", + "smallvec", + "windows-link", +] + +[[package]] +name = "parse-zoneinfo" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24" +dependencies = [ + "regex", +] + +[[package]] +name = "pem" +version = "3.0.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be" +dependencies = [ + "base64 0.22.1", + "serde_core", +] + +[[package]] +name = "pem-rfc7468" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" +dependencies = [ + "base64ct", +] + +[[package]] +name = "percent-encoding" +version = "2.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" + +[[package]] +name = "pest" +version = "2.8.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c9eb05c21a464ea704b53158d358a31e6425db2f63a1a7312268b05fe2b75f7" +dependencies = [ + "memchr", + "ucd-trie", +] + +[[package]] +name = "pest_derive" +version = "2.8.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "68f9dbced329c441fa79d80472764b1a2c7e57123553b8519b36663a2fb234ed" +dependencies = [ + "pest", + "pest_generator", +] + +[[package]] +name = "pest_generator" +version = "2.8.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3bb96d5051a78f44f43c8f712d8e810adb0ebf923fc9ed2655a7f66f63ba8ee5" +dependencies = [ + "pest", + "pest_meta", + "proc-macro2", + "quote", + "syn 2.0.114", +] + +[[package]] +name = "pest_meta" +version = "2.8.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "602113b5b5e8621770cfd490cfd90b9f84ab29bd2b0e49ad83eb6d186cef2365" +dependencies = [ + "pest", + "sha2", +] + +[[package]] +name = "phase11-demo" +version = "0.1.0" +dependencies = [ + "rustapi-core", + "rustapi-extras", + "rustapi-macros", + "rustapi-rs", + "serde", + "serde_json", + "tokio", + "tracing", + "tracing-subscriber", +] + +[[package]] +name = "phf" +version = "0.11.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" +dependencies = [ + "phf_shared", +] + +[[package]] +name = "phf_codegen" +version = "0.11.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" +dependencies = [ + "phf_generator", + "phf_shared", +] + +[[package]] +name = "phf_generator" +version = "0.11.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" +dependencies = [ + "phf_shared", + "rand 0.8.5", +] + +[[package]] +name = "phf_shared" +version = "0.11.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" +dependencies = [ + "siphasher", +] + +[[package]] +name = "pin-project" +version = "1.1.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" +dependencies = [ + "pin-project-internal", +] + +[[package]] +name = "pin-project-internal" +version = "1.1.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.114", +] + +[[package]] +name = "pin-project-lite" +version = "0.2.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" + +[[package]] +name = "pin-utils" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" + +[[package]] +name = "pkcs1" +version = "0.7.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" +dependencies = [ + "der", + "pkcs8", + "spki", +] + +[[package]] +name = "pkcs8" +version = "0.10.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" +dependencies = [ + "der", + "spki", +] + +[[package]] +name = "pkg-config" +version = "0.3.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" + +[[package]] +name = "polling" +version = "3.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218" +dependencies = [ + "cfg-if", + "concurrent-queue", + "hermit-abi", + "pin-project-lite", + "rustix", + "windows-sys 0.61.2", +] + +[[package]] +name = "potential_utf" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" +dependencies = [ + "zerovec", +] + +[[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.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" +dependencies = [ + "zerocopy", +] + +[[package]] +name = "proc-macro-crate" +version = "3.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983" +dependencies = [ + "toml_edit 0.23.10+spec-1.0.0", +] + +[[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", +] + +[[package]] +name = "proc-macro2" +version = "1.0.106" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" +dependencies = [ + "unicode-ident", +] + +[[package]] +name = "proof-of-concept" +version = "0.1.0" +dependencies = [ + "chrono", + "futures-util", + "proptest", + "rustapi-rs", + "serde", + "serde_json", + "tokio", + "utoipa", + "uuid", + "validator 0.16.1", +] + +[[package]] +name = "proptest" +version = "1.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bee689443a2bd0a16ab0348b52ee43e3b2d1b1f931c8aa5c9f8de4c86fbe8c40" +dependencies = [ + "bit-set", + "bit-vec", + "bitflags 2.10.0", + "num-traits", + "rand 0.9.2", + "rand_chacha 0.9.0", + "rand_xorshift", + "regex-syntax", + "rusty-fork", + "tempfile", + "unarray", +] + +[[package]] +name = "prost" +version = "0.12.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29" +dependencies = [ + "bytes", + "prost-derive", +] + +[[package]] +name = "prost-derive" +version = "0.12.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" +dependencies = [ + "anyhow", + "itertools 0.12.1", + "proc-macro2", + "quote", + "syn 2.0.114", +] + +[[package]] +name = "quick-error" +version = "1.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" + +[[package]] +name = "quote" +version = "1.0.44" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4" +dependencies = [ + "proc-macro2", +] + +[[package]] +name = "r-efi" +version = "5.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" + +[[package]] +name = "rand" +version = "0.8.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" +dependencies = [ + "libc", + "rand_chacha 0.3.1", + "rand_core 0.6.4", +] + +[[package]] +name = "rand" +version = "0.9.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" +dependencies = [ + "rand_chacha 0.9.0", + "rand_core 0.9.5", +] + +[[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 0.6.4", +] + +[[package]] +name = "rand_chacha" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" +dependencies = [ + "ppv-lite86", + "rand_core 0.9.5", +] + +[[package]] +name = "rand_core" +version = "0.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" +dependencies = [ + "getrandom 0.2.17", +] + +[[package]] +name = "rand_core" +version = "0.9.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" +dependencies = [ + "getrandom 0.3.4", +] + +[[package]] +name = "rand_xorshift" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a" +dependencies = [ + "rand_core 0.9.5", +] + +[[package]] +name = "rate-limit-demo" +version = "0.1.0" +dependencies = [ + "rustapi-rs", + "serde", + "tokio", + "utoipa", +] + +[[package]] +name = "redox_syscall" +version = "0.5.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" +dependencies = [ + "bitflags 2.10.0", +] + +[[package]] +name = "redox_syscall" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "49f3fe0889e69e2ae9e41f4d6c4c0181701d00e4697b356fb1f74173a5e0ee27" +dependencies = [ + "bitflags 2.10.0", +] + +[[package]] +name = "regex" +version = "1.12.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" +dependencies = [ + "aho-corasick", + "memchr", + "regex-automata", + "regex-syntax", +] + +[[package]] +name = "regex-automata" +version = "0.4.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" +dependencies = [ + "aho-corasick", + "memchr", + "regex-syntax", +] + +[[package]] +name = "regex-syntax" +version = "0.8.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" + +[[package]] +name = "reqwest" +version = "0.12.28" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" +dependencies = [ + "base64 0.22.1", + "bytes", + "encoding_rs", + "futures-core", + "h2 0.4.13", + "http 1.4.0", + "http-body 1.0.1", + "http-body-util", + "hyper 1.8.1", + "hyper-rustls", + "hyper-tls", + "hyper-util", + "js-sys", + "log", + "mime", + "native-tls", + "percent-encoding", + "pin-project-lite", + "rustls-pki-types", + "serde", + "serde_json", + "serde_urlencoded", + "sync_wrapper 1.0.2", + "tokio", + "tokio-native-tls", + "tower 0.5.3", + "tower-http 0.6.8", + "tower-service", + "url", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-sys", +] + +[[package]] +name = "ring" +version = "0.17.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" +dependencies = [ + "cc", + "cfg-if", + "getrandom 0.2.17", + "libc", + "untrusted", + "windows-sys 0.52.0", +] + +[[package]] +name = "rsa" +version = "0.9.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d" +dependencies = [ + "const-oid", + "digest", + "num-bigint-dig", + "num-integer", + "num-traits", + "pkcs1", + "pkcs8", + "rand_core 0.6.4", + "signature", + "spki", + "subtle", + "zeroize", +] + +[[package]] +name = "rust-i18n" +version = "3.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fda2551fdfaf6cc5ee283adc15e157047b92ae6535cf80f6d4962d05717dc332" +dependencies = [ + "globwalk 0.8.1", + "once_cell", + "regex", + "rust-i18n-macro", + "rust-i18n-support", + "smallvec", +] + +[[package]] +name = "rust-i18n-macro" +version = "3.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "22baf7d7f56656d23ebe24f6bb57a5d40d2bce2a5f1c503e692b5b2fa450f965" +dependencies = [ + "glob", + "once_cell", + "proc-macro2", + "quote", + "rust-i18n-support", + "serde", + "serde_json", + "serde_yaml", + "syn 2.0.114", +] + +[[package]] +name = "rust-i18n-support" +version = "3.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "940ed4f52bba4c0152056d771e563b7133ad9607d4384af016a134b58d758f19" +dependencies = [ + "arc-swap", + "base62", + "globwalk 0.8.1", + "itertools 0.11.0", + "lazy_static", + "normpath", + "once_cell", + "proc-macro2", + "regex", + "serde", + "serde_json", + "serde_yaml", + "siphasher", + "toml", + "triomphe", +] + +[[package]] +name = "rustapi-core" +version = "0.1.207" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fa8a7c296af5beba52d492f220ad9625bfa02d18046a6e39cbd2f54dbd02515f" +dependencies = [ + "base64 0.22.1", + "bytes", + "chrono", + "cookie", + "flate2", + "futures-util", + "http 1.4.0", + "http-body 1.0.1", + "http-body-util", + "hyper 1.8.1", + "hyper-util", + "inventory", + "linkme", + "matchit 0.7.3", + "pin-project-lite", + "rustapi-openapi", + "rustapi-validate", + "serde", + "serde_json", + "serde_urlencoded", + "smallvec", + "socket2 0.5.10", + "thiserror 1.0.69", + "tokio", + "tower 0.4.13", + "tower-http 0.5.2", + "tower-service", + "tracing", + "tracing-subscriber", + "uuid", + "validator 0.18.1", +] + +[[package]] +name = "rustapi-extras" +version = "0.1.207" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9aa7d5d0e3650b5bb95e22b9b816341593745b5fa01eddf2b4b5ddde62050c49" +dependencies = [ + "bytes", + "cookie", + "dashmap 6.1.0", + "dotenvy", + "envy", + "futures-util", + "http 1.4.0", + "http-body-util", + "jsonwebtoken", + "opentelemetry 0.22.0", + "opentelemetry-otlp", + "opentelemetry-semantic-conventions", + "opentelemetry_sdk 0.31.0", + "rustapi-core", + "rustapi-openapi", + "serde", + "serde_json", + "sqlx", + "thiserror 1.0.69", + "tokio", + "tracing", + "tracing-opentelemetry", + "urlencoding", +] + +[[package]] +name = "rustapi-macros" +version = "0.1.207" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e783504f327f3dcd23fa95da61daa257dc8e899aed210a7993e1f7a46ccb679b" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.114", +] + +[[package]] +name = "rustapi-openapi" +version = "0.1.207" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "103948d76f94556150b61d00ddc581593ffd407a938e9de0b958b241ef29be3d" +dependencies = [ + "bytes", + "http 1.4.0", + "http-body-util", + "serde", + "serde_json", + "utoipa", +] + +[[package]] +name = "rustapi-rs" +version = "0.1.207" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6b8bbeb129c4a814cacef4563f964ba782073528a78a4a0c098dab4ff6450424" +dependencies = [ + "async-trait", + "rustapi-core", + "rustapi-extras", + "rustapi-macros", + "rustapi-openapi", + "rustapi-toon", + "rustapi-validate", + "rustapi-view", + "rustapi-ws", + "serde", + "serde_json", + "tokio", + "tracing", + "validator 0.18.1", +] + +[[package]] +name = "rustapi-toon" +version = "0.1.207" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e7799776db96a83b3917649b672b1dee8f5a297e9b6b61ed0eb4e82f51be5ac2" +dependencies = [ + "bytes", + "futures-util", + "http 1.4.0", + "http-body-util", + "rustapi-core", + "rustapi-openapi", + "serde", + "serde_json", + "thiserror 1.0.69", + "toon-format", + "tracing", +] + +[[package]] +name = "rustapi-validate" +version = "0.1.207" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4ff94641d825ec31829ce683d4865cfa301022ae63ed9e7dd8f49f0cb20a6e39" +dependencies = [ + "async-trait", + "http 1.4.0", + "regex", + "rust-i18n", + "rustapi-macros", + "serde", + "serde_json", + "thiserror 1.0.69", +] + +[[package]] +name = "rustapi-view" +version = "0.1.207" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "803bb64ea17cf6b6cc8b4357ed96d6c8755bfcb708d4b7e877c0770da9aeb096" +dependencies = [ + "bytes", + "http 1.4.0", + "http-body-util", + "rustapi-core", + "rustapi-openapi", + "serde", + "serde_json", + "tera", + "thiserror 1.0.69", + "tokio", + "tracing", +] + +[[package]] +name = "rustapi-ws" +version = "0.1.207" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9de1c9dbc5ba40d751860d6371a1802448c235eaac073a39a3d1d88a2c2c9252" +dependencies = [ + "async-trait", + "base64 0.22.1", + "bytes", + "futures-util", + "http 1.4.0", + "http-body-util", + "hyper 1.8.1", + "hyper-util", + "pin-project-lite", + "rustapi-core", + "rustapi-openapi", + "serde", + "serde_json", + "sha1", + "thiserror 1.0.69", + "tokio", + "tokio-tungstenite 0.24.0", + "tracing", + "tungstenite 0.24.0", + "url", +] + +[[package]] +name = "rustix" +version = "1.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" +dependencies = [ + "bitflags 2.10.0", + "errno", + "libc", + "linux-raw-sys", + "windows-sys 0.61.2", +] + +[[package]] +name = "rustls" +version = "0.23.36" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c665f33d38cea657d9614f766881e4d510e0eda4239891eea56b4cadcf01801b" +dependencies = [ + "once_cell", + "rustls-pki-types", + "rustls-webpki", + "subtle", + "zeroize", +] + +[[package]] +name = "rustls-pki-types" +version = "1.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd" +dependencies = [ + "zeroize", +] + +[[package]] +name = "rustls-webpki" +version = "0.103.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53" +dependencies = [ + "ring", + "rustls-pki-types", + "untrusted", +] + +[[package]] +name = "rustversion" +version = "1.0.22" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" + +[[package]] +name = "rusty-fork" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2" +dependencies = [ + "fnv", + "quick-error", + "tempfile", + "wait-timeout", +] + +[[package]] +name = "ryu" +version = "1.0.22" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a50f4cf475b65d88e057964e0e9bb1f0aa9bbb2036dc65c64596b42932536984" + +[[package]] +name = "same-file" +version = "1.0.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" +dependencies = [ + "winapi-util", +] + +[[package]] +name = "schannel" +version = "0.1.28" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" +dependencies = [ + "windows-sys 0.61.2", +] + +[[package]] +name = "scopeguard" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" + +[[package]] +name = "security-framework" +version = "2.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" +dependencies = [ + "bitflags 2.10.0", + "core-foundation", + "core-foundation-sys", + "libc", + "security-framework-sys", +] + +[[package]] +name = "security-framework-sys" +version = "2.15.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0" +dependencies = [ + "core-foundation-sys", + "libc", +] + +[[package]] +name = "serde" +version = "1.0.228" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" +dependencies = [ + "serde_core", + "serde_derive", +] + +[[package]] +name = "serde_core" +version = "1.0.228" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" +dependencies = [ + "serde_derive", +] + +[[package]] +name = "serde_derive" +version = "1.0.228" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.114", +] + +[[package]] +name = "serde_json" +version = "1.0.149" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" +dependencies = [ + "indexmap 2.13.0", + "itoa", + "memchr", + "serde", + "serde_core", + "zmij", +] + +[[package]] +name = "serde_path_to_error" +version = "0.1.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" +dependencies = [ + "itoa", + "serde", + "serde_core", +] + +[[package]] +name = "serde_spanned" +version = "0.6.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" +dependencies = [ + "serde", +] + +[[package]] +name = "serde_urlencoded" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" +dependencies = [ + "form_urlencoded", + "itoa", + "ryu", + "serde", +] + +[[package]] +name = "serde_yaml" +version = "0.9.34+deprecated" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" +dependencies = [ + "indexmap 2.13.0", + "itoa", + "ryu", + "serde", + "unsafe-libyaml", +] + +[[package]] +name = "sha1" +version = "0.10.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" +dependencies = [ + "cfg-if", + "cpufeatures", + "digest", +] + +[[package]] +name = "sha2" +version = "0.10.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" +dependencies = [ + "cfg-if", + "cpufeatures", + "digest", +] + +[[package]] +name = "sharded-slab" +version = "0.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" +dependencies = [ + "lazy_static", +] + +[[package]] +name = "shlex" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" + +[[package]] +name = "signal-hook-registry" +version = "1.4.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" +dependencies = [ + "errno", + "libc", +] + +[[package]] +name = "signature" +version = "2.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" +dependencies = [ + "digest", + "rand_core 0.6.4", +] + +[[package]] +name = "simd-adler32" +version = "0.3.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2" + +[[package]] +name = "simple_asn1" +version = "0.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb" +dependencies = [ + "num-bigint", + "num-traits", + "thiserror 2.0.18", + "time", +] + +[[package]] +name = "siphasher" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e" + +[[package]] +name = "slab" +version = "0.4.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" + +[[package]] +name = "slug" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "882a80f72ee45de3cc9a5afeb2da0331d58df69e4e7d8eeb5d3c7784ae67e724" +dependencies = [ + "deunicode", + "wasm-bindgen", +] + +[[package]] +name = "smallvec" +version = "1.15.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" +dependencies = [ + "serde", +] + +[[package]] +name = "socket2" +version = "0.5.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" +dependencies = [ + "libc", + "windows-sys 0.52.0", +] + +[[package]] +name = "socket2" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0" +dependencies = [ + "libc", + "windows-sys 0.60.2", +] + +[[package]] +name = "spin" +version = "0.9.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" +dependencies = [ + "lock_api", +] + +[[package]] +name = "spki" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" +dependencies = [ + "base64ct", + "der", +] + +[[package]] +name = "sqlx" +version = "0.8.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc" +dependencies = [ + "sqlx-core", + "sqlx-macros", + "sqlx-mysql", + "sqlx-postgres", + "sqlx-sqlite", +] + +[[package]] +name = "sqlx-core" +version = "0.8.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6" +dependencies = [ + "base64 0.22.1", + "bytes", + "crc", + "crossbeam-queue", + "either", + "event-listener", + "futures-core", + "futures-intrusive", + "futures-io", + "futures-util", + "hashbrown 0.15.5", + "hashlink", + "indexmap 2.13.0", + "log", + "memchr", + "once_cell", + "percent-encoding", + "serde", + "serde_json", + "sha2", + "smallvec", + "thiserror 2.0.18", + "tokio", + "tokio-stream", + "tracing", + "url", +] + +[[package]] +name = "sqlx-crud" +version = "0.1.0" +dependencies = [ + "rustapi-extras", + "rustapi-rs", + "serde", + "sqlx", + "tokio", + "utoipa", +] + +[[package]] +name = "sqlx-macros" +version = "0.8.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d" +dependencies = [ + "proc-macro2", + "quote", + "sqlx-core", + "sqlx-macros-core", + "syn 2.0.114", +] + +[[package]] +name = "sqlx-macros-core" +version = "0.8.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b" +dependencies = [ + "dotenvy", + "either", + "heck", + "hex", + "once_cell", + "proc-macro2", + "quote", + "serde", + "serde_json", + "sha2", + "sqlx-core", + "sqlx-mysql", + "sqlx-postgres", + "sqlx-sqlite", + "syn 2.0.114", + "tokio", + "url", +] + +[[package]] +name = "sqlx-mysql" +version = "0.8.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526" +dependencies = [ + "atoi", + "base64 0.22.1", + "bitflags 2.10.0", + "byteorder", + "bytes", + "crc", + "digest", + "dotenvy", + "either", + "futures-channel", + "futures-core", + "futures-io", + "futures-util", + "generic-array", + "hex", + "hkdf", + "hmac", + "itoa", + "log", + "md-5", + "memchr", + "once_cell", + "percent-encoding", + "rand 0.8.5", + "rsa", + "serde", + "sha1", + "sha2", + "smallvec", + "sqlx-core", + "stringprep", + "thiserror 2.0.18", + "tracing", + "whoami", +] + +[[package]] +name = "sqlx-postgres" +version = "0.8.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46" +dependencies = [ + "atoi", + "base64 0.22.1", + "bitflags 2.10.0", + "byteorder", + "crc", + "dotenvy", + "etcetera", + "futures-channel", + "futures-core", + "futures-util", + "hex", + "hkdf", + "hmac", + "home", + "itoa", + "log", + "md-5", + "memchr", + "once_cell", + "rand 0.8.5", + "serde", + "serde_json", + "sha2", + "smallvec", + "sqlx-core", + "stringprep", + "thiserror 2.0.18", + "tracing", + "whoami", +] + +[[package]] +name = "sqlx-sqlite" +version = "0.8.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea" +dependencies = [ + "atoi", + "flume", + "futures-channel", + "futures-core", + "futures-executor", + "futures-intrusive", + "futures-util", + "libsqlite3-sys", + "log", + "percent-encoding", + "serde", + "serde_urlencoded", + "sqlx-core", + "thiserror 2.0.18", + "tracing", + "url", +] + +[[package]] +name = "stable_deref_trait" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" + +[[package]] +name = "static_assertions_next" +version = "1.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d7beae5182595e9a8b683fa98c4317f956c9a2dec3b9716990d20023cc60c766" + +[[package]] +name = "stringprep" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1" +dependencies = [ + "unicode-bidi", + "unicode-normalization", + "unicode-properties", +] + +[[package]] +name = "strsim" +version = "0.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" + +[[package]] +name = "strum" +version = "0.27.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" +dependencies = [ + "strum_macros", +] + +[[package]] +name = "strum_macros" +version = "0.27.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7" +dependencies = [ + "heck", + "proc-macro2", + "quote", + "syn 2.0.114", +] + +[[package]] +name = "subtle" +version = "2.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" + +[[package]] +name = "syn" +version = "1.0.109" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" +dependencies = [ + "proc-macro2", + "unicode-ident", +] + +[[package]] +name = "syn" +version = "2.0.114" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a" +dependencies = [ + "proc-macro2", + "quote", + "unicode-ident", +] + +[[package]] +name = "sync_wrapper" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" + +[[package]] +name = "sync_wrapper" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" +dependencies = [ + "futures-core", +] + +[[package]] +name = "synstructure" +version = "0.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.114", +] + +[[package]] +name = "system-configuration" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" +dependencies = [ + "bitflags 2.10.0", + "core-foundation", + "system-configuration-sys", +] + +[[package]] +name = "system-configuration-sys" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" +dependencies = [ + "core-foundation-sys", + "libc", +] + +[[package]] +name = "tempfile" +version = "3.24.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c" +dependencies = [ + "fastrand", + "getrandom 0.3.4", + "once_cell", + "rustix", + "windows-sys 0.61.2", +] + +[[package]] +name = "templates-example" +version = "0.1.0" +dependencies = [ + "rustapi-rs", + "serde", + "tokio", + "tracing", + "tracing-subscriber", + "utoipa", +] + +[[package]] +name = "tera" +version = "1.20.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e8004bca281f2d32df3bacd59bc67b312cb4c70cea46cbd79dbe8ac5ed206722" +dependencies = [ + "chrono", + "chrono-tz", + "globwalk 0.9.1", + "humansize", + "lazy_static", + "percent-encoding", + "pest", + "pest_derive", + "rand 0.8.5", + "regex", + "serde", + "serde_json", + "slug", + "unicode-segmentation", +] + +[[package]] +name = "thiserror" +version = "1.0.69" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" +dependencies = [ + "thiserror-impl 1.0.69", +] + +[[package]] +name = "thiserror" +version = "2.0.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" +dependencies = [ + "thiserror-impl 2.0.18", +] + +[[package]] +name = "thiserror-impl" +version = "1.0.69" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.114", +] + +[[package]] +name = "thiserror-impl" +version = "2.0.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.114", +] + +[[package]] +name = "thread_local" +version = "1.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" +dependencies = [ + "cfg-if", +] + +[[package]] +name = "time" +version = "0.3.46" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9da98b7d9b7dad93488a84b8248efc35352b0b2657397d4167e7ad67e5d535e5" +dependencies = [ + "deranged", + "itoa", + "num-conv", + "powerfmt", + "serde_core", + "time-core", + "time-macros", +] + +[[package]] +name = "time-core" +version = "0.1.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" + +[[package]] +name = "time-macros" +version = "0.2.26" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "78cc610bac2dcee56805c99642447d4c5dbde4d01f752ffea0199aee1f601dc4" +dependencies = [ + "num-conv", + "time-core", +] + +[[package]] +name = "tinystr" +version = "0.8.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" +dependencies = [ + "displaydoc", + "zerovec", +] + +[[package]] +name = "tinyvec" +version = "1.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" +dependencies = [ + "tinyvec_macros", +] + +[[package]] +name = "tinyvec_macros" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" + +[[package]] +name = "tokio" +version = "1.49.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" +dependencies = [ + "bytes", + "libc", + "mio", + "parking_lot", + "pin-project-lite", + "signal-hook-registry", + "socket2 0.6.2", + "tokio-macros", + "windows-sys 0.61.2", +] + +[[package]] +name = "tokio-io-timeout" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0bd86198d9ee903fedd2f9a2e72014287c0d9167e4ae43b5853007205dda1b76" +dependencies = [ + "pin-project-lite", + "tokio", +] + +[[package]] +name = "tokio-macros" +version = "2.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.114", +] + +[[package]] +name = "tokio-native-tls" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" +dependencies = [ + "native-tls", + "tokio", +] + +[[package]] +name = "tokio-rustls" +version = "0.26.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" +dependencies = [ + "rustls", + "tokio", +] + +[[package]] +name = "tokio-stream" +version = "0.1.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70" +dependencies = [ + "futures-core", + "pin-project-lite", + "tokio", +] + +[[package]] +name = "tokio-tungstenite" +version = "0.24.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9" +dependencies = [ + "futures-util", + "log", + "tokio", + "tungstenite 0.24.0", +] + +[[package]] +name = "tokio-tungstenite" +version = "0.28.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857" +dependencies = [ + "futures-util", + "log", + "tokio", + "tungstenite 0.28.0", +] + +[[package]] +name = "tokio-util" +version = "0.7.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" +dependencies = [ + "bytes", + "futures-core", + "futures-io", + "futures-sink", + "pin-project-lite", + "tokio", +] + +[[package]] +name = "toml" +version = "0.8.23" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" +dependencies = [ + "serde", + "serde_spanned", + "toml_datetime 0.6.11", + "toml_edit 0.22.27", +] + +[[package]] +name = "toml_datetime" +version = "0.6.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" +dependencies = [ + "serde", +] + +[[package]] +name = "toml_datetime" +version = "0.7.5+spec-1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347" +dependencies = [ + "serde_core", +] + +[[package]] +name = "toml_edit" +version = "0.22.27" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" +dependencies = [ + "indexmap 2.13.0", + "serde", + "serde_spanned", + "toml_datetime 0.6.11", + "toml_write", + "winnow", +] + +[[package]] +name = "toml_edit" +version = "0.23.10+spec-1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269" +dependencies = [ + "indexmap 2.13.0", + "toml_datetime 0.7.5+spec-1.1.0", + "toml_parser", + "winnow", +] + +[[package]] +name = "toml_parser" +version = "1.0.6+spec-1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a3198b4b0a8e11f09dd03e133c0280504d0801269e9afa46362ffde1cbeebf44" +dependencies = [ + "winnow", +] + +[[package]] +name = "toml_write" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" + +[[package]] +name = "tonic" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "76c4eb7a4e9ef9d4763600161f12f5070b92a578e1b634db88a6887844c91a13" +dependencies = [ + "async-stream", + "async-trait", + "axum 0.6.20", + "base64 0.21.7", + "bytes", + "h2 0.3.27", + "http 0.2.12", + "http-body 0.4.6", + "hyper 0.14.32", + "hyper-timeout", + "percent-encoding", + "pin-project", + "prost", + "tokio", + "tokio-stream", + "tower 0.4.13", + "tower-layer", + "tower-service", + "tracing", +] + +[[package]] +name = "toon-api" +version = "0.1.0" +dependencies = [ + "rustapi-rs", + "serde", + "serde_json", + "tokio", + "tracing-subscriber", + "utoipa", +] + +[[package]] +name = "toon-format" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "349a10106f2c703fbfbe4a2eef6683af0acca60a0b8334c7a33795231dbf92d5" +dependencies = [ + "indexmap 2.13.0", + "serde", + "serde_json", + "thiserror 2.0.18", +] + +[[package]] +name = "tower" +version = "0.4.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" +dependencies = [ + "futures-core", + "futures-util", + "hdrhistogram", + "indexmap 1.9.3", + "pin-project", + "pin-project-lite", + "rand 0.8.5", + "slab", + "tokio", + "tokio-util", + "tower-layer", + "tower-service", + "tracing", +] + +[[package]] +name = "tower" +version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" +dependencies = [ + "futures-core", + "futures-util", + "pin-project-lite", + "sync_wrapper 1.0.2", + "tokio", + "tower-layer", + "tower-service", + "tracing", +] + +[[package]] +name = "tower-http" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" +dependencies = [ + "async-compression", + "base64 0.21.7", + "bitflags 2.10.0", + "bytes", + "futures-core", + "futures-util", + "http 1.4.0", + "http-body 1.0.1", + "http-body-util", + "http-range-header", + "httpdate", + "iri-string", + "mime", + "mime_guess", + "percent-encoding", + "pin-project-lite", + "tokio", + "tokio-util", + "tower 0.4.13", + "tower-layer", + "tower-service", + "tracing", + "uuid", +] + +[[package]] +name = "tower-http" +version = "0.6.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" +dependencies = [ + "bitflags 2.10.0", + "bytes", + "futures-util", + "http 1.4.0", + "http-body 1.0.1", + "iri-string", + "pin-project-lite", + "tower 0.5.3", + "tower-layer", + "tower-service", +] + +[[package]] +name = "tower-layer" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" + +[[package]] +name = "tower-service" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" + +[[package]] +name = "tracing" +version = "0.1.44" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" +dependencies = [ + "log", + "pin-project-lite", + "tracing-attributes", + "tracing-core", +] + +[[package]] +name = "tracing-attributes" +version = "0.1.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.114", +] + +[[package]] +name = "tracing-core" +version = "0.1.36" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" +dependencies = [ + "once_cell", + "valuable", +] + +[[package]] +name = "tracing-log" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" +dependencies = [ + "log", + "once_cell", + "tracing-core", +] + +[[package]] +name = "tracing-opentelemetry" +version = "0.32.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1ac28f2d093c6c477eaa76b23525478f38de514fa9aeb1285738d4b97a9552fc" +dependencies = [ + "js-sys", + "opentelemetry 0.31.0", + "smallvec", + "tracing", + "tracing-core", + "tracing-log", + "tracing-subscriber", + "web-time", +] + +[[package]] +name = "tracing-subscriber" +version = "0.3.22" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" +dependencies = [ + "matchers", + "nu-ansi-term", + "once_cell", + "regex-automata", + "sharded-slab", + "smallvec", + "thread_local", + "tracing", + "tracing-core", + "tracing-log", +] + +[[package]] +name = "triomphe" +version = "0.1.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39" +dependencies = [ + "arc-swap", + "serde", + "stable_deref_trait", +] + +[[package]] +name = "try-lock" +version = "0.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" + +[[package]] +name = "tungstenite" +version = "0.24.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a" +dependencies = [ + "byteorder", + "bytes", + "data-encoding", + "http 1.4.0", + "httparse", + "log", + "rand 0.8.5", + "sha1", + "thiserror 1.0.69", + "utf-8", +] + +[[package]] +name = "tungstenite" +version = "0.28.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442" +dependencies = [ + "bytes", + "data-encoding", + "http 1.4.0", + "httparse", + "log", + "rand 0.9.2", + "sha1", + "thiserror 2.0.18", + "utf-8", +] + +[[package]] +name = "typenum" +version = "1.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" + +[[package]] +name = "ucd-trie" +version = "0.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" + +[[package]] +name = "unarray" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" + +[[package]] +name = "unicase" +version = "2.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142" + +[[package]] +name = "unicode-bidi" +version = "0.3.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" + +[[package]] +name = "unicode-ident" +version = "1.0.22" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" + +[[package]] +name = "unicode-normalization" +version = "0.1.25" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8" +dependencies = [ + "tinyvec", +] + +[[package]] +name = "unicode-properties" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d" + +[[package]] +name = "unicode-segmentation" +version = "1.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" + +[[package]] +name = "unsafe-libyaml" +version = "0.2.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" + +[[package]] +name = "untrusted" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" + +[[package]] +name = "url" +version = "2.5.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" +dependencies = [ + "form_urlencoded", + "idna 1.1.0", + "percent-encoding", + "serde", +] + +[[package]] +name = "urlencoding" +version = "2.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" + +[[package]] +name = "utf-8" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" + +[[package]] +name = "utf8_iter" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" + +[[package]] +name = "utoipa" +version = "4.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c5afb1a60e207dca502682537fefcfd9921e71d0b83e9576060f09abc6efab23" +dependencies = [ + "indexmap 2.13.0", + "serde", + "serde_json", + "utoipa-gen", +] + +[[package]] +name = "utoipa-gen" +version = "4.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "20c24e8ab68ff9ee746aad22d39b5535601e6416d1b0feeabf78be986a5c4392" +dependencies = [ + "proc-macro-error", + "proc-macro2", + "quote", + "syn 2.0.114", + "uuid", +] + +[[package]] +name = "uuid" +version = "1.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ee48d38b119b0cd71fe4141b30f5ba9c7c5d9f4e7a3a8b4a674e4b6ef789976f" +dependencies = [ + "getrandom 0.3.4", + "js-sys", + "serde_core", + "wasm-bindgen", +] + +[[package]] +name = "validator" +version = "0.16.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b92f40481c04ff1f4f61f304d61793c7b56ff76ac1469f1beb199b1445b253bd" +dependencies = [ + "idna 0.4.0", + "lazy_static", + "regex", + "serde", + "serde_derive", + "serde_json", + "url", +] + +[[package]] +name = "validator" +version = "0.18.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "db79c75af171630a3148bd3e6d7c4f42b6a9a014c2945bc5ed0020cbb8d9478e" +dependencies = [ + "idna 0.5.0", + "once_cell", + "regex", + "serde", + "serde_derive", + "serde_json", + "url", + "validator_derive", +] + +[[package]] +name = "validator_derive" +version = "0.18.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "df0bcf92720c40105ac4b2dda2a4ea3aa717d4d6a862cc217da653a4bd5c6b10" +dependencies = [ + "darling 0.20.11", + "once_cell", + "proc-macro-error", + "proc-macro2", + "quote", + "syn 2.0.114", +] + +[[package]] +name = "valuable" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" + +[[package]] +name = "vcpkg" +version = "0.2.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" + +[[package]] +name = "version_check" +version = "0.9.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" + +[[package]] +name = "wait-timeout" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11" +dependencies = [ + "libc", +] + +[[package]] +name = "walkdir" +version = "2.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" +dependencies = [ + "same-file", + "winapi-util", +] + +[[package]] +name = "want" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" +dependencies = [ + "try-lock", +] + +[[package]] +name = "wasi" +version = "0.11.1+wasi-snapshot-preview1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" + +[[package]] +name = "wasip2" +version = "1.0.2+wasi-0.2.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" +dependencies = [ + "wit-bindgen", +] + +[[package]] +name = "wasite" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" + +[[package]] +name = "wasm-bindgen" +version = "0.2.108" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566" +dependencies = [ + "cfg-if", + "once_cell", + "rustversion", + "wasm-bindgen-macro", + "wasm-bindgen-shared", +] + +[[package]] +name = "wasm-bindgen-futures" +version = "0.4.58" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "70a6e77fd0ae8029c9ea0063f87c46fde723e7d887703d74ad2616d792e51e6f" +dependencies = [ + "cfg-if", + "futures-util", + "js-sys", + "once_cell", + "wasm-bindgen", + "web-sys", +] + +[[package]] +name = "wasm-bindgen-macro" +version = "0.2.108" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608" +dependencies = [ + "quote", + "wasm-bindgen-macro-support", +] + +[[package]] +name = "wasm-bindgen-macro-support" +version = "0.2.108" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55" +dependencies = [ + "bumpalo", + "proc-macro2", + "quote", + "syn 2.0.114", + "wasm-bindgen-shared", +] + +[[package]] +name = "wasm-bindgen-shared" +version = "0.2.108" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12" +dependencies = [ + "unicode-ident", +] + +[[package]] +name = "web-sys" +version = "0.3.85" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "312e32e551d92129218ea9a2452120f4aabc03529ef03e4d0d82fb2780608598" +dependencies = [ + "js-sys", + "wasm-bindgen", +] + +[[package]] +name = "web-time" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" +dependencies = [ + "js-sys", + "wasm-bindgen", +] + +[[package]] +name = "websocket-example" +version = "0.1.0" +dependencies = [ + "futures-util", + "rustapi-rs", + "serde", + "serde_json", + "tokio", + "tracing", + "tracing-subscriber", +] + +[[package]] +name = "whoami" +version = "1.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d" +dependencies = [ + "libredox", + "wasite", +] + +[[package]] +name = "winapi-util" +version = "0.1.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" +dependencies = [ + "windows-sys 0.61.2", +] + +[[package]] +name = "windows-core" +version = "0.62.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" +dependencies = [ + "windows-implement", + "windows-interface", + "windows-link", + "windows-result", + "windows-strings", +] + +[[package]] +name = "windows-implement" +version = "0.60.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.114", +] + +[[package]] +name = "windows-interface" +version = "0.59.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.114", +] + +[[package]] +name = "windows-link" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" + +[[package]] +name = "windows-registry" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720" +dependencies = [ + "windows-link", + "windows-result", + "windows-strings", +] + +[[package]] +name = "windows-result" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" +dependencies = [ + "windows-link", +] + +[[package]] +name = "windows-strings" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" +dependencies = [ + "windows-link", +] + +[[package]] +name = "windows-sys" +version = "0.48.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" +dependencies = [ + "windows-targets 0.48.5", +] + +[[package]] +name = "windows-sys" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" +dependencies = [ + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-sys" +version = "0.60.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" +dependencies = [ + "windows-targets 0.53.5", +] + +[[package]] +name = "windows-sys" +version = "0.61.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" +dependencies = [ + "windows-link", +] + +[[package]] +name = "windows-targets" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" +dependencies = [ + "windows_aarch64_gnullvm 0.48.5", + "windows_aarch64_msvc 0.48.5", + "windows_i686_gnu 0.48.5", + "windows_i686_msvc 0.48.5", + "windows_x86_64_gnu 0.48.5", + "windows_x86_64_gnullvm 0.48.5", + "windows_x86_64_msvc 0.48.5", +] + +[[package]] +name = "windows-targets" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" +dependencies = [ + "windows_aarch64_gnullvm 0.52.6", + "windows_aarch64_msvc 0.52.6", + "windows_i686_gnu 0.52.6", + "windows_i686_gnullvm 0.52.6", + "windows_i686_msvc 0.52.6", + "windows_x86_64_gnu 0.52.6", + "windows_x86_64_gnullvm 0.52.6", + "windows_x86_64_msvc 0.52.6", +] + +[[package]] +name = "windows-targets" +version = "0.53.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" +dependencies = [ + "windows-link", + "windows_aarch64_gnullvm 0.53.1", + "windows_aarch64_msvc 0.53.1", + "windows_i686_gnu 0.53.1", + "windows_i686_gnullvm 0.53.1", + "windows_i686_msvc 0.53.1", + "windows_x86_64_gnu 0.53.1", + "windows_x86_64_gnullvm 0.53.1", + "windows_x86_64_msvc 0.53.1", +] + +[[package]] +name = "windows_aarch64_gnullvm" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" + +[[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_gnullvm" +version = "0.53.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" + +[[package]] +name = "windows_aarch64_msvc" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" + +[[package]] +name = "windows_aarch64_msvc" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" + +[[package]] +name = "windows_aarch64_msvc" +version = "0.53.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" + +[[package]] +name = "windows_i686_gnu" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" + +[[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_gnu" +version = "0.53.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" + +[[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_gnullvm" +version = "0.53.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" + +[[package]] +name = "windows_i686_msvc" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" + +[[package]] +name = "windows_i686_msvc" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" + +[[package]] +name = "windows_i686_msvc" +version = "0.53.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" + +[[package]] +name = "windows_x86_64_gnu" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" + +[[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_gnu" +version = "0.53.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" + +[[package]] +name = "windows_x86_64_gnullvm" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" + +[[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_gnullvm" +version = "0.53.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" + +[[package]] +name = "windows_x86_64_msvc" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" + +[[package]] +name = "windows_x86_64_msvc" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" + +[[package]] +name = "windows_x86_64_msvc" +version = "0.53.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" + +[[package]] +name = "winnow" +version = "0.7.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829" +dependencies = [ + "memchr", +] + +[[package]] +name = "wit-bindgen" +version = "0.51.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" + +[[package]] +name = "writeable" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" + +[[package]] +name = "yoke" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" +dependencies = [ + "stable_deref_trait", + "yoke-derive", + "zerofrom", +] + +[[package]] +name = "yoke-derive" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.114", + "synstructure", +] + +[[package]] +name = "zerocopy" +version = "0.8.34" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "71ddd76bcebeed25db614f82bf31a9f4222d3fbba300e6fb6c00afa26cbd4d9d" +dependencies = [ + "zerocopy-derive", +] + +[[package]] +name = "zerocopy-derive" +version = "0.8.34" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d8187381b52e32220d50b255276aa16a084ec0a9017a0ca2152a1f55c539758d" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.114", +] + +[[package]] +name = "zerofrom" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" +dependencies = [ + "zerofrom-derive", +] + +[[package]] +name = "zerofrom-derive" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.114", + "synstructure", +] + +[[package]] +name = "zeroize" +version = "1.8.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" + +[[package]] +name = "zerotrie" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" +dependencies = [ + "displaydoc", + "yoke", + "zerofrom", +] + +[[package]] +name = "zerovec" +version = "0.11.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" +dependencies = [ + "yoke", + "zerofrom", + "zerovec-derive", +] + +[[package]] +name = "zerovec-derive" +version = "0.11.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.114", +] + +[[package]] +name = "zmij" +version = "1.0.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "02aae0f83f69aafc94776e879363e9771d7ecbffe2c7fbb6c14c5e00dfe88439" + +[[package]] +name = "zstd" +version = "0.13.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a" +dependencies = [ + "zstd-safe", +] + +[[package]] +name = "zstd-safe" +version = "7.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d" +dependencies = [ + "zstd-sys", +] + +[[package]] +name = "zstd-sys" +version = "2.0.16+zstd.1.5.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748" +dependencies = [ + "cc", + "pkg-config", +] diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..2a3999f --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,37 @@ +[workspace] +members = [ + "hello-world", + "crud-api", + "auth-api", + "cors-test", + "sqlx-crud", + "event-sourcing", + "graphql-api", + "mcp-server", + "microservices", + "microservices-advanced", + "middleware-chain", + "phase11-demo", + "rate-limit-demo", + "templates", + "toon-api", + "websocket", + "proof-of-concept", +] + +[workspace.dependencies] +rustapi-rs = "0.1" +rustapi-core = "0.1" +rustapi-macros = "0.1" +rustapi-extras = "0.1" +tokio = { version = "1", features = ["full", "sync"] } +serde = { version = "1.0", features = ["derive"] } +serde_json = "1.0" +tracing = "0.1" +tracing-subscriber = "0.3" +validator = "0.16" +utoipa = "4" +async-trait = "0.1" +thiserror = "1" +uuid = { version = "1.6", features = ["v4", "serde"] } +futures-util = "0.3" diff --git a/FEATURES.md b/FEATURES.md index 9548f03..284676c 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -12,7 +12,7 @@ RustAPI uses Cargo feature flags to enable optional functionality. This modular ```toml [dependencies] -rustapi-rs = { version = "0.2", features = ["jwt", "cors"] } +rustapi-rs = { version = "0.1", features = ["jwt", "cors"] } ``` --- @@ -24,7 +24,7 @@ rustapi-rs = { version = "0.2", features = ["jwt", "cors"] } **Enables all features** — Use this when you need everything or for rapid prototyping. ```toml -rustapi-rs = { version = "0.2", features = ["full"] } +rustapi-rs = { version = "0.1", features = ["full"] } ``` **Includes**: jwt, cors, rate-limit, toon, ws, view, swagger-ui, and all middleware @@ -45,7 +45,7 @@ rustapi-rs = { version = "0.2", features = ["full"] } **JWT Authentication** — Adds `JwtLayer` middleware and `AuthUser` extractor. ```toml -rustapi-rs = { version = "0.2", features = ["jwt"] } +rustapi-rs = { version = "0.1", features = ["jwt"] } ``` **Provides**: @@ -98,7 +98,7 @@ async fn main() -> Result<(), Box> { **Cross-Origin Resource Sharing** — Adds `CorsLayer` for configuring CORS headers. ```toml -rustapi-rs = { version = "0.2", features = ["cors"] } +rustapi-rs = { version = "0.1", features = ["cors"] } ``` **Provides**: @@ -141,7 +141,7 @@ async fn main() -> Result<(), Box> { **Rate Limiting** — Adds `RateLimitLayer` for IP-based request throttling. ```toml -rustapi-rs = { version = "0.2", features = ["rate-limit"] } +rustapi-rs = { version = "0.1", features = ["rate-limit"] } ``` **Provides**: @@ -185,7 +185,7 @@ async fn main() -> Result<(), Box> { **Token-Oriented Object Notation** — AI-optimized response format with 50-58% token savings. ```toml -rustapi-rs = { version = "0.2", features = ["toon"] } +rustapi-rs = { version = "0.1", features = ["toon"] } ``` **Provides**: @@ -239,7 +239,7 @@ curl -H "Accept: application/toon" http://localhost:8080/user/1 **WebSocket Support** — Real-time bidirectional communication. ```toml -rustapi-rs = { version = "0.2", features = ["ws"] } +rustapi-rs = { version = "0.1", features = ["ws"] } ``` **Provides**: @@ -278,7 +278,7 @@ async fn websocket_handler(ws: WebSocket) -> WsConnection { **Template Rendering** — Server-side HTML with Tera templates. ```toml -rustapi-rs = { version = "0.2", features = ["view"] } +rustapi-rs = { version = "0.1", features = ["view"] } ``` **Provides**: @@ -319,7 +319,7 @@ async fn index(engine: State) -> View { **Swagger UI** — Interactive API documentation at `/docs`. ```toml -rustapi-rs = { version = "0.2", features = ["swagger-ui"] } +rustapi-rs = { version = "0.1", features = ["swagger-ui"] } ``` **Provides**: @@ -344,7 +344,7 @@ Some examples use additional RustAPI ecosystem crates: Low-level core functionality for advanced use cases. ```toml -rustapi-core = { version = "0.2" } +rustapi-core = { version = "0.1" } ``` **Used in**: middleware-chain, phase11-demo @@ -354,7 +354,7 @@ rustapi-core = { version = "0.2" } Procedural macros (usually re-exported from `rustapi-rs`). ```toml -rustapi-macros = { version = "0.2" } +rustapi-macros = { version = "0.1" } ``` **Used in**: cors-test, phase11-demo @@ -364,7 +364,7 @@ rustapi-macros = { version = "0.2" } Additional middleware and utilities. ```toml -rustapi-extras = { version = "0.2", features = ["sqlx", "timeout", "guard"] } +rustapi-extras = { version = "0.1", features = ["sqlx", "timeout", "guard"] } ``` **Features**: @@ -385,28 +385,28 @@ Common feature combinations for different use cases: ### REST API with Auth ```toml -rustapi-rs = { version = "0.2", features = ["jwt", "cors", "rate-limit"] } +rustapi-rs = { version = "0.1", features = ["jwt", "cors", "rate-limit"] } ``` ### AI/LLM Backend ```toml -rustapi-rs = { version = "0.2", features = ["toon", "cors"] } +rustapi-rs = { version = "0.1", features = ["toon", "cors"] } ``` ### Full-Stack Web App ```toml -rustapi-rs = { version = "0.2", features = ["view", "jwt", "cors"] } +rustapi-rs = { version = "0.1", features = ["view", "jwt", "cors"] } ``` ### Real-time Application ```toml -rustapi-rs = { version = "0.2", features = ["ws", "cors"] } +rustapi-rs = { version = "0.1", features = ["ws", "cors"] } ``` ### Production API ```toml -rustapi-rs = { version = "0.2", features = ["jwt", "cors", "rate-limit", "swagger-ui"] } -rustapi-extras = { version = "0.2", features = ["timeout", "logging", "circuit-breaker"] } +rustapi-rs = { version = "0.1", features = ["jwt", "cors", "rate-limit", "swagger-ui"] } +rustapi-extras = { version = "0.1", features = ["timeout", "logging", "circuit-breaker"] } ``` --- diff --git a/README.md b/README.md index 5736290..41a1e99 100644 --- a/README.md +++ b/README.md @@ -235,7 +235,7 @@ Each example maps to sections in the [RustAPI Cookbook](https://tuntii.github.io edition = "2021" [dependencies] - rustapi-rs = { path = "../../crates/rustapi-rs", features = ["full"] } + rustapi-rs = { version = "0.1", features = ["full"] } tokio = { version = "1", features = ["full"] } serde = { version = "1", features = ["derive"] } ``` diff --git a/auth-api/Cargo.toml b/auth-api/Cargo.toml index feac445..f6cf2d2 100644 --- a/auth-api/Cargo.toml +++ b/auth-api/Cargo.toml @@ -6,8 +6,8 @@ publish = false description = "Authentication example demonstrating JWT middleware" [dependencies] -rustapi-rs = { path = "../../crates/rustapi-rs", features = ["jwt", "rate-limit"] } -tokio = { version = "1.35", features = ["full"] } -serde = { version = "1.0", features = ["derive"] } +rustapi-rs = { workspace = true, features = ["jwt", "rate-limit"] } +tokio = { workspace = true } +serde = { workspace = true } validator = { workspace = true } utoipa = { workspace = true } diff --git a/auth-api/README.md b/auth-api/README.md index 92e3a40..c4c6d4f 100644 --- a/auth-api/README.md +++ b/auth-api/README.md @@ -242,7 +242,7 @@ async fn handler(AuthUser(claims): AuthUser) -> impl IntoResponse { ```toml [dependencies] -rustapi-rs = { version = "0.2", features = ["jwt", "rate-limit"] } +rustapi-rs = { version = "0.1", features = ["jwt", "rate-limit"] } tokio = { version = "1", features = ["full"] } serde = { version = "1", features = ["derive"] } validator = "0.16" diff --git a/cors-test/Cargo.toml b/cors-test/Cargo.toml index d314a6b..bea020e 100644 --- a/cors-test/Cargo.toml +++ b/cors-test/Cargo.toml @@ -4,8 +4,8 @@ version = "0.1.0" edition = "2021" [dependencies] -rustapi-rs = { path = "../../crates/rustapi-rs", features = ["cors", "rate-limit"] } -rustapi-macros = { path = "../../crates/rustapi-macros" } -tokio = { version = "1", features = ["full"] } -serde = { version = "1", features = ["derive"] } -serde_json = "1" +rustapi-rs = { workspace = true, features = ["cors", "rate-limit"] } +rustapi-macros = { workspace = true } +tokio = { workspace = true } +serde = { workspace = true } +serde_json = { workspace = true } diff --git a/cors-test/README.md b/cors-test/README.md index e51ed06..2ab8fa5 100644 --- a/cors-test/README.md +++ b/cors-test/README.md @@ -182,7 +182,7 @@ RustApi::new() ```toml [dependencies] -rustapi-rs = { version = "0.2", features = ["cors", "rate-limit"] } +rustapi-rs = { version = "0.1", features = ["cors", "rate-limit"] } tokio = { version = "1", features = ["full"] } serde = "1" ``` diff --git a/crud-api/Cargo.toml b/crud-api/Cargo.toml index 74679ad..0fce9fa 100644 --- a/crud-api/Cargo.toml +++ b/crud-api/Cargo.toml @@ -6,8 +6,8 @@ publish = false description = "CRUD API example demonstrating all RustAPI features" [dependencies] -rustapi-rs = { path = "../../crates/rustapi-rs", features = ["full"] } -tokio = { version = "1.35", features = ["full"] } -serde = { version = "1.0", features = ["derive"] } +rustapi-rs = { workspace = true, features = ["full"] } +tokio = { workspace = true } +serde = { workspace = true } validator = { workspace = true } utoipa = { workspace = true } diff --git a/crud-api/README.md b/crud-api/README.md index b0967cb..0662433 100644 --- a/crud-api/README.md +++ b/crud-api/README.md @@ -223,7 +223,7 @@ pub struct PaginatedResponse { ```toml [dependencies] -rustapi-rs = { version = "0.2", features = ["full"] } +rustapi-rs = { version = "0.1", features = ["full"] } tokio = { version = "1", features = ["full"] } serde = { version = "1", features = ["derive"] } validator = "0.16" diff --git a/event-sourcing/Cargo.toml b/event-sourcing/Cargo.toml index e3cd332..76bcb22 100644 --- a/event-sourcing/Cargo.toml +++ b/event-sourcing/Cargo.toml @@ -4,9 +4,9 @@ version = "0.1.0" edition = "2021" [dependencies] -rustapi-rs = { path = "../../crates/rustapi-rs" } -tokio = { version = "1", features = ["full"] } -serde = { version = "1", features = ["derive"] } +rustapi-rs = { workspace = true } +tokio = { workspace = true } +serde = { workspace = true } serde_json = { workspace = true } uuid = { workspace = true, features = ["v4", "serde"] } thiserror = { workspace = true } diff --git a/event-sourcing/README.md b/event-sourcing/README.md index f422885..8f5a12f 100644 --- a/event-sourcing/README.md +++ b/event-sourcing/README.md @@ -294,7 +294,7 @@ let account = events.iter().fold(BankAccount::default(), |mut acc, e| { ```toml [dependencies] -rustapi-rs = { version = "0.2" } +rustapi-rs = { version = "0.1" } tokio = { version = "1", features = ["full"] } serde = { version = "1", features = ["derive"] } dashmap = "5.5" diff --git a/graphql-api/Cargo.toml b/graphql-api/Cargo.toml index 97ee9b5..394ba66 100644 --- a/graphql-api/Cargo.toml +++ b/graphql-api/Cargo.toml @@ -4,10 +4,10 @@ version = "0.1.0" edition = "2021" [dependencies] -rustapi-rs = { path = "../../crates/rustapi-rs" } -tokio = { version = "1", features = ["full"] } -serde = { version = "1", features = ["derive"] } -serde_json = "1" +rustapi-rs = { workspace = true } +tokio = { workspace = true } +serde = { workspace = true } +serde_json = { workspace = true } async-graphql = "7.0" async-graphql-axum = "7.0" -utoipa = "4.2" +utoipa = { workspace = true } diff --git a/hello-world/Cargo.toml b/hello-world/Cargo.toml index 97486af..4cf7277 100644 --- a/hello-world/Cargo.toml +++ b/hello-world/Cargo.toml @@ -5,8 +5,8 @@ edition = "2021" publish = false [dependencies] -rustapi-rs = { path = "../../crates/rustapi-rs" } -tokio = { version = "1.35", features = ["full"] } -serde = { version = "1.0", features = ["derive"] } +rustapi-rs = { workspace = true } +tokio = { workspace = true } +serde = { workspace = true } validator = { workspace = true } utoipa = { workspace = true } diff --git a/mcp-server/Cargo.toml b/mcp-server/Cargo.toml index d1e292e..73dc8e3 100644 --- a/mcp-server/Cargo.toml +++ b/mcp-server/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -rustapi-rs = { path = "../../crates/rustapi-rs", features = ["toon"] } -serde = { version = "1.0", features = ["derive"] } -tokio = { version = "1.41", features = ["full"] } -utoipa = "4.2" +rustapi-rs = { workspace = true, features = ["toon"] } +serde = { workspace = true } +tokio = { workspace = true } +utoipa = { workspace = true } diff --git a/microservices-advanced/Cargo.toml b/microservices-advanced/Cargo.toml index 50bba6a..c771110 100644 --- a/microservices-advanced/Cargo.toml +++ b/microservices-advanced/Cargo.toml @@ -4,9 +4,9 @@ version = "0.1.0" edition = "2021" [dependencies] -rustapi-rs = { path = "../../crates/rustapi-rs" } -tokio = { version = "1", features = ["full"] } -serde = { version = "1", features = ["derive"] } +rustapi-rs = { workspace = true } +tokio = { workspace = true } +serde = { workspace = true } serde_json = { workspace = true } reqwest = { version = "0.12", features = ["json"] } tracing = { workspace = true } diff --git a/microservices-advanced/README.md b/microservices-advanced/README.md index ac62bfa..d7436de 100644 --- a/microservices-advanced/README.md +++ b/microservices-advanced/README.md @@ -250,7 +250,7 @@ fn select_instance(instances: &[ServiceInstance]) -> Option<&ServiceInstance> { ```toml [dependencies] -rustapi-rs = { version = "0.2" } +rustapi-rs = { version = "0.1" } tokio = { version = "1", features = ["full"] } reqwest = { version = "0.12", features = ["json"] } dashmap = "5.5" diff --git a/microservices-advanced/src/product.rs b/microservices-advanced/src/product.rs index fce7694..4a99a7b 100644 --- a/microservices-advanced/src/product.rs +++ b/microservices-advanced/src/product.rs @@ -31,8 +31,14 @@ struct Product { price: f64, } -async fn get_products() -> Json> { - Json(vec![ +#[derive(Serialize, Schema)] +struct ProductList { + products: Vec, +} + +async fn get_products() -> Json { + Json(ProductList { + products: vec![ Product { id: "1".to_string(), name: "Laptop".to_string(), @@ -43,7 +49,8 @@ async fn get_products() -> Json> { name: "Mouse".to_string(), price: 29.99, }, - ]) + ], + }) } async fn get_product(Path(id): Path) -> Result, ApiError> { diff --git a/microservices-advanced/src/registry.rs b/microservices-advanced/src/registry.rs index edf1f0c..7948110 100644 --- a/microservices-advanced/src/registry.rs +++ b/microservices-advanced/src/registry.rs @@ -43,6 +43,11 @@ pub struct RegisterRequest { pub url: String, } +#[derive(Serialize, Schema)] +pub struct RegisterResponse { + pub message: String, +} + #[derive(Serialize, Deserialize, Schema)] pub struct DiscoverResponse { pub instances: Vec, @@ -51,7 +56,7 @@ pub struct DiscoverResponse { async fn register( State(state): State, Json(payload): Json, -) -> Json { +) -> Result, ApiError> { let now = SystemTime::now() .duration_since(UNIX_EPOCH) .unwrap() @@ -70,7 +75,9 @@ async fn register( state.services.insert(payload.service_name, vec![instance]); } - Json("Registered".to_string()) + Ok(Json(RegisterResponse { + message: "Registered".to_string(), + })) } async fn discover( @@ -86,17 +93,19 @@ async fn discover( } } -#[derive(Serialize)] +#[derive(Serialize, Schema)] pub struct ServicesListResponse { pub services: std::collections::HashMap>, } -async fn list_services(State(state): State) -> Json { +async fn list_services( + State(state): State, +) -> Result, ApiError> { let mut services = std::collections::HashMap::new(); for entry in &*state.services { services.insert(entry.key().clone(), entry.value().clone()); } - Json(ServicesListResponse { services }) + Ok(Json(ServicesListResponse { services })) } #[tokio::main] diff --git a/microservices/Cargo.toml b/microservices/Cargo.toml index 67c3ff9..997eb98 100644 --- a/microservices/Cargo.toml +++ b/microservices/Cargo.toml @@ -4,9 +4,9 @@ version = "0.1.0" edition = "2021" [dependencies] -rustapi-rs = { path = "../../crates/rustapi-rs" } -tokio = { version = "1", features = ["full"] } -serde = { version = "1", features = ["derive"] } -serde_json = "1" +rustapi-rs = { workspace = true } +tokio = { workspace = true } +serde = { workspace = true } +serde_json = { workspace = true } reqwest = { version = "0.12", features = ["json"] } -utoipa = "4.2" +utoipa = { workspace = true } diff --git a/middleware-chain/Cargo.toml b/middleware-chain/Cargo.toml index 2d0411c..1ad2de1 100644 --- a/middleware-chain/Cargo.toml +++ b/middleware-chain/Cargo.toml @@ -4,9 +4,9 @@ version = "0.1.0" edition = "2021" [dependencies] -rustapi-rs = { path = "../../crates/rustapi-rs", features = ["jwt", "cors"] } -rustapi-core = { path = "../../crates/rustapi-core" } -tokio = { version = "1", features = ["full"] } -serde = { version = "1", features = ["derive"] } -utoipa = "4.2" +rustapi-rs = { workspace = true, features = ["jwt", "cors"] } +rustapi-core = { workspace = true } +tokio = { workspace = true } +serde = { workspace = true } +utoipa = { workspace = true } http = "1" diff --git a/phase11-demo/Cargo.toml b/phase11-demo/Cargo.toml index 8a2caed..47687e8 100644 --- a/phase11-demo/Cargo.toml +++ b/phase11-demo/Cargo.toml @@ -4,18 +4,18 @@ version = "0.1.0" edition = "2021" [dependencies] -rustapi-rs = { path = "../../crates/rustapi-rs", features = ["full"] } -rustapi-core = { path = "../../crates/rustapi-core" } -rustapi-macros = { path = "../../crates/rustapi-macros" } -rustapi-extras = { path = "../../crates/rustapi-extras", features = [ +rustapi-rs = { workspace = true, features = ["full"] } +rustapi-core = { workspace = true } +rustapi-macros = { workspace = true } +rustapi-extras = { workspace = true, features = [ "timeout", "guard", "logging", "circuit-breaker", "jwt", ] } -tokio = { version = "1.42", features = ["full"] } -tracing = "0.1" -tracing-subscriber = "0.3" -serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0" +tokio = { workspace = true } +tracing = { workspace = true } +tracing-subscriber = { workspace = true } +serde = { workspace = true } +serde_json = { workspace = true } diff --git a/phase11-demo/README.md b/phase11-demo/README.md index f4143c7..92b9618 100644 --- a/phase11-demo/README.md +++ b/phase11-demo/README.md @@ -189,7 +189,7 @@ Enable features in your `Cargo.toml`: ```toml [dependencies] -rustapi-extras = { version = "0.9", features = [ +rustapi-extras = { version = "0.1", features = [ "timeout", "guard", "logging", diff --git a/proof-of-concept/Cargo.toml b/proof-of-concept/Cargo.toml index 29a4a6e..5cf0c00 100644 --- a/proof-of-concept/Cargo.toml +++ b/proof-of-concept/Cargo.toml @@ -6,15 +6,15 @@ publish = false description = "Comprehensive POC demonstrating all RustAPI features - Bookmark Manager" [dependencies] -rustapi-rs = { path = "../../crates/rustapi-rs", features = ["jwt", "cors", "rate-limit"] } -tokio = { version = "1.35", features = ["full", "sync"] } -serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0" +rustapi-rs = { workspace = true, features = ["jwt", "cors", "rate-limit"] } +tokio = { workspace = true } +serde = { workspace = true } +serde_json = { workspace = true } validator = { workspace = true } utoipa = { workspace = true } chrono = { version = "0.4", features = ["serde"] } -uuid = { version = "1.6", features = ["v4", "serde"] } -futures-util = "0.3" +uuid = { workspace = true, features = ["v4", "serde"] } +futures-util = { workspace = true } [dev-dependencies] proptest = "1.4" diff --git a/proof-of-concept/README.md b/proof-of-concept/README.md index e6c7390..3daf01a 100644 --- a/proof-of-concept/README.md +++ b/proof-of-concept/README.md @@ -349,7 +349,7 @@ edition = "2021" description = "Comprehensive POC demonstrating all RustAPI features" [dependencies] -rustapi-rs = { version = "0.2", features = ["jwt", "cors", "rate-limit"] } +rustapi-rs = { version = "0.1", features = ["jwt", "cors", "rate-limit"] } tokio = { version = "1", features = ["full"] } serde = { version = "1", features = ["derive"] } chrono = "0.4" diff --git a/rate-limit-demo/Cargo.toml b/rate-limit-demo/Cargo.toml index a32141b..b913c40 100644 --- a/rate-limit-demo/Cargo.toml +++ b/rate-limit-demo/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -rustapi-rs = { path = "../../crates/rustapi-rs", features = ["rate-limit"] } -tokio = { version = "1", features = ["full"] } -serde = { version = "1", features = ["derive"] } -utoipa = "4.2" +rustapi-rs = { workspace = true, features = ["rate-limit"] } +tokio = { workspace = true } +serde = { workspace = true } +utoipa = { workspace = true } diff --git a/sqlx-crud/Cargo.toml b/sqlx-crud/Cargo.toml index 89dc726..103e20d 100644 --- a/sqlx-crud/Cargo.toml +++ b/sqlx-crud/Cargo.toml @@ -5,9 +5,9 @@ edition = "2021" publish = false [dependencies] -rustapi-rs = { path = "../../crates/rustapi-rs" } -rustapi-extras = { path = "../../crates/rustapi-extras", features = ["sqlx"] } -tokio = { version = "1.35", features = ["full"] } -serde = { version = "1.0", features = ["derive"] } +rustapi-rs = { workspace = true } +rustapi-extras = { workspace = true, features = ["sqlx"] } +tokio = { workspace = true } +serde = { workspace = true } sqlx = { version = "0.8", features = ["runtime-tokio", "sqlite"] } utoipa = { workspace = true } diff --git a/sqlx-crud/README.md b/sqlx-crud/README.md index 7a333d9..9c27e49 100644 --- a/sqlx-crud/README.md +++ b/sqlx-crud/README.md @@ -272,8 +272,8 @@ sqlx::query("SELECT * FROM users WHERE id = ? AND name = ?") ```toml [dependencies] -rustapi-rs = { version = "0.2" } -rustapi-extras = { version = "0.2", features = ["sqlx"] } +rustapi-rs = { version = "0.1" } +rustapi-extras = { version = "0.1", features = ["sqlx"] } tokio = { version = "1", features = ["full"] } sqlx = { version = "0.8", features = ["runtime-tokio", "sqlite"] } serde = { version = "1", features = ["derive"] } diff --git a/target/.rustc_info.json b/target/.rustc_info.json new file mode 100644 index 0000000..60e20ac --- /dev/null +++ b/target/.rustc_info.json @@ -0,0 +1 @@ +{"rustc_fingerprint":13963858364735150395,"outputs":{"7971740275564407648":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/home/runner/.rustup/toolchains/stable-x86_64-unknown-linux-gnu\noff\npacked\nunpacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_abi=\"\"\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"linux\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"unknown\"\nunix\n","stderr":""},"17747080675513052775":{"success":true,"status":"","code":0,"stdout":"rustc 1.92.0 (ded5c06cf 2025-12-08)\nbinary: rustc\ncommit-hash: ded5c06cf21d2b93bffd5d884aa6e96934ee4234\ncommit-date: 2025-12-08\nhost: x86_64-unknown-linux-gnu\nrelease: 1.92.0\nLLVM version: 21.1.3\n","stderr":""}},"successes":{}} \ No newline at end of file diff --git a/target/CACHEDIR.TAG b/target/CACHEDIR.TAG new file mode 100644 index 0000000..20d7c31 --- /dev/null +++ b/target/CACHEDIR.TAG @@ -0,0 +1,3 @@ +Signature: 8a477f597d28d172789f06886806bc55 +# This file is a cache directory tag created by cargo. +# For information about cache directory tags see https://bford.info/cachedir/ diff --git a/target/debug/.cargo-lock b/target/debug/.cargo-lock new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/.fingerprint/Inflector-f0e315bfb51fa6c8/dep-lib-inflector b/target/debug/.fingerprint/Inflector-f0e315bfb51fa6c8/dep-lib-inflector new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/Inflector-f0e315bfb51fa6c8/dep-lib-inflector differ diff --git a/target/debug/.fingerprint/Inflector-f0e315bfb51fa6c8/invoked.timestamp b/target/debug/.fingerprint/Inflector-f0e315bfb51fa6c8/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/Inflector-f0e315bfb51fa6c8/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/Inflector-f0e315bfb51fa6c8/lib-inflector b/target/debug/.fingerprint/Inflector-f0e315bfb51fa6c8/lib-inflector new file mode 100644 index 0000000..7396db2 --- /dev/null +++ b/target/debug/.fingerprint/Inflector-f0e315bfb51fa6c8/lib-inflector @@ -0,0 +1 @@ +ec0e211c2ebb5bd1 \ No newline at end of file diff --git a/target/debug/.fingerprint/Inflector-f0e315bfb51fa6c8/lib-inflector.json b/target/debug/.fingerprint/Inflector-f0e315bfb51fa6c8/lib-inflector.json new file mode 100644 index 0000000..0eb6f15 --- /dev/null +++ b/target/debug/.fingerprint/Inflector-f0e315bfb51fa6c8/lib-inflector.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"default\", \"heavyweight\", \"lazy_static\", \"regex\", \"unstable\"]","target":4519538469024279193,"profile":2225463790103693989,"path":17479290553593419152,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/Inflector-f0e315bfb51fa6c8/dep-lib-inflector","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/adler2-8ddbfa9477eb984f/dep-lib-adler2 b/target/debug/.fingerprint/adler2-8ddbfa9477eb984f/dep-lib-adler2 new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/adler2-8ddbfa9477eb984f/dep-lib-adler2 differ diff --git a/target/debug/.fingerprint/adler2-8ddbfa9477eb984f/invoked.timestamp b/target/debug/.fingerprint/adler2-8ddbfa9477eb984f/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/adler2-8ddbfa9477eb984f/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/adler2-8ddbfa9477eb984f/lib-adler2 b/target/debug/.fingerprint/adler2-8ddbfa9477eb984f/lib-adler2 new file mode 100644 index 0000000..5183ce7 --- /dev/null +++ b/target/debug/.fingerprint/adler2-8ddbfa9477eb984f/lib-adler2 @@ -0,0 +1 @@ +890f8446b54a52a2 \ No newline at end of file diff --git a/target/debug/.fingerprint/adler2-8ddbfa9477eb984f/lib-adler2.json b/target/debug/.fingerprint/adler2-8ddbfa9477eb984f/lib-adler2.json new file mode 100644 index 0000000..456dcd8 --- /dev/null +++ b/target/debug/.fingerprint/adler2-8ddbfa9477eb984f/lib-adler2.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"core\", \"default\", \"rustc-dep-of-std\", \"std\"]","target":6569825234462323107,"profile":2241668132362809309,"path":6895432962244853343,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/adler2-8ddbfa9477eb984f/dep-lib-adler2","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/aho-corasick-a7ce7b50767babf7/dep-lib-aho_corasick b/target/debug/.fingerprint/aho-corasick-a7ce7b50767babf7/dep-lib-aho_corasick new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/aho-corasick-a7ce7b50767babf7/dep-lib-aho_corasick differ diff --git a/target/debug/.fingerprint/aho-corasick-a7ce7b50767babf7/invoked.timestamp b/target/debug/.fingerprint/aho-corasick-a7ce7b50767babf7/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/aho-corasick-a7ce7b50767babf7/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/aho-corasick-a7ce7b50767babf7/lib-aho_corasick b/target/debug/.fingerprint/aho-corasick-a7ce7b50767babf7/lib-aho_corasick new file mode 100644 index 0000000..26a6dd7 --- /dev/null +++ b/target/debug/.fingerprint/aho-corasick-a7ce7b50767babf7/lib-aho_corasick @@ -0,0 +1 @@ +29ea4e0c758c689d \ No newline at end of file diff --git a/target/debug/.fingerprint/aho-corasick-a7ce7b50767babf7/lib-aho_corasick.json b/target/debug/.fingerprint/aho-corasick-a7ce7b50767babf7/lib-aho_corasick.json new file mode 100644 index 0000000..46e1e12 --- /dev/null +++ b/target/debug/.fingerprint/aho-corasick-a7ce7b50767babf7/lib-aho_corasick.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"perf-literal\", \"std\"]","declared_features":"[\"default\", \"logging\", \"perf-literal\", \"std\"]","target":7534583537114156500,"profile":2225463790103693989,"path":7960252121241456635,"deps":[[198136567835728122,"memchr",false,13171808347467139300]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/aho-corasick-a7ce7b50767babf7/dep-lib-aho_corasick","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/aho-corasick-b6ee86722d397190/dep-lib-aho_corasick b/target/debug/.fingerprint/aho-corasick-b6ee86722d397190/dep-lib-aho_corasick new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/aho-corasick-b6ee86722d397190/dep-lib-aho_corasick differ diff --git a/target/debug/.fingerprint/aho-corasick-b6ee86722d397190/invoked.timestamp b/target/debug/.fingerprint/aho-corasick-b6ee86722d397190/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/aho-corasick-b6ee86722d397190/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/aho-corasick-b6ee86722d397190/lib-aho_corasick b/target/debug/.fingerprint/aho-corasick-b6ee86722d397190/lib-aho_corasick new file mode 100644 index 0000000..eb2f93f --- /dev/null +++ b/target/debug/.fingerprint/aho-corasick-b6ee86722d397190/lib-aho_corasick @@ -0,0 +1 @@ +427e6e2b5137a5f8 \ No newline at end of file diff --git a/target/debug/.fingerprint/aho-corasick-b6ee86722d397190/lib-aho_corasick.json b/target/debug/.fingerprint/aho-corasick-b6ee86722d397190/lib-aho_corasick.json new file mode 100644 index 0000000..08ce92a --- /dev/null +++ b/target/debug/.fingerprint/aho-corasick-b6ee86722d397190/lib-aho_corasick.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"perf-literal\", \"std\"]","declared_features":"[\"default\", \"logging\", \"perf-literal\", \"std\"]","target":7534583537114156500,"profile":2241668132362809309,"path":7960252121241456635,"deps":[[198136567835728122,"memchr",false,13820745343826299477]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/aho-corasick-b6ee86722d397190/dep-lib-aho_corasick","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/alloc-no-stdlib-b9128e3f875e2a14/dep-lib-alloc_no_stdlib b/target/debug/.fingerprint/alloc-no-stdlib-b9128e3f875e2a14/dep-lib-alloc_no_stdlib new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/alloc-no-stdlib-b9128e3f875e2a14/dep-lib-alloc_no_stdlib differ diff --git a/target/debug/.fingerprint/alloc-no-stdlib-b9128e3f875e2a14/invoked.timestamp b/target/debug/.fingerprint/alloc-no-stdlib-b9128e3f875e2a14/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/alloc-no-stdlib-b9128e3f875e2a14/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/alloc-no-stdlib-b9128e3f875e2a14/lib-alloc_no_stdlib b/target/debug/.fingerprint/alloc-no-stdlib-b9128e3f875e2a14/lib-alloc_no_stdlib new file mode 100644 index 0000000..c362142 --- /dev/null +++ b/target/debug/.fingerprint/alloc-no-stdlib-b9128e3f875e2a14/lib-alloc_no_stdlib @@ -0,0 +1 @@ +f6dcb8058e158dde \ No newline at end of file diff --git a/target/debug/.fingerprint/alloc-no-stdlib-b9128e3f875e2a14/lib-alloc_no_stdlib.json b/target/debug/.fingerprint/alloc-no-stdlib-b9128e3f875e2a14/lib-alloc_no_stdlib.json new file mode 100644 index 0000000..80caca6 --- /dev/null +++ b/target/debug/.fingerprint/alloc-no-stdlib-b9128e3f875e2a14/lib-alloc_no_stdlib.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"unsafe\"]","target":1942380541186272485,"profile":2241668132362809309,"path":5331004582647450657,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/alloc-no-stdlib-b9128e3f875e2a14/dep-lib-alloc_no_stdlib","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/alloc-stdlib-76cd445cf7ea7303/dep-lib-alloc_stdlib b/target/debug/.fingerprint/alloc-stdlib-76cd445cf7ea7303/dep-lib-alloc_stdlib new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/alloc-stdlib-76cd445cf7ea7303/dep-lib-alloc_stdlib differ diff --git a/target/debug/.fingerprint/alloc-stdlib-76cd445cf7ea7303/invoked.timestamp b/target/debug/.fingerprint/alloc-stdlib-76cd445cf7ea7303/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/alloc-stdlib-76cd445cf7ea7303/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/alloc-stdlib-76cd445cf7ea7303/lib-alloc_stdlib b/target/debug/.fingerprint/alloc-stdlib-76cd445cf7ea7303/lib-alloc_stdlib new file mode 100644 index 0000000..745cbc8 --- /dev/null +++ b/target/debug/.fingerprint/alloc-stdlib-76cd445cf7ea7303/lib-alloc_stdlib @@ -0,0 +1 @@ +13642a96ab2014dc \ No newline at end of file diff --git a/target/debug/.fingerprint/alloc-stdlib-76cd445cf7ea7303/lib-alloc_stdlib.json b/target/debug/.fingerprint/alloc-stdlib-76cd445cf7ea7303/lib-alloc_stdlib.json new file mode 100644 index 0000000..ccbaeed --- /dev/null +++ b/target/debug/.fingerprint/alloc-stdlib-76cd445cf7ea7303/lib-alloc_stdlib.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"unsafe\"]","target":8756844401079878655,"profile":2241668132362809309,"path":7450443667580002576,"deps":[[9611597350722197978,"alloc_no_stdlib",false,16036497547861744886]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/alloc-stdlib-76cd445cf7ea7303/dep-lib-alloc_stdlib","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/allocator-api2-00a55c07d0ea4ce1/dep-lib-allocator_api2 b/target/debug/.fingerprint/allocator-api2-00a55c07d0ea4ce1/dep-lib-allocator_api2 new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/allocator-api2-00a55c07d0ea4ce1/dep-lib-allocator_api2 differ diff --git a/target/debug/.fingerprint/allocator-api2-00a55c07d0ea4ce1/invoked.timestamp b/target/debug/.fingerprint/allocator-api2-00a55c07d0ea4ce1/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/allocator-api2-00a55c07d0ea4ce1/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/allocator-api2-00a55c07d0ea4ce1/lib-allocator_api2 b/target/debug/.fingerprint/allocator-api2-00a55c07d0ea4ce1/lib-allocator_api2 new file mode 100644 index 0000000..a2bfc05 --- /dev/null +++ b/target/debug/.fingerprint/allocator-api2-00a55c07d0ea4ce1/lib-allocator_api2 @@ -0,0 +1 @@ +d672a3235f9b2d51 \ No newline at end of file diff --git a/target/debug/.fingerprint/allocator-api2-00a55c07d0ea4ce1/lib-allocator_api2.json b/target/debug/.fingerprint/allocator-api2-00a55c07d0ea4ce1/lib-allocator_api2.json new file mode 100644 index 0000000..3931e6f --- /dev/null +++ b/target/debug/.fingerprint/allocator-api2-00a55c07d0ea4ce1/lib-allocator_api2.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\"]","declared_features":"[\"alloc\", \"default\", \"fresh-rust\", \"nightly\", \"serde\", \"std\"]","target":5388200169723499962,"profile":187265481308423917,"path":8014687006429106451,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/allocator-api2-00a55c07d0ea4ce1/dep-lib-allocator_api2","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/allocator-api2-85a399445ce20b47/dep-lib-allocator_api2 b/target/debug/.fingerprint/allocator-api2-85a399445ce20b47/dep-lib-allocator_api2 new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/allocator-api2-85a399445ce20b47/dep-lib-allocator_api2 differ diff --git a/target/debug/.fingerprint/allocator-api2-85a399445ce20b47/invoked.timestamp b/target/debug/.fingerprint/allocator-api2-85a399445ce20b47/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/allocator-api2-85a399445ce20b47/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/allocator-api2-85a399445ce20b47/lib-allocator_api2 b/target/debug/.fingerprint/allocator-api2-85a399445ce20b47/lib-allocator_api2 new file mode 100644 index 0000000..ae3ee85 --- /dev/null +++ b/target/debug/.fingerprint/allocator-api2-85a399445ce20b47/lib-allocator_api2 @@ -0,0 +1 @@ +254cea10ee63935b \ No newline at end of file diff --git a/target/debug/.fingerprint/allocator-api2-85a399445ce20b47/lib-allocator_api2.json b/target/debug/.fingerprint/allocator-api2-85a399445ce20b47/lib-allocator_api2.json new file mode 100644 index 0000000..013a886 --- /dev/null +++ b/target/debug/.fingerprint/allocator-api2-85a399445ce20b47/lib-allocator_api2.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\"]","declared_features":"[\"alloc\", \"default\", \"fresh-rust\", \"nightly\", \"serde\", \"std\"]","target":5388200169723499962,"profile":8277339565235241299,"path":8014687006429106451,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/allocator-api2-85a399445ce20b47/dep-lib-allocator_api2","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/anyhow-9edfc87a42980078/dep-lib-anyhow b/target/debug/.fingerprint/anyhow-9edfc87a42980078/dep-lib-anyhow new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/anyhow-9edfc87a42980078/dep-lib-anyhow differ diff --git a/target/debug/.fingerprint/anyhow-9edfc87a42980078/invoked.timestamp b/target/debug/.fingerprint/anyhow-9edfc87a42980078/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/anyhow-9edfc87a42980078/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/anyhow-9edfc87a42980078/lib-anyhow b/target/debug/.fingerprint/anyhow-9edfc87a42980078/lib-anyhow new file mode 100644 index 0000000..c744937 --- /dev/null +++ b/target/debug/.fingerprint/anyhow-9edfc87a42980078/lib-anyhow @@ -0,0 +1 @@ +e735b2d8a22d48c8 \ No newline at end of file diff --git a/target/debug/.fingerprint/anyhow-9edfc87a42980078/lib-anyhow.json b/target/debug/.fingerprint/anyhow-9edfc87a42980078/lib-anyhow.json new file mode 100644 index 0000000..f048e34 --- /dev/null +++ b/target/debug/.fingerprint/anyhow-9edfc87a42980078/lib-anyhow.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"backtrace\", \"default\", \"std\"]","target":16100955855663461252,"profile":2225463790103693989,"path":9425781546415515217,"deps":[[1852463361802237065,"build_script_build",false,8222440763480479652]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/anyhow-9edfc87a42980078/dep-lib-anyhow","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/anyhow-bf65e38c4e6a402c/run-build-script-build-script-build b/target/debug/.fingerprint/anyhow-bf65e38c4e6a402c/run-build-script-build-script-build new file mode 100644 index 0000000..df7564c --- /dev/null +++ b/target/debug/.fingerprint/anyhow-bf65e38c4e6a402c/run-build-script-build-script-build @@ -0,0 +1 @@ +a417f25d4ffa1b72 \ No newline at end of file diff --git a/target/debug/.fingerprint/anyhow-bf65e38c4e6a402c/run-build-script-build-script-build.json b/target/debug/.fingerprint/anyhow-bf65e38c4e6a402c/run-build-script-build-script-build.json new file mode 100644 index 0000000..90c7caf --- /dev/null +++ b/target/debug/.fingerprint/anyhow-bf65e38c4e6a402c/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[1852463361802237065,"build_script_build",false,908057997793587977]],"local":[{"RerunIfChanged":{"output":"debug/build/anyhow-bf65e38c4e6a402c/output","paths":["src/nightly.rs"]}},{"RerunIfEnvChanged":{"var":"RUSTC_BOOTSTRAP","val":null}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/anyhow-f0f8ac34947eb6de/build-script-build-script-build b/target/debug/.fingerprint/anyhow-f0f8ac34947eb6de/build-script-build-script-build new file mode 100644 index 0000000..deeddc5 --- /dev/null +++ b/target/debug/.fingerprint/anyhow-f0f8ac34947eb6de/build-script-build-script-build @@ -0,0 +1 @@ +0973f019f0119a0c \ No newline at end of file diff --git a/target/debug/.fingerprint/anyhow-f0f8ac34947eb6de/build-script-build-script-build.json b/target/debug/.fingerprint/anyhow-f0f8ac34947eb6de/build-script-build-script-build.json new file mode 100644 index 0000000..335d935 --- /dev/null +++ b/target/debug/.fingerprint/anyhow-f0f8ac34947eb6de/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"backtrace\", \"default\", \"std\"]","target":17883862002600103897,"profile":2225463790103693989,"path":11502739383011578897,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/anyhow-f0f8ac34947eb6de/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/anyhow-f0f8ac34947eb6de/dep-build-script-build-script-build b/target/debug/.fingerprint/anyhow-f0f8ac34947eb6de/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/anyhow-f0f8ac34947eb6de/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/anyhow-f0f8ac34947eb6de/invoked.timestamp b/target/debug/.fingerprint/anyhow-f0f8ac34947eb6de/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/anyhow-f0f8ac34947eb6de/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/arc-swap-b43c6966631aebfb/dep-lib-arc_swap b/target/debug/.fingerprint/arc-swap-b43c6966631aebfb/dep-lib-arc_swap new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/arc-swap-b43c6966631aebfb/dep-lib-arc_swap differ diff --git a/target/debug/.fingerprint/arc-swap-b43c6966631aebfb/invoked.timestamp b/target/debug/.fingerprint/arc-swap-b43c6966631aebfb/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/arc-swap-b43c6966631aebfb/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/arc-swap-b43c6966631aebfb/lib-arc_swap b/target/debug/.fingerprint/arc-swap-b43c6966631aebfb/lib-arc_swap new file mode 100644 index 0000000..3ddcd83 --- /dev/null +++ b/target/debug/.fingerprint/arc-swap-b43c6966631aebfb/lib-arc_swap @@ -0,0 +1 @@ +8f28ca994cbfb929 \ No newline at end of file diff --git a/target/debug/.fingerprint/arc-swap-b43c6966631aebfb/lib-arc_swap.json b/target/debug/.fingerprint/arc-swap-b43c6966631aebfb/lib-arc_swap.json new file mode 100644 index 0000000..73ad453 --- /dev/null +++ b/target/debug/.fingerprint/arc-swap-b43c6966631aebfb/lib-arc_swap.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"experimental-strategies\", \"experimental-thread-local\", \"internal-test-strategies\", \"serde\", \"weak\"]","target":3875146365114806171,"profile":2225463790103693989,"path":8025767420963163423,"deps":[[14156967978702956262,"rustversion",false,13649726965273906375]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/arc-swap-b43c6966631aebfb/dep-lib-arc_swap","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/arc-swap-f5cf64692a5c2bae/dep-lib-arc_swap b/target/debug/.fingerprint/arc-swap-f5cf64692a5c2bae/dep-lib-arc_swap new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/arc-swap-f5cf64692a5c2bae/dep-lib-arc_swap differ diff --git a/target/debug/.fingerprint/arc-swap-f5cf64692a5c2bae/invoked.timestamp b/target/debug/.fingerprint/arc-swap-f5cf64692a5c2bae/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/arc-swap-f5cf64692a5c2bae/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/arc-swap-f5cf64692a5c2bae/lib-arc_swap b/target/debug/.fingerprint/arc-swap-f5cf64692a5c2bae/lib-arc_swap new file mode 100644 index 0000000..01c08a7 --- /dev/null +++ b/target/debug/.fingerprint/arc-swap-f5cf64692a5c2bae/lib-arc_swap @@ -0,0 +1 @@ +cce7c2ef8b2c9458 \ No newline at end of file diff --git a/target/debug/.fingerprint/arc-swap-f5cf64692a5c2bae/lib-arc_swap.json b/target/debug/.fingerprint/arc-swap-f5cf64692a5c2bae/lib-arc_swap.json new file mode 100644 index 0000000..6d7d222 --- /dev/null +++ b/target/debug/.fingerprint/arc-swap-f5cf64692a5c2bae/lib-arc_swap.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"experimental-strategies\", \"experimental-thread-local\", \"internal-test-strategies\", \"serde\", \"weak\"]","target":3875146365114806171,"profile":2241668132362809309,"path":8025767420963163423,"deps":[[14156967978702956262,"rustversion",false,13649726965273906375]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/arc-swap-f5cf64692a5c2bae/dep-lib-arc_swap","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/ascii_utils-69a3dad4e076fc6b/dep-lib-ascii_utils b/target/debug/.fingerprint/ascii_utils-69a3dad4e076fc6b/dep-lib-ascii_utils new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/ascii_utils-69a3dad4e076fc6b/dep-lib-ascii_utils differ diff --git a/target/debug/.fingerprint/ascii_utils-69a3dad4e076fc6b/invoked.timestamp b/target/debug/.fingerprint/ascii_utils-69a3dad4e076fc6b/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/ascii_utils-69a3dad4e076fc6b/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/ascii_utils-69a3dad4e076fc6b/lib-ascii_utils b/target/debug/.fingerprint/ascii_utils-69a3dad4e076fc6b/lib-ascii_utils new file mode 100644 index 0000000..7097210 --- /dev/null +++ b/target/debug/.fingerprint/ascii_utils-69a3dad4e076fc6b/lib-ascii_utils @@ -0,0 +1 @@ +297d9045f07dc795 \ No newline at end of file diff --git a/target/debug/.fingerprint/ascii_utils-69a3dad4e076fc6b/lib-ascii_utils.json b/target/debug/.fingerprint/ascii_utils-69a3dad4e076fc6b/lib-ascii_utils.json new file mode 100644 index 0000000..e1ea455 --- /dev/null +++ b/target/debug/.fingerprint/ascii_utils-69a3dad4e076fc6b/lib-ascii_utils.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":16612781091956642858,"profile":2241668132362809309,"path":8363685698992604980,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/ascii_utils-69a3dad4e076fc6b/dep-lib-ascii_utils","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/async-compression-9a299849b0562ac3/dep-lib-async_compression b/target/debug/.fingerprint/async-compression-9a299849b0562ac3/dep-lib-async_compression new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/async-compression-9a299849b0562ac3/dep-lib-async_compression differ diff --git a/target/debug/.fingerprint/async-compression-9a299849b0562ac3/invoked.timestamp b/target/debug/.fingerprint/async-compression-9a299849b0562ac3/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/async-compression-9a299849b0562ac3/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/async-compression-9a299849b0562ac3/lib-async_compression b/target/debug/.fingerprint/async-compression-9a299849b0562ac3/lib-async_compression new file mode 100644 index 0000000..32d5c79 --- /dev/null +++ b/target/debug/.fingerprint/async-compression-9a299849b0562ac3/lib-async_compression @@ -0,0 +1 @@ +7130128e7e003fb2 \ No newline at end of file diff --git a/target/debug/.fingerprint/async-compression-9a299849b0562ac3/lib-async_compression.json b/target/debug/.fingerprint/async-compression-9a299849b0562ac3/lib-async_compression.json new file mode 100644 index 0000000..ca4c387 --- /dev/null +++ b/target/debug/.fingerprint/async-compression-9a299849b0562ac3/lib-async_compression.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"brotli\", \"gzip\", \"tokio\", \"zlib\", \"zstd\"]","declared_features":"[\"all\", \"all-algorithms\", \"all-implementations\", \"brotli\", \"bzip2\", \"deflate\", \"deflate64\", \"futures-io\", \"gzip\", \"lz4\", \"lzma\", \"tokio\", \"xz\", \"xz-parallel\", \"xz2\", \"zlib\", \"zstd\", \"zstdmt\"]","target":7068030942456847288,"profile":16163053410114657235,"path":15404105886762780946,"deps":[[1906322745568073236,"pin_project_lite",false,16108370810058603254],[10383042416258624953,"compression_core",false,2522965752974847610],[12891030758458664808,"tokio",false,5072163070033021838],[16320709785188340009,"compression_codecs",false,13828493478878629400]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/async-compression-9a299849b0562ac3/dep-lib-async_compression","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/async-compression-cb27a862a3735edc/dep-lib-async_compression b/target/debug/.fingerprint/async-compression-cb27a862a3735edc/dep-lib-async_compression new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/async-compression-cb27a862a3735edc/dep-lib-async_compression differ diff --git a/target/debug/.fingerprint/async-compression-cb27a862a3735edc/invoked.timestamp b/target/debug/.fingerprint/async-compression-cb27a862a3735edc/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/async-compression-cb27a862a3735edc/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/async-compression-cb27a862a3735edc/lib-async_compression b/target/debug/.fingerprint/async-compression-cb27a862a3735edc/lib-async_compression new file mode 100644 index 0000000..e054127 --- /dev/null +++ b/target/debug/.fingerprint/async-compression-cb27a862a3735edc/lib-async_compression @@ -0,0 +1 @@ +c276d9a5955f5ec7 \ No newline at end of file diff --git a/target/debug/.fingerprint/async-compression-cb27a862a3735edc/lib-async_compression.json b/target/debug/.fingerprint/async-compression-cb27a862a3735edc/lib-async_compression.json new file mode 100644 index 0000000..fb15a7c --- /dev/null +++ b/target/debug/.fingerprint/async-compression-cb27a862a3735edc/lib-async_compression.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"brotli\", \"gzip\", \"tokio\", \"zlib\", \"zstd\"]","declared_features":"[\"all\", \"all-algorithms\", \"all-implementations\", \"brotli\", \"bzip2\", \"deflate\", \"deflate64\", \"futures-io\", \"gzip\", \"lz4\", \"lzma\", \"tokio\", \"xz\", \"xz-parallel\", \"xz2\", \"zlib\", \"zstd\", \"zstdmt\"]","target":7068030942456847288,"profile":16163053410114657235,"path":15404105886762780946,"deps":[[1906322745568073236,"pin_project_lite",false,16108370810058603254],[10383042416258624953,"compression_core",false,2522965752974847610],[12891030758458664808,"tokio",false,13629259371125197179],[16320709785188340009,"compression_codecs",false,13828493478878629400]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/async-compression-cb27a862a3735edc/dep-lib-async_compression","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/async-graphql-derive-40fd733d0651b2fa/dep-lib-async_graphql_derive b/target/debug/.fingerprint/async-graphql-derive-40fd733d0651b2fa/dep-lib-async_graphql_derive new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/async-graphql-derive-40fd733d0651b2fa/dep-lib-async_graphql_derive differ diff --git a/target/debug/.fingerprint/async-graphql-derive-40fd733d0651b2fa/invoked.timestamp b/target/debug/.fingerprint/async-graphql-derive-40fd733d0651b2fa/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/async-graphql-derive-40fd733d0651b2fa/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/async-graphql-derive-40fd733d0651b2fa/lib-async_graphql_derive b/target/debug/.fingerprint/async-graphql-derive-40fd733d0651b2fa/lib-async_graphql_derive new file mode 100644 index 0000000..996056a --- /dev/null +++ b/target/debug/.fingerprint/async-graphql-derive-40fd733d0651b2fa/lib-async_graphql_derive @@ -0,0 +1 @@ +f4bb613396a7d666 \ No newline at end of file diff --git a/target/debug/.fingerprint/async-graphql-derive-40fd733d0651b2fa/lib-async_graphql_derive.json b/target/debug/.fingerprint/async-graphql-derive-40fd733d0651b2fa/lib-async_graphql_derive.json new file mode 100644 index 0000000..734e871 --- /dev/null +++ b/target/debug/.fingerprint/async-graphql-derive-40fd733d0651b2fa/lib-async_graphql_derive.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"boxed-trait\"]","target":18067888665162829202,"profile":2225463790103693989,"path":14321524436560249873,"deps":[[2448563160050429386,"thiserror",false,6522675824000172804],[2718125212344717688,"async_graphql_parser",false,13831104764097504976],[4289358735036141001,"proc_macro2",false,11907438208124547768],[5173261322490654967,"proc_macro_crate",false,9351501573981831192],[6100504282945712449,"quote",false,15556484999302306747],[6313753598130717437,"strum",false,10630203358260868066],[6490058671768129134,"syn",false,13449399834116190507],[8844146488415526527,"darling",false,14932464073288494776],[10273615881155074728,"inflector",false,15085857183522426604]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/async-graphql-derive-40fd733d0651b2fa/dep-lib-async_graphql_derive","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/async-graphql-parser-27df6d4b17125af3/dep-lib-async_graphql_parser b/target/debug/.fingerprint/async-graphql-parser-27df6d4b17125af3/dep-lib-async_graphql_parser new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/async-graphql-parser-27df6d4b17125af3/dep-lib-async_graphql_parser differ diff --git a/target/debug/.fingerprint/async-graphql-parser-27df6d4b17125af3/invoked.timestamp b/target/debug/.fingerprint/async-graphql-parser-27df6d4b17125af3/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/async-graphql-parser-27df6d4b17125af3/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/async-graphql-parser-27df6d4b17125af3/lib-async_graphql_parser b/target/debug/.fingerprint/async-graphql-parser-27df6d4b17125af3/lib-async_graphql_parser new file mode 100644 index 0000000..3f0b5aa --- /dev/null +++ b/target/debug/.fingerprint/async-graphql-parser-27df6d4b17125af3/lib-async_graphql_parser @@ -0,0 +1 @@ +d0a63eab80f4f1bf \ No newline at end of file diff --git a/target/debug/.fingerprint/async-graphql-parser-27df6d4b17125af3/lib-async_graphql_parser.json b/target/debug/.fingerprint/async-graphql-parser-27df6d4b17125af3/lib-async_graphql_parser.json new file mode 100644 index 0000000..0dce7ee --- /dev/null +++ b/target/debug/.fingerprint/async-graphql-parser-27df6d4b17125af3/lib-async_graphql_parser.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":8591387562657000751,"profile":2225463790103693989,"path":12799564948679031685,"deps":[[5938576746592958590,"pest",false,17570460278201265929],[13548984313718623784,"serde",false,2270396630933148785],[13795362694956882968,"serde_json",false,16358041996395934417],[17785264941331304896,"async_graphql_value",false,8977386609077409067]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/async-graphql-parser-27df6d4b17125af3/dep-lib-async_graphql_parser","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/async-graphql-parser-7c0a64362af90853/dep-lib-async_graphql_parser b/target/debug/.fingerprint/async-graphql-parser-7c0a64362af90853/dep-lib-async_graphql_parser new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/async-graphql-parser-7c0a64362af90853/dep-lib-async_graphql_parser differ diff --git a/target/debug/.fingerprint/async-graphql-parser-7c0a64362af90853/invoked.timestamp b/target/debug/.fingerprint/async-graphql-parser-7c0a64362af90853/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/async-graphql-parser-7c0a64362af90853/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/async-graphql-parser-7c0a64362af90853/lib-async_graphql_parser b/target/debug/.fingerprint/async-graphql-parser-7c0a64362af90853/lib-async_graphql_parser new file mode 100644 index 0000000..296a2e6 --- /dev/null +++ b/target/debug/.fingerprint/async-graphql-parser-7c0a64362af90853/lib-async_graphql_parser @@ -0,0 +1 @@ +114708fe99d994e4 \ No newline at end of file diff --git a/target/debug/.fingerprint/async-graphql-parser-7c0a64362af90853/lib-async_graphql_parser.json b/target/debug/.fingerprint/async-graphql-parser-7c0a64362af90853/lib-async_graphql_parser.json new file mode 100644 index 0000000..3b6747c --- /dev/null +++ b/target/debug/.fingerprint/async-graphql-parser-7c0a64362af90853/lib-async_graphql_parser.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":8591387562657000751,"profile":2241668132362809309,"path":12799564948679031685,"deps":[[5938576746592958590,"pest",false,966501116731234294],[13548984313718623784,"serde",false,7132925528862317428],[13795362694956882968,"serde_json",false,15340009246332311666],[17785264941331304896,"async_graphql_value",false,15761235060586829499]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/async-graphql-parser-7c0a64362af90853/dep-lib-async_graphql_parser","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/async-graphql-value-b23cf2cd9a811f3c/dep-lib-async_graphql_value b/target/debug/.fingerprint/async-graphql-value-b23cf2cd9a811f3c/dep-lib-async_graphql_value new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/async-graphql-value-b23cf2cd9a811f3c/dep-lib-async_graphql_value differ diff --git a/target/debug/.fingerprint/async-graphql-value-b23cf2cd9a811f3c/invoked.timestamp b/target/debug/.fingerprint/async-graphql-value-b23cf2cd9a811f3c/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/async-graphql-value-b23cf2cd9a811f3c/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/async-graphql-value-b23cf2cd9a811f3c/lib-async_graphql_value b/target/debug/.fingerprint/async-graphql-value-b23cf2cd9a811f3c/lib-async_graphql_value new file mode 100644 index 0000000..6dcf6c2 --- /dev/null +++ b/target/debug/.fingerprint/async-graphql-value-b23cf2cd9a811f3c/lib-async_graphql_value @@ -0,0 +1 @@ +bbd6b5efc727bbda \ No newline at end of file diff --git a/target/debug/.fingerprint/async-graphql-value-b23cf2cd9a811f3c/lib-async_graphql_value.json b/target/debug/.fingerprint/async-graphql-value-b23cf2cd9a811f3c/lib-async_graphql_value.json new file mode 100644 index 0000000..808ab93 --- /dev/null +++ b/target/debug/.fingerprint/async-graphql-value-b23cf2cd9a811f3c/lib-async_graphql_value.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"raw_value\"]","target":10661596236603337415,"profile":2241668132362809309,"path":16153487474213016857,"deps":[[6355489020061627772,"bytes",false,5202919556575344190],[12821780872552529316,"indexmap",false,8205179541564719214],[13548984313718623784,"serde",false,7132925528862317428],[13795362694956882968,"serde_json",false,15340009246332311666]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/async-graphql-value-b23cf2cd9a811f3c/dep-lib-async_graphql_value","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/async-graphql-value-d61656691983ed26/dep-lib-async_graphql_value b/target/debug/.fingerprint/async-graphql-value-d61656691983ed26/dep-lib-async_graphql_value new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/async-graphql-value-d61656691983ed26/dep-lib-async_graphql_value differ diff --git a/target/debug/.fingerprint/async-graphql-value-d61656691983ed26/invoked.timestamp b/target/debug/.fingerprint/async-graphql-value-d61656691983ed26/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/async-graphql-value-d61656691983ed26/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/async-graphql-value-d61656691983ed26/lib-async_graphql_value b/target/debug/.fingerprint/async-graphql-value-d61656691983ed26/lib-async_graphql_value new file mode 100644 index 0000000..90d50a5 --- /dev/null +++ b/target/debug/.fingerprint/async-graphql-value-d61656691983ed26/lib-async_graphql_value @@ -0,0 +1 @@ +2b5568858e15967c \ No newline at end of file diff --git a/target/debug/.fingerprint/async-graphql-value-d61656691983ed26/lib-async_graphql_value.json b/target/debug/.fingerprint/async-graphql-value-d61656691983ed26/lib-async_graphql_value.json new file mode 100644 index 0000000..4dfc5fb --- /dev/null +++ b/target/debug/.fingerprint/async-graphql-value-d61656691983ed26/lib-async_graphql_value.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"raw_value\"]","target":10661596236603337415,"profile":2225463790103693989,"path":16153487474213016857,"deps":[[6355489020061627772,"bytes",false,10036223567504659944],[12821780872552529316,"indexmap",false,252812104353478942],[13548984313718623784,"serde",false,2270396630933148785],[13795362694956882968,"serde_json",false,16358041996395934417]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/async-graphql-value-d61656691983ed26/dep-lib-async_graphql_value","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/async-io-b95e64d43ec821d7/build-script-build-script-build b/target/debug/.fingerprint/async-io-b95e64d43ec821d7/build-script-build-script-build new file mode 100644 index 0000000..25dafb5 --- /dev/null +++ b/target/debug/.fingerprint/async-io-b95e64d43ec821d7/build-script-build-script-build @@ -0,0 +1 @@ +cb4332b129ced7c3 \ No newline at end of file diff --git a/target/debug/.fingerprint/async-io-b95e64d43ec821d7/build-script-build-script-build.json b/target/debug/.fingerprint/async-io-b95e64d43ec821d7/build-script-build-script-build.json new file mode 100644 index 0000000..372c4a6 --- /dev/null +++ b/target/debug/.fingerprint/async-io-b95e64d43ec821d7/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"tracing\"]","target":5408242616063297496,"profile":4831801323318853768,"path":1878023081320752644,"deps":[[13927012481677012980,"autocfg",false,13576290838935675997]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/async-io-b95e64d43ec821d7/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/async-io-b95e64d43ec821d7/dep-build-script-build-script-build b/target/debug/.fingerprint/async-io-b95e64d43ec821d7/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/async-io-b95e64d43ec821d7/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/async-io-b95e64d43ec821d7/invoked.timestamp b/target/debug/.fingerprint/async-io-b95e64d43ec821d7/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/async-io-b95e64d43ec821d7/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/async-io-c3a40dfb4c81bd62/dep-lib-async_io b/target/debug/.fingerprint/async-io-c3a40dfb4c81bd62/dep-lib-async_io new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/async-io-c3a40dfb4c81bd62/dep-lib-async_io differ diff --git a/target/debug/.fingerprint/async-io-c3a40dfb4c81bd62/invoked.timestamp b/target/debug/.fingerprint/async-io-c3a40dfb4c81bd62/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/async-io-c3a40dfb4c81bd62/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/async-io-c3a40dfb4c81bd62/lib-async_io b/target/debug/.fingerprint/async-io-c3a40dfb4c81bd62/lib-async_io new file mode 100644 index 0000000..d18816f --- /dev/null +++ b/target/debug/.fingerprint/async-io-c3a40dfb4c81bd62/lib-async_io @@ -0,0 +1 @@ +c27b56e9b78144b5 \ No newline at end of file diff --git a/target/debug/.fingerprint/async-io-c3a40dfb4c81bd62/lib-async_io.json b/target/debug/.fingerprint/async-io-c3a40dfb4c81bd62/lib-async_io.json new file mode 100644 index 0000000..16f7706 --- /dev/null +++ b/target/debug/.fingerprint/async-io-c3a40dfb4c81bd62/lib-async_io.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"tracing\"]","target":10084595033463382892,"profile":595352080743954639,"path":15538398039081657583,"deps":[[5103565458935487,"futures_io",false,12388044384922827018],[189982446159473706,"parking",false,10583480886620256749],[7667230146095136825,"cfg_if",false,5245324944763812973],[9090520973410485560,"futures_lite",false,13416471510908667475],[12100481297174703255,"concurrent_queue",false,14986649088805170989],[14271827750077741315,"polling",false,16712342243578545646],[14767213526276824509,"slab",false,17390599228392683833],[15550619062825872913,"build_script_build",false,1004640637729973752],[18377328279789821306,"rustix",false,11625492491161462724]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/async-io-c3a40dfb4c81bd62/dep-lib-async_io","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/async-io-ea551117e409132d/run-build-script-build-script-build b/target/debug/.fingerprint/async-io-ea551117e409132d/run-build-script-build-script-build new file mode 100644 index 0000000..36e3ae9 --- /dev/null +++ b/target/debug/.fingerprint/async-io-ea551117e409132d/run-build-script-build-script-build @@ -0,0 +1 @@ +f825d1525633f10d \ No newline at end of file diff --git a/target/debug/.fingerprint/async-io-ea551117e409132d/run-build-script-build-script-build.json b/target/debug/.fingerprint/async-io-ea551117e409132d/run-build-script-build-script-build.json new file mode 100644 index 0000000..7d6e467 --- /dev/null +++ b/target/debug/.fingerprint/async-io-ea551117e409132d/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[15550619062825872913,"build_script_build",false,14111974635850580939]],"local":[{"Precalculated":"2.6.0"}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/async-stream-651fa74d05e178fb/dep-lib-async_stream b/target/debug/.fingerprint/async-stream-651fa74d05e178fb/dep-lib-async_stream new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/async-stream-651fa74d05e178fb/dep-lib-async_stream differ diff --git a/target/debug/.fingerprint/async-stream-651fa74d05e178fb/invoked.timestamp b/target/debug/.fingerprint/async-stream-651fa74d05e178fb/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/async-stream-651fa74d05e178fb/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/async-stream-651fa74d05e178fb/lib-async_stream b/target/debug/.fingerprint/async-stream-651fa74d05e178fb/lib-async_stream new file mode 100644 index 0000000..50a8dc4 --- /dev/null +++ b/target/debug/.fingerprint/async-stream-651fa74d05e178fb/lib-async_stream @@ -0,0 +1 @@ +c12ebc2d07c52619 \ No newline at end of file diff --git a/target/debug/.fingerprint/async-stream-651fa74d05e178fb/lib-async_stream.json b/target/debug/.fingerprint/async-stream-651fa74d05e178fb/lib-async_stream.json new file mode 100644 index 0000000..f6998e1 --- /dev/null +++ b/target/debug/.fingerprint/async-stream-651fa74d05e178fb/lib-async_stream.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":7636188372161476255,"profile":2241668132362809309,"path":3389636987962203529,"deps":[[1906322745568073236,"pin_project_lite",false,16108370810058603254],[7410208549481828251,"async_stream_impl",false,6403137364003433957],[7620660491849607393,"futures_core",false,8162665628542204569]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/async-stream-651fa74d05e178fb/dep-lib-async_stream","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/async-stream-impl-e4303d2ba9bf2c5e/dep-lib-async_stream_impl b/target/debug/.fingerprint/async-stream-impl-e4303d2ba9bf2c5e/dep-lib-async_stream_impl new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/async-stream-impl-e4303d2ba9bf2c5e/dep-lib-async_stream_impl differ diff --git a/target/debug/.fingerprint/async-stream-impl-e4303d2ba9bf2c5e/invoked.timestamp b/target/debug/.fingerprint/async-stream-impl-e4303d2ba9bf2c5e/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/async-stream-impl-e4303d2ba9bf2c5e/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/async-stream-impl-e4303d2ba9bf2c5e/lib-async_stream_impl b/target/debug/.fingerprint/async-stream-impl-e4303d2ba9bf2c5e/lib-async_stream_impl new file mode 100644 index 0000000..39f2974 --- /dev/null +++ b/target/debug/.fingerprint/async-stream-impl-e4303d2ba9bf2c5e/lib-async_stream_impl @@ -0,0 +1 @@ +e5ad74dd8183dc58 \ No newline at end of file diff --git a/target/debug/.fingerprint/async-stream-impl-e4303d2ba9bf2c5e/lib-async_stream_impl.json b/target/debug/.fingerprint/async-stream-impl-e4303d2ba9bf2c5e/lib-async_stream_impl.json new file mode 100644 index 0000000..7ccf82e --- /dev/null +++ b/target/debug/.fingerprint/async-stream-impl-e4303d2ba9bf2c5e/lib-async_stream_impl.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":1942159639416563378,"profile":2225463790103693989,"path":17541424168505568862,"deps":[[4289358735036141001,"proc_macro2",false,11907438208124547768],[6100504282945712449,"quote",false,15556484999302306747],[6490058671768129134,"syn",false,13449399834116190507]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/async-stream-impl-e4303d2ba9bf2c5e/dep-lib-async_stream_impl","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/async-trait-bd0d8c07b97d5117/dep-lib-async_trait b/target/debug/.fingerprint/async-trait-bd0d8c07b97d5117/dep-lib-async_trait new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/async-trait-bd0d8c07b97d5117/dep-lib-async_trait differ diff --git a/target/debug/.fingerprint/async-trait-bd0d8c07b97d5117/invoked.timestamp b/target/debug/.fingerprint/async-trait-bd0d8c07b97d5117/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/async-trait-bd0d8c07b97d5117/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/async-trait-bd0d8c07b97d5117/lib-async_trait b/target/debug/.fingerprint/async-trait-bd0d8c07b97d5117/lib-async_trait new file mode 100644 index 0000000..5cd4975 --- /dev/null +++ b/target/debug/.fingerprint/async-trait-bd0d8c07b97d5117/lib-async_trait @@ -0,0 +1 @@ +2594398489757205 \ No newline at end of file diff --git a/target/debug/.fingerprint/async-trait-bd0d8c07b97d5117/lib-async_trait.json b/target/debug/.fingerprint/async-trait-bd0d8c07b97d5117/lib-async_trait.json new file mode 100644 index 0000000..2490a19 --- /dev/null +++ b/target/debug/.fingerprint/async-trait-bd0d8c07b97d5117/lib-async_trait.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":5116616278641129243,"profile":2225463790103693989,"path":3559844216346382596,"deps":[[4289358735036141001,"proc_macro2",false,11907438208124547768],[6100504282945712449,"quote",false,15556484999302306747],[6490058671768129134,"syn",false,13449399834116190507]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/async-trait-bd0d8c07b97d5117/dep-lib-async_trait","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/asynk-strim-b2e95fad30b4c0dc/dep-lib-asynk_strim b/target/debug/.fingerprint/asynk-strim-b2e95fad30b4c0dc/dep-lib-asynk_strim new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/asynk-strim-b2e95fad30b4c0dc/dep-lib-asynk_strim differ diff --git a/target/debug/.fingerprint/asynk-strim-b2e95fad30b4c0dc/invoked.timestamp b/target/debug/.fingerprint/asynk-strim-b2e95fad30b4c0dc/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/asynk-strim-b2e95fad30b4c0dc/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/asynk-strim-b2e95fad30b4c0dc/lib-asynk_strim b/target/debug/.fingerprint/asynk-strim-b2e95fad30b4c0dc/lib-asynk_strim new file mode 100644 index 0000000..9b11df2 --- /dev/null +++ b/target/debug/.fingerprint/asynk-strim-b2e95fad30b4c0dc/lib-asynk_strim @@ -0,0 +1 @@ +05fa0ca81959ee25 \ No newline at end of file diff --git a/target/debug/.fingerprint/asynk-strim-b2e95fad30b4c0dc/lib-asynk_strim.json b/target/debug/.fingerprint/asynk-strim-b2e95fad30b4c0dc/lib-asynk_strim.json new file mode 100644 index 0000000..2e64521 --- /dev/null +++ b/target/debug/.fingerprint/asynk-strim-b2e95fad30b4c0dc/lib-asynk_strim.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":13128177425497410110,"profile":2241668132362809309,"path":271248433779123229,"deps":[[1906322745568073236,"pin_project_lite",false,16108370810058603254],[7620660491849607393,"futures_core",false,8162665628542204569]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/asynk-strim-b2e95fad30b4c0dc/dep-lib-asynk_strim","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/atoi-178af15f50b654e4/dep-lib-atoi b/target/debug/.fingerprint/atoi-178af15f50b654e4/dep-lib-atoi new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/atoi-178af15f50b654e4/dep-lib-atoi differ diff --git a/target/debug/.fingerprint/atoi-178af15f50b654e4/invoked.timestamp b/target/debug/.fingerprint/atoi-178af15f50b654e4/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/atoi-178af15f50b654e4/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/atoi-178af15f50b654e4/lib-atoi b/target/debug/.fingerprint/atoi-178af15f50b654e4/lib-atoi new file mode 100644 index 0000000..8caacfb --- /dev/null +++ b/target/debug/.fingerprint/atoi-178af15f50b654e4/lib-atoi @@ -0,0 +1 @@ +c528d041ad981c52 \ No newline at end of file diff --git a/target/debug/.fingerprint/atoi-178af15f50b654e4/lib-atoi.json b/target/debug/.fingerprint/atoi-178af15f50b654e4/lib-atoi.json new file mode 100644 index 0000000..dc1a273 --- /dev/null +++ b/target/debug/.fingerprint/atoi-178af15f50b654e4/lib-atoi.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"std\"]","target":2515742790907851906,"profile":2241668132362809309,"path":16061170184911446386,"deps":[[5157631553186200874,"num_traits",false,1836119591555862011]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/atoi-178af15f50b654e4/dep-lib-atoi","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/atoi-3294157af90bf18f/dep-lib-atoi b/target/debug/.fingerprint/atoi-3294157af90bf18f/dep-lib-atoi new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/atoi-3294157af90bf18f/dep-lib-atoi differ diff --git a/target/debug/.fingerprint/atoi-3294157af90bf18f/invoked.timestamp b/target/debug/.fingerprint/atoi-3294157af90bf18f/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/atoi-3294157af90bf18f/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/atoi-3294157af90bf18f/lib-atoi b/target/debug/.fingerprint/atoi-3294157af90bf18f/lib-atoi new file mode 100644 index 0000000..5f17e64 --- /dev/null +++ b/target/debug/.fingerprint/atoi-3294157af90bf18f/lib-atoi @@ -0,0 +1 @@ +bb95b246defb15ce \ No newline at end of file diff --git a/target/debug/.fingerprint/atoi-3294157af90bf18f/lib-atoi.json b/target/debug/.fingerprint/atoi-3294157af90bf18f/lib-atoi.json new file mode 100644 index 0000000..bc73044 --- /dev/null +++ b/target/debug/.fingerprint/atoi-3294157af90bf18f/lib-atoi.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"std\"]","target":2515742790907851906,"profile":2225463790103693989,"path":16061170184911446386,"deps":[[5157631553186200874,"num_traits",false,6481473229040431830]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/atoi-3294157af90bf18f/dep-lib-atoi","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/atomic-waker-5d2db5f7d9229e4e/dep-lib-atomic_waker b/target/debug/.fingerprint/atomic-waker-5d2db5f7d9229e4e/dep-lib-atomic_waker new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/atomic-waker-5d2db5f7d9229e4e/dep-lib-atomic_waker differ diff --git a/target/debug/.fingerprint/atomic-waker-5d2db5f7d9229e4e/invoked.timestamp b/target/debug/.fingerprint/atomic-waker-5d2db5f7d9229e4e/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/atomic-waker-5d2db5f7d9229e4e/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/atomic-waker-5d2db5f7d9229e4e/lib-atomic_waker b/target/debug/.fingerprint/atomic-waker-5d2db5f7d9229e4e/lib-atomic_waker new file mode 100644 index 0000000..0d12453 --- /dev/null +++ b/target/debug/.fingerprint/atomic-waker-5d2db5f7d9229e4e/lib-atomic_waker @@ -0,0 +1 @@ +32e390bdc6d60cdc \ No newline at end of file diff --git a/target/debug/.fingerprint/atomic-waker-5d2db5f7d9229e4e/lib-atomic_waker.json b/target/debug/.fingerprint/atomic-waker-5d2db5f7d9229e4e/lib-atomic_waker.json new file mode 100644 index 0000000..6eb1183 --- /dev/null +++ b/target/debug/.fingerprint/atomic-waker-5d2db5f7d9229e4e/lib-atomic_waker.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"portable-atomic\"]","target":14411119108718288063,"profile":2241668132362809309,"path":11865152512492074527,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/atomic-waker-5d2db5f7d9229e4e/dep-lib-atomic_waker","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/autocfg-38d501c17e68b38c/dep-lib-autocfg b/target/debug/.fingerprint/autocfg-38d501c17e68b38c/dep-lib-autocfg new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/autocfg-38d501c17e68b38c/dep-lib-autocfg differ diff --git a/target/debug/.fingerprint/autocfg-38d501c17e68b38c/invoked.timestamp b/target/debug/.fingerprint/autocfg-38d501c17e68b38c/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/autocfg-38d501c17e68b38c/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/autocfg-38d501c17e68b38c/lib-autocfg b/target/debug/.fingerprint/autocfg-38d501c17e68b38c/lib-autocfg new file mode 100644 index 0000000..fb1b3fc --- /dev/null +++ b/target/debug/.fingerprint/autocfg-38d501c17e68b38c/lib-autocfg @@ -0,0 +1 @@ +5da4267696ac68bc \ No newline at end of file diff --git a/target/debug/.fingerprint/autocfg-38d501c17e68b38c/lib-autocfg.json b/target/debug/.fingerprint/autocfg-38d501c17e68b38c/lib-autocfg.json new file mode 100644 index 0000000..9081f6b --- /dev/null +++ b/target/debug/.fingerprint/autocfg-38d501c17e68b38c/lib-autocfg.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":6962977057026645649,"profile":2225463790103693989,"path":13012155406345184897,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/autocfg-38d501c17e68b38c/dep-lib-autocfg","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/axum-4285699a32fa7a9c/run-build-script-build-script-build b/target/debug/.fingerprint/axum-4285699a32fa7a9c/run-build-script-build-script-build new file mode 100644 index 0000000..dafe40f --- /dev/null +++ b/target/debug/.fingerprint/axum-4285699a32fa7a9c/run-build-script-build-script-build @@ -0,0 +1 @@ +d655593b43867c17 \ No newline at end of file diff --git a/target/debug/.fingerprint/axum-4285699a32fa7a9c/run-build-script-build-script-build.json b/target/debug/.fingerprint/axum-4285699a32fa7a9c/run-build-script-build-script-build.json new file mode 100644 index 0000000..b38cced --- /dev/null +++ b/target/debug/.fingerprint/axum-4285699a32fa7a9c/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[16244562316228021087,"build_script_build",false,13921664784230316896]],"local":[{"Precalculated":"0.6.20"}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/axum-4c2d09af0139c4f5/dep-lib-axum b/target/debug/.fingerprint/axum-4c2d09af0139c4f5/dep-lib-axum new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/axum-4c2d09af0139c4f5/dep-lib-axum differ diff --git a/target/debug/.fingerprint/axum-4c2d09af0139c4f5/invoked.timestamp b/target/debug/.fingerprint/axum-4c2d09af0139c4f5/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/axum-4c2d09af0139c4f5/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/axum-4c2d09af0139c4f5/lib-axum b/target/debug/.fingerprint/axum-4c2d09af0139c4f5/lib-axum new file mode 100644 index 0000000..14ed022 --- /dev/null +++ b/target/debug/.fingerprint/axum-4c2d09af0139c4f5/lib-axum @@ -0,0 +1 @@ +81f70839ce535f89 \ No newline at end of file diff --git a/target/debug/.fingerprint/axum-4c2d09af0139c4f5/lib-axum.json b/target/debug/.fingerprint/axum-4c2d09af0139c4f5/lib-axum.json new file mode 100644 index 0000000..e3e5a46 --- /dev/null +++ b/target/debug/.fingerprint/axum-4c2d09af0139c4f5/lib-axum.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"__private_docs\", \"default\", \"form\", \"headers\", \"http1\", \"http2\", \"json\", \"macros\", \"matched-path\", \"multipart\", \"original-uri\", \"query\", \"tokio\", \"tower-log\", \"tracing\", \"ws\"]","target":12074263998246110377,"profile":2241668132362809309,"path":4780547086384436890,"deps":[[198136567835728122,"memchr",false,13820745343826299477],[264090853244900308,"sync_wrapper",false,6999503193550017528],[784494742817713399,"tower_service",false,10732140188555243943],[1906322745568073236,"pin_project_lite",false,16108370810058603254],[3601586811267292532,"tower",false,1314059663397171038],[4405182208873388884,"http",false,14793570796329949612],[6355489020061627772,"bytes",false,5202919556575344190],[6803352382179706244,"percent_encoding",false,2450237552354977827],[7414427314941361239,"hyper",false,18244991819216870583],[7712452662827335977,"tower_layer",false,11385674884169205677],[8915503303801890683,"http_body",false,15915189439927958959],[9293824762099617471,"axum_core",false,1329910535299080542],[9678799920983747518,"matchit",false,13788816122399788491],[9938278000850417404,"itoa",false,16409472679747058530],[10229185211513642314,"mime",false,12469268705379514220],[10435729446543529114,"bitflags",false,3661045226912629163],[10629569228670356391,"futures_util",false,7365277945834051026],[13548984313718623784,"serde",false,7132925528862317428],[16244562316228021087,"build_script_build",false,1692375183301105110],[16611674984963787466,"async_trait",false,392505351023989797]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/axum-4c2d09af0139c4f5/dep-lib-axum","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/axum-81c716d4a29e9aeb/dep-lib-axum b/target/debug/.fingerprint/axum-81c716d4a29e9aeb/dep-lib-axum new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/axum-81c716d4a29e9aeb/dep-lib-axum differ diff --git a/target/debug/.fingerprint/axum-81c716d4a29e9aeb/invoked.timestamp b/target/debug/.fingerprint/axum-81c716d4a29e9aeb/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/axum-81c716d4a29e9aeb/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/axum-81c716d4a29e9aeb/lib-axum b/target/debug/.fingerprint/axum-81c716d4a29e9aeb/lib-axum new file mode 100644 index 0000000..c0ee88b --- /dev/null +++ b/target/debug/.fingerprint/axum-81c716d4a29e9aeb/lib-axum @@ -0,0 +1 @@ +d3b5f7f316265938 \ No newline at end of file diff --git a/target/debug/.fingerprint/axum-81c716d4a29e9aeb/lib-axum.json b/target/debug/.fingerprint/axum-81c716d4a29e9aeb/lib-axum.json new file mode 100644 index 0000000..6409e59 --- /dev/null +++ b/target/debug/.fingerprint/axum-81c716d4a29e9aeb/lib-axum.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"form\", \"http1\", \"json\", \"matched-path\", \"original-uri\", \"query\", \"tokio\", \"tower-log\", \"tracing\", \"ws\"]","declared_features":"[\"__private\", \"__private_docs\", \"default\", \"form\", \"http1\", \"http2\", \"json\", \"macros\", \"matched-path\", \"multipart\", \"original-uri\", \"query\", \"tokio\", \"tower-log\", \"tracing\", \"ws\"]","target":13920321295547257648,"profile":9880548630247089144,"path":15162450801775482360,"deps":[[198136567835728122,"memchr",false,13820745343826299477],[784494742817713399,"tower_service",false,10732140188555243943],[1074175012458081222,"form_urlencoded",false,9039677679406153537],[1906322745568073236,"pin_project_lite",false,16108370810058603254],[2517136641825875337,"sync_wrapper",false,1579714390372525676],[2620434475832828286,"http",false,2588846681164434643],[3632162862999675140,"tower",false,7870639301687912611],[4160778395972110362,"hyper",false,9776823655821551011],[6355489020061627772,"bytes",false,5202919556575344190],[6803352382179706244,"percent_encoding",false,2450237552354977827],[7712452662827335977,"tower_layer",false,11385674884169205677],[8098305783429564872,"hyper_util",false,14740129513123262123],[8502962237732707896,"axum_core",false,12656480094306484257],[8913795983780778928,"matchit",false,15614389548079369432],[9938278000850417404,"itoa",false,16409472679747058530],[10229185211513642314,"mime",false,12469268705379514220],[10629569228670356391,"futures_util",false,7365277945834051026],[10724389056617919257,"sha1",false,16238613422177024392],[11649034845009460065,"tokio_tungstenite",false,1057070278539291227],[11899261697793765154,"serde_core",false,9848609837332900020],[12891030758458664808,"tokio",false,13629259371125197179],[13077212702700853852,"base64",false,2731579066016563254],[13795362694956882968,"serde_json",false,15340009246332311666],[14084095096285906100,"http_body",false,9347416447814594941],[14757622794040968908,"tracing",false,15481652202596263875],[14814583949208169760,"serde_path_to_error",false,16799174315276634821],[16542808166767769916,"serde_urlencoded",false,7335578590021102160],[16900715236047033623,"http_body_util",false,16605516706429590156]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/axum-81c716d4a29e9aeb/dep-lib-axum","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/axum-adae3d6d73a179d3/build-script-build-script-build b/target/debug/.fingerprint/axum-adae3d6d73a179d3/build-script-build-script-build new file mode 100644 index 0000000..1a12d7b --- /dev/null +++ b/target/debug/.fingerprint/axum-adae3d6d73a179d3/build-script-build-script-build @@ -0,0 +1 @@ +60fb1c725cb033c1 \ No newline at end of file diff --git a/target/debug/.fingerprint/axum-adae3d6d73a179d3/build-script-build-script-build.json b/target/debug/.fingerprint/axum-adae3d6d73a179d3/build-script-build-script-build.json new file mode 100644 index 0000000..f46b08f --- /dev/null +++ b/target/debug/.fingerprint/axum-adae3d6d73a179d3/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"__private_docs\", \"default\", \"form\", \"headers\", \"http1\", \"http2\", \"json\", \"macros\", \"matched-path\", \"multipart\", \"original-uri\", \"query\", \"tokio\", \"tower-log\", \"tracing\", \"ws\"]","target":5408242616063297496,"profile":2225463790103693989,"path":11897340257996681214,"deps":[[14156967978702956262,"rustversion",false,13649726965273906375]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/axum-adae3d6d73a179d3/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/axum-adae3d6d73a179d3/dep-build-script-build-script-build b/target/debug/.fingerprint/axum-adae3d6d73a179d3/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/axum-adae3d6d73a179d3/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/axum-adae3d6d73a179d3/invoked.timestamp b/target/debug/.fingerprint/axum-adae3d6d73a179d3/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/axum-adae3d6d73a179d3/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/axum-core-1005dc0f581d6cb3/run-build-script-build-script-build b/target/debug/.fingerprint/axum-core-1005dc0f581d6cb3/run-build-script-build-script-build new file mode 100644 index 0000000..45de62e --- /dev/null +++ b/target/debug/.fingerprint/axum-core-1005dc0f581d6cb3/run-build-script-build-script-build @@ -0,0 +1 @@ +5042192c4862f6dd \ No newline at end of file diff --git a/target/debug/.fingerprint/axum-core-1005dc0f581d6cb3/run-build-script-build-script-build.json b/target/debug/.fingerprint/axum-core-1005dc0f581d6cb3/run-build-script-build-script-build.json new file mode 100644 index 0000000..0034c55 --- /dev/null +++ b/target/debug/.fingerprint/axum-core-1005dc0f581d6cb3/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[9293824762099617471,"build_script_build",false,7166481587095826636]],"local":[{"Precalculated":"0.3.4"}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/axum-core-2f2f8745eff4531f/dep-lib-axum_core b/target/debug/.fingerprint/axum-core-2f2f8745eff4531f/dep-lib-axum_core new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/axum-core-2f2f8745eff4531f/dep-lib-axum_core differ diff --git a/target/debug/.fingerprint/axum-core-2f2f8745eff4531f/invoked.timestamp b/target/debug/.fingerprint/axum-core-2f2f8745eff4531f/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/axum-core-2f2f8745eff4531f/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/axum-core-2f2f8745eff4531f/lib-axum_core b/target/debug/.fingerprint/axum-core-2f2f8745eff4531f/lib-axum_core new file mode 100644 index 0000000..efa134a --- /dev/null +++ b/target/debug/.fingerprint/axum-core-2f2f8745eff4531f/lib-axum_core @@ -0,0 +1 @@ +5e218def95ca7412 \ No newline at end of file diff --git a/target/debug/.fingerprint/axum-core-2f2f8745eff4531f/lib-axum_core.json b/target/debug/.fingerprint/axum-core-2f2f8745eff4531f/lib-axum_core.json new file mode 100644 index 0000000..9f6f6e5 --- /dev/null +++ b/target/debug/.fingerprint/axum-core-2f2f8745eff4531f/lib-axum_core.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"__private_docs\", \"tracing\"]","target":3165595516910038244,"profile":2241668132362809309,"path":8370393694640376046,"deps":[[784494742817713399,"tower_service",false,10732140188555243943],[4405182208873388884,"http",false,14793570796329949612],[6355489020061627772,"bytes",false,5202919556575344190],[7712452662827335977,"tower_layer",false,11385674884169205677],[8915503303801890683,"http_body",false,15915189439927958959],[9293824762099617471,"build_script_build",false,15994079188769915472],[10229185211513642314,"mime",false,12469268705379514220],[10629569228670356391,"futures_util",false,7365277945834051026],[16611674984963787466,"async_trait",false,392505351023989797]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/axum-core-2f2f8745eff4531f/dep-lib-axum_core","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/axum-core-3f902f36e88c746a/dep-lib-axum_core b/target/debug/.fingerprint/axum-core-3f902f36e88c746a/dep-lib-axum_core new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/axum-core-3f902f36e88c746a/dep-lib-axum_core differ diff --git a/target/debug/.fingerprint/axum-core-3f902f36e88c746a/invoked.timestamp b/target/debug/.fingerprint/axum-core-3f902f36e88c746a/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/axum-core-3f902f36e88c746a/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/axum-core-3f902f36e88c746a/lib-axum_core b/target/debug/.fingerprint/axum-core-3f902f36e88c746a/lib-axum_core new file mode 100644 index 0000000..c4d4c00 --- /dev/null +++ b/target/debug/.fingerprint/axum-core-3f902f36e88c746a/lib-axum_core @@ -0,0 +1 @@ +21c0f0bf96d9a4af \ No newline at end of file diff --git a/target/debug/.fingerprint/axum-core-3f902f36e88c746a/lib-axum_core.json b/target/debug/.fingerprint/axum-core-3f902f36e88c746a/lib-axum_core.json new file mode 100644 index 0000000..4a00f88 --- /dev/null +++ b/target/debug/.fingerprint/axum-core-3f902f36e88c746a/lib-axum_core.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"tracing\"]","declared_features":"[\"__private_docs\", \"tracing\"]","target":2565713999752801252,"profile":2831228942374545503,"path":13104739811726509868,"deps":[[784494742817713399,"tower_service",false,10732140188555243943],[1906322745568073236,"pin_project_lite",false,16108370810058603254],[2517136641825875337,"sync_wrapper",false,1579714390372525676],[2620434475832828286,"http",false,2588846681164434643],[6355489020061627772,"bytes",false,5202919556575344190],[7620660491849607393,"futures_core",false,8162665628542204569],[7712452662827335977,"tower_layer",false,11385674884169205677],[10229185211513642314,"mime",false,12469268705379514220],[14084095096285906100,"http_body",false,9347416447814594941],[14757622794040968908,"tracing",false,15481652202596263875],[16900715236047033623,"http_body_util",false,16605516706429590156]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/axum-core-3f902f36e88c746a/dep-lib-axum_core","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/axum-core-ecab063d17dc9af6/build-script-build-script-build b/target/debug/.fingerprint/axum-core-ecab063d17dc9af6/build-script-build-script-build new file mode 100644 index 0000000..7d7eda2 --- /dev/null +++ b/target/debug/.fingerprint/axum-core-ecab063d17dc9af6/build-script-build-script-build @@ -0,0 +1 @@ +cc7039a808757463 \ No newline at end of file diff --git a/target/debug/.fingerprint/axum-core-ecab063d17dc9af6/build-script-build-script-build.json b/target/debug/.fingerprint/axum-core-ecab063d17dc9af6/build-script-build-script-build.json new file mode 100644 index 0000000..cae74f8 --- /dev/null +++ b/target/debug/.fingerprint/axum-core-ecab063d17dc9af6/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"__private_docs\", \"tracing\"]","target":5408242616063297496,"profile":2225463790103693989,"path":16424676453967529825,"deps":[[14156967978702956262,"rustversion",false,13649726965273906375]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/axum-core-ecab063d17dc9af6/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/axum-core-ecab063d17dc9af6/dep-build-script-build-script-build b/target/debug/.fingerprint/axum-core-ecab063d17dc9af6/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/axum-core-ecab063d17dc9af6/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/axum-core-ecab063d17dc9af6/invoked.timestamp b/target/debug/.fingerprint/axum-core-ecab063d17dc9af6/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/axum-core-ecab063d17dc9af6/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/base62-62a7323a56eb88eb/dep-lib-base62 b/target/debug/.fingerprint/base62-62a7323a56eb88eb/dep-lib-base62 new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/base62-62a7323a56eb88eb/dep-lib-base62 differ diff --git a/target/debug/.fingerprint/base62-62a7323a56eb88eb/invoked.timestamp b/target/debug/.fingerprint/base62-62a7323a56eb88eb/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/base62-62a7323a56eb88eb/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/base62-62a7323a56eb88eb/lib-base62 b/target/debug/.fingerprint/base62-62a7323a56eb88eb/lib-base62 new file mode 100644 index 0000000..ee7d65b --- /dev/null +++ b/target/debug/.fingerprint/base62-62a7323a56eb88eb/lib-base62 @@ -0,0 +1 @@ +90a2c0d06dc46ca8 \ No newline at end of file diff --git a/target/debug/.fingerprint/base62-62a7323a56eb88eb/lib-base62.json b/target/debug/.fingerprint/base62-62a7323a56eb88eb/lib-base62.json new file mode 100644 index 0000000..c5bf83b --- /dev/null +++ b/target/debug/.fingerprint/base62-62a7323a56eb88eb/lib-base62.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\"]","declared_features":"[\"alloc\", \"default\", \"std\"]","target":13155473657910694104,"profile":2225463790103693989,"path":4204440128622718748,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/base62-62a7323a56eb88eb/dep-lib-base62","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/base62-6e3afbd3f16809fb/dep-lib-base62 b/target/debug/.fingerprint/base62-6e3afbd3f16809fb/dep-lib-base62 new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/base62-6e3afbd3f16809fb/dep-lib-base62 differ diff --git a/target/debug/.fingerprint/base62-6e3afbd3f16809fb/invoked.timestamp b/target/debug/.fingerprint/base62-6e3afbd3f16809fb/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/base62-6e3afbd3f16809fb/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/base62-6e3afbd3f16809fb/lib-base62 b/target/debug/.fingerprint/base62-6e3afbd3f16809fb/lib-base62 new file mode 100644 index 0000000..e594395 --- /dev/null +++ b/target/debug/.fingerprint/base62-6e3afbd3f16809fb/lib-base62 @@ -0,0 +1 @@ +f61b755a566ceabe \ No newline at end of file diff --git a/target/debug/.fingerprint/base62-6e3afbd3f16809fb/lib-base62.json b/target/debug/.fingerprint/base62-6e3afbd3f16809fb/lib-base62.json new file mode 100644 index 0000000..6cd2036 --- /dev/null +++ b/target/debug/.fingerprint/base62-6e3afbd3f16809fb/lib-base62.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\"]","declared_features":"[\"alloc\", \"default\", \"std\"]","target":13155473657910694104,"profile":2241668132362809309,"path":4204440128622718748,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/base62-6e3afbd3f16809fb/dep-lib-base62","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/base64-3e7b6dc5f7ff67f0/dep-lib-base64 b/target/debug/.fingerprint/base64-3e7b6dc5f7ff67f0/dep-lib-base64 new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/base64-3e7b6dc5f7ff67f0/dep-lib-base64 differ diff --git a/target/debug/.fingerprint/base64-3e7b6dc5f7ff67f0/invoked.timestamp b/target/debug/.fingerprint/base64-3e7b6dc5f7ff67f0/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/base64-3e7b6dc5f7ff67f0/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/base64-3e7b6dc5f7ff67f0/lib-base64 b/target/debug/.fingerprint/base64-3e7b6dc5f7ff67f0/lib-base64 new file mode 100644 index 0000000..e7b3e40 --- /dev/null +++ b/target/debug/.fingerprint/base64-3e7b6dc5f7ff67f0/lib-base64 @@ -0,0 +1 @@ +c897041d09ac142c \ No newline at end of file diff --git a/target/debug/.fingerprint/base64-3e7b6dc5f7ff67f0/lib-base64.json b/target/debug/.fingerprint/base64-3e7b6dc5f7ff67f0/lib-base64.json new file mode 100644 index 0000000..67bc4ff --- /dev/null +++ b/target/debug/.fingerprint/base64-3e7b6dc5f7ff67f0/lib-base64.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"std\"]","target":13060062996227388079,"profile":2225463790103693989,"path":8926659262026106201,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/base64-3e7b6dc5f7ff67f0/dep-lib-base64","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/base64-77885587371c3c70/dep-lib-base64 b/target/debug/.fingerprint/base64-77885587371c3c70/dep-lib-base64 new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/base64-77885587371c3c70/dep-lib-base64 differ diff --git a/target/debug/.fingerprint/base64-77885587371c3c70/invoked.timestamp b/target/debug/.fingerprint/base64-77885587371c3c70/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/base64-77885587371c3c70/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/base64-77885587371c3c70/lib-base64 b/target/debug/.fingerprint/base64-77885587371c3c70/lib-base64 new file mode 100644 index 0000000..a1d5dd4 --- /dev/null +++ b/target/debug/.fingerprint/base64-77885587371c3c70/lib-base64 @@ -0,0 +1 @@ +3680cf21b084e825 \ No newline at end of file diff --git a/target/debug/.fingerprint/base64-77885587371c3c70/lib-base64.json b/target/debug/.fingerprint/base64-77885587371c3c70/lib-base64.json new file mode 100644 index 0000000..f6382fe --- /dev/null +++ b/target/debug/.fingerprint/base64-77885587371c3c70/lib-base64.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"std\"]","target":13060062996227388079,"profile":2241668132362809309,"path":8926659262026106201,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/base64-77885587371c3c70/dep-lib-base64","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/base64-b8865c9f380473df/dep-lib-base64 b/target/debug/.fingerprint/base64-b8865c9f380473df/dep-lib-base64 new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/base64-b8865c9f380473df/dep-lib-base64 differ diff --git a/target/debug/.fingerprint/base64-b8865c9f380473df/invoked.timestamp b/target/debug/.fingerprint/base64-b8865c9f380473df/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/base64-b8865c9f380473df/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/base64-b8865c9f380473df/lib-base64 b/target/debug/.fingerprint/base64-b8865c9f380473df/lib-base64 new file mode 100644 index 0000000..7bee344 --- /dev/null +++ b/target/debug/.fingerprint/base64-b8865c9f380473df/lib-base64 @@ -0,0 +1 @@ +05bcbb4242a861fb \ No newline at end of file diff --git a/target/debug/.fingerprint/base64-b8865c9f380473df/lib-base64.json b/target/debug/.fingerprint/base64-b8865c9f380473df/lib-base64.json new file mode 100644 index 0000000..7bc943f --- /dev/null +++ b/target/debug/.fingerprint/base64-b8865c9f380473df/lib-base64.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"std\"]","target":13060062996227388079,"profile":2241668132362809309,"path":1733868889864723147,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/base64-b8865c9f380473df/dep-lib-base64","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/bitflags-21034579cd4f0859/dep-lib-bitflags b/target/debug/.fingerprint/bitflags-21034579cd4f0859/dep-lib-bitflags new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/bitflags-21034579cd4f0859/dep-lib-bitflags differ diff --git a/target/debug/.fingerprint/bitflags-21034579cd4f0859/invoked.timestamp b/target/debug/.fingerprint/bitflags-21034579cd4f0859/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/bitflags-21034579cd4f0859/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/bitflags-21034579cd4f0859/lib-bitflags b/target/debug/.fingerprint/bitflags-21034579cd4f0859/lib-bitflags new file mode 100644 index 0000000..f27a778 --- /dev/null +++ b/target/debug/.fingerprint/bitflags-21034579cd4f0859/lib-bitflags @@ -0,0 +1 @@ +ab41c4a03ca5ce32 \ No newline at end of file diff --git a/target/debug/.fingerprint/bitflags-21034579cd4f0859/lib-bitflags.json b/target/debug/.fingerprint/bitflags-21034579cd4f0859/lib-bitflags.json new file mode 100644 index 0000000..ae4ba8b --- /dev/null +++ b/target/debug/.fingerprint/bitflags-21034579cd4f0859/lib-bitflags.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\"]","declared_features":"[\"compiler_builtins\", \"core\", \"default\", \"example_generated\", \"rustc-dep-of-std\"]","target":12919857562465245259,"profile":2241668132362809309,"path":2883970223612494798,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/bitflags-21034579cd4f0859/dep-lib-bitflags","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/bitflags-8d25b584161fdc54/dep-lib-bitflags b/target/debug/.fingerprint/bitflags-8d25b584161fdc54/dep-lib-bitflags new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/bitflags-8d25b584161fdc54/dep-lib-bitflags differ diff --git a/target/debug/.fingerprint/bitflags-8d25b584161fdc54/invoked.timestamp b/target/debug/.fingerprint/bitflags-8d25b584161fdc54/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/bitflags-8d25b584161fdc54/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/bitflags-8d25b584161fdc54/lib-bitflags b/target/debug/.fingerprint/bitflags-8d25b584161fdc54/lib-bitflags new file mode 100644 index 0000000..6a73872 --- /dev/null +++ b/target/debug/.fingerprint/bitflags-8d25b584161fdc54/lib-bitflags @@ -0,0 +1 @@ +0e121c44c4278377 \ No newline at end of file diff --git a/target/debug/.fingerprint/bitflags-8d25b584161fdc54/lib-bitflags.json b/target/debug/.fingerprint/bitflags-8d25b584161fdc54/lib-bitflags.json new file mode 100644 index 0000000..35d9ad2 --- /dev/null +++ b/target/debug/.fingerprint/bitflags-8d25b584161fdc54/lib-bitflags.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\"]","declared_features":"[\"compiler_builtins\", \"core\", \"default\", \"example_generated\", \"rustc-dep-of-std\"]","target":12919857562465245259,"profile":2225463790103693989,"path":2883970223612494798,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/bitflags-8d25b584161fdc54/dep-lib-bitflags","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/bitflags-c10f145ac5d2b8b0/dep-lib-bitflags b/target/debug/.fingerprint/bitflags-c10f145ac5d2b8b0/dep-lib-bitflags new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/bitflags-c10f145ac5d2b8b0/dep-lib-bitflags differ diff --git a/target/debug/.fingerprint/bitflags-c10f145ac5d2b8b0/invoked.timestamp b/target/debug/.fingerprint/bitflags-c10f145ac5d2b8b0/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/bitflags-c10f145ac5d2b8b0/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/bitflags-c10f145ac5d2b8b0/lib-bitflags b/target/debug/.fingerprint/bitflags-c10f145ac5d2b8b0/lib-bitflags new file mode 100644 index 0000000..609ae62 --- /dev/null +++ b/target/debug/.fingerprint/bitflags-c10f145ac5d2b8b0/lib-bitflags @@ -0,0 +1 @@ +635ce04880c804d1 \ No newline at end of file diff --git a/target/debug/.fingerprint/bitflags-c10f145ac5d2b8b0/lib-bitflags.json b/target/debug/.fingerprint/bitflags-c10f145ac5d2b8b0/lib-bitflags.json new file mode 100644 index 0000000..be3741b --- /dev/null +++ b/target/debug/.fingerprint/bitflags-c10f145ac5d2b8b0/lib-bitflags.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"std\"]","declared_features":"[\"arbitrary\", \"bytemuck\", \"example_generated\", \"serde\", \"serde_core\", \"std\"]","target":7691312148208718491,"profile":2241668132362809309,"path":200787720721617048,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/bitflags-c10f145ac5d2b8b0/dep-lib-bitflags","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/block-buffer-1cd5b47318c3cb74/dep-lib-block_buffer b/target/debug/.fingerprint/block-buffer-1cd5b47318c3cb74/dep-lib-block_buffer new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/block-buffer-1cd5b47318c3cb74/dep-lib-block_buffer differ diff --git a/target/debug/.fingerprint/block-buffer-1cd5b47318c3cb74/invoked.timestamp b/target/debug/.fingerprint/block-buffer-1cd5b47318c3cb74/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/block-buffer-1cd5b47318c3cb74/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/block-buffer-1cd5b47318c3cb74/lib-block_buffer b/target/debug/.fingerprint/block-buffer-1cd5b47318c3cb74/lib-block_buffer new file mode 100644 index 0000000..ad7d4b8 --- /dev/null +++ b/target/debug/.fingerprint/block-buffer-1cd5b47318c3cb74/lib-block_buffer @@ -0,0 +1 @@ +71039a44e45516d5 \ No newline at end of file diff --git a/target/debug/.fingerprint/block-buffer-1cd5b47318c3cb74/lib-block_buffer.json b/target/debug/.fingerprint/block-buffer-1cd5b47318c3cb74/lib-block_buffer.json new file mode 100644 index 0000000..852b17c --- /dev/null +++ b/target/debug/.fingerprint/block-buffer-1cd5b47318c3cb74/lib-block_buffer.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":4098124618827574291,"profile":2241668132362809309,"path":16355015397164927903,"deps":[[10520923840501062997,"generic_array",false,5837949703094617120]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/block-buffer-1cd5b47318c3cb74/dep-lib-block_buffer","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/block-buffer-2249699db01462c5/dep-lib-block_buffer b/target/debug/.fingerprint/block-buffer-2249699db01462c5/dep-lib-block_buffer new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/block-buffer-2249699db01462c5/dep-lib-block_buffer differ diff --git a/target/debug/.fingerprint/block-buffer-2249699db01462c5/invoked.timestamp b/target/debug/.fingerprint/block-buffer-2249699db01462c5/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/block-buffer-2249699db01462c5/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/block-buffer-2249699db01462c5/lib-block_buffer b/target/debug/.fingerprint/block-buffer-2249699db01462c5/lib-block_buffer new file mode 100644 index 0000000..b607d55 --- /dev/null +++ b/target/debug/.fingerprint/block-buffer-2249699db01462c5/lib-block_buffer @@ -0,0 +1 @@ +ebc12ce207a3b70c \ No newline at end of file diff --git a/target/debug/.fingerprint/block-buffer-2249699db01462c5/lib-block_buffer.json b/target/debug/.fingerprint/block-buffer-2249699db01462c5/lib-block_buffer.json new file mode 100644 index 0000000..f4f3483 --- /dev/null +++ b/target/debug/.fingerprint/block-buffer-2249699db01462c5/lib-block_buffer.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":4098124618827574291,"profile":2225463790103693989,"path":16355015397164927903,"deps":[[10520923840501062997,"generic_array",false,4584502559774057643]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/block-buffer-2249699db01462c5/dep-lib-block_buffer","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/brotli-45afdaa9e5ee9fbb/dep-lib-brotli b/target/debug/.fingerprint/brotli-45afdaa9e5ee9fbb/dep-lib-brotli new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/brotli-45afdaa9e5ee9fbb/dep-lib-brotli differ diff --git a/target/debug/.fingerprint/brotli-45afdaa9e5ee9fbb/invoked.timestamp b/target/debug/.fingerprint/brotli-45afdaa9e5ee9fbb/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/brotli-45afdaa9e5ee9fbb/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/brotli-45afdaa9e5ee9fbb/lib-brotli b/target/debug/.fingerprint/brotli-45afdaa9e5ee9fbb/lib-brotli new file mode 100644 index 0000000..5766870 --- /dev/null +++ b/target/debug/.fingerprint/brotli-45afdaa9e5ee9fbb/lib-brotli @@ -0,0 +1 @@ +821c2437cc2e3be8 \ No newline at end of file diff --git a/target/debug/.fingerprint/brotli-45afdaa9e5ee9fbb/lib-brotli.json b/target/debug/.fingerprint/brotli-45afdaa9e5ee9fbb/lib-brotli.json new file mode 100644 index 0000000..440fe66 --- /dev/null +++ b/target/debug/.fingerprint/brotli-45afdaa9e5ee9fbb/lib-brotli.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc-stdlib\", \"default\", \"std\"]","declared_features":"[\"alloc-stdlib\", \"benchmark\", \"billing\", \"default\", \"disable-timer\", \"disallow_large_window_size\", \"external-literal-probability\", \"ffi-api\", \"float64\", \"floating_point_context_mixing\", \"no-stdlib-ffi-binding\", \"pass-through-ffi-panics\", \"seccomp\", \"sha2\", \"simd\", \"std\", \"validation\", \"vector_scratch_space\"]","target":8433163163091947982,"profile":2241668132362809309,"path":4263145014631883646,"deps":[[9611597350722197978,"alloc_no_stdlib",false,16036497547861744886],[16413620717702030930,"brotli_decompressor",false,3957824359105054561],[17470296833448545982,"alloc_stdlib",false,15858336109209216019]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/brotli-45afdaa9e5ee9fbb/dep-lib-brotli","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/brotli-decompressor-7da22279429ee382/dep-lib-brotli_decompressor b/target/debug/.fingerprint/brotli-decompressor-7da22279429ee382/dep-lib-brotli_decompressor new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/brotli-decompressor-7da22279429ee382/dep-lib-brotli_decompressor differ diff --git a/target/debug/.fingerprint/brotli-decompressor-7da22279429ee382/invoked.timestamp b/target/debug/.fingerprint/brotli-decompressor-7da22279429ee382/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/brotli-decompressor-7da22279429ee382/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/brotli-decompressor-7da22279429ee382/lib-brotli_decompressor b/target/debug/.fingerprint/brotli-decompressor-7da22279429ee382/lib-brotli_decompressor new file mode 100644 index 0000000..a32fded --- /dev/null +++ b/target/debug/.fingerprint/brotli-decompressor-7da22279429ee382/lib-brotli_decompressor @@ -0,0 +1 @@ +6147d8ff4804ed36 \ No newline at end of file diff --git a/target/debug/.fingerprint/brotli-decompressor-7da22279429ee382/lib-brotli_decompressor.json b/target/debug/.fingerprint/brotli-decompressor-7da22279429ee382/lib-brotli_decompressor.json new file mode 100644 index 0000000..30a3e71 --- /dev/null +++ b/target/debug/.fingerprint/brotli-decompressor-7da22279429ee382/lib-brotli_decompressor.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc-stdlib\", \"std\"]","declared_features":"[\"alloc-stdlib\", \"benchmark\", \"default\", \"disable-timer\", \"ffi-api\", \"pass-through-ffi-panics\", \"seccomp\", \"std\", \"unsafe\"]","target":11312988117123312042,"profile":2241668132362809309,"path":5636820266937385993,"deps":[[9611597350722197978,"alloc_no_stdlib",false,16036497547861744886],[17470296833448545982,"alloc_stdlib",false,15858336109209216019]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/brotli-decompressor-7da22279429ee382/dep-lib-brotli_decompressor","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/bstr-c68cfdb4af1140f3/dep-lib-bstr b/target/debug/.fingerprint/bstr-c68cfdb4af1140f3/dep-lib-bstr new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/bstr-c68cfdb4af1140f3/dep-lib-bstr differ diff --git a/target/debug/.fingerprint/bstr-c68cfdb4af1140f3/invoked.timestamp b/target/debug/.fingerprint/bstr-c68cfdb4af1140f3/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/bstr-c68cfdb4af1140f3/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/bstr-c68cfdb4af1140f3/lib-bstr b/target/debug/.fingerprint/bstr-c68cfdb4af1140f3/lib-bstr new file mode 100644 index 0000000..761d779 --- /dev/null +++ b/target/debug/.fingerprint/bstr-c68cfdb4af1140f3/lib-bstr @@ -0,0 +1 @@ +f2c1ddc0862bd81d \ No newline at end of file diff --git a/target/debug/.fingerprint/bstr-c68cfdb4af1140f3/lib-bstr.json b/target/debug/.fingerprint/bstr-c68cfdb4af1140f3/lib-bstr.json new file mode 100644 index 0000000..1cdfa94 --- /dev/null +++ b/target/debug/.fingerprint/bstr-c68cfdb4af1140f3/lib-bstr.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"serde\", \"std\", \"unicode\"]","target":3845652121355691695,"profile":2225463790103693989,"path":7737248511447960638,"deps":[[198136567835728122,"memchr",false,13171808347467139300]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/bstr-c68cfdb4af1140f3/dep-lib-bstr","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/bstr-e87ad8d898ed10be/dep-lib-bstr b/target/debug/.fingerprint/bstr-e87ad8d898ed10be/dep-lib-bstr new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/bstr-e87ad8d898ed10be/dep-lib-bstr differ diff --git a/target/debug/.fingerprint/bstr-e87ad8d898ed10be/invoked.timestamp b/target/debug/.fingerprint/bstr-e87ad8d898ed10be/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/bstr-e87ad8d898ed10be/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/bstr-e87ad8d898ed10be/lib-bstr b/target/debug/.fingerprint/bstr-e87ad8d898ed10be/lib-bstr new file mode 100644 index 0000000..15a6674 --- /dev/null +++ b/target/debug/.fingerprint/bstr-e87ad8d898ed10be/lib-bstr @@ -0,0 +1 @@ +14d6dd2214ee3fb2 \ No newline at end of file diff --git a/target/debug/.fingerprint/bstr-e87ad8d898ed10be/lib-bstr.json b/target/debug/.fingerprint/bstr-e87ad8d898ed10be/lib-bstr.json new file mode 100644 index 0000000..db92f0f --- /dev/null +++ b/target/debug/.fingerprint/bstr-e87ad8d898ed10be/lib-bstr.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"serde\", \"std\", \"unicode\"]","target":3845652121355691695,"profile":2241668132362809309,"path":7737248511447960638,"deps":[[198136567835728122,"memchr",false,13820745343826299477]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/bstr-e87ad8d898ed10be/dep-lib-bstr","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/byteorder-694546da291939c4/dep-lib-byteorder b/target/debug/.fingerprint/byteorder-694546da291939c4/dep-lib-byteorder new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/byteorder-694546da291939c4/dep-lib-byteorder differ diff --git a/target/debug/.fingerprint/byteorder-694546da291939c4/invoked.timestamp b/target/debug/.fingerprint/byteorder-694546da291939c4/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/byteorder-694546da291939c4/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/byteorder-694546da291939c4/lib-byteorder b/target/debug/.fingerprint/byteorder-694546da291939c4/lib-byteorder new file mode 100644 index 0000000..3971ccb --- /dev/null +++ b/target/debug/.fingerprint/byteorder-694546da291939c4/lib-byteorder @@ -0,0 +1 @@ +a30a879199fd9edc \ No newline at end of file diff --git a/target/debug/.fingerprint/byteorder-694546da291939c4/lib-byteorder.json b/target/debug/.fingerprint/byteorder-694546da291939c4/lib-byteorder.json new file mode 100644 index 0000000..aedadbb --- /dev/null +++ b/target/debug/.fingerprint/byteorder-694546da291939c4/lib-byteorder.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"i128\", \"std\"]","target":8344828840634961491,"profile":2241668132362809309,"path":9753067835048774664,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/byteorder-694546da291939c4/dep-lib-byteorder","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/bytes-1c9072c93a1e4c72/dep-lib-bytes b/target/debug/.fingerprint/bytes-1c9072c93a1e4c72/dep-lib-bytes new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/bytes-1c9072c93a1e4c72/dep-lib-bytes differ diff --git a/target/debug/.fingerprint/bytes-1c9072c93a1e4c72/invoked.timestamp b/target/debug/.fingerprint/bytes-1c9072c93a1e4c72/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/bytes-1c9072c93a1e4c72/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/bytes-1c9072c93a1e4c72/lib-bytes b/target/debug/.fingerprint/bytes-1c9072c93a1e4c72/lib-bytes new file mode 100644 index 0000000..e92beb9 --- /dev/null +++ b/target/debug/.fingerprint/bytes-1c9072c93a1e4c72/lib-bytes @@ -0,0 +1 @@ +e8d5841329d4478b \ No newline at end of file diff --git a/target/debug/.fingerprint/bytes-1c9072c93a1e4c72/lib-bytes.json b/target/debug/.fingerprint/bytes-1c9072c93a1e4c72/lib-bytes.json new file mode 100644 index 0000000..78a7230 --- /dev/null +++ b/target/debug/.fingerprint/bytes-1c9072c93a1e4c72/lib-bytes.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"serde\", \"std\"]","declared_features":"[\"default\", \"extra-platforms\", \"serde\", \"std\"]","target":11402411492164584411,"profile":4737434774556195440,"path":6679621564148866324,"deps":[[13548984313718623784,"serde",false,2270396630933148785]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/bytes-1c9072c93a1e4c72/dep-lib-bytes","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/bytes-22e51706ccb8b8a5/dep-lib-bytes b/target/debug/.fingerprint/bytes-22e51706ccb8b8a5/dep-lib-bytes new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/bytes-22e51706ccb8b8a5/dep-lib-bytes differ diff --git a/target/debug/.fingerprint/bytes-22e51706ccb8b8a5/invoked.timestamp b/target/debug/.fingerprint/bytes-22e51706ccb8b8a5/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/bytes-22e51706ccb8b8a5/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/bytes-22e51706ccb8b8a5/lib-bytes b/target/debug/.fingerprint/bytes-22e51706ccb8b8a5/lib-bytes new file mode 100644 index 0000000..6f7b5bf --- /dev/null +++ b/target/debug/.fingerprint/bytes-22e51706ccb8b8a5/lib-bytes @@ -0,0 +1 @@ +a21e50e8a8fe119b \ No newline at end of file diff --git a/target/debug/.fingerprint/bytes-22e51706ccb8b8a5/lib-bytes.json b/target/debug/.fingerprint/bytes-22e51706ccb8b8a5/lib-bytes.json new file mode 100644 index 0000000..85f9451 --- /dev/null +++ b/target/debug/.fingerprint/bytes-22e51706ccb8b8a5/lib-bytes.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"extra-platforms\", \"serde\", \"std\"]","target":11402411492164584411,"profile":13827760451848848284,"path":6679621564148866324,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/bytes-22e51706ccb8b8a5/dep-lib-bytes","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/bytes-b630d5ed9dfc2f36/dep-lib-bytes b/target/debug/.fingerprint/bytes-b630d5ed9dfc2f36/dep-lib-bytes new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/bytes-b630d5ed9dfc2f36/dep-lib-bytes differ diff --git a/target/debug/.fingerprint/bytes-b630d5ed9dfc2f36/invoked.timestamp b/target/debug/.fingerprint/bytes-b630d5ed9dfc2f36/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/bytes-b630d5ed9dfc2f36/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/bytes-b630d5ed9dfc2f36/lib-bytes b/target/debug/.fingerprint/bytes-b630d5ed9dfc2f36/lib-bytes new file mode 100644 index 0000000..a8e4980 --- /dev/null +++ b/target/debug/.fingerprint/bytes-b630d5ed9dfc2f36/lib-bytes @@ -0,0 +1 @@ +3e369b3cc57b3448 \ No newline at end of file diff --git a/target/debug/.fingerprint/bytes-b630d5ed9dfc2f36/lib-bytes.json b/target/debug/.fingerprint/bytes-b630d5ed9dfc2f36/lib-bytes.json new file mode 100644 index 0000000..f5d1b36 --- /dev/null +++ b/target/debug/.fingerprint/bytes-b630d5ed9dfc2f36/lib-bytes.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"serde\", \"std\"]","declared_features":"[\"default\", \"extra-platforms\", \"serde\", \"std\"]","target":11402411492164584411,"profile":13827760451848848284,"path":6679621564148866324,"deps":[[13548984313718623784,"serde",false,7132925528862317428]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/bytes-b630d5ed9dfc2f36/dep-lib-bytes","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/cc-1ad8d3286ed52826/dep-lib-cc b/target/debug/.fingerprint/cc-1ad8d3286ed52826/dep-lib-cc new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/cc-1ad8d3286ed52826/dep-lib-cc differ diff --git a/target/debug/.fingerprint/cc-1ad8d3286ed52826/invoked.timestamp b/target/debug/.fingerprint/cc-1ad8d3286ed52826/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/cc-1ad8d3286ed52826/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/cc-1ad8d3286ed52826/lib-cc b/target/debug/.fingerprint/cc-1ad8d3286ed52826/lib-cc new file mode 100644 index 0000000..ab0bfa4 --- /dev/null +++ b/target/debug/.fingerprint/cc-1ad8d3286ed52826/lib-cc @@ -0,0 +1 @@ +311c311ad3e82fd6 \ No newline at end of file diff --git a/target/debug/.fingerprint/cc-1ad8d3286ed52826/lib-cc.json b/target/debug/.fingerprint/cc-1ad8d3286ed52826/lib-cc.json new file mode 100644 index 0000000..8e62a66 --- /dev/null +++ b/target/debug/.fingerprint/cc-1ad8d3286ed52826/lib-cc.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"parallel\"]","declared_features":"[\"jobserver\", \"parallel\"]","target":11042037588551934598,"profile":4333757155065362140,"path":4060265395579829760,"deps":[[203594543813181569,"libc",false,845627925582925793],[8410525223747752176,"shlex",false,16403178701923883818],[11077495859955865156,"find_msvc_tools",false,9244885202249776821],[16589527331085190088,"jobserver",false,4657695504407535367]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/cc-1ad8d3286ed52826/dep-lib-cc","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/cfg-if-b39a315480926510/dep-lib-cfg_if b/target/debug/.fingerprint/cfg-if-b39a315480926510/dep-lib-cfg_if new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/cfg-if-b39a315480926510/dep-lib-cfg_if differ diff --git a/target/debug/.fingerprint/cfg-if-b39a315480926510/invoked.timestamp b/target/debug/.fingerprint/cfg-if-b39a315480926510/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/cfg-if-b39a315480926510/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/cfg-if-b39a315480926510/lib-cfg_if b/target/debug/.fingerprint/cfg-if-b39a315480926510/lib-cfg_if new file mode 100644 index 0000000..25fbbfa --- /dev/null +++ b/target/debug/.fingerprint/cfg-if-b39a315480926510/lib-cfg_if @@ -0,0 +1 @@ +8efdec95cd064e14 \ No newline at end of file diff --git a/target/debug/.fingerprint/cfg-if-b39a315480926510/lib-cfg_if.json b/target/debug/.fingerprint/cfg-if-b39a315480926510/lib-cfg_if.json new file mode 100644 index 0000000..8a84e82 --- /dev/null +++ b/target/debug/.fingerprint/cfg-if-b39a315480926510/lib-cfg_if.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"core\", \"rustc-dep-of-std\"]","target":13840298032947503755,"profile":2225463790103693989,"path":15914404851348133510,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/cfg-if-b39a315480926510/dep-lib-cfg_if","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/cfg-if-e720413b8edafa0a/dep-lib-cfg_if b/target/debug/.fingerprint/cfg-if-e720413b8edafa0a/dep-lib-cfg_if new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/cfg-if-e720413b8edafa0a/dep-lib-cfg_if differ diff --git a/target/debug/.fingerprint/cfg-if-e720413b8edafa0a/invoked.timestamp b/target/debug/.fingerprint/cfg-if-e720413b8edafa0a/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/cfg-if-e720413b8edafa0a/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/cfg-if-e720413b8edafa0a/lib-cfg_if b/target/debug/.fingerprint/cfg-if-e720413b8edafa0a/lib-cfg_if new file mode 100644 index 0000000..5e1f8a7 --- /dev/null +++ b/target/debug/.fingerprint/cfg-if-e720413b8edafa0a/lib-cfg_if @@ -0,0 +1 @@ +6d7c24103f23cb48 \ No newline at end of file diff --git a/target/debug/.fingerprint/cfg-if-e720413b8edafa0a/lib-cfg_if.json b/target/debug/.fingerprint/cfg-if-e720413b8edafa0a/lib-cfg_if.json new file mode 100644 index 0000000..0e71154 --- /dev/null +++ b/target/debug/.fingerprint/cfg-if-e720413b8edafa0a/lib-cfg_if.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"core\", \"rustc-dep-of-std\"]","target":13840298032947503755,"profile":2241668132362809309,"path":15914404851348133510,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/cfg-if-e720413b8edafa0a/dep-lib-cfg_if","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/chrono-5db5466516964d9e/dep-lib-chrono b/target/debug/.fingerprint/chrono-5db5466516964d9e/dep-lib-chrono new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/chrono-5db5466516964d9e/dep-lib-chrono differ diff --git a/target/debug/.fingerprint/chrono-5db5466516964d9e/invoked.timestamp b/target/debug/.fingerprint/chrono-5db5466516964d9e/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/chrono-5db5466516964d9e/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/chrono-5db5466516964d9e/lib-chrono b/target/debug/.fingerprint/chrono-5db5466516964d9e/lib-chrono new file mode 100644 index 0000000..49a64ee --- /dev/null +++ b/target/debug/.fingerprint/chrono-5db5466516964d9e/lib-chrono @@ -0,0 +1 @@ +444bf1588a4aef60 \ No newline at end of file diff --git a/target/debug/.fingerprint/chrono-5db5466516964d9e/lib-chrono.json b/target/debug/.fingerprint/chrono-5db5466516964d9e/lib-chrono.json new file mode 100644 index 0000000..b074cd5 --- /dev/null +++ b/target/debug/.fingerprint/chrono-5db5466516964d9e/lib-chrono.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"clock\", \"default\", \"iana-time-zone\", \"js-sys\", \"now\", \"oldtime\", \"std\", \"wasm-bindgen\", \"wasmbind\", \"winapi\", \"windows-link\"]","declared_features":"[\"__internal_bench\", \"alloc\", \"arbitrary\", \"clock\", \"core-error\", \"default\", \"defmt\", \"iana-time-zone\", \"js-sys\", \"libc\", \"now\", \"oldtime\", \"pure-rust-locales\", \"rkyv\", \"rkyv-16\", \"rkyv-32\", \"rkyv-64\", \"rkyv-validation\", \"serde\", \"std\", \"unstable-locales\", \"wasm-bindgen\", \"wasmbind\", \"winapi\", \"windows-link\"]","target":15315924755136109342,"profile":2241668132362809309,"path":2835536934873662820,"deps":[[5157631553186200874,"num_traits",false,9294226173466835066],[12317487911761266689,"iana_time_zone",false,7379446118928523420]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/chrono-5db5466516964d9e/dep-lib-chrono","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/chrono-b8905556bb597f3b/dep-lib-chrono b/target/debug/.fingerprint/chrono-b8905556bb597f3b/dep-lib-chrono new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/chrono-b8905556bb597f3b/dep-lib-chrono differ diff --git a/target/debug/.fingerprint/chrono-b8905556bb597f3b/invoked.timestamp b/target/debug/.fingerprint/chrono-b8905556bb597f3b/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/chrono-b8905556bb597f3b/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/chrono-b8905556bb597f3b/lib-chrono b/target/debug/.fingerprint/chrono-b8905556bb597f3b/lib-chrono new file mode 100644 index 0000000..06ff320 --- /dev/null +++ b/target/debug/.fingerprint/chrono-b8905556bb597f3b/lib-chrono @@ -0,0 +1 @@ +93e459e62d5d8b8d \ No newline at end of file diff --git a/target/debug/.fingerprint/chrono-b8905556bb597f3b/lib-chrono.json b/target/debug/.fingerprint/chrono-b8905556bb597f3b/lib-chrono.json new file mode 100644 index 0000000..8366872 --- /dev/null +++ b/target/debug/.fingerprint/chrono-b8905556bb597f3b/lib-chrono.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"clock\", \"default\", \"iana-time-zone\", \"js-sys\", \"now\", \"oldtime\", \"serde\", \"std\", \"wasm-bindgen\", \"wasmbind\", \"winapi\", \"windows-link\"]","declared_features":"[\"__internal_bench\", \"alloc\", \"arbitrary\", \"clock\", \"core-error\", \"default\", \"defmt\", \"iana-time-zone\", \"js-sys\", \"libc\", \"now\", \"oldtime\", \"pure-rust-locales\", \"rkyv\", \"rkyv-16\", \"rkyv-32\", \"rkyv-64\", \"rkyv-validation\", \"serde\", \"std\", \"unstable-locales\", \"wasm-bindgen\", \"wasmbind\", \"winapi\", \"windows-link\"]","target":15315924755136109342,"profile":2241668132362809309,"path":2835536934873662820,"deps":[[5157631553186200874,"num_traits",false,1836119591555862011],[12317487911761266689,"iana_time_zone",false,7379446118928523420],[13548984313718623784,"serde",false,7132925528862317428]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/chrono-b8905556bb597f3b/dep-lib-chrono","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/chrono-tz-6e568472505294e4/run-build-script-build-script-build b/target/debug/.fingerprint/chrono-tz-6e568472505294e4/run-build-script-build-script-build new file mode 100644 index 0000000..2c16ef7 --- /dev/null +++ b/target/debug/.fingerprint/chrono-tz-6e568472505294e4/run-build-script-build-script-build @@ -0,0 +1 @@ +18758e1ccd77d4e2 \ No newline at end of file diff --git a/target/debug/.fingerprint/chrono-tz-6e568472505294e4/run-build-script-build-script-build.json b/target/debug/.fingerprint/chrono-tz-6e568472505294e4/run-build-script-build-script-build.json new file mode 100644 index 0000000..58f0eea --- /dev/null +++ b/target/debug/.fingerprint/chrono-tz-6e568472505294e4/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[2631894480810835227,"build_script_build",false,18031076505889308930]],"local":[{"RerunIfEnvChanged":{"var":"CHRONO_TZ_TIMEZONE_FILTER","val":null}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/chrono-tz-9870fbc7aafdfb1a/build-script-build-script-build b/target/debug/.fingerprint/chrono-tz-9870fbc7aafdfb1a/build-script-build-script-build new file mode 100644 index 0000000..2f184bd --- /dev/null +++ b/target/debug/.fingerprint/chrono-tz-9870fbc7aafdfb1a/build-script-build-script-build @@ -0,0 +1 @@ +02816ca38c403bfa \ No newline at end of file diff --git a/target/debug/.fingerprint/chrono-tz-9870fbc7aafdfb1a/build-script-build-script-build.json b/target/debug/.fingerprint/chrono-tz-9870fbc7aafdfb1a/build-script-build-script-build.json new file mode 100644 index 0000000..8d5a50f --- /dev/null +++ b/target/debug/.fingerprint/chrono-tz-9870fbc7aafdfb1a/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"arbitrary\", \"case-insensitive\", \"default\", \"filter-by-regex\", \"serde\", \"std\"]","target":5408242616063297496,"profile":2225463790103693989,"path":10170037111629410138,"deps":[[8069189921229938537,"chrono_tz_build",false,4357093806871627910]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/chrono-tz-9870fbc7aafdfb1a/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/chrono-tz-9870fbc7aafdfb1a/dep-build-script-build-script-build b/target/debug/.fingerprint/chrono-tz-9870fbc7aafdfb1a/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/chrono-tz-9870fbc7aafdfb1a/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/chrono-tz-9870fbc7aafdfb1a/invoked.timestamp b/target/debug/.fingerprint/chrono-tz-9870fbc7aafdfb1a/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/chrono-tz-9870fbc7aafdfb1a/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/chrono-tz-9d6f23106f0156b5/dep-lib-chrono_tz b/target/debug/.fingerprint/chrono-tz-9d6f23106f0156b5/dep-lib-chrono_tz new file mode 100644 index 0000000..d7da4cc Binary files /dev/null and b/target/debug/.fingerprint/chrono-tz-9d6f23106f0156b5/dep-lib-chrono_tz differ diff --git a/target/debug/.fingerprint/chrono-tz-9d6f23106f0156b5/invoked.timestamp b/target/debug/.fingerprint/chrono-tz-9d6f23106f0156b5/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/chrono-tz-9d6f23106f0156b5/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/chrono-tz-9d6f23106f0156b5/lib-chrono_tz b/target/debug/.fingerprint/chrono-tz-9d6f23106f0156b5/lib-chrono_tz new file mode 100644 index 0000000..949e1c0 --- /dev/null +++ b/target/debug/.fingerprint/chrono-tz-9d6f23106f0156b5/lib-chrono_tz @@ -0,0 +1 @@ +84a456ba8733fdd4 \ No newline at end of file diff --git a/target/debug/.fingerprint/chrono-tz-9d6f23106f0156b5/lib-chrono_tz.json b/target/debug/.fingerprint/chrono-tz-9d6f23106f0156b5/lib-chrono_tz.json new file mode 100644 index 0000000..dd4cbc8 --- /dev/null +++ b/target/debug/.fingerprint/chrono-tz-9d6f23106f0156b5/lib-chrono_tz.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"arbitrary\", \"case-insensitive\", \"default\", \"filter-by-regex\", \"serde\", \"std\"]","target":12577343092858101773,"profile":2241668132362809309,"path":18157164749680866254,"deps":[[2631894480810835227,"build_script_build",false,16344820670465471768],[15658505062885698977,"chrono",false,10199348232830182547],[17186037756130803222,"phf",false,14146825528456677662]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/chrono-tz-9d6f23106f0156b5/dep-lib-chrono_tz","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/chrono-tz-build-159830ff46400dc4/dep-lib-chrono_tz_build b/target/debug/.fingerprint/chrono-tz-build-159830ff46400dc4/dep-lib-chrono_tz_build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/chrono-tz-build-159830ff46400dc4/dep-lib-chrono_tz_build differ diff --git a/target/debug/.fingerprint/chrono-tz-build-159830ff46400dc4/invoked.timestamp b/target/debug/.fingerprint/chrono-tz-build-159830ff46400dc4/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/chrono-tz-build-159830ff46400dc4/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/chrono-tz-build-159830ff46400dc4/lib-chrono_tz_build b/target/debug/.fingerprint/chrono-tz-build-159830ff46400dc4/lib-chrono_tz_build new file mode 100644 index 0000000..5dd53bd --- /dev/null +++ b/target/debug/.fingerprint/chrono-tz-build-159830ff46400dc4/lib-chrono_tz_build @@ -0,0 +1 @@ +8648a383bb81773c \ No newline at end of file diff --git a/target/debug/.fingerprint/chrono-tz-build-159830ff46400dc4/lib-chrono_tz_build.json b/target/debug/.fingerprint/chrono-tz-build-159830ff46400dc4/lib-chrono_tz_build.json new file mode 100644 index 0000000..6751d76 --- /dev/null +++ b/target/debug/.fingerprint/chrono-tz-build-159830ff46400dc4/lib-chrono_tz_build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"case-insensitive\", \"filter-by-regex\", \"regex\", \"uncased\"]","target":16403465266122158524,"profile":2225463790103693989,"path":12336285214448362624,"deps":[[1280075590338009456,"phf_codegen",false,261340866842739258],[12335805432749277816,"parse_zoneinfo",false,8706619668078426673],[17186037756130803222,"phf",false,6473056772432341652]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/chrono-tz-build-159830ff46400dc4/dep-lib-chrono_tz_build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/compression-codecs-270290ae057224e5/dep-lib-compression_codecs b/target/debug/.fingerprint/compression-codecs-270290ae057224e5/dep-lib-compression_codecs new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/compression-codecs-270290ae057224e5/dep-lib-compression_codecs differ diff --git a/target/debug/.fingerprint/compression-codecs-270290ae057224e5/invoked.timestamp b/target/debug/.fingerprint/compression-codecs-270290ae057224e5/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/compression-codecs-270290ae057224e5/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/compression-codecs-270290ae057224e5/lib-compression_codecs b/target/debug/.fingerprint/compression-codecs-270290ae057224e5/lib-compression_codecs new file mode 100644 index 0000000..3f93e8f --- /dev/null +++ b/target/debug/.fingerprint/compression-codecs-270290ae057224e5/lib-compression_codecs @@ -0,0 +1 @@ +18ce5d738dade8bf \ No newline at end of file diff --git a/target/debug/.fingerprint/compression-codecs-270290ae057224e5/lib-compression_codecs.json b/target/debug/.fingerprint/compression-codecs-270290ae057224e5/lib-compression_codecs.json new file mode 100644 index 0000000..fecc6ba --- /dev/null +++ b/target/debug/.fingerprint/compression-codecs-270290ae057224e5/lib-compression_codecs.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"brotli\", \"flate2\", \"gzip\", \"libzstd\", \"memchr\", \"zlib\", \"zstd\", \"zstd-safe\"]","declared_features":"[\"all-algorithms\", \"brotli\", \"bzip2\", \"deflate\", \"deflate64\", \"flate2\", \"gzip\", \"libzstd\", \"lz4\", \"lzma\", \"memchr\", \"xz\", \"xz-parallel\", \"xz2\", \"zlib\", \"zstd\", \"zstd-safe\", \"zstdmt\"]","target":2807176193865957057,"profile":16163053410114657235,"path":5624278126147121482,"deps":[[198136567835728122,"memchr",false,13820745343826299477],[1678291836268844980,"brotli",false,16734020295058529410],[4052408954973158025,"libzstd",false,224642933387807122],[10275819572130608261,"flate2",false,2444096773293819824],[10383042416258624953,"compression_core",false,2522965752974847610],[15788444815745660356,"zstd_safe",false,11770677908598325010]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/compression-codecs-270290ae057224e5/dep-lib-compression_codecs","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/compression-core-b67df853929a014b/dep-lib-compression_core b/target/debug/.fingerprint/compression-core-b67df853929a014b/dep-lib-compression_core new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/compression-core-b67df853929a014b/dep-lib-compression_core differ diff --git a/target/debug/.fingerprint/compression-core-b67df853929a014b/invoked.timestamp b/target/debug/.fingerprint/compression-core-b67df853929a014b/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/compression-core-b67df853929a014b/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/compression-core-b67df853929a014b/lib-compression_core b/target/debug/.fingerprint/compression-core-b67df853929a014b/lib-compression_core new file mode 100644 index 0000000..03dcd3b --- /dev/null +++ b/target/debug/.fingerprint/compression-core-b67df853929a014b/lib-compression_core @@ -0,0 +1 @@ +7aae8a2efc5f0323 \ No newline at end of file diff --git a/target/debug/.fingerprint/compression-core-b67df853929a014b/lib-compression_core.json b/target/debug/.fingerprint/compression-core-b67df853929a014b/lib-compression_core.json new file mode 100644 index 0000000..9ae111b --- /dev/null +++ b/target/debug/.fingerprint/compression-core-b67df853929a014b/lib-compression_core.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":14282346445878289708,"profile":16163053410114657235,"path":6971330271426937509,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/compression-core-b67df853929a014b/dep-lib-compression_core","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/concurrent-queue-aafb83b9500e6df2/dep-lib-concurrent_queue b/target/debug/.fingerprint/concurrent-queue-aafb83b9500e6df2/dep-lib-concurrent_queue new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/concurrent-queue-aafb83b9500e6df2/dep-lib-concurrent_queue differ diff --git a/target/debug/.fingerprint/concurrent-queue-aafb83b9500e6df2/invoked.timestamp b/target/debug/.fingerprint/concurrent-queue-aafb83b9500e6df2/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/concurrent-queue-aafb83b9500e6df2/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/concurrent-queue-aafb83b9500e6df2/lib-concurrent_queue b/target/debug/.fingerprint/concurrent-queue-aafb83b9500e6df2/lib-concurrent_queue new file mode 100644 index 0000000..c582059 --- /dev/null +++ b/target/debug/.fingerprint/concurrent-queue-aafb83b9500e6df2/lib-concurrent_queue @@ -0,0 +1 @@ +2defa98ff145fbcf \ No newline at end of file diff --git a/target/debug/.fingerprint/concurrent-queue-aafb83b9500e6df2/lib-concurrent_queue.json b/target/debug/.fingerprint/concurrent-queue-aafb83b9500e6df2/lib-concurrent_queue.json new file mode 100644 index 0000000..271506d --- /dev/null +++ b/target/debug/.fingerprint/concurrent-queue-aafb83b9500e6df2/lib-concurrent_queue.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"loom\", \"portable-atomic\", \"std\"]","target":13225166943538818286,"profile":2241668132362809309,"path":11357886605573963547,"deps":[[4468123440088164316,"crossbeam_utils",false,6054328719630351977]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/concurrent-queue-aafb83b9500e6df2/dep-lib-concurrent_queue","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/concurrent-queue-e97b17c8b77a8061/dep-lib-concurrent_queue b/target/debug/.fingerprint/concurrent-queue-e97b17c8b77a8061/dep-lib-concurrent_queue new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/concurrent-queue-e97b17c8b77a8061/dep-lib-concurrent_queue differ diff --git a/target/debug/.fingerprint/concurrent-queue-e97b17c8b77a8061/invoked.timestamp b/target/debug/.fingerprint/concurrent-queue-e97b17c8b77a8061/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/concurrent-queue-e97b17c8b77a8061/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/concurrent-queue-e97b17c8b77a8061/lib-concurrent_queue b/target/debug/.fingerprint/concurrent-queue-e97b17c8b77a8061/lib-concurrent_queue new file mode 100644 index 0000000..09d4ca1 --- /dev/null +++ b/target/debug/.fingerprint/concurrent-queue-e97b17c8b77a8061/lib-concurrent_queue @@ -0,0 +1 @@ +ff31b5606d96b05e \ No newline at end of file diff --git a/target/debug/.fingerprint/concurrent-queue-e97b17c8b77a8061/lib-concurrent_queue.json b/target/debug/.fingerprint/concurrent-queue-e97b17c8b77a8061/lib-concurrent_queue.json new file mode 100644 index 0000000..71273ac --- /dev/null +++ b/target/debug/.fingerprint/concurrent-queue-e97b17c8b77a8061/lib-concurrent_queue.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"loom\", \"portable-atomic\", \"std\"]","target":13225166943538818286,"profile":2225463790103693989,"path":11357886605573963547,"deps":[[4468123440088164316,"crossbeam_utils",false,5655661189359003896]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/concurrent-queue-e97b17c8b77a8061/dep-lib-concurrent_queue","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/cookie-0d50f12295a5b407/dep-lib-cookie b/target/debug/.fingerprint/cookie-0d50f12295a5b407/dep-lib-cookie new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/cookie-0d50f12295a5b407/dep-lib-cookie differ diff --git a/target/debug/.fingerprint/cookie-0d50f12295a5b407/invoked.timestamp b/target/debug/.fingerprint/cookie-0d50f12295a5b407/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/cookie-0d50f12295a5b407/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/cookie-0d50f12295a5b407/lib-cookie b/target/debug/.fingerprint/cookie-0d50f12295a5b407/lib-cookie new file mode 100644 index 0000000..c18a3dc --- /dev/null +++ b/target/debug/.fingerprint/cookie-0d50f12295a5b407/lib-cookie @@ -0,0 +1 @@ +8c6aa21fd8ec9009 \ No newline at end of file diff --git a/target/debug/.fingerprint/cookie-0d50f12295a5b407/lib-cookie.json b/target/debug/.fingerprint/cookie-0d50f12295a5b407/lib-cookie.json new file mode 100644 index 0000000..879107c --- /dev/null +++ b/target/debug/.fingerprint/cookie-0d50f12295a5b407/lib-cookie.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"aes-gcm\", \"base64\", \"hkdf\", \"hmac\", \"key-expansion\", \"percent-encode\", \"percent-encoding\", \"private\", \"rand\", \"secure\", \"sha2\", \"signed\", \"subtle\"]","target":678524939984925341,"profile":2241668132362809309,"path":14605606189674123491,"deps":[[1665578009914794376,"time",false,11665456651649752078],[16727543399706004146,"build_script_build",false,15445544416112989311]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/cookie-0d50f12295a5b407/dep-lib-cookie","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/cookie-96ee3d645e64eacb/run-build-script-build-script-build b/target/debug/.fingerprint/cookie-96ee3d645e64eacb/run-build-script-build-script-build new file mode 100644 index 0000000..d60ced9 --- /dev/null +++ b/target/debug/.fingerprint/cookie-96ee3d645e64eacb/run-build-script-build-script-build @@ -0,0 +1 @@ +7fd4eefccf9859d6 \ No newline at end of file diff --git a/target/debug/.fingerprint/cookie-96ee3d645e64eacb/run-build-script-build-script-build.json b/target/debug/.fingerprint/cookie-96ee3d645e64eacb/run-build-script-build-script-build.json new file mode 100644 index 0000000..8e4dcfe --- /dev/null +++ b/target/debug/.fingerprint/cookie-96ee3d645e64eacb/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[16727543399706004146,"build_script_build",false,14114027659611549720]],"local":[{"Precalculated":"0.18.1"}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/cookie-e30bb864d454a370/build-script-build-script-build b/target/debug/.fingerprint/cookie-e30bb864d454a370/build-script-build-script-build new file mode 100644 index 0000000..f537c75 --- /dev/null +++ b/target/debug/.fingerprint/cookie-e30bb864d454a370/build-script-build-script-build @@ -0,0 +1 @@ +18302f896019dfc3 \ No newline at end of file diff --git a/target/debug/.fingerprint/cookie-e30bb864d454a370/build-script-build-script-build.json b/target/debug/.fingerprint/cookie-e30bb864d454a370/build-script-build-script-build.json new file mode 100644 index 0000000..659b53b --- /dev/null +++ b/target/debug/.fingerprint/cookie-e30bb864d454a370/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"aes-gcm\", \"base64\", \"hkdf\", \"hmac\", \"key-expansion\", \"percent-encode\", \"percent-encoding\", \"private\", \"rand\", \"secure\", \"sha2\", \"signed\", \"subtle\"]","target":17883862002600103897,"profile":2225463790103693989,"path":13232093904439008845,"deps":[[5398981501050481332,"version_check",false,12289091907312969087]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/cookie-e30bb864d454a370/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/cookie-e30bb864d454a370/dep-build-script-build-script-build b/target/debug/.fingerprint/cookie-e30bb864d454a370/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/cookie-e30bb864d454a370/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/cookie-e30bb864d454a370/invoked.timestamp b/target/debug/.fingerprint/cookie-e30bb864d454a370/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/cookie-e30bb864d454a370/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/cpufeatures-20e8ec0a2dd03289/dep-lib-cpufeatures b/target/debug/.fingerprint/cpufeatures-20e8ec0a2dd03289/dep-lib-cpufeatures new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/cpufeatures-20e8ec0a2dd03289/dep-lib-cpufeatures differ diff --git a/target/debug/.fingerprint/cpufeatures-20e8ec0a2dd03289/invoked.timestamp b/target/debug/.fingerprint/cpufeatures-20e8ec0a2dd03289/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/cpufeatures-20e8ec0a2dd03289/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/cpufeatures-20e8ec0a2dd03289/lib-cpufeatures b/target/debug/.fingerprint/cpufeatures-20e8ec0a2dd03289/lib-cpufeatures new file mode 100644 index 0000000..58e7961 --- /dev/null +++ b/target/debug/.fingerprint/cpufeatures-20e8ec0a2dd03289/lib-cpufeatures @@ -0,0 +1 @@ +acf20c64473373cf \ No newline at end of file diff --git a/target/debug/.fingerprint/cpufeatures-20e8ec0a2dd03289/lib-cpufeatures.json b/target/debug/.fingerprint/cpufeatures-20e8ec0a2dd03289/lib-cpufeatures.json new file mode 100644 index 0000000..604639c --- /dev/null +++ b/target/debug/.fingerprint/cpufeatures-20e8ec0a2dd03289/lib-cpufeatures.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":2330704043955282025,"profile":2225463790103693989,"path":4270499499008543383,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/cpufeatures-20e8ec0a2dd03289/dep-lib-cpufeatures","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/cpufeatures-716b7d326f337e94/dep-lib-cpufeatures b/target/debug/.fingerprint/cpufeatures-716b7d326f337e94/dep-lib-cpufeatures new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/cpufeatures-716b7d326f337e94/dep-lib-cpufeatures differ diff --git a/target/debug/.fingerprint/cpufeatures-716b7d326f337e94/invoked.timestamp b/target/debug/.fingerprint/cpufeatures-716b7d326f337e94/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/cpufeatures-716b7d326f337e94/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/cpufeatures-716b7d326f337e94/lib-cpufeatures b/target/debug/.fingerprint/cpufeatures-716b7d326f337e94/lib-cpufeatures new file mode 100644 index 0000000..1cff5ab --- /dev/null +++ b/target/debug/.fingerprint/cpufeatures-716b7d326f337e94/lib-cpufeatures @@ -0,0 +1 @@ +354256811cb7bd6b \ No newline at end of file diff --git a/target/debug/.fingerprint/cpufeatures-716b7d326f337e94/lib-cpufeatures.json b/target/debug/.fingerprint/cpufeatures-716b7d326f337e94/lib-cpufeatures.json new file mode 100644 index 0000000..1721812 --- /dev/null +++ b/target/debug/.fingerprint/cpufeatures-716b7d326f337e94/lib-cpufeatures.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":2330704043955282025,"profile":2241668132362809309,"path":4270499499008543383,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/cpufeatures-716b7d326f337e94/dep-lib-cpufeatures","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/crc-91e9b45033d93008/dep-lib-crc b/target/debug/.fingerprint/crc-91e9b45033d93008/dep-lib-crc new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/crc-91e9b45033d93008/dep-lib-crc differ diff --git a/target/debug/.fingerprint/crc-91e9b45033d93008/invoked.timestamp b/target/debug/.fingerprint/crc-91e9b45033d93008/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/crc-91e9b45033d93008/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/crc-91e9b45033d93008/lib-crc b/target/debug/.fingerprint/crc-91e9b45033d93008/lib-crc new file mode 100644 index 0000000..42f1730 --- /dev/null +++ b/target/debug/.fingerprint/crc-91e9b45033d93008/lib-crc @@ -0,0 +1 @@ +c2e64101c43d518d \ No newline at end of file diff --git a/target/debug/.fingerprint/crc-91e9b45033d93008/lib-crc.json b/target/debug/.fingerprint/crc-91e9b45033d93008/lib-crc.json new file mode 100644 index 0000000..8fb74e4 --- /dev/null +++ b/target/debug/.fingerprint/crc-91e9b45033d93008/lib-crc.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":4924338683985979974,"profile":2225463790103693989,"path":9826420541507240252,"deps":[[15715683286707410945,"crc_catalog",false,5638315996852694882]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/crc-91e9b45033d93008/dep-lib-crc","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/crc-catalog-823615f0215e8730/dep-lib-crc_catalog b/target/debug/.fingerprint/crc-catalog-823615f0215e8730/dep-lib-crc_catalog new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/crc-catalog-823615f0215e8730/dep-lib-crc_catalog differ diff --git a/target/debug/.fingerprint/crc-catalog-823615f0215e8730/invoked.timestamp b/target/debug/.fingerprint/crc-catalog-823615f0215e8730/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/crc-catalog-823615f0215e8730/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/crc-catalog-823615f0215e8730/lib-crc_catalog b/target/debug/.fingerprint/crc-catalog-823615f0215e8730/lib-crc_catalog new file mode 100644 index 0000000..d0e96c4 --- /dev/null +++ b/target/debug/.fingerprint/crc-catalog-823615f0215e8730/lib-crc_catalog @@ -0,0 +1 @@ +1192b50cb92a0b4a \ No newline at end of file diff --git a/target/debug/.fingerprint/crc-catalog-823615f0215e8730/lib-crc_catalog.json b/target/debug/.fingerprint/crc-catalog-823615f0215e8730/lib-crc_catalog.json new file mode 100644 index 0000000..c03cbf5 --- /dev/null +++ b/target/debug/.fingerprint/crc-catalog-823615f0215e8730/lib-crc_catalog.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":6134336606781368268,"profile":2241668132362809309,"path":7599759678148145904,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/crc-catalog-823615f0215e8730/dep-lib-crc_catalog","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/crc-catalog-d9cd0273b16329ad/dep-lib-crc_catalog b/target/debug/.fingerprint/crc-catalog-d9cd0273b16329ad/dep-lib-crc_catalog new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/crc-catalog-d9cd0273b16329ad/dep-lib-crc_catalog differ diff --git a/target/debug/.fingerprint/crc-catalog-d9cd0273b16329ad/invoked.timestamp b/target/debug/.fingerprint/crc-catalog-d9cd0273b16329ad/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/crc-catalog-d9cd0273b16329ad/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/crc-catalog-d9cd0273b16329ad/lib-crc_catalog b/target/debug/.fingerprint/crc-catalog-d9cd0273b16329ad/lib-crc_catalog new file mode 100644 index 0000000..b4affd6 --- /dev/null +++ b/target/debug/.fingerprint/crc-catalog-d9cd0273b16329ad/lib-crc_catalog @@ -0,0 +1 @@ +62afceab86523f4e \ No newline at end of file diff --git a/target/debug/.fingerprint/crc-catalog-d9cd0273b16329ad/lib-crc_catalog.json b/target/debug/.fingerprint/crc-catalog-d9cd0273b16329ad/lib-crc_catalog.json new file mode 100644 index 0000000..f7bd52b --- /dev/null +++ b/target/debug/.fingerprint/crc-catalog-d9cd0273b16329ad/lib-crc_catalog.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":6134336606781368268,"profile":2225463790103693989,"path":7599759678148145904,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/crc-catalog-d9cd0273b16329ad/dep-lib-crc_catalog","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/crc-fa67fc293c21bf61/dep-lib-crc b/target/debug/.fingerprint/crc-fa67fc293c21bf61/dep-lib-crc new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/crc-fa67fc293c21bf61/dep-lib-crc differ diff --git a/target/debug/.fingerprint/crc-fa67fc293c21bf61/invoked.timestamp b/target/debug/.fingerprint/crc-fa67fc293c21bf61/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/crc-fa67fc293c21bf61/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/crc-fa67fc293c21bf61/lib-crc b/target/debug/.fingerprint/crc-fa67fc293c21bf61/lib-crc new file mode 100644 index 0000000..d484b20 --- /dev/null +++ b/target/debug/.fingerprint/crc-fa67fc293c21bf61/lib-crc @@ -0,0 +1 @@ +f84cf036ab6258fb \ No newline at end of file diff --git a/target/debug/.fingerprint/crc-fa67fc293c21bf61/lib-crc.json b/target/debug/.fingerprint/crc-fa67fc293c21bf61/lib-crc.json new file mode 100644 index 0000000..4a40a9b --- /dev/null +++ b/target/debug/.fingerprint/crc-fa67fc293c21bf61/lib-crc.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":4924338683985979974,"profile":2241668132362809309,"path":9826420541507240252,"deps":[[15715683286707410945,"crc_catalog",false,5335405157821026833]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/crc-fa67fc293c21bf61/dep-lib-crc","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/crc32fast-69ea6609f925bfa8/dep-lib-crc32fast b/target/debug/.fingerprint/crc32fast-69ea6609f925bfa8/dep-lib-crc32fast new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/crc32fast-69ea6609f925bfa8/dep-lib-crc32fast differ diff --git a/target/debug/.fingerprint/crc32fast-69ea6609f925bfa8/invoked.timestamp b/target/debug/.fingerprint/crc32fast-69ea6609f925bfa8/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/crc32fast-69ea6609f925bfa8/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/crc32fast-69ea6609f925bfa8/lib-crc32fast b/target/debug/.fingerprint/crc32fast-69ea6609f925bfa8/lib-crc32fast new file mode 100644 index 0000000..92a1989 --- /dev/null +++ b/target/debug/.fingerprint/crc32fast-69ea6609f925bfa8/lib-crc32fast @@ -0,0 +1 @@ +caecd14ef2e2c33e \ No newline at end of file diff --git a/target/debug/.fingerprint/crc32fast-69ea6609f925bfa8/lib-crc32fast.json b/target/debug/.fingerprint/crc32fast-69ea6609f925bfa8/lib-crc32fast.json new file mode 100644 index 0000000..1f4d8cf --- /dev/null +++ b/target/debug/.fingerprint/crc32fast-69ea6609f925bfa8/lib-crc32fast.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"nightly\", \"std\"]","target":10823605331999153028,"profile":2241668132362809309,"path":15947093826520938398,"deps":[[7312356825837975969,"build_script_build",false,7627251883827910827],[7667230146095136825,"cfg_if",false,5245324944763812973]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/crc32fast-69ea6609f925bfa8/dep-lib-crc32fast","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/crc32fast-a1aeaaf666d10f76/build-script-build-script-build b/target/debug/.fingerprint/crc32fast-a1aeaaf666d10f76/build-script-build-script-build new file mode 100644 index 0000000..5f7bfb9 --- /dev/null +++ b/target/debug/.fingerprint/crc32fast-a1aeaaf666d10f76/build-script-build-script-build @@ -0,0 +1 @@ +3f9e27be3d958e04 \ No newline at end of file diff --git a/target/debug/.fingerprint/crc32fast-a1aeaaf666d10f76/build-script-build-script-build.json b/target/debug/.fingerprint/crc32fast-a1aeaaf666d10f76/build-script-build-script-build.json new file mode 100644 index 0000000..97a105b --- /dev/null +++ b/target/debug/.fingerprint/crc32fast-a1aeaaf666d10f76/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"nightly\", \"std\"]","target":5408242616063297496,"profile":2225463790103693989,"path":2346693665345007911,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/crc32fast-a1aeaaf666d10f76/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/crc32fast-a1aeaaf666d10f76/dep-build-script-build-script-build b/target/debug/.fingerprint/crc32fast-a1aeaaf666d10f76/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/crc32fast-a1aeaaf666d10f76/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/crc32fast-a1aeaaf666d10f76/invoked.timestamp b/target/debug/.fingerprint/crc32fast-a1aeaaf666d10f76/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/crc32fast-a1aeaaf666d10f76/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/crc32fast-b09c59eae4a5ad74/run-build-script-build-script-build b/target/debug/.fingerprint/crc32fast-b09c59eae4a5ad74/run-build-script-build-script-build new file mode 100644 index 0000000..7c8fbac --- /dev/null +++ b/target/debug/.fingerprint/crc32fast-b09c59eae4a5ad74/run-build-script-build-script-build @@ -0,0 +1 @@ +abd8fd6b2d71d969 \ No newline at end of file diff --git a/target/debug/.fingerprint/crc32fast-b09c59eae4a5ad74/run-build-script-build-script-build.json b/target/debug/.fingerprint/crc32fast-b09c59eae4a5ad74/run-build-script-build-script-build.json new file mode 100644 index 0000000..55e7b91 --- /dev/null +++ b/target/debug/.fingerprint/crc32fast-b09c59eae4a5ad74/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[7312356825837975969,"build_script_build",false,328363915260436031]],"local":[{"Precalculated":"1.5.0"}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-channel-764c9a8997e38996/dep-lib-crossbeam_channel b/target/debug/.fingerprint/crossbeam-channel-764c9a8997e38996/dep-lib-crossbeam_channel new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/crossbeam-channel-764c9a8997e38996/dep-lib-crossbeam_channel differ diff --git a/target/debug/.fingerprint/crossbeam-channel-764c9a8997e38996/invoked.timestamp b/target/debug/.fingerprint/crossbeam-channel-764c9a8997e38996/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-channel-764c9a8997e38996/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-channel-764c9a8997e38996/lib-crossbeam_channel b/target/debug/.fingerprint/crossbeam-channel-764c9a8997e38996/lib-crossbeam_channel new file mode 100644 index 0000000..e5c167b --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-channel-764c9a8997e38996/lib-crossbeam_channel @@ -0,0 +1 @@ +5f0a8392ff252a3c \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-channel-764c9a8997e38996/lib-crossbeam_channel.json b/target/debug/.fingerprint/crossbeam-channel-764c9a8997e38996/lib-crossbeam_channel.json new file mode 100644 index 0000000..514d930 --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-channel-764c9a8997e38996/lib-crossbeam_channel.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"std\"]","target":12076344148867932973,"profile":2682017813363557493,"path":1582302240092162162,"deps":[[4468123440088164316,"crossbeam_utils",false,6054328719630351977]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/crossbeam-channel-764c9a8997e38996/dep-lib-crossbeam_channel","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-deque-39548485313d4b56/dep-lib-crossbeam_deque b/target/debug/.fingerprint/crossbeam-deque-39548485313d4b56/dep-lib-crossbeam_deque new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/crossbeam-deque-39548485313d4b56/dep-lib-crossbeam_deque differ diff --git a/target/debug/.fingerprint/crossbeam-deque-39548485313d4b56/invoked.timestamp b/target/debug/.fingerprint/crossbeam-deque-39548485313d4b56/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-deque-39548485313d4b56/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-deque-39548485313d4b56/lib-crossbeam_deque b/target/debug/.fingerprint/crossbeam-deque-39548485313d4b56/lib-crossbeam_deque new file mode 100644 index 0000000..c4ac33a --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-deque-39548485313d4b56/lib-crossbeam_deque @@ -0,0 +1 @@ +e60437ab949959e3 \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-deque-39548485313d4b56/lib-crossbeam_deque.json b/target/debug/.fingerprint/crossbeam-deque-39548485313d4b56/lib-crossbeam_deque.json new file mode 100644 index 0000000..4fee4d1 --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-deque-39548485313d4b56/lib-crossbeam_deque.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"std\"]","target":15353977948366730291,"profile":2682017813363557493,"path":1539343364645942297,"deps":[[3528074118530651198,"crossbeam_epoch",false,1873449507197236429],[4468123440088164316,"crossbeam_utils",false,6054328719630351977]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/crossbeam-deque-39548485313d4b56/dep-lib-crossbeam_deque","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-deque-8ca9216a5f658237/dep-lib-crossbeam_deque b/target/debug/.fingerprint/crossbeam-deque-8ca9216a5f658237/dep-lib-crossbeam_deque new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/crossbeam-deque-8ca9216a5f658237/dep-lib-crossbeam_deque differ diff --git a/target/debug/.fingerprint/crossbeam-deque-8ca9216a5f658237/invoked.timestamp b/target/debug/.fingerprint/crossbeam-deque-8ca9216a5f658237/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-deque-8ca9216a5f658237/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-deque-8ca9216a5f658237/lib-crossbeam_deque b/target/debug/.fingerprint/crossbeam-deque-8ca9216a5f658237/lib-crossbeam_deque new file mode 100644 index 0000000..c77ec3b --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-deque-8ca9216a5f658237/lib-crossbeam_deque @@ -0,0 +1 @@ +3eb1a26ebe3a304f \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-deque-8ca9216a5f658237/lib-crossbeam_deque.json b/target/debug/.fingerprint/crossbeam-deque-8ca9216a5f658237/lib-crossbeam_deque.json new file mode 100644 index 0000000..f936f50 --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-deque-8ca9216a5f658237/lib-crossbeam_deque.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"std\"]","target":15353977948366730291,"profile":2682017813363557493,"path":1539343364645942297,"deps":[[3528074118530651198,"crossbeam_epoch",false,2672421023015727651],[4468123440088164316,"crossbeam_utils",false,6608348936333772395]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/crossbeam-deque-8ca9216a5f658237/dep-lib-crossbeam_deque","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-deque-bdd3ae078c1d485e/dep-lib-crossbeam_deque b/target/debug/.fingerprint/crossbeam-deque-bdd3ae078c1d485e/dep-lib-crossbeam_deque new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/crossbeam-deque-bdd3ae078c1d485e/dep-lib-crossbeam_deque differ diff --git a/target/debug/.fingerprint/crossbeam-deque-bdd3ae078c1d485e/invoked.timestamp b/target/debug/.fingerprint/crossbeam-deque-bdd3ae078c1d485e/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-deque-bdd3ae078c1d485e/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-deque-bdd3ae078c1d485e/lib-crossbeam_deque b/target/debug/.fingerprint/crossbeam-deque-bdd3ae078c1d485e/lib-crossbeam_deque new file mode 100644 index 0000000..d4e34af --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-deque-bdd3ae078c1d485e/lib-crossbeam_deque @@ -0,0 +1 @@ +1e9edfc30913ebdf \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-deque-bdd3ae078c1d485e/lib-crossbeam_deque.json b/target/debug/.fingerprint/crossbeam-deque-bdd3ae078c1d485e/lib-crossbeam_deque.json new file mode 100644 index 0000000..a8ea443 --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-deque-bdd3ae078c1d485e/lib-crossbeam_deque.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"std\"]","target":15353977948366730291,"profile":3908425943115333596,"path":1539343364645942297,"deps":[[3528074118530651198,"crossbeam_epoch",false,12509670993970867708],[4468123440088164316,"crossbeam_utils",false,2203654646322102046]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/crossbeam-deque-bdd3ae078c1d485e/dep-lib-crossbeam_deque","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-deque-e642ccd24ba479a8/dep-lib-crossbeam_deque b/target/debug/.fingerprint/crossbeam-deque-e642ccd24ba479a8/dep-lib-crossbeam_deque new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/crossbeam-deque-e642ccd24ba479a8/dep-lib-crossbeam_deque differ diff --git a/target/debug/.fingerprint/crossbeam-deque-e642ccd24ba479a8/invoked.timestamp b/target/debug/.fingerprint/crossbeam-deque-e642ccd24ba479a8/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-deque-e642ccd24ba479a8/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-deque-e642ccd24ba479a8/lib-crossbeam_deque b/target/debug/.fingerprint/crossbeam-deque-e642ccd24ba479a8/lib-crossbeam_deque new file mode 100644 index 0000000..4128c1c --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-deque-e642ccd24ba479a8/lib-crossbeam_deque @@ -0,0 +1 @@ +8c17a8ce198b0f22 \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-deque-e642ccd24ba479a8/lib-crossbeam_deque.json b/target/debug/.fingerprint/crossbeam-deque-e642ccd24ba479a8/lib-crossbeam_deque.json new file mode 100644 index 0000000..2df5204 --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-deque-e642ccd24ba479a8/lib-crossbeam_deque.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"std\"]","target":15353977948366730291,"profile":3908425943115333596,"path":1539343364645942297,"deps":[[3528074118530651198,"crossbeam_epoch",false,451408393607698643],[4468123440088164316,"crossbeam_utils",false,5655661189359003896]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/crossbeam-deque-e642ccd24ba479a8/dep-lib-crossbeam_deque","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-epoch-08bc5a9efa68b829/dep-lib-crossbeam_epoch b/target/debug/.fingerprint/crossbeam-epoch-08bc5a9efa68b829/dep-lib-crossbeam_epoch new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/crossbeam-epoch-08bc5a9efa68b829/dep-lib-crossbeam_epoch differ diff --git a/target/debug/.fingerprint/crossbeam-epoch-08bc5a9efa68b829/invoked.timestamp b/target/debug/.fingerprint/crossbeam-epoch-08bc5a9efa68b829/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-epoch-08bc5a9efa68b829/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-epoch-08bc5a9efa68b829/lib-crossbeam_epoch b/target/debug/.fingerprint/crossbeam-epoch-08bc5a9efa68b829/lib-crossbeam_epoch new file mode 100644 index 0000000..2c08aed --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-epoch-08bc5a9efa68b829/lib-crossbeam_epoch @@ -0,0 +1 @@ +d3d89dd58ab94306 \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-epoch-08bc5a9efa68b829/lib-crossbeam_epoch.json b/target/debug/.fingerprint/crossbeam-epoch-08bc5a9efa68b829/lib-crossbeam_epoch.json new file mode 100644 index 0000000..b1609ce --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-epoch-08bc5a9efa68b829/lib-crossbeam_epoch.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"loom\", \"loom-crate\", \"nightly\", \"std\"]","target":5830366855417007734,"profile":2225463790103693989,"path":7264536897184953842,"deps":[[4468123440088164316,"crossbeam_utils",false,5655661189359003896]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/crossbeam-epoch-08bc5a9efa68b829/dep-lib-crossbeam_epoch","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-epoch-898edee4616dca8c/dep-lib-crossbeam_epoch b/target/debug/.fingerprint/crossbeam-epoch-898edee4616dca8c/dep-lib-crossbeam_epoch new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/crossbeam-epoch-898edee4616dca8c/dep-lib-crossbeam_epoch differ diff --git a/target/debug/.fingerprint/crossbeam-epoch-898edee4616dca8c/invoked.timestamp b/target/debug/.fingerprint/crossbeam-epoch-898edee4616dca8c/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-epoch-898edee4616dca8c/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-epoch-898edee4616dca8c/lib-crossbeam_epoch b/target/debug/.fingerprint/crossbeam-epoch-898edee4616dca8c/lib-crossbeam_epoch new file mode 100644 index 0000000..59a910d --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-epoch-898edee4616dca8c/lib-crossbeam_epoch @@ -0,0 +1 @@ +cd341f9d66d4ff19 \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-epoch-898edee4616dca8c/lib-crossbeam_epoch.json b/target/debug/.fingerprint/crossbeam-epoch-898edee4616dca8c/lib-crossbeam_epoch.json new file mode 100644 index 0000000..bde1174 --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-epoch-898edee4616dca8c/lib-crossbeam_epoch.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"loom\", \"loom-crate\", \"nightly\", \"std\"]","target":5830366855417007734,"profile":2241668132362809309,"path":7264536897184953842,"deps":[[4468123440088164316,"crossbeam_utils",false,6054328719630351977]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/crossbeam-epoch-898edee4616dca8c/dep-lib-crossbeam_epoch","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-epoch-99cd87a943521886/dep-lib-crossbeam_epoch b/target/debug/.fingerprint/crossbeam-epoch-99cd87a943521886/dep-lib-crossbeam_epoch new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/crossbeam-epoch-99cd87a943521886/dep-lib-crossbeam_epoch differ diff --git a/target/debug/.fingerprint/crossbeam-epoch-99cd87a943521886/invoked.timestamp b/target/debug/.fingerprint/crossbeam-epoch-99cd87a943521886/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-epoch-99cd87a943521886/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-epoch-99cd87a943521886/lib-crossbeam_epoch b/target/debug/.fingerprint/crossbeam-epoch-99cd87a943521886/lib-crossbeam_epoch new file mode 100644 index 0000000..a2bf197 --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-epoch-99cd87a943521886/lib-crossbeam_epoch @@ -0,0 +1 @@ +fc2da46c7d479bad \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-epoch-99cd87a943521886/lib-crossbeam_epoch.json b/target/debug/.fingerprint/crossbeam-epoch-99cd87a943521886/lib-crossbeam_epoch.json new file mode 100644 index 0000000..d91ad44 --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-epoch-99cd87a943521886/lib-crossbeam_epoch.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"loom\", \"loom-crate\", \"nightly\", \"std\"]","target":5830366855417007734,"profile":2225463790103693989,"path":7264536897184953842,"deps":[[4468123440088164316,"crossbeam_utils",false,2203654646322102046]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/crossbeam-epoch-99cd87a943521886/dep-lib-crossbeam_epoch","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-epoch-f1807dd5c08386fb/dep-lib-crossbeam_epoch b/target/debug/.fingerprint/crossbeam-epoch-f1807dd5c08386fb/dep-lib-crossbeam_epoch new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/crossbeam-epoch-f1807dd5c08386fb/dep-lib-crossbeam_epoch differ diff --git a/target/debug/.fingerprint/crossbeam-epoch-f1807dd5c08386fb/invoked.timestamp b/target/debug/.fingerprint/crossbeam-epoch-f1807dd5c08386fb/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-epoch-f1807dd5c08386fb/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-epoch-f1807dd5c08386fb/lib-crossbeam_epoch b/target/debug/.fingerprint/crossbeam-epoch-f1807dd5c08386fb/lib-crossbeam_epoch new file mode 100644 index 0000000..416ad92 --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-epoch-f1807dd5c08386fb/lib-crossbeam_epoch @@ -0,0 +1 @@ +237223e7c2581625 \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-epoch-f1807dd5c08386fb/lib-crossbeam_epoch.json b/target/debug/.fingerprint/crossbeam-epoch-f1807dd5c08386fb/lib-crossbeam_epoch.json new file mode 100644 index 0000000..5acf316 --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-epoch-f1807dd5c08386fb/lib-crossbeam_epoch.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"loom\", \"loom-crate\", \"nightly\", \"std\"]","target":5830366855417007734,"profile":2241668132362809309,"path":7264536897184953842,"deps":[[4468123440088164316,"crossbeam_utils",false,6608348936333772395]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/crossbeam-epoch-f1807dd5c08386fb/dep-lib-crossbeam_epoch","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-queue-2ebff5cc7a925aaa/dep-lib-crossbeam_queue b/target/debug/.fingerprint/crossbeam-queue-2ebff5cc7a925aaa/dep-lib-crossbeam_queue new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/crossbeam-queue-2ebff5cc7a925aaa/dep-lib-crossbeam_queue differ diff --git a/target/debug/.fingerprint/crossbeam-queue-2ebff5cc7a925aaa/invoked.timestamp b/target/debug/.fingerprint/crossbeam-queue-2ebff5cc7a925aaa/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-queue-2ebff5cc7a925aaa/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-queue-2ebff5cc7a925aaa/lib-crossbeam_queue b/target/debug/.fingerprint/crossbeam-queue-2ebff5cc7a925aaa/lib-crossbeam_queue new file mode 100644 index 0000000..75f186d --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-queue-2ebff5cc7a925aaa/lib-crossbeam_queue @@ -0,0 +1 @@ +cd3d2ce67e41c513 \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-queue-2ebff5cc7a925aaa/lib-crossbeam_queue.json b/target/debug/.fingerprint/crossbeam-queue-2ebff5cc7a925aaa/lib-crossbeam_queue.json new file mode 100644 index 0000000..d1cd0b8 --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-queue-2ebff5cc7a925aaa/lib-crossbeam_queue.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"nightly\", \"std\"]","target":13714723178665796468,"profile":2682017813363557493,"path":6193940094113386802,"deps":[[4468123440088164316,"crossbeam_utils",false,6054328719630351977]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/crossbeam-queue-2ebff5cc7a925aaa/dep-lib-crossbeam_queue","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-queue-70f0f9858d63e236/dep-lib-crossbeam_queue b/target/debug/.fingerprint/crossbeam-queue-70f0f9858d63e236/dep-lib-crossbeam_queue new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/crossbeam-queue-70f0f9858d63e236/dep-lib-crossbeam_queue differ diff --git a/target/debug/.fingerprint/crossbeam-queue-70f0f9858d63e236/invoked.timestamp b/target/debug/.fingerprint/crossbeam-queue-70f0f9858d63e236/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-queue-70f0f9858d63e236/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-queue-70f0f9858d63e236/lib-crossbeam_queue b/target/debug/.fingerprint/crossbeam-queue-70f0f9858d63e236/lib-crossbeam_queue new file mode 100644 index 0000000..1c63248 --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-queue-70f0f9858d63e236/lib-crossbeam_queue @@ -0,0 +1 @@ +981a6bf639df48c3 \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-queue-70f0f9858d63e236/lib-crossbeam_queue.json b/target/debug/.fingerprint/crossbeam-queue-70f0f9858d63e236/lib-crossbeam_queue.json new file mode 100644 index 0000000..fd29048 --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-queue-70f0f9858d63e236/lib-crossbeam_queue.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"nightly\", \"std\"]","target":13714723178665796468,"profile":3908425943115333596,"path":6193940094113386802,"deps":[[4468123440088164316,"crossbeam_utils",false,5655661189359003896]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/crossbeam-queue-70f0f9858d63e236/dep-lib-crossbeam_queue","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-utils-24209d9f1348300b/dep-lib-crossbeam_utils b/target/debug/.fingerprint/crossbeam-utils-24209d9f1348300b/dep-lib-crossbeam_utils new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/crossbeam-utils-24209d9f1348300b/dep-lib-crossbeam_utils differ diff --git a/target/debug/.fingerprint/crossbeam-utils-24209d9f1348300b/invoked.timestamp b/target/debug/.fingerprint/crossbeam-utils-24209d9f1348300b/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-utils-24209d9f1348300b/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-utils-24209d9f1348300b/lib-crossbeam_utils b/target/debug/.fingerprint/crossbeam-utils-24209d9f1348300b/lib-crossbeam_utils new file mode 100644 index 0000000..ba31570 --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-utils-24209d9f1348300b/lib-crossbeam_utils @@ -0,0 +1 @@ +6b4601565892b55b \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-utils-24209d9f1348300b/lib-crossbeam_utils.json b/target/debug/.fingerprint/crossbeam-utils-24209d9f1348300b/lib-crossbeam_utils.json new file mode 100644 index 0000000..2022a74 --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-utils-24209d9f1348300b/lib-crossbeam_utils.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"std\"]","declared_features":"[\"default\", \"loom\", \"nightly\", \"std\"]","target":9626079250877207070,"profile":2682017813363557493,"path":15816141309339428173,"deps":[[4468123440088164316,"build_script_build",false,11214622758877829985]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/crossbeam-utils-24209d9f1348300b/dep-lib-crossbeam_utils","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-utils-30ff13b172e89a74/dep-lib-crossbeam_utils b/target/debug/.fingerprint/crossbeam-utils-30ff13b172e89a74/dep-lib-crossbeam_utils new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/crossbeam-utils-30ff13b172e89a74/dep-lib-crossbeam_utils differ diff --git a/target/debug/.fingerprint/crossbeam-utils-30ff13b172e89a74/invoked.timestamp b/target/debug/.fingerprint/crossbeam-utils-30ff13b172e89a74/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-utils-30ff13b172e89a74/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-utils-30ff13b172e89a74/lib-crossbeam_utils b/target/debug/.fingerprint/crossbeam-utils-30ff13b172e89a74/lib-crossbeam_utils new file mode 100644 index 0000000..1c53f2a --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-utils-30ff13b172e89a74/lib-crossbeam_utils @@ -0,0 +1 @@ +693e03afe44b0554 \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-utils-30ff13b172e89a74/lib-crossbeam_utils.json b/target/debug/.fingerprint/crossbeam-utils-30ff13b172e89a74/lib-crossbeam_utils.json new file mode 100644 index 0000000..b903a61 --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-utils-30ff13b172e89a74/lib-crossbeam_utils.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"loom\", \"nightly\", \"std\"]","target":9626079250877207070,"profile":2682017813363557493,"path":15816141309339428173,"deps":[[4468123440088164316,"build_script_build",false,18430292254279274186]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/crossbeam-utils-30ff13b172e89a74/dep-lib-crossbeam_utils","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-utils-3facd263110404aa/build-script-build-script-build b/target/debug/.fingerprint/crossbeam-utils-3facd263110404aa/build-script-build-script-build new file mode 100644 index 0000000..8987e65 --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-utils-3facd263110404aa/build-script-build-script-build @@ -0,0 +1 @@ +823190ba2661948d \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-utils-3facd263110404aa/build-script-build-script-build.json b/target/debug/.fingerprint/crossbeam-utils-3facd263110404aa/build-script-build-script-build.json new file mode 100644 index 0000000..b441cee --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-utils-3facd263110404aa/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"loom\", \"nightly\", \"std\"]","target":5408242616063297496,"profile":3908425943115333596,"path":14549897784918383471,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/crossbeam-utils-3facd263110404aa/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-utils-3facd263110404aa/dep-build-script-build-script-build b/target/debug/.fingerprint/crossbeam-utils-3facd263110404aa/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/crossbeam-utils-3facd263110404aa/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/crossbeam-utils-3facd263110404aa/invoked.timestamp b/target/debug/.fingerprint/crossbeam-utils-3facd263110404aa/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-utils-3facd263110404aa/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-utils-51747c1fd9ffcbf1/dep-lib-crossbeam_utils b/target/debug/.fingerprint/crossbeam-utils-51747c1fd9ffcbf1/dep-lib-crossbeam_utils new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/crossbeam-utils-51747c1fd9ffcbf1/dep-lib-crossbeam_utils differ diff --git a/target/debug/.fingerprint/crossbeam-utils-51747c1fd9ffcbf1/invoked.timestamp b/target/debug/.fingerprint/crossbeam-utils-51747c1fd9ffcbf1/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-utils-51747c1fd9ffcbf1/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-utils-51747c1fd9ffcbf1/lib-crossbeam_utils b/target/debug/.fingerprint/crossbeam-utils-51747c1fd9ffcbf1/lib-crossbeam_utils new file mode 100644 index 0000000..7caabd8 --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-utils-51747c1fd9ffcbf1/lib-crossbeam_utils @@ -0,0 +1 @@ +f8e8b401e3f17c4e \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-utils-51747c1fd9ffcbf1/lib-crossbeam_utils.json b/target/debug/.fingerprint/crossbeam-utils-51747c1fd9ffcbf1/lib-crossbeam_utils.json new file mode 100644 index 0000000..9b9ea48 --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-utils-51747c1fd9ffcbf1/lib-crossbeam_utils.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"loom\", \"nightly\", \"std\"]","target":9626079250877207070,"profile":3908425943115333596,"path":15816141309339428173,"deps":[[4468123440088164316,"build_script_build",false,18430292254279274186]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/crossbeam-utils-51747c1fd9ffcbf1/dep-lib-crossbeam_utils","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-utils-5593ca2e94a79bb0/run-build-script-build-script-build b/target/debug/.fingerprint/crossbeam-utils-5593ca2e94a79bb0/run-build-script-build-script-build new file mode 100644 index 0000000..9d9e839 --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-utils-5593ca2e94a79bb0/run-build-script-build-script-build @@ -0,0 +1 @@ +ca0ef34a288dc5ff \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-utils-5593ca2e94a79bb0/run-build-script-build-script-build.json b/target/debug/.fingerprint/crossbeam-utils-5593ca2e94a79bb0/run-build-script-build-script-build.json new file mode 100644 index 0000000..5a4e636 --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-utils-5593ca2e94a79bb0/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[4468123440088164316,"build_script_build",false,10201885874867679618]],"local":[{"RerunIfChanged":{"output":"debug/build/crossbeam-utils-5593ca2e94a79bb0/output","paths":["no_atomic.rs"]}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-utils-9f903420b66b12f7/build-script-build-script-build b/target/debug/.fingerprint/crossbeam-utils-9f903420b66b12f7/build-script-build-script-build new file mode 100644 index 0000000..2c0a2c2 --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-utils-9f903420b66b12f7/build-script-build-script-build @@ -0,0 +1 @@ +3c0e46983a553ff6 \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-utils-9f903420b66b12f7/build-script-build-script-build.json b/target/debug/.fingerprint/crossbeam-utils-9f903420b66b12f7/build-script-build-script-build.json new file mode 100644 index 0000000..817471a --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-utils-9f903420b66b12f7/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"std\"]","declared_features":"[\"default\", \"loom\", \"nightly\", \"std\"]","target":5408242616063297496,"profile":3908425943115333596,"path":14549897784918383471,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/crossbeam-utils-9f903420b66b12f7/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-utils-9f903420b66b12f7/dep-build-script-build-script-build b/target/debug/.fingerprint/crossbeam-utils-9f903420b66b12f7/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/crossbeam-utils-9f903420b66b12f7/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/crossbeam-utils-9f903420b66b12f7/invoked.timestamp b/target/debug/.fingerprint/crossbeam-utils-9f903420b66b12f7/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-utils-9f903420b66b12f7/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-utils-cd74f45dfbdde2a1/run-build-script-build-script-build b/target/debug/.fingerprint/crossbeam-utils-cd74f45dfbdde2a1/run-build-script-build-script-build new file mode 100644 index 0000000..a672738 --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-utils-cd74f45dfbdde2a1/run-build-script-build-script-build @@ -0,0 +1 @@ +619bec48fb57a29b \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-utils-cd74f45dfbdde2a1/run-build-script-build-script-build.json b/target/debug/.fingerprint/crossbeam-utils-cd74f45dfbdde2a1/run-build-script-build-script-build.json new file mode 100644 index 0000000..36dec22 --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-utils-cd74f45dfbdde2a1/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[4468123440088164316,"build_script_build",false,17743994767014235708]],"local":[{"RerunIfChanged":{"output":"debug/build/crossbeam-utils-cd74f45dfbdde2a1/output","paths":["no_atomic.rs"]}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-utils-d0cff57930197749/dep-lib-crossbeam_utils b/target/debug/.fingerprint/crossbeam-utils-d0cff57930197749/dep-lib-crossbeam_utils new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/crossbeam-utils-d0cff57930197749/dep-lib-crossbeam_utils differ diff --git a/target/debug/.fingerprint/crossbeam-utils-d0cff57930197749/invoked.timestamp b/target/debug/.fingerprint/crossbeam-utils-d0cff57930197749/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-utils-d0cff57930197749/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-utils-d0cff57930197749/lib-crossbeam_utils b/target/debug/.fingerprint/crossbeam-utils-d0cff57930197749/lib-crossbeam_utils new file mode 100644 index 0000000..fec014a --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-utils-d0cff57930197749/lib-crossbeam_utils @@ -0,0 +1 @@ +1effaab139f4941e \ No newline at end of file diff --git a/target/debug/.fingerprint/crossbeam-utils-d0cff57930197749/lib-crossbeam_utils.json b/target/debug/.fingerprint/crossbeam-utils-d0cff57930197749/lib-crossbeam_utils.json new file mode 100644 index 0000000..09152f6 --- /dev/null +++ b/target/debug/.fingerprint/crossbeam-utils-d0cff57930197749/lib-crossbeam_utils.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"std\"]","declared_features":"[\"default\", \"loom\", \"nightly\", \"std\"]","target":9626079250877207070,"profile":3908425943115333596,"path":15816141309339428173,"deps":[[4468123440088164316,"build_script_build",false,11214622758877829985]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/crossbeam-utils-d0cff57930197749/dep-lib-crossbeam_utils","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/crypto-common-83b7ace727777db8/dep-lib-crypto_common b/target/debug/.fingerprint/crypto-common-83b7ace727777db8/dep-lib-crypto_common new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/crypto-common-83b7ace727777db8/dep-lib-crypto_common differ diff --git a/target/debug/.fingerprint/crypto-common-83b7ace727777db8/invoked.timestamp b/target/debug/.fingerprint/crypto-common-83b7ace727777db8/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/crypto-common-83b7ace727777db8/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/crypto-common-83b7ace727777db8/lib-crypto_common b/target/debug/.fingerprint/crypto-common-83b7ace727777db8/lib-crypto_common new file mode 100644 index 0000000..8b99194 --- /dev/null +++ b/target/debug/.fingerprint/crypto-common-83b7ace727777db8/lib-crypto_common @@ -0,0 +1 @@ +90145ac256800d52 \ No newline at end of file diff --git a/target/debug/.fingerprint/crypto-common-83b7ace727777db8/lib-crypto_common.json b/target/debug/.fingerprint/crypto-common-83b7ace727777db8/lib-crypto_common.json new file mode 100644 index 0000000..16e47bf --- /dev/null +++ b/target/debug/.fingerprint/crypto-common-83b7ace727777db8/lib-crypto_common.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"std\"]","declared_features":"[\"getrandom\", \"rand_core\", \"std\"]","target":12082577455412410174,"profile":2225463790103693989,"path":16259609204743091113,"deps":[[857979250431893282,"typenum",false,2746105458406282091],[10520923840501062997,"generic_array",false,4584502559774057643]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/crypto-common-83b7ace727777db8/dep-lib-crypto_common","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/crypto-common-c965cabdb068c5d9/dep-lib-crypto_common b/target/debug/.fingerprint/crypto-common-c965cabdb068c5d9/dep-lib-crypto_common new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/crypto-common-c965cabdb068c5d9/dep-lib-crypto_common differ diff --git a/target/debug/.fingerprint/crypto-common-c965cabdb068c5d9/invoked.timestamp b/target/debug/.fingerprint/crypto-common-c965cabdb068c5d9/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/crypto-common-c965cabdb068c5d9/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/crypto-common-c965cabdb068c5d9/lib-crypto_common b/target/debug/.fingerprint/crypto-common-c965cabdb068c5d9/lib-crypto_common new file mode 100644 index 0000000..8a5d3f9 --- /dev/null +++ b/target/debug/.fingerprint/crypto-common-c965cabdb068c5d9/lib-crypto_common @@ -0,0 +1 @@ +07620d788bb92d67 \ No newline at end of file diff --git a/target/debug/.fingerprint/crypto-common-c965cabdb068c5d9/lib-crypto_common.json b/target/debug/.fingerprint/crypto-common-c965cabdb068c5d9/lib-crypto_common.json new file mode 100644 index 0000000..8f106f8 --- /dev/null +++ b/target/debug/.fingerprint/crypto-common-c965cabdb068c5d9/lib-crypto_common.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"std\"]","declared_features":"[\"getrandom\", \"rand_core\", \"std\"]","target":12082577455412410174,"profile":2241668132362809309,"path":16259609204743091113,"deps":[[857979250431893282,"typenum",false,1780794425350343976],[10520923840501062997,"generic_array",false,5837949703094617120]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/crypto-common-c965cabdb068c5d9/dep-lib-crypto_common","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/darling-27783ccf1005b300/dep-lib-darling b/target/debug/.fingerprint/darling-27783ccf1005b300/dep-lib-darling new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/darling-27783ccf1005b300/dep-lib-darling differ diff --git a/target/debug/.fingerprint/darling-27783ccf1005b300/invoked.timestamp b/target/debug/.fingerprint/darling-27783ccf1005b300/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/darling-27783ccf1005b300/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/darling-27783ccf1005b300/lib-darling b/target/debug/.fingerprint/darling-27783ccf1005b300/lib-darling new file mode 100644 index 0000000..ad9378e --- /dev/null +++ b/target/debug/.fingerprint/darling-27783ccf1005b300/lib-darling @@ -0,0 +1 @@ +56badb7a670aab19 \ No newline at end of file diff --git a/target/debug/.fingerprint/darling-27783ccf1005b300/lib-darling.json b/target/debug/.fingerprint/darling-27783ccf1005b300/lib-darling.json new file mode 100644 index 0000000..6c395e8 --- /dev/null +++ b/target/debug/.fingerprint/darling-27783ccf1005b300/lib-darling.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"suggestions\"]","declared_features":"[\"default\", \"diagnostics\", \"suggestions\"]","target":10425393644641512883,"profile":4791074740661137825,"path":3089277300351855768,"deps":[[391311489375721310,"darling_macro",false,8525902789105515259],[7492649247881633246,"darling_core",false,15634624643227969264]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/darling-27783ccf1005b300/dep-lib-darling","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/darling-cd401dadf7d8f043/dep-lib-darling b/target/debug/.fingerprint/darling-cd401dadf7d8f043/dep-lib-darling new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/darling-cd401dadf7d8f043/dep-lib-darling differ diff --git a/target/debug/.fingerprint/darling-cd401dadf7d8f043/invoked.timestamp b/target/debug/.fingerprint/darling-cd401dadf7d8f043/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/darling-cd401dadf7d8f043/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/darling-cd401dadf7d8f043/lib-darling b/target/debug/.fingerprint/darling-cd401dadf7d8f043/lib-darling new file mode 100644 index 0000000..80b2f0d --- /dev/null +++ b/target/debug/.fingerprint/darling-cd401dadf7d8f043/lib-darling @@ -0,0 +1 @@ +b8aea485f5c43acf \ No newline at end of file diff --git a/target/debug/.fingerprint/darling-cd401dadf7d8f043/lib-darling.json b/target/debug/.fingerprint/darling-cd401dadf7d8f043/lib-darling.json new file mode 100644 index 0000000..eeabc9b --- /dev/null +++ b/target/debug/.fingerprint/darling-cd401dadf7d8f043/lib-darling.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"suggestions\"]","declared_features":"[\"default\", \"diagnostics\", \"serde\", \"suggestions\"]","target":10425393644641512883,"profile":4791074740661137825,"path":9576383863647220582,"deps":[[9150523150928397644,"darling_core",false,9633973033384370013],[15905032373655718972,"darling_macro",false,3104573202117597920]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/darling-cd401dadf7d8f043/dep-lib-darling","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/darling_core-4683dcbf187f45a3/dep-lib-darling_core b/target/debug/.fingerprint/darling_core-4683dcbf187f45a3/dep-lib-darling_core new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/darling_core-4683dcbf187f45a3/dep-lib-darling_core differ diff --git a/target/debug/.fingerprint/darling_core-4683dcbf187f45a3/invoked.timestamp b/target/debug/.fingerprint/darling_core-4683dcbf187f45a3/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/darling_core-4683dcbf187f45a3/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/darling_core-4683dcbf187f45a3/lib-darling_core b/target/debug/.fingerprint/darling_core-4683dcbf187f45a3/lib-darling_core new file mode 100644 index 0000000..cdff2e2 --- /dev/null +++ b/target/debug/.fingerprint/darling_core-4683dcbf187f45a3/lib-darling_core @@ -0,0 +1 @@ +5d5f914e6ebfb285 \ No newline at end of file diff --git a/target/debug/.fingerprint/darling_core-4683dcbf187f45a3/lib-darling_core.json b/target/debug/.fingerprint/darling_core-4683dcbf187f45a3/lib-darling_core.json new file mode 100644 index 0000000..15e3b8e --- /dev/null +++ b/target/debug/.fingerprint/darling_core-4683dcbf187f45a3/lib-darling_core.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"strsim\", \"suggestions\"]","declared_features":"[\"diagnostics\", \"serde\", \"strsim\", \"suggestions\"]","target":13428977600034985537,"profile":2225463790103693989,"path":7093263672323094567,"deps":[[4289358735036141001,"proc_macro2",false,11907438208124547768],[6100504282945712449,"quote",false,15556484999302306747],[6490058671768129134,"syn",false,13449399834116190507],[11166530783118767604,"strsim",false,1651387526797633718],[15383437925411509181,"ident_case",false,16702497008878808323]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/darling_core-4683dcbf187f45a3/dep-lib-darling_core","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/darling_core-6a406ab9df4d3daf/dep-lib-darling_core b/target/debug/.fingerprint/darling_core-6a406ab9df4d3daf/dep-lib-darling_core new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/darling_core-6a406ab9df4d3daf/dep-lib-darling_core differ diff --git a/target/debug/.fingerprint/darling_core-6a406ab9df4d3daf/invoked.timestamp b/target/debug/.fingerprint/darling_core-6a406ab9df4d3daf/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/darling_core-6a406ab9df4d3daf/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/darling_core-6a406ab9df4d3daf/lib-darling_core b/target/debug/.fingerprint/darling_core-6a406ab9df4d3daf/lib-darling_core new file mode 100644 index 0000000..cba1981 --- /dev/null +++ b/target/debug/.fingerprint/darling_core-6a406ab9df4d3daf/lib-darling_core @@ -0,0 +1 @@ +f0e62bf84658f9d8 \ No newline at end of file diff --git a/target/debug/.fingerprint/darling_core-6a406ab9df4d3daf/lib-darling_core.json b/target/debug/.fingerprint/darling_core-6a406ab9df4d3daf/lib-darling_core.json new file mode 100644 index 0000000..fe5430a --- /dev/null +++ b/target/debug/.fingerprint/darling_core-6a406ab9df4d3daf/lib-darling_core.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"strsim\", \"suggestions\"]","declared_features":"[\"diagnostics\", \"strsim\", \"suggestions\"]","target":13428977600034985537,"profile":2225463790103693989,"path":655654603095256216,"deps":[[1345404220202658316,"fnv",false,7733832180971530733],[4289358735036141001,"proc_macro2",false,11907438208124547768],[6100504282945712449,"quote",false,15556484999302306747],[6490058671768129134,"syn",false,13449399834116190507],[11166530783118767604,"strsim",false,1651387526797633718],[15383437925411509181,"ident_case",false,16702497008878808323]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/darling_core-6a406ab9df4d3daf/dep-lib-darling_core","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/darling_macro-4e0f76c7c63d4d19/dep-lib-darling_macro b/target/debug/.fingerprint/darling_macro-4e0f76c7c63d4d19/dep-lib-darling_macro new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/darling_macro-4e0f76c7c63d4d19/dep-lib-darling_macro differ diff --git a/target/debug/.fingerprint/darling_macro-4e0f76c7c63d4d19/invoked.timestamp b/target/debug/.fingerprint/darling_macro-4e0f76c7c63d4d19/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/darling_macro-4e0f76c7c63d4d19/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/darling_macro-4e0f76c7c63d4d19/lib-darling_macro b/target/debug/.fingerprint/darling_macro-4e0f76c7c63d4d19/lib-darling_macro new file mode 100644 index 0000000..76fbab8 --- /dev/null +++ b/target/debug/.fingerprint/darling_macro-4e0f76c7c63d4d19/lib-darling_macro @@ -0,0 +1 @@ +e09a6aebe0a8152b \ No newline at end of file diff --git a/target/debug/.fingerprint/darling_macro-4e0f76c7c63d4d19/lib-darling_macro.json b/target/debug/.fingerprint/darling_macro-4e0f76c7c63d4d19/lib-darling_macro.json new file mode 100644 index 0000000..efc92e9 --- /dev/null +++ b/target/debug/.fingerprint/darling_macro-4e0f76c7c63d4d19/lib-darling_macro.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":15692157989113707310,"profile":2225463790103693989,"path":5283082126222293247,"deps":[[6100504282945712449,"quote",false,15556484999302306747],[6490058671768129134,"syn",false,13449399834116190507],[9150523150928397644,"darling_core",false,9633973033384370013]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/darling_macro-4e0f76c7c63d4d19/dep-lib-darling_macro","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/darling_macro-f76ebcdc783ef4d1/dep-lib-darling_macro b/target/debug/.fingerprint/darling_macro-f76ebcdc783ef4d1/dep-lib-darling_macro new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/darling_macro-f76ebcdc783ef4d1/dep-lib-darling_macro differ diff --git a/target/debug/.fingerprint/darling_macro-f76ebcdc783ef4d1/invoked.timestamp b/target/debug/.fingerprint/darling_macro-f76ebcdc783ef4d1/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/darling_macro-f76ebcdc783ef4d1/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/darling_macro-f76ebcdc783ef4d1/lib-darling_macro b/target/debug/.fingerprint/darling_macro-f76ebcdc783ef4d1/lib-darling_macro new file mode 100644 index 0000000..bf0d111 --- /dev/null +++ b/target/debug/.fingerprint/darling_macro-f76ebcdc783ef4d1/lib-darling_macro @@ -0,0 +1 @@ +fb7a251e6a175276 \ No newline at end of file diff --git a/target/debug/.fingerprint/darling_macro-f76ebcdc783ef4d1/lib-darling_macro.json b/target/debug/.fingerprint/darling_macro-f76ebcdc783ef4d1/lib-darling_macro.json new file mode 100644 index 0000000..55b1922 --- /dev/null +++ b/target/debug/.fingerprint/darling_macro-f76ebcdc783ef4d1/lib-darling_macro.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":15692157989113707310,"profile":2225463790103693989,"path":16726456044711815527,"deps":[[6100504282945712449,"quote",false,15556484999302306747],[6490058671768129134,"syn",false,13449399834116190507],[7492649247881633246,"darling_core",false,15634624643227969264]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/darling_macro-f76ebcdc783ef4d1/dep-lib-darling_macro","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/dashmap-0a3d8c3e3b5e9812/dep-lib-dashmap b/target/debug/.fingerprint/dashmap-0a3d8c3e3b5e9812/dep-lib-dashmap new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/dashmap-0a3d8c3e3b5e9812/dep-lib-dashmap differ diff --git a/target/debug/.fingerprint/dashmap-0a3d8c3e3b5e9812/invoked.timestamp b/target/debug/.fingerprint/dashmap-0a3d8c3e3b5e9812/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/dashmap-0a3d8c3e3b5e9812/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/dashmap-0a3d8c3e3b5e9812/lib-dashmap b/target/debug/.fingerprint/dashmap-0a3d8c3e3b5e9812/lib-dashmap new file mode 100644 index 0000000..6fefc3a --- /dev/null +++ b/target/debug/.fingerprint/dashmap-0a3d8c3e3b5e9812/lib-dashmap @@ -0,0 +1 @@ +79f89b06b2e01f9c \ No newline at end of file diff --git a/target/debug/.fingerprint/dashmap-0a3d8c3e3b5e9812/lib-dashmap.json b/target/debug/.fingerprint/dashmap-0a3d8c3e3b5e9812/lib-dashmap.json new file mode 100644 index 0000000..0fe50bc --- /dev/null +++ b/target/debug/.fingerprint/dashmap-0a3d8c3e3b5e9812/lib-dashmap.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"arbitrary\", \"inline\", \"raw-api\", \"rayon\", \"serde\"]","target":7646408341754254191,"profile":2241668132362809309,"path":5554675017585261555,"deps":[[2555121257709722468,"lock_api",false,2084421726101358951],[3722963349756955755,"once_cell",false,12214999296643315191],[6545091685033313457,"parking_lot_core",false,3285985967989491133],[7667230146095136825,"cfg_if",false,5245324944763812973],[13018563866916002725,"hashbrown",false,7633245542978033345]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/dashmap-0a3d8c3e3b5e9812/dep-lib-dashmap","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/dashmap-20300932ca225ed0/dep-lib-dashmap b/target/debug/.fingerprint/dashmap-20300932ca225ed0/dep-lib-dashmap new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/dashmap-20300932ca225ed0/dep-lib-dashmap differ diff --git a/target/debug/.fingerprint/dashmap-20300932ca225ed0/invoked.timestamp b/target/debug/.fingerprint/dashmap-20300932ca225ed0/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/dashmap-20300932ca225ed0/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/dashmap-20300932ca225ed0/lib-dashmap b/target/debug/.fingerprint/dashmap-20300932ca225ed0/lib-dashmap new file mode 100644 index 0000000..841996b --- /dev/null +++ b/target/debug/.fingerprint/dashmap-20300932ca225ed0/lib-dashmap @@ -0,0 +1 @@ +4ff425d67818ab60 \ No newline at end of file diff --git a/target/debug/.fingerprint/dashmap-20300932ca225ed0/lib-dashmap.json b/target/debug/.fingerprint/dashmap-20300932ca225ed0/lib-dashmap.json new file mode 100644 index 0000000..4ee66c1 --- /dev/null +++ b/target/debug/.fingerprint/dashmap-20300932ca225ed0/lib-dashmap.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"arbitrary\", \"inline\", \"raw-api\", \"rayon\", \"serde\", \"typesize\"]","target":7646408341754254191,"profile":2241668132362809309,"path":4628108336155105412,"deps":[[2555121257709722468,"lock_api",false,2084421726101358951],[3722963349756955755,"once_cell",false,12214999296643315191],[4468123440088164316,"crossbeam_utils",false,6054328719630351977],[6545091685033313457,"parking_lot_core",false,3285985967989491133],[7667230146095136825,"cfg_if",false,5245324944763812973],[13018563866916002725,"hashbrown",false,6784214153519979142]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/dashmap-20300932ca225ed0/dep-lib-dashmap","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/dashmap-a28478f13f0610a8/dep-lib-dashmap b/target/debug/.fingerprint/dashmap-a28478f13f0610a8/dep-lib-dashmap new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/dashmap-a28478f13f0610a8/dep-lib-dashmap differ diff --git a/target/debug/.fingerprint/dashmap-a28478f13f0610a8/invoked.timestamp b/target/debug/.fingerprint/dashmap-a28478f13f0610a8/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/dashmap-a28478f13f0610a8/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/dashmap-a28478f13f0610a8/lib-dashmap b/target/debug/.fingerprint/dashmap-a28478f13f0610a8/lib-dashmap new file mode 100644 index 0000000..5b245bb --- /dev/null +++ b/target/debug/.fingerprint/dashmap-a28478f13f0610a8/lib-dashmap @@ -0,0 +1 @@ +cc332f1d3fb8d178 \ No newline at end of file diff --git a/target/debug/.fingerprint/dashmap-a28478f13f0610a8/lib-dashmap.json b/target/debug/.fingerprint/dashmap-a28478f13f0610a8/lib-dashmap.json new file mode 100644 index 0000000..ff9e80e --- /dev/null +++ b/target/debug/.fingerprint/dashmap-a28478f13f0610a8/lib-dashmap.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"arbitrary\", \"inline\", \"raw-api\", \"rayon\", \"serde\"]","target":7646408341754254191,"profile":2241668132362809309,"path":5554675017585261555,"deps":[[2555121257709722468,"lock_api",false,2084421726101358951],[3722963349756955755,"once_cell",false,12214999296643315191],[6545091685033313457,"parking_lot_core",false,3285985967989491133],[7667230146095136825,"cfg_if",false,5245324944763812973],[13018563866916002725,"hashbrown",false,6784214153519979142]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/dashmap-a28478f13f0610a8/dep-lib-dashmap","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/data-encoding-376afb044dc87a76/dep-lib-data_encoding b/target/debug/.fingerprint/data-encoding-376afb044dc87a76/dep-lib-data_encoding new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/data-encoding-376afb044dc87a76/dep-lib-data_encoding differ diff --git a/target/debug/.fingerprint/data-encoding-376afb044dc87a76/invoked.timestamp b/target/debug/.fingerprint/data-encoding-376afb044dc87a76/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/data-encoding-376afb044dc87a76/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/data-encoding-376afb044dc87a76/lib-data_encoding b/target/debug/.fingerprint/data-encoding-376afb044dc87a76/lib-data_encoding new file mode 100644 index 0000000..0b63da3 --- /dev/null +++ b/target/debug/.fingerprint/data-encoding-376afb044dc87a76/lib-data_encoding @@ -0,0 +1 @@ +8dd1d00520e903ae \ No newline at end of file diff --git a/target/debug/.fingerprint/data-encoding-376afb044dc87a76/lib-data_encoding.json b/target/debug/.fingerprint/data-encoding-376afb044dc87a76/lib-data_encoding.json new file mode 100644 index 0000000..4bbc824 --- /dev/null +++ b/target/debug/.fingerprint/data-encoding-376afb044dc87a76/lib-data_encoding.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"std\"]","target":11695827766092040444,"profile":14175588574914100172,"path":5979825006693860395,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/data-encoding-376afb044dc87a76/dep-lib-data_encoding","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/deranged-9f520f3752f4a400/dep-lib-deranged b/target/debug/.fingerprint/deranged-9f520f3752f4a400/dep-lib-deranged new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/deranged-9f520f3752f4a400/dep-lib-deranged differ diff --git a/target/debug/.fingerprint/deranged-9f520f3752f4a400/invoked.timestamp b/target/debug/.fingerprint/deranged-9f520f3752f4a400/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/deranged-9f520f3752f4a400/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/deranged-9f520f3752f4a400/lib-deranged b/target/debug/.fingerprint/deranged-9f520f3752f4a400/lib-deranged new file mode 100644 index 0000000..d105a49 --- /dev/null +++ b/target/debug/.fingerprint/deranged-9f520f3752f4a400/lib-deranged @@ -0,0 +1 @@ +ea1fd6fb1edf049b \ No newline at end of file diff --git a/target/debug/.fingerprint/deranged-9f520f3752f4a400/lib-deranged.json b/target/debug/.fingerprint/deranged-9f520f3752f4a400/lib-deranged.json new file mode 100644 index 0000000..045b4ad --- /dev/null +++ b/target/debug/.fingerprint/deranged-9f520f3752f4a400/lib-deranged.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"powerfmt\"]","declared_features":"[\"alloc\", \"default\", \"macros\", \"num\", \"powerfmt\", \"quickcheck\", \"rand\", \"rand08\", \"rand09\", \"serde\"]","target":17941053073926740948,"profile":7036901194185330745,"path":5296730695197780005,"deps":[[5901133744777009488,"powerfmt",false,6885447069625721834]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/deranged-9f520f3752f4a400/dep-lib-deranged","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/derive_builder-e26dbd6d1e13f88b/dep-lib-derive_builder b/target/debug/.fingerprint/derive_builder-e26dbd6d1e13f88b/dep-lib-derive_builder new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/derive_builder-e26dbd6d1e13f88b/dep-lib-derive_builder differ diff --git a/target/debug/.fingerprint/derive_builder-e26dbd6d1e13f88b/invoked.timestamp b/target/debug/.fingerprint/derive_builder-e26dbd6d1e13f88b/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/derive_builder-e26dbd6d1e13f88b/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/derive_builder-e26dbd6d1e13f88b/lib-derive_builder b/target/debug/.fingerprint/derive_builder-e26dbd6d1e13f88b/lib-derive_builder new file mode 100644 index 0000000..ccb031a --- /dev/null +++ b/target/debug/.fingerprint/derive_builder-e26dbd6d1e13f88b/lib-derive_builder @@ -0,0 +1 @@ +8692130a9d08f0c7 \ No newline at end of file diff --git a/target/debug/.fingerprint/derive_builder-e26dbd6d1e13f88b/lib-derive_builder.json b/target/debug/.fingerprint/derive_builder-e26dbd6d1e13f88b/lib-derive_builder.json new file mode 100644 index 0000000..1b28144 --- /dev/null +++ b/target/debug/.fingerprint/derive_builder-e26dbd6d1e13f88b/lib-derive_builder.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"alloc\", \"clippy\", \"default\", \"std\"]","target":8513585915772363107,"profile":13252849235735622814,"path":3284525403067723479,"deps":[[16001110498200919332,"derive_builder_macro",false,13940973155294819138]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/derive_builder-e26dbd6d1e13f88b/dep-lib-derive_builder","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/derive_builder_core-60c1692305d3cca8/dep-lib-derive_builder_core b/target/debug/.fingerprint/derive_builder_core-60c1692305d3cca8/dep-lib-derive_builder_core new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/derive_builder_core-60c1692305d3cca8/dep-lib-derive_builder_core differ diff --git a/target/debug/.fingerprint/derive_builder_core-60c1692305d3cca8/invoked.timestamp b/target/debug/.fingerprint/derive_builder_core-60c1692305d3cca8/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/derive_builder_core-60c1692305d3cca8/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/derive_builder_core-60c1692305d3cca8/lib-derive_builder_core b/target/debug/.fingerprint/derive_builder_core-60c1692305d3cca8/lib-derive_builder_core new file mode 100644 index 0000000..b875374 --- /dev/null +++ b/target/debug/.fingerprint/derive_builder_core-60c1692305d3cca8/lib-derive_builder_core @@ -0,0 +1 @@ +e74cd3d832e20ead \ No newline at end of file diff --git a/target/debug/.fingerprint/derive_builder_core-60c1692305d3cca8/lib-derive_builder_core.json b/target/debug/.fingerprint/derive_builder_core-60c1692305d3cca8/lib-derive_builder_core.json new file mode 100644 index 0000000..c1742b7 --- /dev/null +++ b/target/debug/.fingerprint/derive_builder_core-60c1692305d3cca8/lib-derive_builder_core.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"lib_has_std\"]","declared_features":"[\"alloc\", \"clippy\", \"lib_has_std\"]","target":15805722739128704647,"profile":2225463790103693989,"path":18053925856621727935,"deps":[[496455418292392305,"darling",false,1849583511524850262],[4289358735036141001,"proc_macro2",false,11907438208124547768],[6100504282945712449,"quote",false,15556484999302306747],[6490058671768129134,"syn",false,13449399834116190507]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/derive_builder_core-60c1692305d3cca8/dep-lib-derive_builder_core","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/derive_builder_macro-af63b08996327e82/dep-lib-derive_builder_macro b/target/debug/.fingerprint/derive_builder_macro-af63b08996327e82/dep-lib-derive_builder_macro new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/derive_builder_macro-af63b08996327e82/dep-lib-derive_builder_macro differ diff --git a/target/debug/.fingerprint/derive_builder_macro-af63b08996327e82/invoked.timestamp b/target/debug/.fingerprint/derive_builder_macro-af63b08996327e82/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/derive_builder_macro-af63b08996327e82/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/derive_builder_macro-af63b08996327e82/lib-derive_builder_macro b/target/debug/.fingerprint/derive_builder_macro-af63b08996327e82/lib-derive_builder_macro new file mode 100644 index 0000000..c18b902 --- /dev/null +++ b/target/debug/.fingerprint/derive_builder_macro-af63b08996327e82/lib-derive_builder_macro @@ -0,0 +1 @@ +42b39ae8384978c1 \ No newline at end of file diff --git a/target/debug/.fingerprint/derive_builder_macro-af63b08996327e82/lib-derive_builder_macro.json b/target/debug/.fingerprint/derive_builder_macro-af63b08996327e82/lib-derive_builder_macro.json new file mode 100644 index 0000000..06d6318 --- /dev/null +++ b/target/debug/.fingerprint/derive_builder_macro-af63b08996327e82/lib-derive_builder_macro.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"lib_has_std\"]","declared_features":"[\"alloc\", \"clippy\", \"lib_has_std\"]","target":15229808779680689443,"profile":2225463790103693989,"path":2674938876215000315,"deps":[[4003231138667150418,"derive_builder_core",false,12470153126249450727],[6490058671768129134,"syn",false,13449399834116190507]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/derive_builder_macro-af63b08996327e82/dep-lib-derive_builder_macro","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/deunicode-ba4d0d72f89d2432/dep-lib-deunicode b/target/debug/.fingerprint/deunicode-ba4d0d72f89d2432/dep-lib-deunicode new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/deunicode-ba4d0d72f89d2432/dep-lib-deunicode differ diff --git a/target/debug/.fingerprint/deunicode-ba4d0d72f89d2432/invoked.timestamp b/target/debug/.fingerprint/deunicode-ba4d0d72f89d2432/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/deunicode-ba4d0d72f89d2432/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/deunicode-ba4d0d72f89d2432/lib-deunicode b/target/debug/.fingerprint/deunicode-ba4d0d72f89d2432/lib-deunicode new file mode 100644 index 0000000..ec28a52 --- /dev/null +++ b/target/debug/.fingerprint/deunicode-ba4d0d72f89d2432/lib-deunicode @@ -0,0 +1 @@ +d7ceb1b7a54fe41c \ No newline at end of file diff --git a/target/debug/.fingerprint/deunicode-ba4d0d72f89d2432/lib-deunicode.json b/target/debug/.fingerprint/deunicode-ba4d0d72f89d2432/lib-deunicode.json new file mode 100644 index 0000000..eb5baa2 --- /dev/null +++ b/target/debug/.fingerprint/deunicode-ba4d0d72f89d2432/lib-deunicode.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\"]","declared_features":"[\"alloc\", \"default\"]","target":13435393292634880554,"profile":2241668132362809309,"path":7484547721590164843,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/deunicode-ba4d0d72f89d2432/dep-lib-deunicode","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/digest-5f707ea7c28d0ea4/dep-lib-digest b/target/debug/.fingerprint/digest-5f707ea7c28d0ea4/dep-lib-digest new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/digest-5f707ea7c28d0ea4/dep-lib-digest differ diff --git a/target/debug/.fingerprint/digest-5f707ea7c28d0ea4/invoked.timestamp b/target/debug/.fingerprint/digest-5f707ea7c28d0ea4/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/digest-5f707ea7c28d0ea4/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/digest-5f707ea7c28d0ea4/lib-digest b/target/debug/.fingerprint/digest-5f707ea7c28d0ea4/lib-digest new file mode 100644 index 0000000..5c0343f --- /dev/null +++ b/target/debug/.fingerprint/digest-5f707ea7c28d0ea4/lib-digest @@ -0,0 +1 @@ +d4173a1740f02044 \ No newline at end of file diff --git a/target/debug/.fingerprint/digest-5f707ea7c28d0ea4/lib-digest.json b/target/debug/.fingerprint/digest-5f707ea7c28d0ea4/lib-digest.json new file mode 100644 index 0000000..158e43b --- /dev/null +++ b/target/debug/.fingerprint/digest-5f707ea7c28d0ea4/lib-digest.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"block-buffer\", \"core-api\", \"default\", \"std\"]","declared_features":"[\"alloc\", \"blobby\", \"block-buffer\", \"const-oid\", \"core-api\", \"default\", \"dev\", \"mac\", \"oid\", \"rand_core\", \"std\", \"subtle\"]","target":7510122432137863311,"profile":2225463790103693989,"path":16800796429867433997,"deps":[[6039282458970808711,"crypto_common",false,5912522995923555472],[10626340395483396037,"block_buffer",false,916380303447867883]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/digest-5f707ea7c28d0ea4/dep-lib-digest","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/digest-810af387d21c7833/dep-lib-digest b/target/debug/.fingerprint/digest-810af387d21c7833/dep-lib-digest new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/digest-810af387d21c7833/dep-lib-digest differ diff --git a/target/debug/.fingerprint/digest-810af387d21c7833/invoked.timestamp b/target/debug/.fingerprint/digest-810af387d21c7833/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/digest-810af387d21c7833/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/digest-810af387d21c7833/lib-digest b/target/debug/.fingerprint/digest-810af387d21c7833/lib-digest new file mode 100644 index 0000000..aaf0f3b --- /dev/null +++ b/target/debug/.fingerprint/digest-810af387d21c7833/lib-digest @@ -0,0 +1 @@ +8f015d556a16d656 \ No newline at end of file diff --git a/target/debug/.fingerprint/digest-810af387d21c7833/lib-digest.json b/target/debug/.fingerprint/digest-810af387d21c7833/lib-digest.json new file mode 100644 index 0000000..4580be8 --- /dev/null +++ b/target/debug/.fingerprint/digest-810af387d21c7833/lib-digest.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"block-buffer\", \"core-api\", \"default\", \"std\"]","declared_features":"[\"alloc\", \"blobby\", \"block-buffer\", \"const-oid\", \"core-api\", \"default\", \"dev\", \"mac\", \"oid\", \"rand_core\", \"std\", \"subtle\"]","target":7510122432137863311,"profile":2241668132362809309,"path":16800796429867433997,"deps":[[6039282458970808711,"crypto_common",false,7434802568524292615],[10626340395483396037,"block_buffer",false,15354554418458133361]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/digest-810af387d21c7833/dep-lib-digest","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/displaydoc-abb3f4b69a0f56d1/dep-lib-displaydoc b/target/debug/.fingerprint/displaydoc-abb3f4b69a0f56d1/dep-lib-displaydoc new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/displaydoc-abb3f4b69a0f56d1/dep-lib-displaydoc differ diff --git a/target/debug/.fingerprint/displaydoc-abb3f4b69a0f56d1/invoked.timestamp b/target/debug/.fingerprint/displaydoc-abb3f4b69a0f56d1/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/displaydoc-abb3f4b69a0f56d1/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/displaydoc-abb3f4b69a0f56d1/lib-displaydoc b/target/debug/.fingerprint/displaydoc-abb3f4b69a0f56d1/lib-displaydoc new file mode 100644 index 0000000..57a3d25 --- /dev/null +++ b/target/debug/.fingerprint/displaydoc-abb3f4b69a0f56d1/lib-displaydoc @@ -0,0 +1 @@ +3c910f5a498d0c40 \ No newline at end of file diff --git a/target/debug/.fingerprint/displaydoc-abb3f4b69a0f56d1/lib-displaydoc.json b/target/debug/.fingerprint/displaydoc-abb3f4b69a0f56d1/lib-displaydoc.json new file mode 100644 index 0000000..319ec5e --- /dev/null +++ b/target/debug/.fingerprint/displaydoc-abb3f4b69a0f56d1/lib-displaydoc.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"default\", \"std\"]","target":9331843185013996172,"profile":2225463790103693989,"path":16171201118800628682,"deps":[[4289358735036141001,"proc_macro2",false,11907438208124547768],[6100504282945712449,"quote",false,15556484999302306747],[6490058671768129134,"syn",false,13449399834116190507]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/displaydoc-abb3f4b69a0f56d1/dep-lib-displaydoc","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/dotenvy-2ad8e9863a7a6859/dep-lib-dotenvy b/target/debug/.fingerprint/dotenvy-2ad8e9863a7a6859/dep-lib-dotenvy new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/dotenvy-2ad8e9863a7a6859/dep-lib-dotenvy differ diff --git a/target/debug/.fingerprint/dotenvy-2ad8e9863a7a6859/invoked.timestamp b/target/debug/.fingerprint/dotenvy-2ad8e9863a7a6859/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/dotenvy-2ad8e9863a7a6859/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/dotenvy-2ad8e9863a7a6859/lib-dotenvy b/target/debug/.fingerprint/dotenvy-2ad8e9863a7a6859/lib-dotenvy new file mode 100644 index 0000000..d868417 --- /dev/null +++ b/target/debug/.fingerprint/dotenvy-2ad8e9863a7a6859/lib-dotenvy @@ -0,0 +1 @@ +6f56f209438f3f05 \ No newline at end of file diff --git a/target/debug/.fingerprint/dotenvy-2ad8e9863a7a6859/lib-dotenvy.json b/target/debug/.fingerprint/dotenvy-2ad8e9863a7a6859/lib-dotenvy.json new file mode 100644 index 0000000..b644403 --- /dev/null +++ b/target/debug/.fingerprint/dotenvy-2ad8e9863a7a6859/lib-dotenvy.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"clap\", \"cli\"]","target":3618754987716034752,"profile":2225463790103693989,"path":3327636984301238499,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/dotenvy-2ad8e9863a7a6859/dep-lib-dotenvy","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/dotenvy-457380b81b776ff8/dep-lib-dotenvy b/target/debug/.fingerprint/dotenvy-457380b81b776ff8/dep-lib-dotenvy new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/dotenvy-457380b81b776ff8/dep-lib-dotenvy differ diff --git a/target/debug/.fingerprint/dotenvy-457380b81b776ff8/invoked.timestamp b/target/debug/.fingerprint/dotenvy-457380b81b776ff8/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/dotenvy-457380b81b776ff8/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/dotenvy-457380b81b776ff8/lib-dotenvy b/target/debug/.fingerprint/dotenvy-457380b81b776ff8/lib-dotenvy new file mode 100644 index 0000000..7a0dbf1 --- /dev/null +++ b/target/debug/.fingerprint/dotenvy-457380b81b776ff8/lib-dotenvy @@ -0,0 +1 @@ +9d41848d238bb8c5 \ No newline at end of file diff --git a/target/debug/.fingerprint/dotenvy-457380b81b776ff8/lib-dotenvy.json b/target/debug/.fingerprint/dotenvy-457380b81b776ff8/lib-dotenvy.json new file mode 100644 index 0000000..fe9554d --- /dev/null +++ b/target/debug/.fingerprint/dotenvy-457380b81b776ff8/lib-dotenvy.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"clap\", \"cli\"]","target":3618754987716034752,"profile":2241668132362809309,"path":3327636984301238499,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/dotenvy-457380b81b776ff8/dep-lib-dotenvy","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/either-07a9112600ebb9ae/dep-lib-either b/target/debug/.fingerprint/either-07a9112600ebb9ae/dep-lib-either new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/either-07a9112600ebb9ae/dep-lib-either differ diff --git a/target/debug/.fingerprint/either-07a9112600ebb9ae/invoked.timestamp b/target/debug/.fingerprint/either-07a9112600ebb9ae/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/either-07a9112600ebb9ae/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/either-07a9112600ebb9ae/lib-either b/target/debug/.fingerprint/either-07a9112600ebb9ae/lib-either new file mode 100644 index 0000000..80737b0 --- /dev/null +++ b/target/debug/.fingerprint/either-07a9112600ebb9ae/lib-either @@ -0,0 +1 @@ +d2321d1a766cb4ea \ No newline at end of file diff --git a/target/debug/.fingerprint/either-07a9112600ebb9ae/lib-either.json b/target/debug/.fingerprint/either-07a9112600ebb9ae/lib-either.json new file mode 100644 index 0000000..46332ce --- /dev/null +++ b/target/debug/.fingerprint/either-07a9112600ebb9ae/lib-either.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"serde\", \"std\", \"use_std\"]","declared_features":"[\"default\", \"serde\", \"std\", \"use_std\"]","target":17124342308084364240,"profile":2241668132362809309,"path":691327946745039027,"deps":[[13548984313718623784,"serde",false,7132925528862317428]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/either-07a9112600ebb9ae/dep-lib-either","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/either-1218afa481029269/dep-lib-either b/target/debug/.fingerprint/either-1218afa481029269/dep-lib-either new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/either-1218afa481029269/dep-lib-either differ diff --git a/target/debug/.fingerprint/either-1218afa481029269/invoked.timestamp b/target/debug/.fingerprint/either-1218afa481029269/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/either-1218afa481029269/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/either-1218afa481029269/lib-either b/target/debug/.fingerprint/either-1218afa481029269/lib-either new file mode 100644 index 0000000..77975e8 --- /dev/null +++ b/target/debug/.fingerprint/either-1218afa481029269/lib-either @@ -0,0 +1 @@ +2e09e08e88b1fce0 \ No newline at end of file diff --git a/target/debug/.fingerprint/either-1218afa481029269/lib-either.json b/target/debug/.fingerprint/either-1218afa481029269/lib-either.json new file mode 100644 index 0000000..1199802 --- /dev/null +++ b/target/debug/.fingerprint/either-1218afa481029269/lib-either.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"serde\", \"std\", \"use_std\"]","declared_features":"[\"default\", \"serde\", \"std\", \"use_std\"]","target":17124342308084364240,"profile":2225463790103693989,"path":691327946745039027,"deps":[[13548984313718623784,"serde",false,2270396630933148785]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/either-1218afa481029269/dep-lib-either","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/either-47c468f7ec34cb8e/dep-lib-either b/target/debug/.fingerprint/either-47c468f7ec34cb8e/dep-lib-either new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/either-47c468f7ec34cb8e/dep-lib-either differ diff --git a/target/debug/.fingerprint/either-47c468f7ec34cb8e/invoked.timestamp b/target/debug/.fingerprint/either-47c468f7ec34cb8e/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/either-47c468f7ec34cb8e/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/either-47c468f7ec34cb8e/lib-either b/target/debug/.fingerprint/either-47c468f7ec34cb8e/lib-either new file mode 100644 index 0000000..d32ca59 --- /dev/null +++ b/target/debug/.fingerprint/either-47c468f7ec34cb8e/lib-either @@ -0,0 +1 @@ +9008931a6c1d96fa \ No newline at end of file diff --git a/target/debug/.fingerprint/either-47c468f7ec34cb8e/lib-either.json b/target/debug/.fingerprint/either-47c468f7ec34cb8e/lib-either.json new file mode 100644 index 0000000..befb945 --- /dev/null +++ b/target/debug/.fingerprint/either-47c468f7ec34cb8e/lib-either.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"std\", \"use_std\"]","declared_features":"[\"default\", \"serde\", \"std\", \"use_std\"]","target":17124342308084364240,"profile":2225463790103693989,"path":691327946745039027,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/either-47c468f7ec34cb8e/dep-lib-either","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/either-d5303fd443e6a93b/dep-lib-either b/target/debug/.fingerprint/either-d5303fd443e6a93b/dep-lib-either new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/either-d5303fd443e6a93b/dep-lib-either differ diff --git a/target/debug/.fingerprint/either-d5303fd443e6a93b/invoked.timestamp b/target/debug/.fingerprint/either-d5303fd443e6a93b/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/either-d5303fd443e6a93b/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/either-d5303fd443e6a93b/lib-either b/target/debug/.fingerprint/either-d5303fd443e6a93b/lib-either new file mode 100644 index 0000000..014b0dc --- /dev/null +++ b/target/debug/.fingerprint/either-d5303fd443e6a93b/lib-either @@ -0,0 +1 @@ +89d00b4a3d5dce25 \ No newline at end of file diff --git a/target/debug/.fingerprint/either-d5303fd443e6a93b/lib-either.json b/target/debug/.fingerprint/either-d5303fd443e6a93b/lib-either.json new file mode 100644 index 0000000..0d2eb58 --- /dev/null +++ b/target/debug/.fingerprint/either-d5303fd443e6a93b/lib-either.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"std\", \"use_std\"]","declared_features":"[\"default\", \"serde\", \"std\", \"use_std\"]","target":17124342308084364240,"profile":2241668132362809309,"path":691327946745039027,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/either-d5303fd443e6a93b/dep-lib-either","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/encoding_rs-e67227d451a5628b/dep-lib-encoding_rs b/target/debug/.fingerprint/encoding_rs-e67227d451a5628b/dep-lib-encoding_rs new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/encoding_rs-e67227d451a5628b/dep-lib-encoding_rs differ diff --git a/target/debug/.fingerprint/encoding_rs-e67227d451a5628b/invoked.timestamp b/target/debug/.fingerprint/encoding_rs-e67227d451a5628b/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/encoding_rs-e67227d451a5628b/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/encoding_rs-e67227d451a5628b/lib-encoding_rs b/target/debug/.fingerprint/encoding_rs-e67227d451a5628b/lib-encoding_rs new file mode 100644 index 0000000..c407931 --- /dev/null +++ b/target/debug/.fingerprint/encoding_rs-e67227d451a5628b/lib-encoding_rs @@ -0,0 +1 @@ +02a7b0c39e083ffb \ No newline at end of file diff --git a/target/debug/.fingerprint/encoding_rs-e67227d451a5628b/lib-encoding_rs.json b/target/debug/.fingerprint/encoding_rs-e67227d451a5628b/lib-encoding_rs.json new file mode 100644 index 0000000..734347a --- /dev/null +++ b/target/debug/.fingerprint/encoding_rs-e67227d451a5628b/lib-encoding_rs.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\"]","declared_features":"[\"alloc\", \"any_all_workaround\", \"default\", \"fast-big5-hanzi-encode\", \"fast-gb-hanzi-encode\", \"fast-hangul-encode\", \"fast-hanja-encode\", \"fast-kanji-encode\", \"fast-legacy-encode\", \"less-slow-big5-hanzi-encode\", \"less-slow-gb-hanzi-encode\", \"less-slow-kanji-encode\", \"serde\", \"simd-accel\"]","target":17616512236202378241,"profile":2241668132362809309,"path":7808016434985952444,"deps":[[7667230146095136825,"cfg_if",false,5245324944763812973]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/encoding_rs-e67227d451a5628b/dep-lib-encoding_rs","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/envy-db3d7600ab4082c7/dep-lib-envy b/target/debug/.fingerprint/envy-db3d7600ab4082c7/dep-lib-envy new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/envy-db3d7600ab4082c7/dep-lib-envy differ diff --git a/target/debug/.fingerprint/envy-db3d7600ab4082c7/invoked.timestamp b/target/debug/.fingerprint/envy-db3d7600ab4082c7/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/envy-db3d7600ab4082c7/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/envy-db3d7600ab4082c7/lib-envy b/target/debug/.fingerprint/envy-db3d7600ab4082c7/lib-envy new file mode 100644 index 0000000..833a139 --- /dev/null +++ b/target/debug/.fingerprint/envy-db3d7600ab4082c7/lib-envy @@ -0,0 +1 @@ +c8574ebaa065a7db \ No newline at end of file diff --git a/target/debug/.fingerprint/envy-db3d7600ab4082c7/lib-envy.json b/target/debug/.fingerprint/envy-db3d7600ab4082c7/lib-envy.json new file mode 100644 index 0000000..c4bf473 --- /dev/null +++ b/target/debug/.fingerprint/envy-db3d7600ab4082c7/lib-envy.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":16230207327644689695,"profile":2241668132362809309,"path":18301296184494943655,"deps":[[13548984313718623784,"serde",false,7132925528862317428]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/envy-db3d7600ab4082c7/dep-lib-envy","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/equivalent-1644bd92a347d6e1/dep-lib-equivalent b/target/debug/.fingerprint/equivalent-1644bd92a347d6e1/dep-lib-equivalent new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/equivalent-1644bd92a347d6e1/dep-lib-equivalent differ diff --git a/target/debug/.fingerprint/equivalent-1644bd92a347d6e1/invoked.timestamp b/target/debug/.fingerprint/equivalent-1644bd92a347d6e1/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/equivalent-1644bd92a347d6e1/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/equivalent-1644bd92a347d6e1/lib-equivalent b/target/debug/.fingerprint/equivalent-1644bd92a347d6e1/lib-equivalent new file mode 100644 index 0000000..9a90883 --- /dev/null +++ b/target/debug/.fingerprint/equivalent-1644bd92a347d6e1/lib-equivalent @@ -0,0 +1 @@ +6043c40662b381cd \ No newline at end of file diff --git a/target/debug/.fingerprint/equivalent-1644bd92a347d6e1/lib-equivalent.json b/target/debug/.fingerprint/equivalent-1644bd92a347d6e1/lib-equivalent.json new file mode 100644 index 0000000..2e83dc7 --- /dev/null +++ b/target/debug/.fingerprint/equivalent-1644bd92a347d6e1/lib-equivalent.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":1524667692659508025,"profile":2225463790103693989,"path":5054002809862812081,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/equivalent-1644bd92a347d6e1/dep-lib-equivalent","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/equivalent-9b88d636aa69c8ed/dep-lib-equivalent b/target/debug/.fingerprint/equivalent-9b88d636aa69c8ed/dep-lib-equivalent new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/equivalent-9b88d636aa69c8ed/dep-lib-equivalent differ diff --git a/target/debug/.fingerprint/equivalent-9b88d636aa69c8ed/invoked.timestamp b/target/debug/.fingerprint/equivalent-9b88d636aa69c8ed/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/equivalent-9b88d636aa69c8ed/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/equivalent-9b88d636aa69c8ed/lib-equivalent b/target/debug/.fingerprint/equivalent-9b88d636aa69c8ed/lib-equivalent new file mode 100644 index 0000000..d636f3d --- /dev/null +++ b/target/debug/.fingerprint/equivalent-9b88d636aa69c8ed/lib-equivalent @@ -0,0 +1 @@ +f5e9523d919232b5 \ No newline at end of file diff --git a/target/debug/.fingerprint/equivalent-9b88d636aa69c8ed/lib-equivalent.json b/target/debug/.fingerprint/equivalent-9b88d636aa69c8ed/lib-equivalent.json new file mode 100644 index 0000000..41f2d1e --- /dev/null +++ b/target/debug/.fingerprint/equivalent-9b88d636aa69c8ed/lib-equivalent.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":1524667692659508025,"profile":2241668132362809309,"path":5054002809862812081,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/equivalent-9b88d636aa69c8ed/dep-lib-equivalent","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/errno-02403c051c0be383/dep-lib-errno b/target/debug/.fingerprint/errno-02403c051c0be383/dep-lib-errno new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/errno-02403c051c0be383/dep-lib-errno differ diff --git a/target/debug/.fingerprint/errno-02403c051c0be383/invoked.timestamp b/target/debug/.fingerprint/errno-02403c051c0be383/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/errno-02403c051c0be383/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/errno-02403c051c0be383/lib-errno b/target/debug/.fingerprint/errno-02403c051c0be383/lib-errno new file mode 100644 index 0000000..43a4220 --- /dev/null +++ b/target/debug/.fingerprint/errno-02403c051c0be383/lib-errno @@ -0,0 +1 @@ +fadab0311a2fd3d4 \ No newline at end of file diff --git a/target/debug/.fingerprint/errno-02403c051c0be383/lib-errno.json b/target/debug/.fingerprint/errno-02403c051c0be383/lib-errno.json new file mode 100644 index 0000000..0086776 --- /dev/null +++ b/target/debug/.fingerprint/errno-02403c051c0be383/lib-errno.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"std\"]","target":17743456753391690785,"profile":2700333317411436715,"path":7292875062093233413,"deps":[[203594543813181569,"libc",false,7681612199272279827]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/errno-02403c051c0be383/dep-lib-errno","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/errno-9c467438458bc8ba/dep-lib-errno b/target/debug/.fingerprint/errno-9c467438458bc8ba/dep-lib-errno new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/errno-9c467438458bc8ba/dep-lib-errno differ diff --git a/target/debug/.fingerprint/errno-9c467438458bc8ba/invoked.timestamp b/target/debug/.fingerprint/errno-9c467438458bc8ba/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/errno-9c467438458bc8ba/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/errno-9c467438458bc8ba/lib-errno b/target/debug/.fingerprint/errno-9c467438458bc8ba/lib-errno new file mode 100644 index 0000000..e8e0486 --- /dev/null +++ b/target/debug/.fingerprint/errno-9c467438458bc8ba/lib-errno @@ -0,0 +1 @@ +72b5ee7b9aa57217 \ No newline at end of file diff --git a/target/debug/.fingerprint/errno-9c467438458bc8ba/lib-errno.json b/target/debug/.fingerprint/errno-9c467438458bc8ba/lib-errno.json new file mode 100644 index 0000000..0222ccb --- /dev/null +++ b/target/debug/.fingerprint/errno-9c467438458bc8ba/lib-errno.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"std\"]","target":17743456753391690785,"profile":10920312842037305825,"path":7292875062093233413,"deps":[[203594543813181569,"libc",false,845627925582925793]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/errno-9c467438458bc8ba/dep-lib-errno","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/event-listener-955d9042e7ed01a7/dep-lib-event_listener b/target/debug/.fingerprint/event-listener-955d9042e7ed01a7/dep-lib-event_listener new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/event-listener-955d9042e7ed01a7/dep-lib-event_listener differ diff --git a/target/debug/.fingerprint/event-listener-955d9042e7ed01a7/invoked.timestamp b/target/debug/.fingerprint/event-listener-955d9042e7ed01a7/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/event-listener-955d9042e7ed01a7/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/event-listener-955d9042e7ed01a7/lib-event_listener b/target/debug/.fingerprint/event-listener-955d9042e7ed01a7/lib-event_listener new file mode 100644 index 0000000..0fe2181 --- /dev/null +++ b/target/debug/.fingerprint/event-listener-955d9042e7ed01a7/lib-event_listener @@ -0,0 +1 @@ +86bcf02943cc57b0 \ No newline at end of file diff --git a/target/debug/.fingerprint/event-listener-955d9042e7ed01a7/lib-event_listener.json b/target/debug/.fingerprint/event-listener-955d9042e7ed01a7/lib-event_listener.json new file mode 100644 index 0000000..9f5f4e3 --- /dev/null +++ b/target/debug/.fingerprint/event-listener-955d9042e7ed01a7/lib-event_listener.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"parking\", \"std\"]","declared_features":"[\"critical-section\", \"default\", \"loom\", \"parking\", \"portable-atomic\", \"portable-atomic-util\", \"portable_atomic_crate\", \"std\"]","target":8831420706606120547,"profile":4737434774556195440,"path":295437405983410159,"deps":[[189982446159473706,"parking",false,10873140901886428780],[1906322745568073236,"pin_project_lite",false,7881462979311847484],[12100481297174703255,"concurrent_queue",false,6823118831984390655]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/event-listener-955d9042e7ed01a7/dep-lib-event_listener","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/event-listener-d4e064633320410e/dep-lib-event_listener b/target/debug/.fingerprint/event-listener-d4e064633320410e/dep-lib-event_listener new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/event-listener-d4e064633320410e/dep-lib-event_listener differ diff --git a/target/debug/.fingerprint/event-listener-d4e064633320410e/invoked.timestamp b/target/debug/.fingerprint/event-listener-d4e064633320410e/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/event-listener-d4e064633320410e/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/event-listener-d4e064633320410e/lib-event_listener b/target/debug/.fingerprint/event-listener-d4e064633320410e/lib-event_listener new file mode 100644 index 0000000..00f059e --- /dev/null +++ b/target/debug/.fingerprint/event-listener-d4e064633320410e/lib-event_listener @@ -0,0 +1 @@ +b1ec1b152c25908e \ No newline at end of file diff --git a/target/debug/.fingerprint/event-listener-d4e064633320410e/lib-event_listener.json b/target/debug/.fingerprint/event-listener-d4e064633320410e/lib-event_listener.json new file mode 100644 index 0000000..944e187 --- /dev/null +++ b/target/debug/.fingerprint/event-listener-d4e064633320410e/lib-event_listener.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"parking\", \"std\"]","declared_features":"[\"critical-section\", \"default\", \"loom\", \"parking\", \"portable-atomic\", \"portable-atomic-util\", \"portable_atomic_crate\", \"std\"]","target":8831420706606120547,"profile":13827760451848848284,"path":295437405983410159,"deps":[[189982446159473706,"parking",false,10583480886620256749],[1906322745568073236,"pin_project_lite",false,16108370810058603254],[12100481297174703255,"concurrent_queue",false,14986649088805170989]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/event-listener-d4e064633320410e/dep-lib-event_listener","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/fast_chemail-ee15180119bd5afc/dep-lib-fast_chemail b/target/debug/.fingerprint/fast_chemail-ee15180119bd5afc/dep-lib-fast_chemail new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/fast_chemail-ee15180119bd5afc/dep-lib-fast_chemail differ diff --git a/target/debug/.fingerprint/fast_chemail-ee15180119bd5afc/invoked.timestamp b/target/debug/.fingerprint/fast_chemail-ee15180119bd5afc/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/fast_chemail-ee15180119bd5afc/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/fast_chemail-ee15180119bd5afc/lib-fast_chemail b/target/debug/.fingerprint/fast_chemail-ee15180119bd5afc/lib-fast_chemail new file mode 100644 index 0000000..8918609 --- /dev/null +++ b/target/debug/.fingerprint/fast_chemail-ee15180119bd5afc/lib-fast_chemail @@ -0,0 +1 @@ +c735de13421813ab \ No newline at end of file diff --git a/target/debug/.fingerprint/fast_chemail-ee15180119bd5afc/lib-fast_chemail.json b/target/debug/.fingerprint/fast_chemail-ee15180119bd5afc/lib-fast_chemail.json new file mode 100644 index 0000000..1dcdc18 --- /dev/null +++ b/target/debug/.fingerprint/fast_chemail-ee15180119bd5afc/lib-fast_chemail.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":17186687908989650287,"profile":2241668132362809309,"path":17486099710018201434,"deps":[[8399283459897753723,"ascii_utils",false,10792733502929403177]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/fast_chemail-ee15180119bd5afc/dep-lib-fast_chemail","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/fastrand-b1d0e5731e475243/dep-lib-fastrand b/target/debug/.fingerprint/fastrand-b1d0e5731e475243/dep-lib-fastrand new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/fastrand-b1d0e5731e475243/dep-lib-fastrand differ diff --git a/target/debug/.fingerprint/fastrand-b1d0e5731e475243/invoked.timestamp b/target/debug/.fingerprint/fastrand-b1d0e5731e475243/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/fastrand-b1d0e5731e475243/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/fastrand-b1d0e5731e475243/lib-fastrand b/target/debug/.fingerprint/fastrand-b1d0e5731e475243/lib-fastrand new file mode 100644 index 0000000..40f0b37 --- /dev/null +++ b/target/debug/.fingerprint/fastrand-b1d0e5731e475243/lib-fastrand @@ -0,0 +1 @@ +2a72b18b243bca2e \ No newline at end of file diff --git a/target/debug/.fingerprint/fastrand-b1d0e5731e475243/lib-fastrand.json b/target/debug/.fingerprint/fastrand-b1d0e5731e475243/lib-fastrand.json new file mode 100644 index 0000000..856f115 --- /dev/null +++ b/target/debug/.fingerprint/fastrand-b1d0e5731e475243/lib-fastrand.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"getrandom\", \"js\", \"std\"]","target":9543367341069791401,"profile":2241668132362809309,"path":3780502226081183467,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/fastrand-b1d0e5731e475243/dep-lib-fastrand","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/find-msvc-tools-1376f9a5eff20a71/dep-lib-find_msvc_tools b/target/debug/.fingerprint/find-msvc-tools-1376f9a5eff20a71/dep-lib-find_msvc_tools new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/find-msvc-tools-1376f9a5eff20a71/dep-lib-find_msvc_tools differ diff --git a/target/debug/.fingerprint/find-msvc-tools-1376f9a5eff20a71/invoked.timestamp b/target/debug/.fingerprint/find-msvc-tools-1376f9a5eff20a71/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/find-msvc-tools-1376f9a5eff20a71/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/find-msvc-tools-1376f9a5eff20a71/lib-find_msvc_tools b/target/debug/.fingerprint/find-msvc-tools-1376f9a5eff20a71/lib-find_msvc_tools new file mode 100644 index 0000000..10dd2c2 --- /dev/null +++ b/target/debug/.fingerprint/find-msvc-tools-1376f9a5eff20a71/lib-find_msvc_tools @@ -0,0 +1 @@ +b5fe5c251c6e4c80 \ No newline at end of file diff --git a/target/debug/.fingerprint/find-msvc-tools-1376f9a5eff20a71/lib-find_msvc_tools.json b/target/debug/.fingerprint/find-msvc-tools-1376f9a5eff20a71/lib-find_msvc_tools.json new file mode 100644 index 0000000..0589984 --- /dev/null +++ b/target/debug/.fingerprint/find-msvc-tools-1376f9a5eff20a71/lib-find_msvc_tools.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":10620166500288925791,"profile":4333757155065362140,"path":17313667612125177703,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/find-msvc-tools-1376f9a5eff20a71/dep-lib-find_msvc_tools","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/flate2-ac8ea6f9c6253b02/dep-lib-flate2 b/target/debug/.fingerprint/flate2-ac8ea6f9c6253b02/dep-lib-flate2 new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/flate2-ac8ea6f9c6253b02/dep-lib-flate2 differ diff --git a/target/debug/.fingerprint/flate2-ac8ea6f9c6253b02/invoked.timestamp b/target/debug/.fingerprint/flate2-ac8ea6f9c6253b02/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/flate2-ac8ea6f9c6253b02/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/flate2-ac8ea6f9c6253b02/lib-flate2 b/target/debug/.fingerprint/flate2-ac8ea6f9c6253b02/lib-flate2 new file mode 100644 index 0000000..c6ca62d --- /dev/null +++ b/target/debug/.fingerprint/flate2-ac8ea6f9c6253b02/lib-flate2 @@ -0,0 +1 @@ +b047dbe0102deb21 \ No newline at end of file diff --git a/target/debug/.fingerprint/flate2-ac8ea6f9c6253b02/lib-flate2.json b/target/debug/.fingerprint/flate2-ac8ea6f9c6253b02/lib-flate2.json new file mode 100644 index 0000000..f5a2d94 --- /dev/null +++ b/target/debug/.fingerprint/flate2-ac8ea6f9c6253b02/lib-flate2.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"any_impl\", \"default\", \"miniz_oxide\", \"rust_backend\"]","declared_features":"[\"any_c_zlib\", \"any_impl\", \"any_zlib\", \"cloudflare-zlib-sys\", \"cloudflare_zlib\", \"default\", \"document-features\", \"libz-ng-sys\", \"libz-sys\", \"miniz-sys\", \"miniz_oxide\", \"rust_backend\", \"zlib\", \"zlib-default\", \"zlib-ng\", \"zlib-ng-compat\", \"zlib-rs\"]","target":6173716359330453699,"profile":2241668132362809309,"path":15323480934688970961,"deps":[[7312356825837975969,"crc32fast",false,4522707981142453450],[7636735136738807108,"miniz_oxide",false,11423026920163939644]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/flate2-ac8ea6f9c6253b02/dep-lib-flate2","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/flume-0614c6c5b0529eff/dep-lib-flume b/target/debug/.fingerprint/flume-0614c6c5b0529eff/dep-lib-flume new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/flume-0614c6c5b0529eff/dep-lib-flume differ diff --git a/target/debug/.fingerprint/flume-0614c6c5b0529eff/invoked.timestamp b/target/debug/.fingerprint/flume-0614c6c5b0529eff/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/flume-0614c6c5b0529eff/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/flume-0614c6c5b0529eff/lib-flume b/target/debug/.fingerprint/flume-0614c6c5b0529eff/lib-flume new file mode 100644 index 0000000..89f4a37 --- /dev/null +++ b/target/debug/.fingerprint/flume-0614c6c5b0529eff/lib-flume @@ -0,0 +1 @@ +d3f4ee6f4f0f8a7f \ No newline at end of file diff --git a/target/debug/.fingerprint/flume-0614c6c5b0529eff/lib-flume.json b/target/debug/.fingerprint/flume-0614c6c5b0529eff/lib-flume.json new file mode 100644 index 0000000..c13a798 --- /dev/null +++ b/target/debug/.fingerprint/flume-0614c6c5b0529eff/lib-flume.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"async\", \"futures-core\", \"futures-sink\"]","declared_features":"[\"async\", \"default\", \"eventual-fairness\", \"futures-core\", \"futures-sink\", \"nanorand\", \"select\", \"spin\"]","target":16191227632963893259,"profile":2225463790103693989,"path":8011375827655787229,"deps":[[2313368913568865230,"spin1",false,18120019041191344829],[7013762810557009322,"futures_sink",false,1280016745157196165],[7620660491849607393,"futures_core",false,8472644205853922330]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/flume-0614c6c5b0529eff/dep-lib-flume","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/flume-3656356a4fa2de4c/dep-lib-flume b/target/debug/.fingerprint/flume-3656356a4fa2de4c/dep-lib-flume new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/flume-3656356a4fa2de4c/dep-lib-flume differ diff --git a/target/debug/.fingerprint/flume-3656356a4fa2de4c/invoked.timestamp b/target/debug/.fingerprint/flume-3656356a4fa2de4c/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/flume-3656356a4fa2de4c/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/flume-3656356a4fa2de4c/lib-flume b/target/debug/.fingerprint/flume-3656356a4fa2de4c/lib-flume new file mode 100644 index 0000000..d4c1ebb --- /dev/null +++ b/target/debug/.fingerprint/flume-3656356a4fa2de4c/lib-flume @@ -0,0 +1 @@ +07ff2601d4b721b0 \ No newline at end of file diff --git a/target/debug/.fingerprint/flume-3656356a4fa2de4c/lib-flume.json b/target/debug/.fingerprint/flume-3656356a4fa2de4c/lib-flume.json new file mode 100644 index 0000000..8330f6d --- /dev/null +++ b/target/debug/.fingerprint/flume-3656356a4fa2de4c/lib-flume.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"async\", \"futures-core\", \"futures-sink\"]","declared_features":"[\"async\", \"default\", \"eventual-fairness\", \"futures-core\", \"futures-sink\", \"nanorand\", \"select\", \"spin\"]","target":16191227632963893259,"profile":2241668132362809309,"path":8011375827655787229,"deps":[[2313368913568865230,"spin1",false,7720403172369223598],[7013762810557009322,"futures_sink",false,10737487158563702794],[7620660491849607393,"futures_core",false,8162665628542204569]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/flume-3656356a4fa2de4c/dep-lib-flume","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/fnv-4644d4661f025f86/dep-lib-fnv b/target/debug/.fingerprint/fnv-4644d4661f025f86/dep-lib-fnv new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/fnv-4644d4661f025f86/dep-lib-fnv differ diff --git a/target/debug/.fingerprint/fnv-4644d4661f025f86/invoked.timestamp b/target/debug/.fingerprint/fnv-4644d4661f025f86/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/fnv-4644d4661f025f86/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/fnv-4644d4661f025f86/lib-fnv b/target/debug/.fingerprint/fnv-4644d4661f025f86/lib-fnv new file mode 100644 index 0000000..6f30256 --- /dev/null +++ b/target/debug/.fingerprint/fnv-4644d4661f025f86/lib-fnv @@ -0,0 +1 @@ +ede94a9b6417546b \ No newline at end of file diff --git a/target/debug/.fingerprint/fnv-4644d4661f025f86/lib-fnv.json b/target/debug/.fingerprint/fnv-4644d4661f025f86/lib-fnv.json new file mode 100644 index 0000000..64d8eb5 --- /dev/null +++ b/target/debug/.fingerprint/fnv-4644d4661f025f86/lib-fnv.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"std\"]","target":10248144769085601448,"profile":2225463790103693989,"path":15136259306847232618,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/fnv-4644d4661f025f86/dep-lib-fnv","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/fnv-a1342e578286103d/dep-lib-fnv b/target/debug/.fingerprint/fnv-a1342e578286103d/dep-lib-fnv new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/fnv-a1342e578286103d/dep-lib-fnv differ diff --git a/target/debug/.fingerprint/fnv-a1342e578286103d/invoked.timestamp b/target/debug/.fingerprint/fnv-a1342e578286103d/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/fnv-a1342e578286103d/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/fnv-a1342e578286103d/lib-fnv b/target/debug/.fingerprint/fnv-a1342e578286103d/lib-fnv new file mode 100644 index 0000000..79302cc --- /dev/null +++ b/target/debug/.fingerprint/fnv-a1342e578286103d/lib-fnv @@ -0,0 +1 @@ +6a07f2d944141ec4 \ No newline at end of file diff --git a/target/debug/.fingerprint/fnv-a1342e578286103d/lib-fnv.json b/target/debug/.fingerprint/fnv-a1342e578286103d/lib-fnv.json new file mode 100644 index 0000000..00ef6f4 --- /dev/null +++ b/target/debug/.fingerprint/fnv-a1342e578286103d/lib-fnv.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"std\"]","target":10248144769085601448,"profile":2241668132362809309,"path":15136259306847232618,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/fnv-a1342e578286103d/dep-lib-fnv","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/foldhash-5144856b62c39e30/dep-lib-foldhash b/target/debug/.fingerprint/foldhash-5144856b62c39e30/dep-lib-foldhash new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/foldhash-5144856b62c39e30/dep-lib-foldhash differ diff --git a/target/debug/.fingerprint/foldhash-5144856b62c39e30/invoked.timestamp b/target/debug/.fingerprint/foldhash-5144856b62c39e30/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/foldhash-5144856b62c39e30/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/foldhash-5144856b62c39e30/lib-foldhash b/target/debug/.fingerprint/foldhash-5144856b62c39e30/lib-foldhash new file mode 100644 index 0000000..718cf6e --- /dev/null +++ b/target/debug/.fingerprint/foldhash-5144856b62c39e30/lib-foldhash @@ -0,0 +1 @@ +77906bf7d74c20a4 \ No newline at end of file diff --git a/target/debug/.fingerprint/foldhash-5144856b62c39e30/lib-foldhash.json b/target/debug/.fingerprint/foldhash-5144856b62c39e30/lib-foldhash.json new file mode 100644 index 0000000..4df2591 --- /dev/null +++ b/target/debug/.fingerprint/foldhash-5144856b62c39e30/lib-foldhash.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"default\", \"std\"]","target":18077926938045032029,"profile":2241668132362809309,"path":17495072236977208079,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/foldhash-5144856b62c39e30/dep-lib-foldhash","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/foldhash-59e3595213644f5d/dep-lib-foldhash b/target/debug/.fingerprint/foldhash-59e3595213644f5d/dep-lib-foldhash new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/foldhash-59e3595213644f5d/dep-lib-foldhash differ diff --git a/target/debug/.fingerprint/foldhash-59e3595213644f5d/invoked.timestamp b/target/debug/.fingerprint/foldhash-59e3595213644f5d/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/foldhash-59e3595213644f5d/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/foldhash-59e3595213644f5d/lib-foldhash b/target/debug/.fingerprint/foldhash-59e3595213644f5d/lib-foldhash new file mode 100644 index 0000000..a0eb8ac --- /dev/null +++ b/target/debug/.fingerprint/foldhash-59e3595213644f5d/lib-foldhash @@ -0,0 +1 @@ +884bde101c27b8f1 \ No newline at end of file diff --git a/target/debug/.fingerprint/foldhash-59e3595213644f5d/lib-foldhash.json b/target/debug/.fingerprint/foldhash-59e3595213644f5d/lib-foldhash.json new file mode 100644 index 0000000..110fd7f --- /dev/null +++ b/target/debug/.fingerprint/foldhash-59e3595213644f5d/lib-foldhash.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"default\", \"std\"]","target":18077926938045032029,"profile":2225463790103693989,"path":17495072236977208079,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/foldhash-59e3595213644f5d/dep-lib-foldhash","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/foreign-types-f34ae4ac389fbcdf/dep-lib-foreign_types b/target/debug/.fingerprint/foreign-types-f34ae4ac389fbcdf/dep-lib-foreign_types new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/foreign-types-f34ae4ac389fbcdf/dep-lib-foreign_types differ diff --git a/target/debug/.fingerprint/foreign-types-f34ae4ac389fbcdf/invoked.timestamp b/target/debug/.fingerprint/foreign-types-f34ae4ac389fbcdf/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/foreign-types-f34ae4ac389fbcdf/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/foreign-types-f34ae4ac389fbcdf/lib-foreign_types b/target/debug/.fingerprint/foreign-types-f34ae4ac389fbcdf/lib-foreign_types new file mode 100644 index 0000000..86a258a --- /dev/null +++ b/target/debug/.fingerprint/foreign-types-f34ae4ac389fbcdf/lib-foreign_types @@ -0,0 +1 @@ +aa508448a0ebe872 \ No newline at end of file diff --git a/target/debug/.fingerprint/foreign-types-f34ae4ac389fbcdf/lib-foreign_types.json b/target/debug/.fingerprint/foreign-types-f34ae4ac389fbcdf/lib-foreign_types.json new file mode 100644 index 0000000..8fde64f --- /dev/null +++ b/target/debug/.fingerprint/foreign-types-f34ae4ac389fbcdf/lib-foreign_types.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":16278532364759576793,"profile":2241668132362809309,"path":11813320066587918592,"deps":[[6550646399885026072,"foreign_types_shared",false,5553447051199547727]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/foreign-types-f34ae4ac389fbcdf/dep-lib-foreign_types","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/foreign-types-shared-ac85abd8114f3fcf/dep-lib-foreign_types_shared b/target/debug/.fingerprint/foreign-types-shared-ac85abd8114f3fcf/dep-lib-foreign_types_shared new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/foreign-types-shared-ac85abd8114f3fcf/dep-lib-foreign_types_shared differ diff --git a/target/debug/.fingerprint/foreign-types-shared-ac85abd8114f3fcf/invoked.timestamp b/target/debug/.fingerprint/foreign-types-shared-ac85abd8114f3fcf/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/foreign-types-shared-ac85abd8114f3fcf/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/foreign-types-shared-ac85abd8114f3fcf/lib-foreign_types_shared b/target/debug/.fingerprint/foreign-types-shared-ac85abd8114f3fcf/lib-foreign_types_shared new file mode 100644 index 0000000..98d0de9 --- /dev/null +++ b/target/debug/.fingerprint/foreign-types-shared-ac85abd8114f3fcf/lib-foreign_types_shared @@ -0,0 +1 @@ +4f89b06dabce114d \ No newline at end of file diff --git a/target/debug/.fingerprint/foreign-types-shared-ac85abd8114f3fcf/lib-foreign_types_shared.json b/target/debug/.fingerprint/foreign-types-shared-ac85abd8114f3fcf/lib-foreign_types_shared.json new file mode 100644 index 0000000..bbd6927 --- /dev/null +++ b/target/debug/.fingerprint/foreign-types-shared-ac85abd8114f3fcf/lib-foreign_types_shared.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":6862070936934047414,"profile":2241668132362809309,"path":3260518101004889086,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/foreign-types-shared-ac85abd8114f3fcf/dep-lib-foreign_types_shared","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/form_urlencoded-2036bef24213fd6d/dep-lib-form_urlencoded b/target/debug/.fingerprint/form_urlencoded-2036bef24213fd6d/dep-lib-form_urlencoded new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/form_urlencoded-2036bef24213fd6d/dep-lib-form_urlencoded differ diff --git a/target/debug/.fingerprint/form_urlencoded-2036bef24213fd6d/invoked.timestamp b/target/debug/.fingerprint/form_urlencoded-2036bef24213fd6d/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/form_urlencoded-2036bef24213fd6d/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/form_urlencoded-2036bef24213fd6d/lib-form_urlencoded b/target/debug/.fingerprint/form_urlencoded-2036bef24213fd6d/lib-form_urlencoded new file mode 100644 index 0000000..82e065b --- /dev/null +++ b/target/debug/.fingerprint/form_urlencoded-2036bef24213fd6d/lib-form_urlencoded @@ -0,0 +1 @@ +41ff0785f462737d \ No newline at end of file diff --git a/target/debug/.fingerprint/form_urlencoded-2036bef24213fd6d/lib-form_urlencoded.json b/target/debug/.fingerprint/form_urlencoded-2036bef24213fd6d/lib-form_urlencoded.json new file mode 100644 index 0000000..41ecfc4 --- /dev/null +++ b/target/debug/.fingerprint/form_urlencoded-2036bef24213fd6d/lib-form_urlencoded.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"std\"]","target":6496257856677244489,"profile":2241668132362809309,"path":18186913950077260865,"deps":[[6803352382179706244,"percent_encoding",false,2450237552354977827]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/form_urlencoded-2036bef24213fd6d/dep-lib-form_urlencoded","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/form_urlencoded-75b2296ccb464b85/dep-lib-form_urlencoded b/target/debug/.fingerprint/form_urlencoded-75b2296ccb464b85/dep-lib-form_urlencoded new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/form_urlencoded-75b2296ccb464b85/dep-lib-form_urlencoded differ diff --git a/target/debug/.fingerprint/form_urlencoded-75b2296ccb464b85/invoked.timestamp b/target/debug/.fingerprint/form_urlencoded-75b2296ccb464b85/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/form_urlencoded-75b2296ccb464b85/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/form_urlencoded-75b2296ccb464b85/lib-form_urlencoded b/target/debug/.fingerprint/form_urlencoded-75b2296ccb464b85/lib-form_urlencoded new file mode 100644 index 0000000..7730a8e --- /dev/null +++ b/target/debug/.fingerprint/form_urlencoded-75b2296ccb464b85/lib-form_urlencoded @@ -0,0 +1 @@ +4f284312405ac054 \ No newline at end of file diff --git a/target/debug/.fingerprint/form_urlencoded-75b2296ccb464b85/lib-form_urlencoded.json b/target/debug/.fingerprint/form_urlencoded-75b2296ccb464b85/lib-form_urlencoded.json new file mode 100644 index 0000000..73f2d9c --- /dev/null +++ b/target/debug/.fingerprint/form_urlencoded-75b2296ccb464b85/lib-form_urlencoded.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"std\"]","target":6496257856677244489,"profile":2225463790103693989,"path":18186913950077260865,"deps":[[6803352382179706244,"percent_encoding",false,16832081695690643269]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/form_urlencoded-75b2296ccb464b85/dep-lib-form_urlencoded","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-channel-65b6053681edbc76/dep-lib-futures_channel b/target/debug/.fingerprint/futures-channel-65b6053681edbc76/dep-lib-futures_channel new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/futures-channel-65b6053681edbc76/dep-lib-futures_channel differ diff --git a/target/debug/.fingerprint/futures-channel-65b6053681edbc76/invoked.timestamp b/target/debug/.fingerprint/futures-channel-65b6053681edbc76/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/futures-channel-65b6053681edbc76/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-channel-65b6053681edbc76/lib-futures_channel b/target/debug/.fingerprint/futures-channel-65b6053681edbc76/lib-futures_channel new file mode 100644 index 0000000..7b2a745 --- /dev/null +++ b/target/debug/.fingerprint/futures-channel-65b6053681edbc76/lib-futures_channel @@ -0,0 +1 @@ +32ff86f024c57862 \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-channel-65b6053681edbc76/lib-futures_channel.json b/target/debug/.fingerprint/futures-channel-65b6053681edbc76/lib-futures_channel.json new file mode 100644 index 0000000..96c861f --- /dev/null +++ b/target/debug/.fingerprint/futures-channel-65b6053681edbc76/lib-futures_channel.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"futures-sink\", \"sink\", \"std\"]","declared_features":"[\"alloc\", \"cfg-target-has-atomic\", \"default\", \"futures-sink\", \"sink\", \"std\", \"unstable\"]","target":13634065851578929263,"profile":8113656176662020586,"path":2358753887425500087,"deps":[[7013762810557009322,"futures_sink",false,1280016745157196165],[7620660491849607393,"futures_core",false,8472644205853922330]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/futures-channel-65b6053681edbc76/dep-lib-futures_channel","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-channel-69a5a7754b260f66/dep-lib-futures_channel b/target/debug/.fingerprint/futures-channel-69a5a7754b260f66/dep-lib-futures_channel new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/futures-channel-69a5a7754b260f66/dep-lib-futures_channel differ diff --git a/target/debug/.fingerprint/futures-channel-69a5a7754b260f66/invoked.timestamp b/target/debug/.fingerprint/futures-channel-69a5a7754b260f66/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/futures-channel-69a5a7754b260f66/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-channel-69a5a7754b260f66/lib-futures_channel b/target/debug/.fingerprint/futures-channel-69a5a7754b260f66/lib-futures_channel new file mode 100644 index 0000000..0beac0c --- /dev/null +++ b/target/debug/.fingerprint/futures-channel-69a5a7754b260f66/lib-futures_channel @@ -0,0 +1 @@ +faf6d6afdcbfda30 \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-channel-69a5a7754b260f66/lib-futures_channel.json b/target/debug/.fingerprint/futures-channel-69a5a7754b260f66/lib-futures_channel.json new file mode 100644 index 0000000..76be239 --- /dev/null +++ b/target/debug/.fingerprint/futures-channel-69a5a7754b260f66/lib-futures_channel.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"futures-sink\", \"sink\", \"std\"]","declared_features":"[\"alloc\", \"cfg-target-has-atomic\", \"default\", \"futures-sink\", \"sink\", \"std\", \"unstable\"]","target":13634065851578929263,"profile":17467636112133979524,"path":2358753887425500087,"deps":[[7013762810557009322,"futures_sink",false,10737487158563702794],[7620660491849607393,"futures_core",false,8162665628542204569]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/futures-channel-69a5a7754b260f66/dep-lib-futures_channel","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-channel-d39068ea65bfac34/dep-lib-futures_channel b/target/debug/.fingerprint/futures-channel-d39068ea65bfac34/dep-lib-futures_channel new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/futures-channel-d39068ea65bfac34/dep-lib-futures_channel differ diff --git a/target/debug/.fingerprint/futures-channel-d39068ea65bfac34/invoked.timestamp b/target/debug/.fingerprint/futures-channel-d39068ea65bfac34/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/futures-channel-d39068ea65bfac34/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-channel-d39068ea65bfac34/lib-futures_channel b/target/debug/.fingerprint/futures-channel-d39068ea65bfac34/lib-futures_channel new file mode 100644 index 0000000..2ba5d95 --- /dev/null +++ b/target/debug/.fingerprint/futures-channel-d39068ea65bfac34/lib-futures_channel @@ -0,0 +1 @@ +7f9b84f88b3b4f0a \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-channel-d39068ea65bfac34/lib-futures_channel.json b/target/debug/.fingerprint/futures-channel-d39068ea65bfac34/lib-futures_channel.json new file mode 100644 index 0000000..cad7f1e --- /dev/null +++ b/target/debug/.fingerprint/futures-channel-d39068ea65bfac34/lib-futures_channel.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"std\"]","declared_features":"[\"alloc\", \"cfg-target-has-atomic\", \"default\", \"futures-sink\", \"sink\", \"std\", \"unstable\"]","target":13634065851578929263,"profile":17467636112133979524,"path":2358753887425500087,"deps":[[7620660491849607393,"futures_core",false,8162665628542204569]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/futures-channel-d39068ea65bfac34/dep-lib-futures_channel","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-core-7f52aa7fa9d7c992/dep-lib-futures_core b/target/debug/.fingerprint/futures-core-7f52aa7fa9d7c992/dep-lib-futures_core new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/futures-core-7f52aa7fa9d7c992/dep-lib-futures_core differ diff --git a/target/debug/.fingerprint/futures-core-7f52aa7fa9d7c992/invoked.timestamp b/target/debug/.fingerprint/futures-core-7f52aa7fa9d7c992/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/futures-core-7f52aa7fa9d7c992/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-core-7f52aa7fa9d7c992/lib-futures_core b/target/debug/.fingerprint/futures-core-7f52aa7fa9d7c992/lib-futures_core new file mode 100644 index 0000000..b9ef16e --- /dev/null +++ b/target/debug/.fingerprint/futures-core-7f52aa7fa9d7c992/lib-futures_core @@ -0,0 +1 @@ +1ad431e603e19475 \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-core-7f52aa7fa9d7c992/lib-futures_core.json b/target/debug/.fingerprint/futures-core-7f52aa7fa9d7c992/lib-futures_core.json new file mode 100644 index 0000000..58b5986 --- /dev/null +++ b/target/debug/.fingerprint/futures-core-7f52aa7fa9d7c992/lib-futures_core.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"std\"]","declared_features":"[\"alloc\", \"cfg-target-has-atomic\", \"default\", \"portable-atomic\", \"std\", \"unstable\"]","target":9453135960607436725,"profile":8113656176662020586,"path":14350221769173035084,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/futures-core-7f52aa7fa9d7c992/dep-lib-futures_core","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-core-f012fa4b73a1b51c/dep-lib-futures_core b/target/debug/.fingerprint/futures-core-f012fa4b73a1b51c/dep-lib-futures_core new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/futures-core-f012fa4b73a1b51c/dep-lib-futures_core differ diff --git a/target/debug/.fingerprint/futures-core-f012fa4b73a1b51c/invoked.timestamp b/target/debug/.fingerprint/futures-core-f012fa4b73a1b51c/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/futures-core-f012fa4b73a1b51c/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-core-f012fa4b73a1b51c/lib-futures_core b/target/debug/.fingerprint/futures-core-f012fa4b73a1b51c/lib-futures_core new file mode 100644 index 0000000..bcabde7 --- /dev/null +++ b/target/debug/.fingerprint/futures-core-f012fa4b73a1b51c/lib-futures_core @@ -0,0 +1 @@ +997a8c39249d4771 \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-core-f012fa4b73a1b51c/lib-futures_core.json b/target/debug/.fingerprint/futures-core-f012fa4b73a1b51c/lib-futures_core.json new file mode 100644 index 0000000..aed6b83 --- /dev/null +++ b/target/debug/.fingerprint/futures-core-f012fa4b73a1b51c/lib-futures_core.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"std\"]","declared_features":"[\"alloc\", \"cfg-target-has-atomic\", \"default\", \"portable-atomic\", \"std\", \"unstable\"]","target":9453135960607436725,"profile":17467636112133979524,"path":14350221769173035084,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/futures-core-f012fa4b73a1b51c/dep-lib-futures_core","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-executor-49ea06d9e9e542a6/dep-lib-futures_executor b/target/debug/.fingerprint/futures-executor-49ea06d9e9e542a6/dep-lib-futures_executor new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/futures-executor-49ea06d9e9e542a6/dep-lib-futures_executor differ diff --git a/target/debug/.fingerprint/futures-executor-49ea06d9e9e542a6/invoked.timestamp b/target/debug/.fingerprint/futures-executor-49ea06d9e9e542a6/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/futures-executor-49ea06d9e9e542a6/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-executor-49ea06d9e9e542a6/lib-futures_executor b/target/debug/.fingerprint/futures-executor-49ea06d9e9e542a6/lib-futures_executor new file mode 100644 index 0000000..49e9517 --- /dev/null +++ b/target/debug/.fingerprint/futures-executor-49ea06d9e9e542a6/lib-futures_executor @@ -0,0 +1 @@ +19cd11f2b05d6ffd \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-executor-49ea06d9e9e542a6/lib-futures_executor.json b/target/debug/.fingerprint/futures-executor-49ea06d9e9e542a6/lib-futures_executor.json new file mode 100644 index 0000000..d6eb469 --- /dev/null +++ b/target/debug/.fingerprint/futures-executor-49ea06d9e9e542a6/lib-futures_executor.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"num_cpus\", \"std\", \"thread-pool\"]","target":11409328241454404632,"profile":17467636112133979524,"path":10049358715383749922,"deps":[[7620660491849607393,"futures_core",false,8162665628542204569],[10629569228670356391,"futures_util",false,7365277945834051026],[16240732885093539806,"futures_task",false,12676246510890220119]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/futures-executor-49ea06d9e9e542a6/dep-lib-futures_executor","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-executor-9c375a292d757dc6/dep-lib-futures_executor b/target/debug/.fingerprint/futures-executor-9c375a292d757dc6/dep-lib-futures_executor new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/futures-executor-9c375a292d757dc6/dep-lib-futures_executor differ diff --git a/target/debug/.fingerprint/futures-executor-9c375a292d757dc6/invoked.timestamp b/target/debug/.fingerprint/futures-executor-9c375a292d757dc6/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/futures-executor-9c375a292d757dc6/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-executor-9c375a292d757dc6/lib-futures_executor b/target/debug/.fingerprint/futures-executor-9c375a292d757dc6/lib-futures_executor new file mode 100644 index 0000000..9fbbb51 --- /dev/null +++ b/target/debug/.fingerprint/futures-executor-9c375a292d757dc6/lib-futures_executor @@ -0,0 +1 @@ +1a10429c0cf1288e \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-executor-9c375a292d757dc6/lib-futures_executor.json b/target/debug/.fingerprint/futures-executor-9c375a292d757dc6/lib-futures_executor.json new file mode 100644 index 0000000..5361ab4 --- /dev/null +++ b/target/debug/.fingerprint/futures-executor-9c375a292d757dc6/lib-futures_executor.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"num_cpus\", \"std\", \"thread-pool\"]","target":11409328241454404632,"profile":8113656176662020586,"path":10049358715383749922,"deps":[[7620660491849607393,"futures_core",false,8472644205853922330],[10629569228670356391,"futures_util",false,13929056499380527018],[16240732885093539806,"futures_task",false,10658659787361130517]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/futures-executor-9c375a292d757dc6/dep-lib-futures_executor","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-intrusive-865c3511bcdc16ad/dep-lib-futures_intrusive b/target/debug/.fingerprint/futures-intrusive-865c3511bcdc16ad/dep-lib-futures_intrusive new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/futures-intrusive-865c3511bcdc16ad/dep-lib-futures_intrusive differ diff --git a/target/debug/.fingerprint/futures-intrusive-865c3511bcdc16ad/invoked.timestamp b/target/debug/.fingerprint/futures-intrusive-865c3511bcdc16ad/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/futures-intrusive-865c3511bcdc16ad/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-intrusive-865c3511bcdc16ad/lib-futures_intrusive b/target/debug/.fingerprint/futures-intrusive-865c3511bcdc16ad/lib-futures_intrusive new file mode 100644 index 0000000..77b43db --- /dev/null +++ b/target/debug/.fingerprint/futures-intrusive-865c3511bcdc16ad/lib-futures_intrusive @@ -0,0 +1 @@ +0943e0bb0e2d0bb2 \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-intrusive-865c3511bcdc16ad/lib-futures_intrusive.json b/target/debug/.fingerprint/futures-intrusive-865c3511bcdc16ad/lib-futures_intrusive.json new file mode 100644 index 0000000..7513139 --- /dev/null +++ b/target/debug/.fingerprint/futures-intrusive-865c3511bcdc16ad/lib-futures_intrusive.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"parking_lot\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"parking_lot\", \"std\"]","target":17561780016695937293,"profile":2241668132362809309,"path":4044254583113582128,"deps":[[2555121257709722468,"lock_api",false,2084421726101358951],[7620660491849607393,"futures_core",false,8162665628542204569],[12459942763388630573,"parking_lot",false,6948292434967325982]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/futures-intrusive-865c3511bcdc16ad/dep-lib-futures_intrusive","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-intrusive-ef4f241ab17683d4/dep-lib-futures_intrusive b/target/debug/.fingerprint/futures-intrusive-ef4f241ab17683d4/dep-lib-futures_intrusive new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/futures-intrusive-ef4f241ab17683d4/dep-lib-futures_intrusive differ diff --git a/target/debug/.fingerprint/futures-intrusive-ef4f241ab17683d4/invoked.timestamp b/target/debug/.fingerprint/futures-intrusive-ef4f241ab17683d4/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/futures-intrusive-ef4f241ab17683d4/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-intrusive-ef4f241ab17683d4/lib-futures_intrusive b/target/debug/.fingerprint/futures-intrusive-ef4f241ab17683d4/lib-futures_intrusive new file mode 100644 index 0000000..74aab1b --- /dev/null +++ b/target/debug/.fingerprint/futures-intrusive-ef4f241ab17683d4/lib-futures_intrusive @@ -0,0 +1 @@ +3e754a708ae2f3d1 \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-intrusive-ef4f241ab17683d4/lib-futures_intrusive.json b/target/debug/.fingerprint/futures-intrusive-ef4f241ab17683d4/lib-futures_intrusive.json new file mode 100644 index 0000000..9c6f77e --- /dev/null +++ b/target/debug/.fingerprint/futures-intrusive-ef4f241ab17683d4/lib-futures_intrusive.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"parking_lot\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"parking_lot\", \"std\"]","target":17561780016695937293,"profile":2225463790103693989,"path":4044254583113582128,"deps":[[2555121257709722468,"lock_api",false,7199289247168491735],[7620660491849607393,"futures_core",false,8472644205853922330],[12459942763388630573,"parking_lot",false,13219332984755547222]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/futures-intrusive-ef4f241ab17683d4/dep-lib-futures_intrusive","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-io-54e87d942e96e310/dep-lib-futures_io b/target/debug/.fingerprint/futures-io-54e87d942e96e310/dep-lib-futures_io new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/futures-io-54e87d942e96e310/dep-lib-futures_io differ diff --git a/target/debug/.fingerprint/futures-io-54e87d942e96e310/invoked.timestamp b/target/debug/.fingerprint/futures-io-54e87d942e96e310/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/futures-io-54e87d942e96e310/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-io-54e87d942e96e310/lib-futures_io b/target/debug/.fingerprint/futures-io-54e87d942e96e310/lib-futures_io new file mode 100644 index 0000000..8191875 --- /dev/null +++ b/target/debug/.fingerprint/futures-io-54e87d942e96e310/lib-futures_io @@ -0,0 +1 @@ +ad03d9de63dca75d \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-io-54e87d942e96e310/lib-futures_io.json b/target/debug/.fingerprint/futures-io-54e87d942e96e310/lib-futures_io.json new file mode 100644 index 0000000..a3189c7 --- /dev/null +++ b/target/debug/.fingerprint/futures-io-54e87d942e96e310/lib-futures_io.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"std\", \"unstable\"]","target":5742820543410686210,"profile":8113656176662020586,"path":15756280147145121507,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/futures-io-54e87d942e96e310/dep-lib-futures_io","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-io-e0dd089f59360708/dep-lib-futures_io b/target/debug/.fingerprint/futures-io-e0dd089f59360708/dep-lib-futures_io new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/futures-io-e0dd089f59360708/dep-lib-futures_io differ diff --git a/target/debug/.fingerprint/futures-io-e0dd089f59360708/invoked.timestamp b/target/debug/.fingerprint/futures-io-e0dd089f59360708/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/futures-io-e0dd089f59360708/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-io-e0dd089f59360708/lib-futures_io b/target/debug/.fingerprint/futures-io-e0dd089f59360708/lib-futures_io new file mode 100644 index 0000000..86b13b8 --- /dev/null +++ b/target/debug/.fingerprint/futures-io-e0dd089f59360708/lib-futures_io @@ -0,0 +1 @@ +0af918c1bb2cebab \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-io-e0dd089f59360708/lib-futures_io.json b/target/debug/.fingerprint/futures-io-e0dd089f59360708/lib-futures_io.json new file mode 100644 index 0000000..8a25d66 --- /dev/null +++ b/target/debug/.fingerprint/futures-io-e0dd089f59360708/lib-futures_io.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"std\", \"unstable\"]","target":5742820543410686210,"profile":17467636112133979524,"path":15756280147145121507,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/futures-io-e0dd089f59360708/dep-lib-futures_io","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-lite-a91edd471fe32e51/dep-lib-futures_lite b/target/debug/.fingerprint/futures-lite-a91edd471fe32e51/dep-lib-futures_lite new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/futures-lite-a91edd471fe32e51/dep-lib-futures_lite differ diff --git a/target/debug/.fingerprint/futures-lite-a91edd471fe32e51/invoked.timestamp b/target/debug/.fingerprint/futures-lite-a91edd471fe32e51/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/futures-lite-a91edd471fe32e51/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-lite-a91edd471fe32e51/lib-futures_lite b/target/debug/.fingerprint/futures-lite-a91edd471fe32e51/lib-futures_lite new file mode 100644 index 0000000..7a44648 --- /dev/null +++ b/target/debug/.fingerprint/futures-lite-a91edd471fe32e51/lib-futures_lite @@ -0,0 +1 @@ +5306dc72c1e130ba \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-lite-a91edd471fe32e51/lib-futures_lite.json b/target/debug/.fingerprint/futures-lite-a91edd471fe32e51/lib-futures_lite.json new file mode 100644 index 0000000..f060c3b --- /dev/null +++ b/target/debug/.fingerprint/futures-lite-a91edd471fe32e51/lib-futures_lite.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"alloc\", \"default\", \"fastrand\", \"futures-io\", \"memchr\", \"parking\", \"race\", \"std\"]","target":4894038637245960899,"profile":2241668132362809309,"path":17753291875958683013,"deps":[[1906322745568073236,"pin_project_lite",false,16108370810058603254],[7620660491849607393,"futures_core",false,8162665628542204569]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/futures-lite-a91edd471fe32e51/dep-lib-futures_lite","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-macro-252f7292dd0e70f0/dep-lib-futures_macro b/target/debug/.fingerprint/futures-macro-252f7292dd0e70f0/dep-lib-futures_macro new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/futures-macro-252f7292dd0e70f0/dep-lib-futures_macro differ diff --git a/target/debug/.fingerprint/futures-macro-252f7292dd0e70f0/invoked.timestamp b/target/debug/.fingerprint/futures-macro-252f7292dd0e70f0/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/futures-macro-252f7292dd0e70f0/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-macro-252f7292dd0e70f0/lib-futures_macro b/target/debug/.fingerprint/futures-macro-252f7292dd0e70f0/lib-futures_macro new file mode 100644 index 0000000..57e8edf --- /dev/null +++ b/target/debug/.fingerprint/futures-macro-252f7292dd0e70f0/lib-futures_macro @@ -0,0 +1 @@ +9032e6693f6d23a7 \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-macro-252f7292dd0e70f0/lib-futures_macro.json b/target/debug/.fingerprint/futures-macro-252f7292dd0e70f0/lib-futures_macro.json new file mode 100644 index 0000000..4983fa1 --- /dev/null +++ b/target/debug/.fingerprint/futures-macro-252f7292dd0e70f0/lib-futures_macro.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":10957102547526291127,"profile":8113656176662020586,"path":2077710602061919193,"deps":[[4289358735036141001,"proc_macro2",false,11907438208124547768],[6100504282945712449,"quote",false,15556484999302306747],[6490058671768129134,"syn",false,13449399834116190507]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/futures-macro-252f7292dd0e70f0/dep-lib-futures_macro","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-sink-b7ec721d92175c3a/dep-lib-futures_sink b/target/debug/.fingerprint/futures-sink-b7ec721d92175c3a/dep-lib-futures_sink new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/futures-sink-b7ec721d92175c3a/dep-lib-futures_sink differ diff --git a/target/debug/.fingerprint/futures-sink-b7ec721d92175c3a/invoked.timestamp b/target/debug/.fingerprint/futures-sink-b7ec721d92175c3a/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/futures-sink-b7ec721d92175c3a/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-sink-b7ec721d92175c3a/lib-futures_sink b/target/debug/.fingerprint/futures-sink-b7ec721d92175c3a/lib-futures_sink new file mode 100644 index 0000000..2cd0591 --- /dev/null +++ b/target/debug/.fingerprint/futures-sink-b7ec721d92175c3a/lib-futures_sink @@ -0,0 +1 @@ +8579a5a97288c311 \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-sink-b7ec721d92175c3a/lib-futures_sink.json b/target/debug/.fingerprint/futures-sink-b7ec721d92175c3a/lib-futures_sink.json new file mode 100644 index 0000000..12905f9 --- /dev/null +++ b/target/debug/.fingerprint/futures-sink-b7ec721d92175c3a/lib-futures_sink.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"std\"]","target":10827111567014737887,"profile":8113656176662020586,"path":5976802253895971858,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/futures-sink-b7ec721d92175c3a/dep-lib-futures_sink","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-sink-ce2b11275642f9b5/dep-lib-futures_sink b/target/debug/.fingerprint/futures-sink-ce2b11275642f9b5/dep-lib-futures_sink new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/futures-sink-ce2b11275642f9b5/dep-lib-futures_sink differ diff --git a/target/debug/.fingerprint/futures-sink-ce2b11275642f9b5/invoked.timestamp b/target/debug/.fingerprint/futures-sink-ce2b11275642f9b5/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/futures-sink-ce2b11275642f9b5/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-sink-ce2b11275642f9b5/lib-futures_sink b/target/debug/.fingerprint/futures-sink-ce2b11275642f9b5/lib-futures_sink new file mode 100644 index 0000000..3975822 --- /dev/null +++ b/target/debug/.fingerprint/futures-sink-ce2b11275642f9b5/lib-futures_sink @@ -0,0 +1 @@ +0a08825aae370395 \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-sink-ce2b11275642f9b5/lib-futures_sink.json b/target/debug/.fingerprint/futures-sink-ce2b11275642f9b5/lib-futures_sink.json new file mode 100644 index 0000000..4b644c7 --- /dev/null +++ b/target/debug/.fingerprint/futures-sink-ce2b11275642f9b5/lib-futures_sink.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"std\"]","target":10827111567014737887,"profile":17467636112133979524,"path":5976802253895971858,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/futures-sink-ce2b11275642f9b5/dep-lib-futures_sink","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-task-98357e05b2b79cb3/dep-lib-futures_task b/target/debug/.fingerprint/futures-task-98357e05b2b79cb3/dep-lib-futures_task new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/futures-task-98357e05b2b79cb3/dep-lib-futures_task differ diff --git a/target/debug/.fingerprint/futures-task-98357e05b2b79cb3/invoked.timestamp b/target/debug/.fingerprint/futures-task-98357e05b2b79cb3/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/futures-task-98357e05b2b79cb3/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-task-98357e05b2b79cb3/lib-futures_task b/target/debug/.fingerprint/futures-task-98357e05b2b79cb3/lib-futures_task new file mode 100644 index 0000000..315b07a --- /dev/null +++ b/target/debug/.fingerprint/futures-task-98357e05b2b79cb3/lib-futures_task @@ -0,0 +1 @@ +577ae53e0a13ebaf \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-task-98357e05b2b79cb3/lib-futures_task.json b/target/debug/.fingerprint/futures-task-98357e05b2b79cb3/lib-futures_task.json new file mode 100644 index 0000000..9458c2b --- /dev/null +++ b/target/debug/.fingerprint/futures-task-98357e05b2b79cb3/lib-futures_task.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"std\"]","declared_features":"[\"alloc\", \"cfg-target-has-atomic\", \"default\", \"std\", \"unstable\"]","target":13518091470260541623,"profile":17467636112133979524,"path":12914699074989245283,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/futures-task-98357e05b2b79cb3/dep-lib-futures_task","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-task-d26bce042f0a4cde/dep-lib-futures_task b/target/debug/.fingerprint/futures-task-d26bce042f0a4cde/dep-lib-futures_task new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/futures-task-d26bce042f0a4cde/dep-lib-futures_task differ diff --git a/target/debug/.fingerprint/futures-task-d26bce042f0a4cde/invoked.timestamp b/target/debug/.fingerprint/futures-task-d26bce042f0a4cde/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/futures-task-d26bce042f0a4cde/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-task-d26bce042f0a4cde/lib-futures_task b/target/debug/.fingerprint/futures-task-d26bce042f0a4cde/lib-futures_task new file mode 100644 index 0000000..12c3d2f --- /dev/null +++ b/target/debug/.fingerprint/futures-task-d26bce042f0a4cde/lib-futures_task @@ -0,0 +1 @@ +159866c79a2aeb93 \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-task-d26bce042f0a4cde/lib-futures_task.json b/target/debug/.fingerprint/futures-task-d26bce042f0a4cde/lib-futures_task.json new file mode 100644 index 0000000..e56138c --- /dev/null +++ b/target/debug/.fingerprint/futures-task-d26bce042f0a4cde/lib-futures_task.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"std\"]","declared_features":"[\"alloc\", \"cfg-target-has-atomic\", \"default\", \"std\", \"unstable\"]","target":13518091470260541623,"profile":8113656176662020586,"path":12914699074989245283,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/futures-task-d26bce042f0a4cde/dep-lib-futures_task","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-util-1de83e7bf1971401/dep-lib-futures_util b/target/debug/.fingerprint/futures-util-1de83e7bf1971401/dep-lib-futures_util new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/futures-util-1de83e7bf1971401/dep-lib-futures_util differ diff --git a/target/debug/.fingerprint/futures-util-1de83e7bf1971401/invoked.timestamp b/target/debug/.fingerprint/futures-util-1de83e7bf1971401/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/futures-util-1de83e7bf1971401/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-util-1de83e7bf1971401/lib-futures_util b/target/debug/.fingerprint/futures-util-1de83e7bf1971401/lib-futures_util new file mode 100644 index 0000000..d26829d --- /dev/null +++ b/target/debug/.fingerprint/futures-util-1de83e7bf1971401/lib-futures_util @@ -0,0 +1 @@ +65f0e0cd3650b0f1 \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-util-1de83e7bf1971401/lib-futures_util.json b/target/debug/.fingerprint/futures-util-1de83e7bf1971401/lib-futures_util.json new file mode 100644 index 0000000..cd4a45c --- /dev/null +++ b/target/debug/.fingerprint/futures-util-1de83e7bf1971401/lib-futures_util.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"async-await\", \"async-await-macro\", \"default\", \"futures-macro\", \"slab\", \"std\"]","declared_features":"[\"alloc\", \"async-await\", \"async-await-macro\", \"bilock\", \"cfg-target-has-atomic\", \"channel\", \"compat\", \"default\", \"futures-channel\", \"futures-io\", \"futures-macro\", \"futures-sink\", \"futures_01\", \"io\", \"io-compat\", \"memchr\", \"portable-atomic\", \"sink\", \"slab\", \"std\", \"tokio-io\", \"unstable\", \"write-all-vectored\"]","target":1788798584831431502,"profile":17467636112133979524,"path":12643746225611670049,"deps":[[1615478164327904835,"pin_utils",false,11988005738276935401],[1906322745568073236,"pin_project_lite",false,16108370810058603254],[7620660491849607393,"futures_core",false,8162665628542204569],[10565019901765856648,"futures_macro",false,12043589947645899408],[14767213526276824509,"slab",false,17390599228392683833],[16240732885093539806,"futures_task",false,12676246510890220119]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/futures-util-1de83e7bf1971401/dep-lib-futures_util","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-util-94ad31666da1a6e8/dep-lib-futures_util b/target/debug/.fingerprint/futures-util-94ad31666da1a6e8/dep-lib-futures_util new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/futures-util-94ad31666da1a6e8/dep-lib-futures_util differ diff --git a/target/debug/.fingerprint/futures-util-94ad31666da1a6e8/invoked.timestamp b/target/debug/.fingerprint/futures-util-94ad31666da1a6e8/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/futures-util-94ad31666da1a6e8/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-util-94ad31666da1a6e8/lib-futures_util b/target/debug/.fingerprint/futures-util-94ad31666da1a6e8/lib-futures_util new file mode 100644 index 0000000..a8edaf5 --- /dev/null +++ b/target/debug/.fingerprint/futures-util-94ad31666da1a6e8/lib-futures_util @@ -0,0 +1 @@ +d21575d144b93666 \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-util-94ad31666da1a6e8/lib-futures_util.json b/target/debug/.fingerprint/futures-util-94ad31666da1a6e8/lib-futures_util.json new file mode 100644 index 0000000..cb7d518 --- /dev/null +++ b/target/debug/.fingerprint/futures-util-94ad31666da1a6e8/lib-futures_util.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"async-await\", \"async-await-macro\", \"default\", \"futures-io\", \"futures-macro\", \"futures-sink\", \"io\", \"memchr\", \"sink\", \"slab\", \"std\"]","declared_features":"[\"alloc\", \"async-await\", \"async-await-macro\", \"bilock\", \"cfg-target-has-atomic\", \"channel\", \"compat\", \"default\", \"futures-channel\", \"futures-io\", \"futures-macro\", \"futures-sink\", \"futures_01\", \"io\", \"io-compat\", \"memchr\", \"portable-atomic\", \"sink\", \"slab\", \"std\", \"tokio-io\", \"unstable\", \"write-all-vectored\"]","target":1788798584831431502,"profile":17467636112133979524,"path":12643746225611670049,"deps":[[5103565458935487,"futures_io",false,12388044384922827018],[198136567835728122,"memchr",false,13820745343826299477],[1615478164327904835,"pin_utils",false,11988005738276935401],[1906322745568073236,"pin_project_lite",false,16108370810058603254],[7013762810557009322,"futures_sink",false,10737487158563702794],[7620660491849607393,"futures_core",false,8162665628542204569],[10565019901765856648,"futures_macro",false,12043589947645899408],[14767213526276824509,"slab",false,17390599228392683833],[16240732885093539806,"futures_task",false,12676246510890220119]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/futures-util-94ad31666da1a6e8/dep-lib-futures_util","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-util-dcb241ca437f9ed7/dep-lib-futures_util b/target/debug/.fingerprint/futures-util-dcb241ca437f9ed7/dep-lib-futures_util new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/futures-util-dcb241ca437f9ed7/dep-lib-futures_util differ diff --git a/target/debug/.fingerprint/futures-util-dcb241ca437f9ed7/invoked.timestamp b/target/debug/.fingerprint/futures-util-dcb241ca437f9ed7/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/futures-util-dcb241ca437f9ed7/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-util-dcb241ca437f9ed7/lib-futures_util b/target/debug/.fingerprint/futures-util-dcb241ca437f9ed7/lib-futures_util new file mode 100644 index 0000000..761e54b --- /dev/null +++ b/target/debug/.fingerprint/futures-util-dcb241ca437f9ed7/lib-futures_util @@ -0,0 +1 @@ +aa1fec3d16f34dc1 \ No newline at end of file diff --git a/target/debug/.fingerprint/futures-util-dcb241ca437f9ed7/lib-futures_util.json b/target/debug/.fingerprint/futures-util-dcb241ca437f9ed7/lib-futures_util.json new file mode 100644 index 0000000..49b6752 --- /dev/null +++ b/target/debug/.fingerprint/futures-util-dcb241ca437f9ed7/lib-futures_util.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"async-await\", \"async-await-macro\", \"default\", \"futures-io\", \"futures-macro\", \"futures-sink\", \"io\", \"memchr\", \"sink\", \"slab\", \"std\"]","declared_features":"[\"alloc\", \"async-await\", \"async-await-macro\", \"bilock\", \"cfg-target-has-atomic\", \"channel\", \"compat\", \"default\", \"futures-channel\", \"futures-io\", \"futures-macro\", \"futures-sink\", \"futures_01\", \"io\", \"io-compat\", \"memchr\", \"portable-atomic\", \"sink\", \"slab\", \"std\", \"tokio-io\", \"unstable\", \"write-all-vectored\"]","target":1788798584831431502,"profile":8113656176662020586,"path":12643746225611670049,"deps":[[5103565458935487,"futures_io",false,6748604888136614829],[198136567835728122,"memchr",false,13171808347467139300],[1615478164327904835,"pin_utils",false,8269477059192787790],[1906322745568073236,"pin_project_lite",false,7881462979311847484],[7013762810557009322,"futures_sink",false,1280016745157196165],[7620660491849607393,"futures_core",false,8472644205853922330],[10565019901765856648,"futures_macro",false,12043589947645899408],[14767213526276824509,"slab",false,14605795390340916565],[16240732885093539806,"futures_task",false,10658659787361130517]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/futures-util-dcb241ca437f9ed7/dep-lib-futures_util","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/generic-array-0e994d5e42b52327/run-build-script-build-script-build b/target/debug/.fingerprint/generic-array-0e994d5e42b52327/run-build-script-build-script-build new file mode 100644 index 0000000..3622bf0 --- /dev/null +++ b/target/debug/.fingerprint/generic-array-0e994d5e42b52327/run-build-script-build-script-build @@ -0,0 +1 @@ +f5dc3e9dc81c0f47 \ No newline at end of file diff --git a/target/debug/.fingerprint/generic-array-0e994d5e42b52327/run-build-script-build-script-build.json b/target/debug/.fingerprint/generic-array-0e994d5e42b52327/run-build-script-build-script-build.json new file mode 100644 index 0000000..0f2ff9d --- /dev/null +++ b/target/debug/.fingerprint/generic-array-0e994d5e42b52327/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[10520923840501062997,"build_script_build",false,16706211244852185724]],"local":[{"Precalculated":"0.14.7"}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/generic-array-92645a6de23ec04a/dep-lib-generic_array b/target/debug/.fingerprint/generic-array-92645a6de23ec04a/dep-lib-generic_array new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/generic-array-92645a6de23ec04a/dep-lib-generic_array differ diff --git a/target/debug/.fingerprint/generic-array-92645a6de23ec04a/invoked.timestamp b/target/debug/.fingerprint/generic-array-92645a6de23ec04a/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/generic-array-92645a6de23ec04a/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/generic-array-92645a6de23ec04a/lib-generic_array b/target/debug/.fingerprint/generic-array-92645a6de23ec04a/lib-generic_array new file mode 100644 index 0000000..167359f --- /dev/null +++ b/target/debug/.fingerprint/generic-array-92645a6de23ec04a/lib-generic_array @@ -0,0 +1 @@ +aba433d3c96c9f3f \ No newline at end of file diff --git a/target/debug/.fingerprint/generic-array-92645a6de23ec04a/lib-generic_array.json b/target/debug/.fingerprint/generic-array-92645a6de23ec04a/lib-generic_array.json new file mode 100644 index 0000000..020ccd6 --- /dev/null +++ b/target/debug/.fingerprint/generic-array-92645a6de23ec04a/lib-generic_array.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"more_lengths\"]","declared_features":"[\"more_lengths\", \"serde\", \"zeroize\"]","target":13084005262763373425,"profile":2225463790103693989,"path":4914175260105987033,"deps":[[857979250431893282,"typenum",false,2746105458406282091],[10520923840501062997,"build_script_build",false,5120342949300722933]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/generic-array-92645a6de23ec04a/dep-lib-generic_array","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/generic-array-b574fdeef2bf1202/dep-lib-generic_array b/target/debug/.fingerprint/generic-array-b574fdeef2bf1202/dep-lib-generic_array new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/generic-array-b574fdeef2bf1202/dep-lib-generic_array differ diff --git a/target/debug/.fingerprint/generic-array-b574fdeef2bf1202/invoked.timestamp b/target/debug/.fingerprint/generic-array-b574fdeef2bf1202/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/generic-array-b574fdeef2bf1202/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/generic-array-b574fdeef2bf1202/lib-generic_array b/target/debug/.fingerprint/generic-array-b574fdeef2bf1202/lib-generic_array new file mode 100644 index 0000000..c873772 --- /dev/null +++ b/target/debug/.fingerprint/generic-array-b574fdeef2bf1202/lib-generic_array @@ -0,0 +1 @@ +20448dfd52900451 \ No newline at end of file diff --git a/target/debug/.fingerprint/generic-array-b574fdeef2bf1202/lib-generic_array.json b/target/debug/.fingerprint/generic-array-b574fdeef2bf1202/lib-generic_array.json new file mode 100644 index 0000000..d470531 --- /dev/null +++ b/target/debug/.fingerprint/generic-array-b574fdeef2bf1202/lib-generic_array.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"more_lengths\"]","declared_features":"[\"more_lengths\", \"serde\", \"zeroize\"]","target":13084005262763373425,"profile":2241668132362809309,"path":4914175260105987033,"deps":[[857979250431893282,"typenum",false,1780794425350343976],[10520923840501062997,"build_script_build",false,5120342949300722933]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/generic-array-b574fdeef2bf1202/dep-lib-generic_array","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/generic-array-fa0747d719f0609b/build-script-build-script-build b/target/debug/.fingerprint/generic-array-fa0747d719f0609b/build-script-build-script-build new file mode 100644 index 0000000..ae7ba78 --- /dev/null +++ b/target/debug/.fingerprint/generic-array-fa0747d719f0609b/build-script-build-script-build @@ -0,0 +1 @@ +7c0a0d289d62d8e7 \ No newline at end of file diff --git a/target/debug/.fingerprint/generic-array-fa0747d719f0609b/build-script-build-script-build.json b/target/debug/.fingerprint/generic-array-fa0747d719f0609b/build-script-build-script-build.json new file mode 100644 index 0000000..010fc7a --- /dev/null +++ b/target/debug/.fingerprint/generic-array-fa0747d719f0609b/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"more_lengths\"]","declared_features":"[\"more_lengths\", \"serde\", \"zeroize\"]","target":12318548087768197662,"profile":2225463790103693989,"path":15222092402357991514,"deps":[[5398981501050481332,"version_check",false,12289091907312969087]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/generic-array-fa0747d719f0609b/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/generic-array-fa0747d719f0609b/dep-build-script-build-script-build b/target/debug/.fingerprint/generic-array-fa0747d719f0609b/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/generic-array-fa0747d719f0609b/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/generic-array-fa0747d719f0609b/invoked.timestamp b/target/debug/.fingerprint/generic-array-fa0747d719f0609b/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/generic-array-fa0747d719f0609b/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/getrandom-1fd10b73d389d9bb/dep-lib-getrandom b/target/debug/.fingerprint/getrandom-1fd10b73d389d9bb/dep-lib-getrandom new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/getrandom-1fd10b73d389d9bb/dep-lib-getrandom differ diff --git a/target/debug/.fingerprint/getrandom-1fd10b73d389d9bb/invoked.timestamp b/target/debug/.fingerprint/getrandom-1fd10b73d389d9bb/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/getrandom-1fd10b73d389d9bb/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/getrandom-1fd10b73d389d9bb/lib-getrandom b/target/debug/.fingerprint/getrandom-1fd10b73d389d9bb/lib-getrandom new file mode 100644 index 0000000..a0c607e --- /dev/null +++ b/target/debug/.fingerprint/getrandom-1fd10b73d389d9bb/lib-getrandom @@ -0,0 +1 @@ +f85217e3d3716b6a \ No newline at end of file diff --git a/target/debug/.fingerprint/getrandom-1fd10b73d389d9bb/lib-getrandom.json b/target/debug/.fingerprint/getrandom-1fd10b73d389d9bb/lib-getrandom.json new file mode 100644 index 0000000..3808633 --- /dev/null +++ b/target/debug/.fingerprint/getrandom-1fd10b73d389d9bb/lib-getrandom.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"js\", \"js-sys\", \"std\", \"wasm-bindgen\"]","declared_features":"[\"compiler_builtins\", \"core\", \"custom\", \"js\", \"js-sys\", \"linux_disable_fallback\", \"rdrand\", \"rustc-dep-of-std\", \"std\", \"test-in-browser\", \"wasm-bindgen\"]","target":16244099637825074703,"profile":2241668132362809309,"path":17981410161051348943,"deps":[[203594543813181569,"libc",false,7681612199272279827],[7667230146095136825,"cfg_if",false,5245324944763812973]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/getrandom-1fd10b73d389d9bb/dep-lib-getrandom","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/getrandom-25f18bc755e3e9ba/run-build-script-build-script-build b/target/debug/.fingerprint/getrandom-25f18bc755e3e9ba/run-build-script-build-script-build new file mode 100644 index 0000000..032bb28 --- /dev/null +++ b/target/debug/.fingerprint/getrandom-25f18bc755e3e9ba/run-build-script-build-script-build @@ -0,0 +1 @@ +a026a5f62b258022 \ No newline at end of file diff --git a/target/debug/.fingerprint/getrandom-25f18bc755e3e9ba/run-build-script-build-script-build.json b/target/debug/.fingerprint/getrandom-25f18bc755e3e9ba/run-build-script-build-script-build.json new file mode 100644 index 0000000..80f06d5 --- /dev/null +++ b/target/debug/.fingerprint/getrandom-25f18bc755e3e9ba/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[18408407127522236545,"build_script_build",false,6546143211490353296]],"local":[{"RerunIfChanged":{"output":"debug/build/getrandom-25f18bc755e3e9ba/output","paths":["build.rs"]}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/getrandom-3a580f8349e4ba46/dep-lib-getrandom b/target/debug/.fingerprint/getrandom-3a580f8349e4ba46/dep-lib-getrandom new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/getrandom-3a580f8349e4ba46/dep-lib-getrandom differ diff --git a/target/debug/.fingerprint/getrandom-3a580f8349e4ba46/invoked.timestamp b/target/debug/.fingerprint/getrandom-3a580f8349e4ba46/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/getrandom-3a580f8349e4ba46/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/getrandom-3a580f8349e4ba46/lib-getrandom b/target/debug/.fingerprint/getrandom-3a580f8349e4ba46/lib-getrandom new file mode 100644 index 0000000..6739ad8 --- /dev/null +++ b/target/debug/.fingerprint/getrandom-3a580f8349e4ba46/lib-getrandom @@ -0,0 +1 @@ +3fc23ab8201008c9 \ No newline at end of file diff --git a/target/debug/.fingerprint/getrandom-3a580f8349e4ba46/lib-getrandom.json b/target/debug/.fingerprint/getrandom-3a580f8349e4ba46/lib-getrandom.json new file mode 100644 index 0000000..04274b4 --- /dev/null +++ b/target/debug/.fingerprint/getrandom-3a580f8349e4ba46/lib-getrandom.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"std\"]","declared_features":"[\"std\", \"wasm_js\"]","target":11669924403970522481,"profile":9077819541049765386,"path":1305113684093447044,"deps":[[203594543813181569,"libc",false,845627925582925793],[7667230146095136825,"cfg_if",false,1463114408995388814],[18408407127522236545,"build_script_build",false,2486027865060353696]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/getrandom-3a580f8349e4ba46/dep-lib-getrandom","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/getrandom-797fb36fb25fb4ed/dep-lib-getrandom b/target/debug/.fingerprint/getrandom-797fb36fb25fb4ed/dep-lib-getrandom new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/getrandom-797fb36fb25fb4ed/dep-lib-getrandom differ diff --git a/target/debug/.fingerprint/getrandom-797fb36fb25fb4ed/invoked.timestamp b/target/debug/.fingerprint/getrandom-797fb36fb25fb4ed/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/getrandom-797fb36fb25fb4ed/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/getrandom-797fb36fb25fb4ed/lib-getrandom b/target/debug/.fingerprint/getrandom-797fb36fb25fb4ed/lib-getrandom new file mode 100644 index 0000000..860b3ae --- /dev/null +++ b/target/debug/.fingerprint/getrandom-797fb36fb25fb4ed/lib-getrandom @@ -0,0 +1 @@ +f737cfc28bab5f5c \ No newline at end of file diff --git a/target/debug/.fingerprint/getrandom-797fb36fb25fb4ed/lib-getrandom.json b/target/debug/.fingerprint/getrandom-797fb36fb25fb4ed/lib-getrandom.json new file mode 100644 index 0000000..4c66837 --- /dev/null +++ b/target/debug/.fingerprint/getrandom-797fb36fb25fb4ed/lib-getrandom.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"std\"]","declared_features":"[\"compiler_builtins\", \"core\", \"custom\", \"js\", \"js-sys\", \"linux_disable_fallback\", \"rdrand\", \"rustc-dep-of-std\", \"std\", \"test-in-browser\", \"wasm-bindgen\"]","target":16244099637825074703,"profile":2241668132362809309,"path":17981410161051348943,"deps":[[203594543813181569,"libc",false,7681612199272279827],[7667230146095136825,"cfg_if",false,5245324944763812973]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/getrandom-797fb36fb25fb4ed/dep-lib-getrandom","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/getrandom-c6a264a7149a6f08/dep-lib-getrandom b/target/debug/.fingerprint/getrandom-c6a264a7149a6f08/dep-lib-getrandom new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/getrandom-c6a264a7149a6f08/dep-lib-getrandom differ diff --git a/target/debug/.fingerprint/getrandom-c6a264a7149a6f08/invoked.timestamp b/target/debug/.fingerprint/getrandom-c6a264a7149a6f08/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/getrandom-c6a264a7149a6f08/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/getrandom-c6a264a7149a6f08/lib-getrandom b/target/debug/.fingerprint/getrandom-c6a264a7149a6f08/lib-getrandom new file mode 100644 index 0000000..0ff6314 --- /dev/null +++ b/target/debug/.fingerprint/getrandom-c6a264a7149a6f08/lib-getrandom @@ -0,0 +1 @@ +64e894c6ae6870fd \ No newline at end of file diff --git a/target/debug/.fingerprint/getrandom-c6a264a7149a6f08/lib-getrandom.json b/target/debug/.fingerprint/getrandom-c6a264a7149a6f08/lib-getrandom.json new file mode 100644 index 0000000..a20e291 --- /dev/null +++ b/target/debug/.fingerprint/getrandom-c6a264a7149a6f08/lib-getrandom.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"js\", \"js-sys\", \"std\", \"wasm-bindgen\"]","declared_features":"[\"compiler_builtins\", \"core\", \"custom\", \"js\", \"js-sys\", \"linux_disable_fallback\", \"rdrand\", \"rustc-dep-of-std\", \"std\", \"test-in-browser\", \"wasm-bindgen\"]","target":16244099637825074703,"profile":2225463790103693989,"path":17981410161051348943,"deps":[[203594543813181569,"libc",false,845627925582925793],[7667230146095136825,"cfg_if",false,1463114408995388814]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/getrandom-c6a264a7149a6f08/dep-lib-getrandom","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/getrandom-d630810956ea6987/dep-lib-getrandom b/target/debug/.fingerprint/getrandom-d630810956ea6987/dep-lib-getrandom new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/getrandom-d630810956ea6987/dep-lib-getrandom differ diff --git a/target/debug/.fingerprint/getrandom-d630810956ea6987/invoked.timestamp b/target/debug/.fingerprint/getrandom-d630810956ea6987/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/getrandom-d630810956ea6987/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/getrandom-d630810956ea6987/lib-getrandom b/target/debug/.fingerprint/getrandom-d630810956ea6987/lib-getrandom new file mode 100644 index 0000000..f185a27 --- /dev/null +++ b/target/debug/.fingerprint/getrandom-d630810956ea6987/lib-getrandom @@ -0,0 +1 @@ +85a3ba04702b4770 \ No newline at end of file diff --git a/target/debug/.fingerprint/getrandom-d630810956ea6987/lib-getrandom.json b/target/debug/.fingerprint/getrandom-d630810956ea6987/lib-getrandom.json new file mode 100644 index 0000000..820a36e --- /dev/null +++ b/target/debug/.fingerprint/getrandom-d630810956ea6987/lib-getrandom.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"std\"]","declared_features":"[\"std\", \"wasm_js\"]","target":11669924403970522481,"profile":10402231138261309960,"path":1305113684093447044,"deps":[[203594543813181569,"libc",false,7681612199272279827],[7667230146095136825,"cfg_if",false,5245324944763812973],[18408407127522236545,"build_script_build",false,2486027865060353696]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/getrandom-d630810956ea6987/dep-lib-getrandom","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/getrandom-dedbdd6b8a3133ac/build-script-build-script-build b/target/debug/.fingerprint/getrandom-dedbdd6b8a3133ac/build-script-build-script-build new file mode 100644 index 0000000..ff16b15 --- /dev/null +++ b/target/debug/.fingerprint/getrandom-dedbdd6b8a3133ac/build-script-build-script-build @@ -0,0 +1 @@ +90a0b7619192d85a \ No newline at end of file diff --git a/target/debug/.fingerprint/getrandom-dedbdd6b8a3133ac/build-script-build-script-build.json b/target/debug/.fingerprint/getrandom-dedbdd6b8a3133ac/build-script-build-script-build.json new file mode 100644 index 0000000..c41cbd2 --- /dev/null +++ b/target/debug/.fingerprint/getrandom-dedbdd6b8a3133ac/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"std\"]","declared_features":"[\"std\", \"wasm_js\"]","target":5408242616063297496,"profile":9077819541049765386,"path":15350167627370844664,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/getrandom-dedbdd6b8a3133ac/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/getrandom-dedbdd6b8a3133ac/dep-build-script-build-script-build b/target/debug/.fingerprint/getrandom-dedbdd6b8a3133ac/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/getrandom-dedbdd6b8a3133ac/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/getrandom-dedbdd6b8a3133ac/invoked.timestamp b/target/debug/.fingerprint/getrandom-dedbdd6b8a3133ac/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/getrandom-dedbdd6b8a3133ac/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/glob-2b6d0711a43a8bf7/dep-lib-glob b/target/debug/.fingerprint/glob-2b6d0711a43a8bf7/dep-lib-glob new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/glob-2b6d0711a43a8bf7/dep-lib-glob differ diff --git a/target/debug/.fingerprint/glob-2b6d0711a43a8bf7/invoked.timestamp b/target/debug/.fingerprint/glob-2b6d0711a43a8bf7/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/glob-2b6d0711a43a8bf7/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/glob-2b6d0711a43a8bf7/lib-glob b/target/debug/.fingerprint/glob-2b6d0711a43a8bf7/lib-glob new file mode 100644 index 0000000..486b5f4 --- /dev/null +++ b/target/debug/.fingerprint/glob-2b6d0711a43a8bf7/lib-glob @@ -0,0 +1 @@ +8d53ff760c40c639 \ No newline at end of file diff --git a/target/debug/.fingerprint/glob-2b6d0711a43a8bf7/lib-glob.json b/target/debug/.fingerprint/glob-2b6d0711a43a8bf7/lib-glob.json new file mode 100644 index 0000000..e82ebd4 --- /dev/null +++ b/target/debug/.fingerprint/glob-2b6d0711a43a8bf7/lib-glob.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":205079002303639128,"profile":2225463790103693989,"path":13931357876296017512,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/glob-2b6d0711a43a8bf7/dep-lib-glob","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/globset-71dc343309518b78/dep-lib-globset b/target/debug/.fingerprint/globset-71dc343309518b78/dep-lib-globset new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/globset-71dc343309518b78/dep-lib-globset differ diff --git a/target/debug/.fingerprint/globset-71dc343309518b78/invoked.timestamp b/target/debug/.fingerprint/globset-71dc343309518b78/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/globset-71dc343309518b78/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/globset-71dc343309518b78/lib-globset b/target/debug/.fingerprint/globset-71dc343309518b78/lib-globset new file mode 100644 index 0000000..aa08160 --- /dev/null +++ b/target/debug/.fingerprint/globset-71dc343309518b78/lib-globset @@ -0,0 +1 @@ +b623737949cb0c76 \ No newline at end of file diff --git a/target/debug/.fingerprint/globset-71dc343309518b78/lib-globset.json b/target/debug/.fingerprint/globset-71dc343309518b78/lib-globset.json new file mode 100644 index 0000000..4dafcb4 --- /dev/null +++ b/target/debug/.fingerprint/globset-71dc343309518b78/lib-globset.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"log\"]","declared_features":"[\"arbitrary\", \"default\", \"log\", \"serde\", \"serde1\", \"simd-accel\"]","target":9494496722596167712,"profile":2241668132362809309,"path":15305360786278437900,"deps":[[3030539787503978792,"regex_automata",false,9075016386314241653],[10630857666389190470,"log",false,17521242917158211660],[13170593666239583629,"bstr",false,12844246432535664148],[14659614821474690979,"regex_syntax",false,15237651733311981844],[15324871377471570981,"aho_corasick",false,17916787514323926594]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/globset-71dc343309518b78/dep-lib-globset","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/globset-8b377d3d305cee4e/dep-lib-globset b/target/debug/.fingerprint/globset-8b377d3d305cee4e/dep-lib-globset new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/globset-8b377d3d305cee4e/dep-lib-globset differ diff --git a/target/debug/.fingerprint/globset-8b377d3d305cee4e/invoked.timestamp b/target/debug/.fingerprint/globset-8b377d3d305cee4e/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/globset-8b377d3d305cee4e/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/globset-8b377d3d305cee4e/lib-globset b/target/debug/.fingerprint/globset-8b377d3d305cee4e/lib-globset new file mode 100644 index 0000000..74e30a8 --- /dev/null +++ b/target/debug/.fingerprint/globset-8b377d3d305cee4e/lib-globset @@ -0,0 +1 @@ +8dfbf0c757d6442e \ No newline at end of file diff --git a/target/debug/.fingerprint/globset-8b377d3d305cee4e/lib-globset.json b/target/debug/.fingerprint/globset-8b377d3d305cee4e/lib-globset.json new file mode 100644 index 0000000..a33abab --- /dev/null +++ b/target/debug/.fingerprint/globset-8b377d3d305cee4e/lib-globset.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"log\"]","declared_features":"[\"arbitrary\", \"default\", \"log\", \"serde\", \"serde1\", \"simd-accel\"]","target":9494496722596167712,"profile":2225463790103693989,"path":15305360786278437900,"deps":[[3030539787503978792,"regex_automata",false,7669750946471158320],[10630857666389190470,"log",false,1567224994077434894],[13170593666239583629,"bstr",false,2150516679830782450],[14659614821474690979,"regex_syntax",false,6739650430968062412],[15324871377471570981,"aho_corasick",false,11342470095878154793]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/globset-8b377d3d305cee4e/dep-lib-globset","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/globwalk-210628b8c27a733f/dep-lib-globwalk b/target/debug/.fingerprint/globwalk-210628b8c27a733f/dep-lib-globwalk new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/globwalk-210628b8c27a733f/dep-lib-globwalk differ diff --git a/target/debug/.fingerprint/globwalk-210628b8c27a733f/invoked.timestamp b/target/debug/.fingerprint/globwalk-210628b8c27a733f/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/globwalk-210628b8c27a733f/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/globwalk-210628b8c27a733f/lib-globwalk b/target/debug/.fingerprint/globwalk-210628b8c27a733f/lib-globwalk new file mode 100644 index 0000000..e23f9b5 --- /dev/null +++ b/target/debug/.fingerprint/globwalk-210628b8c27a733f/lib-globwalk @@ -0,0 +1 @@ +12826f204291d46d \ No newline at end of file diff --git a/target/debug/.fingerprint/globwalk-210628b8c27a733f/lib-globwalk.json b/target/debug/.fingerprint/globwalk-210628b8c27a733f/lib-globwalk.json new file mode 100644 index 0000000..7e1907a --- /dev/null +++ b/target/debug/.fingerprint/globwalk-210628b8c27a733f/lib-globwalk.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":10501987857755232641,"profile":2241668132362809309,"path":4529962788019474874,"deps":[[6514497278518495359,"ignore",false,6271529490157266779],[9001817693037665195,"bitflags",false,15061383507137813603],[15622660310229662834,"walkdir",false,822224349253121539]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/globwalk-210628b8c27a733f/dep-lib-globwalk","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/globwalk-380a074dec5b5a60/dep-lib-globwalk b/target/debug/.fingerprint/globwalk-380a074dec5b5a60/dep-lib-globwalk new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/globwalk-380a074dec5b5a60/dep-lib-globwalk differ diff --git a/target/debug/.fingerprint/globwalk-380a074dec5b5a60/invoked.timestamp b/target/debug/.fingerprint/globwalk-380a074dec5b5a60/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/globwalk-380a074dec5b5a60/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/globwalk-380a074dec5b5a60/lib-globwalk b/target/debug/.fingerprint/globwalk-380a074dec5b5a60/lib-globwalk new file mode 100644 index 0000000..3622cbf --- /dev/null +++ b/target/debug/.fingerprint/globwalk-380a074dec5b5a60/lib-globwalk @@ -0,0 +1 @@ +0837d811706baf12 \ No newline at end of file diff --git a/target/debug/.fingerprint/globwalk-380a074dec5b5a60/lib-globwalk.json b/target/debug/.fingerprint/globwalk-380a074dec5b5a60/lib-globwalk.json new file mode 100644 index 0000000..421f5a0 --- /dev/null +++ b/target/debug/.fingerprint/globwalk-380a074dec5b5a60/lib-globwalk.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":1688187991635047990,"profile":2241668132362809309,"path":12550696731022857287,"deps":[[6514497278518495359,"ignore",false,6271529490157266779],[10435729446543529114,"bitflags",false,3661045226912629163],[15622660310229662834,"walkdir",false,822224349253121539]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/globwalk-380a074dec5b5a60/dep-lib-globwalk","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/globwalk-3afe73e2fe194881/dep-lib-globwalk b/target/debug/.fingerprint/globwalk-3afe73e2fe194881/dep-lib-globwalk new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/globwalk-3afe73e2fe194881/dep-lib-globwalk differ diff --git a/target/debug/.fingerprint/globwalk-3afe73e2fe194881/invoked.timestamp b/target/debug/.fingerprint/globwalk-3afe73e2fe194881/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/globwalk-3afe73e2fe194881/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/globwalk-3afe73e2fe194881/lib-globwalk b/target/debug/.fingerprint/globwalk-3afe73e2fe194881/lib-globwalk new file mode 100644 index 0000000..d03dfaf --- /dev/null +++ b/target/debug/.fingerprint/globwalk-3afe73e2fe194881/lib-globwalk @@ -0,0 +1 @@ +84dc8b02fcc4ceea \ No newline at end of file diff --git a/target/debug/.fingerprint/globwalk-3afe73e2fe194881/lib-globwalk.json b/target/debug/.fingerprint/globwalk-3afe73e2fe194881/lib-globwalk.json new file mode 100644 index 0000000..4232fee --- /dev/null +++ b/target/debug/.fingerprint/globwalk-3afe73e2fe194881/lib-globwalk.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":1688187991635047990,"profile":2225463790103693989,"path":12550696731022857287,"deps":[[6514497278518495359,"ignore",false,220693359592756639],[10435729446543529114,"bitflags",false,8611770636372283918],[15622660310229662834,"walkdir",false,4752162139161461440]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/globwalk-3afe73e2fe194881/dep-lib-globwalk","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/globwalk-e7470d577925de1c/dep-lib-globwalk b/target/debug/.fingerprint/globwalk-e7470d577925de1c/dep-lib-globwalk new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/globwalk-e7470d577925de1c/dep-lib-globwalk differ diff --git a/target/debug/.fingerprint/globwalk-e7470d577925de1c/invoked.timestamp b/target/debug/.fingerprint/globwalk-e7470d577925de1c/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/globwalk-e7470d577925de1c/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/globwalk-e7470d577925de1c/lib-globwalk b/target/debug/.fingerprint/globwalk-e7470d577925de1c/lib-globwalk new file mode 100644 index 0000000..14e6a94 --- /dev/null +++ b/target/debug/.fingerprint/globwalk-e7470d577925de1c/lib-globwalk @@ -0,0 +1 @@ +0dc104ca48bfbb3e \ No newline at end of file diff --git a/target/debug/.fingerprint/globwalk-e7470d577925de1c/lib-globwalk.json b/target/debug/.fingerprint/globwalk-e7470d577925de1c/lib-globwalk.json new file mode 100644 index 0000000..4fd2973 --- /dev/null +++ b/target/debug/.fingerprint/globwalk-e7470d577925de1c/lib-globwalk.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":1688187991635047990,"profile":2241668132362809309,"path":12550696731022857287,"deps":[[6514497278518495359,"ignore",false,537461598211552273],[10435729446543529114,"bitflags",false,3661045226912629163],[15622660310229662834,"walkdir",false,822224349253121539]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/globwalk-e7470d577925de1c/dep-lib-globwalk","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/globwalk-e7e983d95e513401/dep-lib-globwalk b/target/debug/.fingerprint/globwalk-e7e983d95e513401/dep-lib-globwalk new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/globwalk-e7e983d95e513401/dep-lib-globwalk differ diff --git a/target/debug/.fingerprint/globwalk-e7e983d95e513401/invoked.timestamp b/target/debug/.fingerprint/globwalk-e7e983d95e513401/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/globwalk-e7e983d95e513401/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/globwalk-e7e983d95e513401/lib-globwalk b/target/debug/.fingerprint/globwalk-e7e983d95e513401/lib-globwalk new file mode 100644 index 0000000..61cc4d3 --- /dev/null +++ b/target/debug/.fingerprint/globwalk-e7e983d95e513401/lib-globwalk @@ -0,0 +1 @@ +a8b8f7c7d986d86f \ No newline at end of file diff --git a/target/debug/.fingerprint/globwalk-e7e983d95e513401/lib-globwalk.json b/target/debug/.fingerprint/globwalk-e7e983d95e513401/lib-globwalk.json new file mode 100644 index 0000000..1abbad1 --- /dev/null +++ b/target/debug/.fingerprint/globwalk-e7e983d95e513401/lib-globwalk.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":1688187991635047990,"profile":2225463790103693989,"path":12550696731022857287,"deps":[[6514497278518495359,"ignore",false,6227426026795928803],[10435729446543529114,"bitflags",false,8611770636372283918],[15622660310229662834,"walkdir",false,4752162139161461440]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/globwalk-e7e983d95e513401/dep-lib-globwalk","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/h2-271a8bd2d139ed56/dep-lib-h2 b/target/debug/.fingerprint/h2-271a8bd2d139ed56/dep-lib-h2 new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/h2-271a8bd2d139ed56/dep-lib-h2 differ diff --git a/target/debug/.fingerprint/h2-271a8bd2d139ed56/invoked.timestamp b/target/debug/.fingerprint/h2-271a8bd2d139ed56/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/h2-271a8bd2d139ed56/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/h2-271a8bd2d139ed56/lib-h2 b/target/debug/.fingerprint/h2-271a8bd2d139ed56/lib-h2 new file mode 100644 index 0000000..5e5bddb --- /dev/null +++ b/target/debug/.fingerprint/h2-271a8bd2d139ed56/lib-h2 @@ -0,0 +1 @@ +37630ad4a5239f8a \ No newline at end of file diff --git a/target/debug/.fingerprint/h2-271a8bd2d139ed56/lib-h2.json b/target/debug/.fingerprint/h2-271a8bd2d139ed56/lib-h2.json new file mode 100644 index 0000000..1856109 --- /dev/null +++ b/target/debug/.fingerprint/h2-271a8bd2d139ed56/lib-h2.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"stream\", \"unstable\"]","target":15383560931896426848,"profile":14166219718623142490,"path":864726812785147755,"deps":[[1345404220202658316,"fnv",false,14131754966682044266],[3163899731817361221,"tokio_util",false,11150100166459866824],[4405182208873388884,"http",false,14793570796329949612],[6355489020061627772,"bytes",false,5202919556575344190],[7013762810557009322,"futures_sink",false,10737487158563702794],[7620660491849607393,"futures_core",false,8162665628542204569],[10629569228670356391,"futures_util",false,7365277945834051026],[12821780872552529316,"indexmap",false,8205179541564719214],[12891030758458664808,"tokio",false,13629259371125197179],[14757622794040968908,"tracing",false,15481652202596263875],[14767213526276824509,"slab",false,17390599228392683833]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/h2-271a8bd2d139ed56/dep-lib-h2","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/h2-5f09454293b602e7/dep-lib-h2 b/target/debug/.fingerprint/h2-5f09454293b602e7/dep-lib-h2 new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/h2-5f09454293b602e7/dep-lib-h2 differ diff --git a/target/debug/.fingerprint/h2-5f09454293b602e7/invoked.timestamp b/target/debug/.fingerprint/h2-5f09454293b602e7/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/h2-5f09454293b602e7/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/h2-5f09454293b602e7/lib-h2 b/target/debug/.fingerprint/h2-5f09454293b602e7/lib-h2 new file mode 100644 index 0000000..58b1a07 --- /dev/null +++ b/target/debug/.fingerprint/h2-5f09454293b602e7/lib-h2 @@ -0,0 +1 @@ +0f233e39ee9e4451 \ No newline at end of file diff --git a/target/debug/.fingerprint/h2-5f09454293b602e7/lib-h2.json b/target/debug/.fingerprint/h2-5f09454293b602e7/lib-h2.json new file mode 100644 index 0000000..45995ff --- /dev/null +++ b/target/debug/.fingerprint/h2-5f09454293b602e7/lib-h2.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"stream\", \"unstable\"]","target":15216351499943135959,"profile":14166219718623142490,"path":6443099468396647605,"deps":[[1074848931188612602,"atomic_waker",false,15856284537136931634],[1345404220202658316,"fnv",false,14131754966682044266],[2620434475832828286,"http",false,2588846681164434643],[3163899731817361221,"tokio_util",false,11150100166459866824],[6355489020061627772,"bytes",false,5202919556575344190],[7013762810557009322,"futures_sink",false,10737487158563702794],[7620660491849607393,"futures_core",false,8162665628542204569],[12821780872552529316,"indexmap",false,8205179541564719214],[12891030758458664808,"tokio",false,13629259371125197179],[14757622794040968908,"tracing",false,15481652202596263875],[14767213526276824509,"slab",false,17390599228392683833]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/h2-5f09454293b602e7/dep-lib-h2","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/h2-861d19fe6f029db4/dep-lib-h2 b/target/debug/.fingerprint/h2-861d19fe6f029db4/dep-lib-h2 new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/h2-861d19fe6f029db4/dep-lib-h2 differ diff --git a/target/debug/.fingerprint/h2-861d19fe6f029db4/invoked.timestamp b/target/debug/.fingerprint/h2-861d19fe6f029db4/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/h2-861d19fe6f029db4/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/h2-861d19fe6f029db4/lib-h2 b/target/debug/.fingerprint/h2-861d19fe6f029db4/lib-h2 new file mode 100644 index 0000000..2c7d907 --- /dev/null +++ b/target/debug/.fingerprint/h2-861d19fe6f029db4/lib-h2 @@ -0,0 +1 @@ +859c5da6e480997a \ No newline at end of file diff --git a/target/debug/.fingerprint/h2-861d19fe6f029db4/lib-h2.json b/target/debug/.fingerprint/h2-861d19fe6f029db4/lib-h2.json new file mode 100644 index 0000000..205d0fa --- /dev/null +++ b/target/debug/.fingerprint/h2-861d19fe6f029db4/lib-h2.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"stream\", \"unstable\"]","target":15216351499943135959,"profile":14166219718623142490,"path":6443099468396647605,"deps":[[1074848931188612602,"atomic_waker",false,15856284537136931634],[1345404220202658316,"fnv",false,14131754966682044266],[2620434475832828286,"http",false,4946455572965513149],[3163899731817361221,"tokio_util",false,11535062348815589456],[6355489020061627772,"bytes",false,11173992151888436898],[7013762810557009322,"futures_sink",false,10737487158563702794],[7620660491849607393,"futures_core",false,8162665628542204569],[12821780872552529316,"indexmap",false,8122438388439652767],[12891030758458664808,"tokio",false,5072163070033021838],[14757622794040968908,"tracing",false,15481652202596263875],[14767213526276824509,"slab",false,17390599228392683833]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/h2-861d19fe6f029db4/dep-lib-h2","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/handlebars-f040aa35bff6c604/dep-lib-handlebars b/target/debug/.fingerprint/handlebars-f040aa35bff6c604/dep-lib-handlebars new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/handlebars-f040aa35bff6c604/dep-lib-handlebars differ diff --git a/target/debug/.fingerprint/handlebars-f040aa35bff6c604/invoked.timestamp b/target/debug/.fingerprint/handlebars-f040aa35bff6c604/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/handlebars-f040aa35bff6c604/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/handlebars-f040aa35bff6c604/lib-handlebars b/target/debug/.fingerprint/handlebars-f040aa35bff6c604/lib-handlebars new file mode 100644 index 0000000..75c8d10 --- /dev/null +++ b/target/debug/.fingerprint/handlebars-f040aa35bff6c604/lib-handlebars @@ -0,0 +1 @@ +19a4f355024fde3a \ No newline at end of file diff --git a/target/debug/.fingerprint/handlebars-f040aa35bff6c604/lib-handlebars.json b/target/debug/.fingerprint/handlebars-f040aa35bff6c604/lib-handlebars.json new file mode 100644 index 0000000..4b945de --- /dev/null +++ b/target/debug/.fingerprint/handlebars-f040aa35bff6c604/lib-handlebars.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\"]","declared_features":"[\"default\", \"dir_source\", \"heck\", \"no_logging\", \"rhai\", \"rust-embed\", \"script_helper\", \"string_helpers\", \"walkdir\"]","target":4130658372678838682,"profile":2241668132362809309,"path":6290649385474441470,"deps":[[2448563160050429386,"thiserror",false,1286597792957968042],[5938576746592958590,"pest",false,966501116731234294],[6219554740863759696,"derive_builder",false,14407024678530159238],[7105879737972589220,"num_order",false,15227778049403478012],[9767028476160571336,"pest_derive",false,10325773181193323381],[10630857666389190470,"log",false,17521242917158211660],[13548984313718623784,"serde",false,7132925528862317428],[13795362694956882968,"serde_json",false,15340009246332311666]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/handlebars-f040aa35bff6c604/dep-lib-handlebars","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/hashbrown-2963b13456b32d69/dep-lib-hashbrown b/target/debug/.fingerprint/hashbrown-2963b13456b32d69/dep-lib-hashbrown new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/hashbrown-2963b13456b32d69/dep-lib-hashbrown differ diff --git a/target/debug/.fingerprint/hashbrown-2963b13456b32d69/invoked.timestamp b/target/debug/.fingerprint/hashbrown-2963b13456b32d69/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/hashbrown-2963b13456b32d69/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/hashbrown-2963b13456b32d69/lib-hashbrown b/target/debug/.fingerprint/hashbrown-2963b13456b32d69/lib-hashbrown new file mode 100644 index 0000000..cd499fa --- /dev/null +++ b/target/debug/.fingerprint/hashbrown-2963b13456b32d69/lib-hashbrown @@ -0,0 +1 @@ +7b64e23192a19fc7 \ No newline at end of file diff --git a/target/debug/.fingerprint/hashbrown-2963b13456b32d69/lib-hashbrown.json b/target/debug/.fingerprint/hashbrown-2963b13456b32d69/lib-hashbrown.json new file mode 100644 index 0000000..e5b9e62 --- /dev/null +++ b/target/debug/.fingerprint/hashbrown-2963b13456b32d69/lib-hashbrown.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"raw\"]","declared_features":"[\"ahash\", \"ahash-compile-time-rng\", \"alloc\", \"bumpalo\", \"compiler_builtins\", \"core\", \"default\", \"inline-more\", \"nightly\", \"raw\", \"rayon\", \"rustc-dep-of-std\", \"rustc-internal-api\", \"serde\"]","target":9101038166729729440,"profile":2241668132362809309,"path":10071432184185144037,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/hashbrown-2963b13456b32d69/dep-lib-hashbrown","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/hashbrown-3d3c587f4038bc13/dep-lib-hashbrown b/target/debug/.fingerprint/hashbrown-3d3c587f4038bc13/dep-lib-hashbrown new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/hashbrown-3d3c587f4038bc13/dep-lib-hashbrown differ diff --git a/target/debug/.fingerprint/hashbrown-3d3c587f4038bc13/invoked.timestamp b/target/debug/.fingerprint/hashbrown-3d3c587f4038bc13/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/hashbrown-3d3c587f4038bc13/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/hashbrown-3d3c587f4038bc13/lib-hashbrown b/target/debug/.fingerprint/hashbrown-3d3c587f4038bc13/lib-hashbrown new file mode 100644 index 0000000..064558e --- /dev/null +++ b/target/debug/.fingerprint/hashbrown-3d3c587f4038bc13/lib-hashbrown @@ -0,0 +1 @@ +aa17a32818c208ed \ No newline at end of file diff --git a/target/debug/.fingerprint/hashbrown-3d3c587f4038bc13/lib-hashbrown.json b/target/debug/.fingerprint/hashbrown-3d3c587f4038bc13/lib-hashbrown.json new file mode 100644 index 0000000..9917b59 --- /dev/null +++ b/target/debug/.fingerprint/hashbrown-3d3c587f4038bc13/lib-hashbrown.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"alloc\", \"allocator-api2\", \"core\", \"default\", \"default-hasher\", \"equivalent\", \"inline-more\", \"nightly\", \"raw-entry\", \"rayon\", \"rustc-dep-of-std\", \"rustc-internal-api\", \"serde\"]","target":13796197676120832388,"profile":2241668132362809309,"path":1822112011907362333,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/hashbrown-3d3c587f4038bc13/dep-lib-hashbrown","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/hashbrown-45b11af46fae429c/dep-lib-hashbrown b/target/debug/.fingerprint/hashbrown-45b11af46fae429c/dep-lib-hashbrown new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/hashbrown-45b11af46fae429c/dep-lib-hashbrown differ diff --git a/target/debug/.fingerprint/hashbrown-45b11af46fae429c/invoked.timestamp b/target/debug/.fingerprint/hashbrown-45b11af46fae429c/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/hashbrown-45b11af46fae429c/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/hashbrown-45b11af46fae429c/lib-hashbrown b/target/debug/.fingerprint/hashbrown-45b11af46fae429c/lib-hashbrown new file mode 100644 index 0000000..8d4fc2f --- /dev/null +++ b/target/debug/.fingerprint/hashbrown-45b11af46fae429c/lib-hashbrown @@ -0,0 +1 @@ +961735b1c27e7fe1 \ No newline at end of file diff --git a/target/debug/.fingerprint/hashbrown-45b11af46fae429c/lib-hashbrown.json b/target/debug/.fingerprint/hashbrown-45b11af46fae429c/lib-hashbrown.json new file mode 100644 index 0000000..37f2cbe --- /dev/null +++ b/target/debug/.fingerprint/hashbrown-45b11af46fae429c/lib-hashbrown.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"allocator-api2\", \"default\", \"default-hasher\", \"equivalent\", \"inline-more\", \"raw-entry\"]","declared_features":"[\"alloc\", \"allocator-api2\", \"core\", \"default\", \"default-hasher\", \"equivalent\", \"inline-more\", \"nightly\", \"raw-entry\", \"rayon\", \"rustc-dep-of-std\", \"rustc-internal-api\", \"serde\"]","target":13796197676120832388,"profile":2225463790103693989,"path":17711026588967660535,"deps":[[5230392855116717286,"equivalent",false,14808314283372594016],[9150530836556604396,"allocator_api2",false,6598727753165065253],[10842263908529601448,"foldhash",false,17417714560350964616]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/hashbrown-45b11af46fae429c/dep-lib-hashbrown","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/hashbrown-694c661af476c825/dep-lib-hashbrown b/target/debug/.fingerprint/hashbrown-694c661af476c825/dep-lib-hashbrown new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/hashbrown-694c661af476c825/dep-lib-hashbrown differ diff --git a/target/debug/.fingerprint/hashbrown-694c661af476c825/invoked.timestamp b/target/debug/.fingerprint/hashbrown-694c661af476c825/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/hashbrown-694c661af476c825/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/hashbrown-694c661af476c825/lib-hashbrown b/target/debug/.fingerprint/hashbrown-694c661af476c825/lib-hashbrown new file mode 100644 index 0000000..72c3e57 --- /dev/null +++ b/target/debug/.fingerprint/hashbrown-694c661af476c825/lib-hashbrown @@ -0,0 +1 @@ +3c33351131f4e787 \ No newline at end of file diff --git a/target/debug/.fingerprint/hashbrown-694c661af476c825/lib-hashbrown.json b/target/debug/.fingerprint/hashbrown-694c661af476c825/lib-hashbrown.json new file mode 100644 index 0000000..c361057 --- /dev/null +++ b/target/debug/.fingerprint/hashbrown-694c661af476c825/lib-hashbrown.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"allocator-api2\", \"default\", \"default-hasher\", \"equivalent\", \"inline-more\", \"raw-entry\"]","declared_features":"[\"alloc\", \"allocator-api2\", \"core\", \"default\", \"default-hasher\", \"equivalent\", \"inline-more\", \"nightly\", \"raw-entry\", \"rayon\", \"rustc-dep-of-std\", \"rustc-internal-api\", \"serde\"]","target":13796197676120832388,"profile":2241668132362809309,"path":17711026588967660535,"deps":[[5230392855116717286,"equivalent",false,13056659422197246453],[9150530836556604396,"allocator_api2",false,5849502323946255062],[10842263908529601448,"foldhash",false,11826537111927623799]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/hashbrown-694c661af476c825/dep-lib-hashbrown","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/hashbrown-8bab7fbecc6b7704/dep-lib-hashbrown b/target/debug/.fingerprint/hashbrown-8bab7fbecc6b7704/dep-lib-hashbrown new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/hashbrown-8bab7fbecc6b7704/dep-lib-hashbrown differ diff --git a/target/debug/.fingerprint/hashbrown-8bab7fbecc6b7704/invoked.timestamp b/target/debug/.fingerprint/hashbrown-8bab7fbecc6b7704/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/hashbrown-8bab7fbecc6b7704/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/hashbrown-8bab7fbecc6b7704/lib-hashbrown b/target/debug/.fingerprint/hashbrown-8bab7fbecc6b7704/lib-hashbrown new file mode 100644 index 0000000..28185ff --- /dev/null +++ b/target/debug/.fingerprint/hashbrown-8bab7fbecc6b7704/lib-hashbrown @@ -0,0 +1 @@ +865abc0cd45e265e \ No newline at end of file diff --git a/target/debug/.fingerprint/hashbrown-8bab7fbecc6b7704/lib-hashbrown.json b/target/debug/.fingerprint/hashbrown-8bab7fbecc6b7704/lib-hashbrown.json new file mode 100644 index 0000000..9666d7b --- /dev/null +++ b/target/debug/.fingerprint/hashbrown-8bab7fbecc6b7704/lib-hashbrown.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"raw\"]","declared_features":"[\"ahash\", \"alloc\", \"allocator-api2\", \"compiler_builtins\", \"core\", \"default\", \"equivalent\", \"inline-more\", \"nightly\", \"raw\", \"rayon\", \"rkyv\", \"rustc-dep-of-std\", \"rustc-internal-api\", \"serde\"]","target":9101038166729729440,"profile":2241668132362809309,"path":10532690955901021062,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/hashbrown-8bab7fbecc6b7704/dep-lib-hashbrown","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/hashbrown-9b43397e47fe83ef/dep-lib-hashbrown b/target/debug/.fingerprint/hashbrown-9b43397e47fe83ef/dep-lib-hashbrown new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/hashbrown-9b43397e47fe83ef/dep-lib-hashbrown differ diff --git a/target/debug/.fingerprint/hashbrown-9b43397e47fe83ef/invoked.timestamp b/target/debug/.fingerprint/hashbrown-9b43397e47fe83ef/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/hashbrown-9b43397e47fe83ef/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/hashbrown-9b43397e47fe83ef/lib-hashbrown b/target/debug/.fingerprint/hashbrown-9b43397e47fe83ef/lib-hashbrown new file mode 100644 index 0000000..a7f879c --- /dev/null +++ b/target/debug/.fingerprint/hashbrown-9b43397e47fe83ef/lib-hashbrown @@ -0,0 +1 @@ +c1168af060bcee69 \ No newline at end of file diff --git a/target/debug/.fingerprint/hashbrown-9b43397e47fe83ef/lib-hashbrown.json b/target/debug/.fingerprint/hashbrown-9b43397e47fe83ef/lib-hashbrown.json new file mode 100644 index 0000000..bbdcf40 --- /dev/null +++ b/target/debug/.fingerprint/hashbrown-9b43397e47fe83ef/lib-hashbrown.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"ahash\", \"alloc\", \"allocator-api2\", \"compiler_builtins\", \"core\", \"default\", \"equivalent\", \"inline-more\", \"nightly\", \"raw\", \"rayon\", \"rkyv\", \"rustc-dep-of-std\", \"rustc-internal-api\", \"serde\"]","target":9101038166729729440,"profile":2241668132362809309,"path":10532690955901021062,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/hashbrown-9b43397e47fe83ef/dep-lib-hashbrown","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/hashbrown-e17620430a458ee7/dep-lib-hashbrown b/target/debug/.fingerprint/hashbrown-e17620430a458ee7/dep-lib-hashbrown new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/hashbrown-e17620430a458ee7/dep-lib-hashbrown differ diff --git a/target/debug/.fingerprint/hashbrown-e17620430a458ee7/invoked.timestamp b/target/debug/.fingerprint/hashbrown-e17620430a458ee7/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/hashbrown-e17620430a458ee7/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/hashbrown-e17620430a458ee7/lib-hashbrown b/target/debug/.fingerprint/hashbrown-e17620430a458ee7/lib-hashbrown new file mode 100644 index 0000000..93cd5ac --- /dev/null +++ b/target/debug/.fingerprint/hashbrown-e17620430a458ee7/lib-hashbrown @@ -0,0 +1 @@ +1439d38a46d74a23 \ No newline at end of file diff --git a/target/debug/.fingerprint/hashbrown-e17620430a458ee7/lib-hashbrown.json b/target/debug/.fingerprint/hashbrown-e17620430a458ee7/lib-hashbrown.json new file mode 100644 index 0000000..19b803a --- /dev/null +++ b/target/debug/.fingerprint/hashbrown-e17620430a458ee7/lib-hashbrown.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"alloc\", \"allocator-api2\", \"core\", \"default\", \"default-hasher\", \"equivalent\", \"inline-more\", \"nightly\", \"raw-entry\", \"rayon\", \"rustc-dep-of-std\", \"rustc-internal-api\", \"serde\"]","target":13796197676120832388,"profile":2225463790103693989,"path":1822112011907362333,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/hashbrown-e17620430a458ee7/dep-lib-hashbrown","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/hashlink-2ddcef7d107ecdab/dep-lib-hashlink b/target/debug/.fingerprint/hashlink-2ddcef7d107ecdab/dep-lib-hashlink new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/hashlink-2ddcef7d107ecdab/dep-lib-hashlink differ diff --git a/target/debug/.fingerprint/hashlink-2ddcef7d107ecdab/invoked.timestamp b/target/debug/.fingerprint/hashlink-2ddcef7d107ecdab/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/hashlink-2ddcef7d107ecdab/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/hashlink-2ddcef7d107ecdab/lib-hashlink b/target/debug/.fingerprint/hashlink-2ddcef7d107ecdab/lib-hashlink new file mode 100644 index 0000000..9a0af28 --- /dev/null +++ b/target/debug/.fingerprint/hashlink-2ddcef7d107ecdab/lib-hashlink @@ -0,0 +1 @@ +d44c73357891579f \ No newline at end of file diff --git a/target/debug/.fingerprint/hashlink-2ddcef7d107ecdab/lib-hashlink.json b/target/debug/.fingerprint/hashlink-2ddcef7d107ecdab/lib-hashlink.json new file mode 100644 index 0000000..f9cab25 --- /dev/null +++ b/target/debug/.fingerprint/hashlink-2ddcef7d107ecdab/lib-hashlink.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"serde\", \"serde_impl\"]","target":3158588102652511467,"profile":2225463790103693989,"path":4437742375655840056,"deps":[[8921336173939679069,"hashbrown",false,16248845355237840790]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/hashlink-2ddcef7d107ecdab/dep-lib-hashlink","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/hashlink-3949770edbb9b418/dep-lib-hashlink b/target/debug/.fingerprint/hashlink-3949770edbb9b418/dep-lib-hashlink new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/hashlink-3949770edbb9b418/dep-lib-hashlink differ diff --git a/target/debug/.fingerprint/hashlink-3949770edbb9b418/invoked.timestamp b/target/debug/.fingerprint/hashlink-3949770edbb9b418/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/hashlink-3949770edbb9b418/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/hashlink-3949770edbb9b418/lib-hashlink b/target/debug/.fingerprint/hashlink-3949770edbb9b418/lib-hashlink new file mode 100644 index 0000000..b61b54f --- /dev/null +++ b/target/debug/.fingerprint/hashlink-3949770edbb9b418/lib-hashlink @@ -0,0 +1 @@ +1f4eb5071f4f93e8 \ No newline at end of file diff --git a/target/debug/.fingerprint/hashlink-3949770edbb9b418/lib-hashlink.json b/target/debug/.fingerprint/hashlink-3949770edbb9b418/lib-hashlink.json new file mode 100644 index 0000000..7914d99 --- /dev/null +++ b/target/debug/.fingerprint/hashlink-3949770edbb9b418/lib-hashlink.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"serde\", \"serde_impl\"]","target":3158588102652511467,"profile":2241668132362809309,"path":4437742375655840056,"deps":[[8921336173939679069,"hashbrown",false,9793064406319706940]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/hashlink-3949770edbb9b418/dep-lib-hashlink","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/hdrhistogram-8080d075853c6a29/dep-lib-hdrhistogram b/target/debug/.fingerprint/hdrhistogram-8080d075853c6a29/dep-lib-hdrhistogram new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/hdrhistogram-8080d075853c6a29/dep-lib-hdrhistogram differ diff --git a/target/debug/.fingerprint/hdrhistogram-8080d075853c6a29/invoked.timestamp b/target/debug/.fingerprint/hdrhistogram-8080d075853c6a29/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/hdrhistogram-8080d075853c6a29/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/hdrhistogram-8080d075853c6a29/lib-hdrhistogram b/target/debug/.fingerprint/hdrhistogram-8080d075853c6a29/lib-hdrhistogram new file mode 100644 index 0000000..40da9e0 --- /dev/null +++ b/target/debug/.fingerprint/hdrhistogram-8080d075853c6a29/lib-hdrhistogram @@ -0,0 +1 @@ +aa2f8023f6e2e20d \ No newline at end of file diff --git a/target/debug/.fingerprint/hdrhistogram-8080d075853c6a29/lib-hdrhistogram.json b/target/debug/.fingerprint/hdrhistogram-8080d075853c6a29/lib-hdrhistogram.json new file mode 100644 index 0000000..cbf9c52 --- /dev/null +++ b/target/debug/.fingerprint/hdrhistogram-8080d075853c6a29/lib-hdrhistogram.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"base64\", \"bench_private\", \"crossbeam-channel\", \"default\", \"flate2\", \"nom\", \"serialization\", \"sync\"]","target":3238285747109305631,"profile":2241668132362809309,"path":11488833355404477524,"deps":[[3712811570531045576,"byteorder",false,15897422570677799587],[5157631553186200874,"num_traits",false,1836119591555862011]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/hdrhistogram-8080d075853c6a29/dep-lib-hdrhistogram","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/hdrhistogram-cba20e37810d6d69/dep-lib-hdrhistogram b/target/debug/.fingerprint/hdrhistogram-cba20e37810d6d69/dep-lib-hdrhistogram new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/hdrhistogram-cba20e37810d6d69/dep-lib-hdrhistogram differ diff --git a/target/debug/.fingerprint/hdrhistogram-cba20e37810d6d69/invoked.timestamp b/target/debug/.fingerprint/hdrhistogram-cba20e37810d6d69/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/hdrhistogram-cba20e37810d6d69/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/hdrhistogram-cba20e37810d6d69/lib-hdrhistogram b/target/debug/.fingerprint/hdrhistogram-cba20e37810d6d69/lib-hdrhistogram new file mode 100644 index 0000000..f6ae17a --- /dev/null +++ b/target/debug/.fingerprint/hdrhistogram-cba20e37810d6d69/lib-hdrhistogram @@ -0,0 +1 @@ +86bebe0d2ce995cd \ No newline at end of file diff --git a/target/debug/.fingerprint/hdrhistogram-cba20e37810d6d69/lib-hdrhistogram.json b/target/debug/.fingerprint/hdrhistogram-cba20e37810d6d69/lib-hdrhistogram.json new file mode 100644 index 0000000..be4822d --- /dev/null +++ b/target/debug/.fingerprint/hdrhistogram-cba20e37810d6d69/lib-hdrhistogram.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"base64\", \"bench_private\", \"crossbeam-channel\", \"default\", \"flate2\", \"nom\", \"serialization\", \"sync\"]","target":3238285747109305631,"profile":2241668132362809309,"path":11488833355404477524,"deps":[[3712811570531045576,"byteorder",false,15897422570677799587],[5157631553186200874,"num_traits",false,9294226173466835066]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/hdrhistogram-cba20e37810d6d69/dep-lib-hdrhistogram","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/heck-97d689db605b5137/dep-lib-heck b/target/debug/.fingerprint/heck-97d689db605b5137/dep-lib-heck new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/heck-97d689db605b5137/dep-lib-heck differ diff --git a/target/debug/.fingerprint/heck-97d689db605b5137/invoked.timestamp b/target/debug/.fingerprint/heck-97d689db605b5137/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/heck-97d689db605b5137/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/heck-97d689db605b5137/lib-heck b/target/debug/.fingerprint/heck-97d689db605b5137/lib-heck new file mode 100644 index 0000000..be7b9d6 --- /dev/null +++ b/target/debug/.fingerprint/heck-97d689db605b5137/lib-heck @@ -0,0 +1 @@ +465e76c43498b0dd \ No newline at end of file diff --git a/target/debug/.fingerprint/heck-97d689db605b5137/lib-heck.json b/target/debug/.fingerprint/heck-97d689db605b5137/lib-heck.json new file mode 100644 index 0000000..b202b0f --- /dev/null +++ b/target/debug/.fingerprint/heck-97d689db605b5137/lib-heck.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":17886154901722686619,"profile":2225463790103693989,"path":4249720134020240604,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/heck-97d689db605b5137/dep-lib-heck","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/hex-303c7699f51fde55/dep-lib-hex b/target/debug/.fingerprint/hex-303c7699f51fde55/dep-lib-hex new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/hex-303c7699f51fde55/dep-lib-hex differ diff --git a/target/debug/.fingerprint/hex-303c7699f51fde55/invoked.timestamp b/target/debug/.fingerprint/hex-303c7699f51fde55/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/hex-303c7699f51fde55/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/hex-303c7699f51fde55/lib-hex b/target/debug/.fingerprint/hex-303c7699f51fde55/lib-hex new file mode 100644 index 0000000..7456a2e --- /dev/null +++ b/target/debug/.fingerprint/hex-303c7699f51fde55/lib-hex @@ -0,0 +1 @@ +c7ee69508979479d \ No newline at end of file diff --git a/target/debug/.fingerprint/hex-303c7699f51fde55/lib-hex.json b/target/debug/.fingerprint/hex-303c7699f51fde55/lib-hex.json new file mode 100644 index 0000000..ee0a94a --- /dev/null +++ b/target/debug/.fingerprint/hex-303c7699f51fde55/lib-hex.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"serde\", \"std\"]","target":4242469766639956503,"profile":2225463790103693989,"path":457041124767541149,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/hex-303c7699f51fde55/dep-lib-hex","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/http-36a4f9990f149b77/dep-lib-http b/target/debug/.fingerprint/http-36a4f9990f149b77/dep-lib-http new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/http-36a4f9990f149b77/dep-lib-http differ diff --git a/target/debug/.fingerprint/http-36a4f9990f149b77/invoked.timestamp b/target/debug/.fingerprint/http-36a4f9990f149b77/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/http-36a4f9990f149b77/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/http-36a4f9990f149b77/lib-http b/target/debug/.fingerprint/http-36a4f9990f149b77/lib-http new file mode 100644 index 0000000..59b239f --- /dev/null +++ b/target/debug/.fingerprint/http-36a4f9990f149b77/lib-http @@ -0,0 +1 @@ +acd9d67242524dcd \ No newline at end of file diff --git a/target/debug/.fingerprint/http-36a4f9990f149b77/lib-http.json b/target/debug/.fingerprint/http-36a4f9990f149b77/lib-http.json new file mode 100644 index 0000000..e124e14 --- /dev/null +++ b/target/debug/.fingerprint/http-36a4f9990f149b77/lib-http.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":11009710222111042559,"profile":2241668132362809309,"path":17195184986754819554,"deps":[[1345404220202658316,"fnv",false,14131754966682044266],[6355489020061627772,"bytes",false,5202919556575344190],[9938278000850417404,"itoa",false,16409472679747058530]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/http-36a4f9990f149b77/dep-lib-http","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/http-bbeb11fed6242f11/dep-lib-http b/target/debug/.fingerprint/http-bbeb11fed6242f11/dep-lib-http new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/http-bbeb11fed6242f11/dep-lib-http differ diff --git a/target/debug/.fingerprint/http-bbeb11fed6242f11/invoked.timestamp b/target/debug/.fingerprint/http-bbeb11fed6242f11/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/http-bbeb11fed6242f11/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/http-bbeb11fed6242f11/lib-http b/target/debug/.fingerprint/http-bbeb11fed6242f11/lib-http new file mode 100644 index 0000000..132809e --- /dev/null +++ b/target/debug/.fingerprint/http-bbeb11fed6242f11/lib-http @@ -0,0 +1 @@ +bd57dcdb2257a544 \ No newline at end of file diff --git a/target/debug/.fingerprint/http-bbeb11fed6242f11/lib-http.json b/target/debug/.fingerprint/http-bbeb11fed6242f11/lib-http.json new file mode 100644 index 0000000..c953e49 --- /dev/null +++ b/target/debug/.fingerprint/http-bbeb11fed6242f11/lib-http.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"std\"]","target":4766512060560342653,"profile":2241668132362809309,"path":7183418728630298620,"deps":[[6355489020061627772,"bytes",false,11173992151888436898],[9938278000850417404,"itoa",false,16409472679747058530]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/http-bbeb11fed6242f11/dep-lib-http","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/http-body-434a71b54c25559a/dep-lib-http_body b/target/debug/.fingerprint/http-body-434a71b54c25559a/dep-lib-http_body new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/http-body-434a71b54c25559a/dep-lib-http_body differ diff --git a/target/debug/.fingerprint/http-body-434a71b54c25559a/invoked.timestamp b/target/debug/.fingerprint/http-body-434a71b54c25559a/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/http-body-434a71b54c25559a/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/http-body-434a71b54c25559a/lib-http_body b/target/debug/.fingerprint/http-body-434a71b54c25559a/lib-http_body new file mode 100644 index 0000000..7cd0b56 --- /dev/null +++ b/target/debug/.fingerprint/http-body-434a71b54c25559a/lib-http_body @@ -0,0 +1 @@ +af3df42b791cdedc \ No newline at end of file diff --git a/target/debug/.fingerprint/http-body-434a71b54c25559a/lib-http_body.json b/target/debug/.fingerprint/http-body-434a71b54c25559a/lib-http_body.json new file mode 100644 index 0000000..a57029a --- /dev/null +++ b/target/debug/.fingerprint/http-body-434a71b54c25559a/lib-http_body.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":1208890678314400944,"profile":2241668132362809309,"path":14010293264780845592,"deps":[[1906322745568073236,"pin_project_lite",false,16108370810058603254],[4405182208873388884,"http",false,14793570796329949612],[6355489020061627772,"bytes",false,5202919556575344190]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/http-body-434a71b54c25559a/dep-lib-http_body","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/http-body-45465d4b5eae2bf6/dep-lib-http_body b/target/debug/.fingerprint/http-body-45465d4b5eae2bf6/dep-lib-http_body new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/http-body-45465d4b5eae2bf6/dep-lib-http_body differ diff --git a/target/debug/.fingerprint/http-body-45465d4b5eae2bf6/invoked.timestamp b/target/debug/.fingerprint/http-body-45465d4b5eae2bf6/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/http-body-45465d4b5eae2bf6/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/http-body-45465d4b5eae2bf6/lib-http_body b/target/debug/.fingerprint/http-body-45465d4b5eae2bf6/lib-http_body new file mode 100644 index 0000000..8c40bfe --- /dev/null +++ b/target/debug/.fingerprint/http-body-45465d4b5eae2bf6/lib-http_body @@ -0,0 +1 @@ +e60b255273f1c015 \ No newline at end of file diff --git a/target/debug/.fingerprint/http-body-45465d4b5eae2bf6/lib-http_body.json b/target/debug/.fingerprint/http-body-45465d4b5eae2bf6/lib-http_body.json new file mode 100644 index 0000000..81038f0 --- /dev/null +++ b/target/debug/.fingerprint/http-body-45465d4b5eae2bf6/lib-http_body.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":16652076073832724591,"profile":2241668132362809309,"path":12623046472574799447,"deps":[[2620434475832828286,"http",false,4946455572965513149],[6355489020061627772,"bytes",false,11173992151888436898]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/http-body-45465d4b5eae2bf6/dep-lib-http_body","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/http-body-6c0e8862d8e9827b/dep-lib-http_body b/target/debug/.fingerprint/http-body-6c0e8862d8e9827b/dep-lib-http_body new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/http-body-6c0e8862d8e9827b/dep-lib-http_body differ diff --git a/target/debug/.fingerprint/http-body-6c0e8862d8e9827b/invoked.timestamp b/target/debug/.fingerprint/http-body-6c0e8862d8e9827b/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/http-body-6c0e8862d8e9827b/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/http-body-6c0e8862d8e9827b/lib-http_body b/target/debug/.fingerprint/http-body-6c0e8862d8e9827b/lib-http_body new file mode 100644 index 0000000..2dcf68a --- /dev/null +++ b/target/debug/.fingerprint/http-body-6c0e8862d8e9827b/lib-http_body @@ -0,0 +1 @@ +7df1a10bbcb1b881 \ No newline at end of file diff --git a/target/debug/.fingerprint/http-body-6c0e8862d8e9827b/lib-http_body.json b/target/debug/.fingerprint/http-body-6c0e8862d8e9827b/lib-http_body.json new file mode 100644 index 0000000..d92c31d --- /dev/null +++ b/target/debug/.fingerprint/http-body-6c0e8862d8e9827b/lib-http_body.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":16652076073832724591,"profile":2241668132362809309,"path":12623046472574799447,"deps":[[2620434475832828286,"http",false,2588846681164434643],[6355489020061627772,"bytes",false,5202919556575344190]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/http-body-6c0e8862d8e9827b/dep-lib-http_body","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/http-body-util-552cf8a73b277701/dep-lib-http_body_util b/target/debug/.fingerprint/http-body-util-552cf8a73b277701/dep-lib-http_body_util new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/http-body-util-552cf8a73b277701/dep-lib-http_body_util differ diff --git a/target/debug/.fingerprint/http-body-util-552cf8a73b277701/invoked.timestamp b/target/debug/.fingerprint/http-body-util-552cf8a73b277701/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/http-body-util-552cf8a73b277701/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/http-body-util-552cf8a73b277701/lib-http_body_util b/target/debug/.fingerprint/http-body-util-552cf8a73b277701/lib-http_body_util new file mode 100644 index 0000000..68f796e --- /dev/null +++ b/target/debug/.fingerprint/http-body-util-552cf8a73b277701/lib-http_body_util @@ -0,0 +1 @@ +8cda8cf676a572e6 \ No newline at end of file diff --git a/target/debug/.fingerprint/http-body-util-552cf8a73b277701/lib-http_body_util.json b/target/debug/.fingerprint/http-body-util-552cf8a73b277701/lib-http_body_util.json new file mode 100644 index 0000000..fb99a0b --- /dev/null +++ b/target/debug/.fingerprint/http-body-util-552cf8a73b277701/lib-http_body_util.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\"]","declared_features":"[\"channel\", \"default\", \"full\"]","target":7120517503662506348,"profile":2241668132362809309,"path":2278536961720697389,"deps":[[1906322745568073236,"pin_project_lite",false,16108370810058603254],[2620434475832828286,"http",false,2588846681164434643],[6355489020061627772,"bytes",false,5202919556575344190],[7620660491849607393,"futures_core",false,8162665628542204569],[14084095096285906100,"http_body",false,9347416447814594941]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/http-body-util-552cf8a73b277701/dep-lib-http_body_util","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/http-body-util-adf60f80e6af0f27/dep-lib-http_body_util b/target/debug/.fingerprint/http-body-util-adf60f80e6af0f27/dep-lib-http_body_util new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/http-body-util-adf60f80e6af0f27/dep-lib-http_body_util differ diff --git a/target/debug/.fingerprint/http-body-util-adf60f80e6af0f27/invoked.timestamp b/target/debug/.fingerprint/http-body-util-adf60f80e6af0f27/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/http-body-util-adf60f80e6af0f27/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/http-body-util-adf60f80e6af0f27/lib-http_body_util b/target/debug/.fingerprint/http-body-util-adf60f80e6af0f27/lib-http_body_util new file mode 100644 index 0000000..1a6ccdc --- /dev/null +++ b/target/debug/.fingerprint/http-body-util-adf60f80e6af0f27/lib-http_body_util @@ -0,0 +1 @@ +e0988526b5d3ebf2 \ No newline at end of file diff --git a/target/debug/.fingerprint/http-body-util-adf60f80e6af0f27/lib-http_body_util.json b/target/debug/.fingerprint/http-body-util-adf60f80e6af0f27/lib-http_body_util.json new file mode 100644 index 0000000..672e0c4 --- /dev/null +++ b/target/debug/.fingerprint/http-body-util-adf60f80e6af0f27/lib-http_body_util.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\"]","declared_features":"[\"channel\", \"default\", \"full\"]","target":7120517503662506348,"profile":2241668132362809309,"path":2278536961720697389,"deps":[[1906322745568073236,"pin_project_lite",false,16108370810058603254],[2620434475832828286,"http",false,4946455572965513149],[6355489020061627772,"bytes",false,11173992151888436898],[7620660491849607393,"futures_core",false,8162665628542204569],[14084095096285906100,"http_body",false,1567518147926625254]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/http-body-util-adf60f80e6af0f27/dep-lib-http_body_util","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/http-cf0c38fe809a69ae/dep-lib-http b/target/debug/.fingerprint/http-cf0c38fe809a69ae/dep-lib-http new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/http-cf0c38fe809a69ae/dep-lib-http differ diff --git a/target/debug/.fingerprint/http-cf0c38fe809a69ae/invoked.timestamp b/target/debug/.fingerprint/http-cf0c38fe809a69ae/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/http-cf0c38fe809a69ae/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/http-cf0c38fe809a69ae/lib-http b/target/debug/.fingerprint/http-cf0c38fe809a69ae/lib-http new file mode 100644 index 0000000..7e1dbfe --- /dev/null +++ b/target/debug/.fingerprint/http-cf0c38fe809a69ae/lib-http @@ -0,0 +1 @@ +d34cc118576eed23 \ No newline at end of file diff --git a/target/debug/.fingerprint/http-cf0c38fe809a69ae/lib-http.json b/target/debug/.fingerprint/http-cf0c38fe809a69ae/lib-http.json new file mode 100644 index 0000000..835e493 --- /dev/null +++ b/target/debug/.fingerprint/http-cf0c38fe809a69ae/lib-http.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"std\"]","target":4766512060560342653,"profile":2241668132362809309,"path":7183418728630298620,"deps":[[6355489020061627772,"bytes",false,5202919556575344190],[9938278000850417404,"itoa",false,16409472679747058530]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/http-cf0c38fe809a69ae/dep-lib-http","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/http-range-header-573b4e62b10d8ee2/dep-lib-http_range_header b/target/debug/.fingerprint/http-range-header-573b4e62b10d8ee2/dep-lib-http_range_header new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/http-range-header-573b4e62b10d8ee2/dep-lib-http_range_header differ diff --git a/target/debug/.fingerprint/http-range-header-573b4e62b10d8ee2/invoked.timestamp b/target/debug/.fingerprint/http-range-header-573b4e62b10d8ee2/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/http-range-header-573b4e62b10d8ee2/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/http-range-header-573b4e62b10d8ee2/lib-http_range_header b/target/debug/.fingerprint/http-range-header-573b4e62b10d8ee2/lib-http_range_header new file mode 100644 index 0000000..6222d91 --- /dev/null +++ b/target/debug/.fingerprint/http-range-header-573b4e62b10d8ee2/lib-http_range_header @@ -0,0 +1 @@ +97300860fec3fe8e \ No newline at end of file diff --git a/target/debug/.fingerprint/http-range-header-573b4e62b10d8ee2/lib-http_range_header.json b/target/debug/.fingerprint/http-range-header-573b4e62b10d8ee2/lib-http_range_header.json new file mode 100644 index 0000000..b371808 --- /dev/null +++ b/target/debug/.fingerprint/http-range-header-573b4e62b10d8ee2/lib-http_range_header.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":1894720473580051140,"profile":2241668132362809309,"path":4133016024213535228,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/http-range-header-573b4e62b10d8ee2/dep-lib-http_range_header","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/httparse-2b9f9144f3a78c86/run-build-script-build-script-build b/target/debug/.fingerprint/httparse-2b9f9144f3a78c86/run-build-script-build-script-build new file mode 100644 index 0000000..b46449c --- /dev/null +++ b/target/debug/.fingerprint/httparse-2b9f9144f3a78c86/run-build-script-build-script-build @@ -0,0 +1 @@ +12a986705d0a6fc7 \ No newline at end of file diff --git a/target/debug/.fingerprint/httparse-2b9f9144f3a78c86/run-build-script-build-script-build.json b/target/debug/.fingerprint/httparse-2b9f9144f3a78c86/run-build-script-build-script-build.json new file mode 100644 index 0000000..5dc70f1 --- /dev/null +++ b/target/debug/.fingerprint/httparse-2b9f9144f3a78c86/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[6163892036024256188,"build_script_build",false,10723707691919396077]],"local":[{"Precalculated":"1.10.1"}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/httparse-3cb5a33f1300a9eb/build-script-build-script-build b/target/debug/.fingerprint/httparse-3cb5a33f1300a9eb/build-script-build-script-build new file mode 100644 index 0000000..4dfc11f --- /dev/null +++ b/target/debug/.fingerprint/httparse-3cb5a33f1300a9eb/build-script-build-script-build @@ -0,0 +1 @@ +edccfa435443d294 \ No newline at end of file diff --git a/target/debug/.fingerprint/httparse-3cb5a33f1300a9eb/build-script-build-script-build.json b/target/debug/.fingerprint/httparse-3cb5a33f1300a9eb/build-script-build-script-build.json new file mode 100644 index 0000000..ab9babf --- /dev/null +++ b/target/debug/.fingerprint/httparse-3cb5a33f1300a9eb/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"std\"]","target":17883862002600103897,"profile":16555127815671124681,"path":2215503206317879660,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/httparse-3cb5a33f1300a9eb/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/httparse-3cb5a33f1300a9eb/dep-build-script-build-script-build b/target/debug/.fingerprint/httparse-3cb5a33f1300a9eb/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/httparse-3cb5a33f1300a9eb/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/httparse-3cb5a33f1300a9eb/invoked.timestamp b/target/debug/.fingerprint/httparse-3cb5a33f1300a9eb/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/httparse-3cb5a33f1300a9eb/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/httparse-5f7771310d1a254c/dep-lib-httparse b/target/debug/.fingerprint/httparse-5f7771310d1a254c/dep-lib-httparse new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/httparse-5f7771310d1a254c/dep-lib-httparse differ diff --git a/target/debug/.fingerprint/httparse-5f7771310d1a254c/invoked.timestamp b/target/debug/.fingerprint/httparse-5f7771310d1a254c/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/httparse-5f7771310d1a254c/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/httparse-5f7771310d1a254c/lib-httparse b/target/debug/.fingerprint/httparse-5f7771310d1a254c/lib-httparse new file mode 100644 index 0000000..522eb5c --- /dev/null +++ b/target/debug/.fingerprint/httparse-5f7771310d1a254c/lib-httparse @@ -0,0 +1 @@ +bb2cfc0eb7586ee5 \ No newline at end of file diff --git a/target/debug/.fingerprint/httparse-5f7771310d1a254c/lib-httparse.json b/target/debug/.fingerprint/httparse-5f7771310d1a254c/lib-httparse.json new file mode 100644 index 0000000..3b976cf --- /dev/null +++ b/target/debug/.fingerprint/httparse-5f7771310d1a254c/lib-httparse.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"std\"]","target":2257539891522735522,"profile":6272744226771020950,"path":2593338409866874867,"deps":[[6163892036024256188,"build_script_build",false,14370716332398651666]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/httparse-5f7771310d1a254c/dep-lib-httparse","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/httpdate-b44607faa77cae59/dep-lib-httpdate b/target/debug/.fingerprint/httpdate-b44607faa77cae59/dep-lib-httpdate new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/httpdate-b44607faa77cae59/dep-lib-httpdate differ diff --git a/target/debug/.fingerprint/httpdate-b44607faa77cae59/invoked.timestamp b/target/debug/.fingerprint/httpdate-b44607faa77cae59/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/httpdate-b44607faa77cae59/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/httpdate-b44607faa77cae59/lib-httpdate b/target/debug/.fingerprint/httpdate-b44607faa77cae59/lib-httpdate new file mode 100644 index 0000000..5b94711 --- /dev/null +++ b/target/debug/.fingerprint/httpdate-b44607faa77cae59/lib-httpdate @@ -0,0 +1 @@ +f3a9ea9143095561 \ No newline at end of file diff --git a/target/debug/.fingerprint/httpdate-b44607faa77cae59/lib-httpdate.json b/target/debug/.fingerprint/httpdate-b44607faa77cae59/lib-httpdate.json new file mode 100644 index 0000000..e7caada --- /dev/null +++ b/target/debug/.fingerprint/httpdate-b44607faa77cae59/lib-httpdate.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":12509520342503990962,"profile":2241668132362809309,"path":12686508971999900598,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/httpdate-b44607faa77cae59/dep-lib-httpdate","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/humansize-7d5d2dd75a2b1878/dep-lib-humansize b/target/debug/.fingerprint/humansize-7d5d2dd75a2b1878/dep-lib-humansize new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/humansize-7d5d2dd75a2b1878/dep-lib-humansize differ diff --git a/target/debug/.fingerprint/humansize-7d5d2dd75a2b1878/invoked.timestamp b/target/debug/.fingerprint/humansize-7d5d2dd75a2b1878/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/humansize-7d5d2dd75a2b1878/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/humansize-7d5d2dd75a2b1878/lib-humansize b/target/debug/.fingerprint/humansize-7d5d2dd75a2b1878/lib-humansize new file mode 100644 index 0000000..0388fad --- /dev/null +++ b/target/debug/.fingerprint/humansize-7d5d2dd75a2b1878/lib-humansize @@ -0,0 +1 @@ +e31e76e20a84683b \ No newline at end of file diff --git a/target/debug/.fingerprint/humansize-7d5d2dd75a2b1878/lib-humansize.json b/target/debug/.fingerprint/humansize-7d5d2dd75a2b1878/lib-humansize.json new file mode 100644 index 0000000..fad7232 --- /dev/null +++ b/target/debug/.fingerprint/humansize-7d5d2dd75a2b1878/lib-humansize.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"impl_style\", \"no_alloc\"]","target":930879358890480973,"profile":2241668132362809309,"path":12044554212705117042,"deps":[[8471564120405487369,"libm",false,9085097277308697717]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/humansize-7d5d2dd75a2b1878/dep-lib-humansize","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/hyper-4969d707f5fd3563/dep-lib-hyper b/target/debug/.fingerprint/hyper-4969d707f5fd3563/dep-lib-hyper new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/hyper-4969d707f5fd3563/dep-lib-hyper differ diff --git a/target/debug/.fingerprint/hyper-4969d707f5fd3563/invoked.timestamp b/target/debug/.fingerprint/hyper-4969d707f5fd3563/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/hyper-4969d707f5fd3563/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/hyper-4969d707f5fd3563/lib-hyper b/target/debug/.fingerprint/hyper-4969d707f5fd3563/lib-hyper new file mode 100644 index 0000000..01266f6 --- /dev/null +++ b/target/debug/.fingerprint/hyper-4969d707f5fd3563/lib-hyper @@ -0,0 +1 @@ +b75c54ba643b33fd \ No newline at end of file diff --git a/target/debug/.fingerprint/hyper-4969d707f5fd3563/lib-hyper.json b/target/debug/.fingerprint/hyper-4969d707f5fd3563/lib-hyper.json new file mode 100644 index 0000000..f5abe16 --- /dev/null +++ b/target/debug/.fingerprint/hyper-4969d707f5fd3563/lib-hyper.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"client\", \"default\", \"full\", \"h2\", \"http1\", \"http2\", \"runtime\", \"server\", \"socket2\", \"stream\", \"tcp\"]","declared_features":"[\"__internal_happy_eyeballs_tests\", \"backports\", \"client\", \"default\", \"deprecated\", \"ffi\", \"full\", \"h2\", \"http1\", \"http2\", \"libc\", \"nightly\", \"runtime\", \"server\", \"socket2\", \"stream\", \"tcp\"]","target":5299595107718448861,"profile":2241668132362809309,"path":12827073059980709681,"deps":[[784494742817713399,"tower_service",false,10732140188555243943],[1569313478171189446,"want",false,14167204126268826807],[1811549171721445101,"futures_channel",false,3520337013307275002],[1906322745568073236,"pin_project_lite",false,16108370810058603254],[4405182208873388884,"http",false,14793570796329949612],[6163892036024256188,"httparse",false,16532248825377336507],[6304235478050270880,"httpdate",false,7013522180514949619],[6355489020061627772,"bytes",false,5202919556575344190],[7620660491849607393,"futures_core",false,8162665628542204569],[8915503303801890683,"http_body",false,15915189439927958959],[9938278000850417404,"itoa",false,16409472679747058530],[10629569228670356391,"futures_util",false,7365277945834051026],[12614995553916589825,"socket2",false,10451434160271961962],[12891030758458664808,"tokio",false,13629259371125197179],[13763625454224483636,"h2",false,9988741693665076023],[14757622794040968908,"tracing",false,15481652202596263875]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/hyper-4969d707f5fd3563/dep-lib-hyper","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/hyper-9ce6853732964bad/dep-lib-hyper b/target/debug/.fingerprint/hyper-9ce6853732964bad/dep-lib-hyper new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/hyper-9ce6853732964bad/dep-lib-hyper differ diff --git a/target/debug/.fingerprint/hyper-9ce6853732964bad/invoked.timestamp b/target/debug/.fingerprint/hyper-9ce6853732964bad/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/hyper-9ce6853732964bad/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/hyper-9ce6853732964bad/lib-hyper b/target/debug/.fingerprint/hyper-9ce6853732964bad/lib-hyper new file mode 100644 index 0000000..1a0f1cd --- /dev/null +++ b/target/debug/.fingerprint/hyper-9ce6853732964bad/lib-hyper @@ -0,0 +1 @@ +a325e1ac5041ae87 \ No newline at end of file diff --git a/target/debug/.fingerprint/hyper-9ce6853732964bad/lib-hyper.json b/target/debug/.fingerprint/hyper-9ce6853732964bad/lib-hyper.json new file mode 100644 index 0000000..81bae00 --- /dev/null +++ b/target/debug/.fingerprint/hyper-9ce6853732964bad/lib-hyper.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"client\", \"default\", \"full\", \"http1\", \"http2\", \"server\"]","declared_features":"[\"capi\", \"client\", \"default\", \"ffi\", \"full\", \"http1\", \"http2\", \"nightly\", \"server\", \"tracing\"]","target":9574292076208557625,"profile":10563684691529833281,"path":8378524686515519946,"deps":[[1074848931188612602,"atomic_waker",false,15856284537136931634],[1569313478171189446,"want",false,14167204126268826807],[1615478164327904835,"pin_utils",false,11988005738276935401],[1811549171721445101,"futures_channel",false,3520337013307275002],[1906322745568073236,"pin_project_lite",false,16108370810058603254],[2620434475832828286,"http",false,2588846681164434643],[3158163345960637315,"h2",false,5855980161488265999],[3666196340704888985,"smallvec",false,6188232069611729028],[6163892036024256188,"httparse",false,16532248825377336507],[6304235478050270880,"httpdate",false,7013522180514949619],[6355489020061627772,"bytes",false,5202919556575344190],[7620660491849607393,"futures_core",false,8162665628542204569],[9938278000850417404,"itoa",false,16409472679747058530],[12891030758458664808,"tokio",false,13629259371125197179],[14084095096285906100,"http_body",false,9347416447814594941]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/hyper-9ce6853732964bad/dep-lib-hyper","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/hyper-edfd8dc8ddbba0a9/dep-lib-hyper b/target/debug/.fingerprint/hyper-edfd8dc8ddbba0a9/dep-lib-hyper new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/hyper-edfd8dc8ddbba0a9/dep-lib-hyper differ diff --git a/target/debug/.fingerprint/hyper-edfd8dc8ddbba0a9/invoked.timestamp b/target/debug/.fingerprint/hyper-edfd8dc8ddbba0a9/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/hyper-edfd8dc8ddbba0a9/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/hyper-edfd8dc8ddbba0a9/lib-hyper b/target/debug/.fingerprint/hyper-edfd8dc8ddbba0a9/lib-hyper new file mode 100644 index 0000000..4937244 --- /dev/null +++ b/target/debug/.fingerprint/hyper-edfd8dc8ddbba0a9/lib-hyper @@ -0,0 +1 @@ +613b80810623f64a \ No newline at end of file diff --git a/target/debug/.fingerprint/hyper-edfd8dc8ddbba0a9/lib-hyper.json b/target/debug/.fingerprint/hyper-edfd8dc8ddbba0a9/lib-hyper.json new file mode 100644 index 0000000..604c85a --- /dev/null +++ b/target/debug/.fingerprint/hyper-edfd8dc8ddbba0a9/lib-hyper.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"client\", \"default\", \"full\", \"http1\", \"http2\", \"server\"]","declared_features":"[\"capi\", \"client\", \"default\", \"ffi\", \"full\", \"http1\", \"http2\", \"nightly\", \"server\", \"tracing\"]","target":9574292076208557625,"profile":10563684691529833281,"path":8378524686515519946,"deps":[[1074848931188612602,"atomic_waker",false,15856284537136931634],[1569313478171189446,"want",false,14167204126268826807],[1615478164327904835,"pin_utils",false,11988005738276935401],[1811549171721445101,"futures_channel",false,742877935895354239],[1906322745568073236,"pin_project_lite",false,16108370810058603254],[2620434475832828286,"http",false,4946455572965513149],[3158163345960637315,"h2",false,8834233863595990149],[3666196340704888985,"smallvec",false,6188232069611729028],[6163892036024256188,"httparse",false,16532248825377336507],[6304235478050270880,"httpdate",false,7013522180514949619],[6355489020061627772,"bytes",false,11173992151888436898],[7620660491849607393,"futures_core",false,8162665628542204569],[9938278000850417404,"itoa",false,16409472679747058530],[12891030758458664808,"tokio",false,5072163070033021838],[14084095096285906100,"http_body",false,1567518147926625254]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/hyper-edfd8dc8ddbba0a9/dep-lib-hyper","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/hyper-timeout-6e6a2518d54a5e04/dep-lib-hyper_timeout b/target/debug/.fingerprint/hyper-timeout-6e6a2518d54a5e04/dep-lib-hyper_timeout new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/hyper-timeout-6e6a2518d54a5e04/dep-lib-hyper_timeout differ diff --git a/target/debug/.fingerprint/hyper-timeout-6e6a2518d54a5e04/invoked.timestamp b/target/debug/.fingerprint/hyper-timeout-6e6a2518d54a5e04/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/hyper-timeout-6e6a2518d54a5e04/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/hyper-timeout-6e6a2518d54a5e04/lib-hyper_timeout b/target/debug/.fingerprint/hyper-timeout-6e6a2518d54a5e04/lib-hyper_timeout new file mode 100644 index 0000000..4f6087b --- /dev/null +++ b/target/debug/.fingerprint/hyper-timeout-6e6a2518d54a5e04/lib-hyper_timeout @@ -0,0 +1 @@ +7d016e5580c4cd69 \ No newline at end of file diff --git a/target/debug/.fingerprint/hyper-timeout-6e6a2518d54a5e04/lib-hyper_timeout.json b/target/debug/.fingerprint/hyper-timeout-6e6a2518d54a5e04/lib-hyper_timeout.json new file mode 100644 index 0000000..8684367 --- /dev/null +++ b/target/debug/.fingerprint/hyper-timeout-6e6a2518d54a5e04/lib-hyper_timeout.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":2671132707798669260,"profile":2241668132362809309,"path":7899958742623779021,"deps":[[1906322745568073236,"pin_project_lite",false,16108370810058603254],[3677928801274725145,"tokio_io_timeout",false,10984358851230638559],[7414427314941361239,"hyper",false,18244991819216870583],[12891030758458664808,"tokio",false,13629259371125197179]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/hyper-timeout-6e6a2518d54a5e04/dep-lib-hyper_timeout","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/hyper-tls-1d3ab210a55a6f33/dep-lib-hyper_tls b/target/debug/.fingerprint/hyper-tls-1d3ab210a55a6f33/dep-lib-hyper_tls new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/hyper-tls-1d3ab210a55a6f33/dep-lib-hyper_tls differ diff --git a/target/debug/.fingerprint/hyper-tls-1d3ab210a55a6f33/invoked.timestamp b/target/debug/.fingerprint/hyper-tls-1d3ab210a55a6f33/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/hyper-tls-1d3ab210a55a6f33/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/hyper-tls-1d3ab210a55a6f33/lib-hyper_tls b/target/debug/.fingerprint/hyper-tls-1d3ab210a55a6f33/lib-hyper_tls new file mode 100644 index 0000000..2393f31 --- /dev/null +++ b/target/debug/.fingerprint/hyper-tls-1d3ab210a55a6f33/lib-hyper_tls @@ -0,0 +1 @@ +60a2344242d10584 \ No newline at end of file diff --git a/target/debug/.fingerprint/hyper-tls-1d3ab210a55a6f33/lib-hyper_tls.json b/target/debug/.fingerprint/hyper-tls-1d3ab210a55a6f33/lib-hyper_tls.json new file mode 100644 index 0000000..7335176 --- /dev/null +++ b/target/debug/.fingerprint/hyper-tls-1d3ab210a55a6f33/lib-hyper_tls.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"alpn\", \"vendored\"]","target":11005878871305885301,"profile":2241668132362809309,"path":18382327410692663719,"deps":[[784494742817713399,"tower_service",false,10732140188555243943],[4160778395972110362,"hyper",false,5401543313926929249],[6355489020061627772,"bytes",false,11173992151888436898],[8098305783429564872,"hyper_util",false,15168939425889979436],[12186126227181294540,"tokio_native_tls",false,8884554494213953851],[12891030758458664808,"tokio",false,5072163070033021838],[16785601910559813697,"native_tls",false,7011086111994020937],[16900715236047033623,"http_body_util",false,17504317151694395616]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/hyper-tls-1d3ab210a55a6f33/dep-lib-hyper_tls","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/hyper-tls-e47382a8f8969425/dep-lib-hyper_tls b/target/debug/.fingerprint/hyper-tls-e47382a8f8969425/dep-lib-hyper_tls new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/hyper-tls-e47382a8f8969425/dep-lib-hyper_tls differ diff --git a/target/debug/.fingerprint/hyper-tls-e47382a8f8969425/invoked.timestamp b/target/debug/.fingerprint/hyper-tls-e47382a8f8969425/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/hyper-tls-e47382a8f8969425/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/hyper-tls-e47382a8f8969425/lib-hyper_tls b/target/debug/.fingerprint/hyper-tls-e47382a8f8969425/lib-hyper_tls new file mode 100644 index 0000000..9975e43 --- /dev/null +++ b/target/debug/.fingerprint/hyper-tls-e47382a8f8969425/lib-hyper_tls @@ -0,0 +1 @@ +24d1e577e1128156 \ No newline at end of file diff --git a/target/debug/.fingerprint/hyper-tls-e47382a8f8969425/lib-hyper_tls.json b/target/debug/.fingerprint/hyper-tls-e47382a8f8969425/lib-hyper_tls.json new file mode 100644 index 0000000..4fe3cce --- /dev/null +++ b/target/debug/.fingerprint/hyper-tls-e47382a8f8969425/lib-hyper_tls.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"alpn\", \"vendored\"]","target":11005878871305885301,"profile":2241668132362809309,"path":18382327410692663719,"deps":[[784494742817713399,"tower_service",false,10732140188555243943],[4160778395972110362,"hyper",false,9776823655821551011],[6355489020061627772,"bytes",false,5202919556575344190],[8098305783429564872,"hyper_util",false,14740129513123262123],[12186126227181294540,"tokio_native_tls",false,12558252813098454015],[12891030758458664808,"tokio",false,13629259371125197179],[16785601910559813697,"native_tls",false,7011086111994020937],[16900715236047033623,"http_body_util",false,16605516706429590156]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/hyper-tls-e47382a8f8969425/dep-lib-hyper_tls","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/hyper-util-719e9fa3a69d6c7c/dep-lib-hyper_util b/target/debug/.fingerprint/hyper-util-719e9fa3a69d6c7c/dep-lib-hyper_util new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/hyper-util-719e9fa3a69d6c7c/dep-lib-hyper_util differ diff --git a/target/debug/.fingerprint/hyper-util-719e9fa3a69d6c7c/invoked.timestamp b/target/debug/.fingerprint/hyper-util-719e9fa3a69d6c7c/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/hyper-util-719e9fa3a69d6c7c/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/hyper-util-719e9fa3a69d6c7c/lib-hyper_util b/target/debug/.fingerprint/hyper-util-719e9fa3a69d6c7c/lib-hyper_util new file mode 100644 index 0000000..d3ccad7 --- /dev/null +++ b/target/debug/.fingerprint/hyper-util-719e9fa3a69d6c7c/lib-hyper_util @@ -0,0 +1 @@ +abaef614b2758fcc \ No newline at end of file diff --git a/target/debug/.fingerprint/hyper-util-719e9fa3a69d6c7c/lib-hyper_util.json b/target/debug/.fingerprint/hyper-util-719e9fa3a69d6c7c/lib-hyper_util.json new file mode 100644 index 0000000..7273227 --- /dev/null +++ b/target/debug/.fingerprint/hyper-util-719e9fa3a69d6c7c/lib-hyper_util.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"client\", \"client-legacy\", \"client-pool\", \"client-proxy\", \"client-proxy-system\", \"default\", \"full\", \"http1\", \"http2\", \"server\", \"server-auto\", \"server-graceful\", \"service\", \"tokio\", \"tracing\"]","declared_features":"[\"__internal_happy_eyeballs_tests\", \"client\", \"client-legacy\", \"client-pool\", \"client-proxy\", \"client-proxy-system\", \"default\", \"full\", \"http1\", \"http2\", \"server\", \"server-auto\", \"server-graceful\", \"service\", \"tokio\", \"tracing\"]","target":11100538814903412163,"profile":2241668132362809309,"path":10283118243399578399,"deps":[[95042085696191081,"ipnet",false,9989898797455528284],[203594543813181569,"libc",false,7681612199272279827],[784494742817713399,"tower_service",false,10732140188555243943],[1811549171721445101,"futures_channel",false,3520337013307275002],[1906322745568073236,"pin_project_lite",false,16108370810058603254],[2620434475832828286,"http",false,2588846681164434643],[4160778395972110362,"hyper",false,9776823655821551011],[6355489020061627772,"bytes",false,5202919556575344190],[6803352382179706244,"percent_encoding",false,2450237552354977827],[7620660491849607393,"futures_core",false,8162665628542204569],[7712452662827335977,"tower_layer",false,11385674884169205677],[10629569228670356391,"futures_util",false,7365277945834051026],[12891030758458664808,"tokio",false,13629259371125197179],[13077212702700853852,"base64",false,2731579066016563254],[14084095096285906100,"http_body",false,9347416447814594941],[14271021400703034441,"socket2",false,13906556435888465324],[14757622794040968908,"tracing",false,15481652202596263875]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/hyper-util-719e9fa3a69d6c7c/dep-lib-hyper_util","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/hyper-util-a9f31578302e6934/dep-lib-hyper_util b/target/debug/.fingerprint/hyper-util-a9f31578302e6934/dep-lib-hyper_util new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/hyper-util-a9f31578302e6934/dep-lib-hyper_util differ diff --git a/target/debug/.fingerprint/hyper-util-a9f31578302e6934/invoked.timestamp b/target/debug/.fingerprint/hyper-util-a9f31578302e6934/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/hyper-util-a9f31578302e6934/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/hyper-util-a9f31578302e6934/lib-hyper_util b/target/debug/.fingerprint/hyper-util-a9f31578302e6934/lib-hyper_util new file mode 100644 index 0000000..149c203 --- /dev/null +++ b/target/debug/.fingerprint/hyper-util-a9f31578302e6934/lib-hyper_util @@ -0,0 +1 @@ +2c0c97130ae682d2 \ No newline at end of file diff --git a/target/debug/.fingerprint/hyper-util-a9f31578302e6934/lib-hyper_util.json b/target/debug/.fingerprint/hyper-util-a9f31578302e6934/lib-hyper_util.json new file mode 100644 index 0000000..5c93943 --- /dev/null +++ b/target/debug/.fingerprint/hyper-util-a9f31578302e6934/lib-hyper_util.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"client\", \"client-legacy\", \"client-pool\", \"client-proxy\", \"client-proxy-system\", \"default\", \"full\", \"http1\", \"http2\", \"server\", \"server-auto\", \"server-graceful\", \"service\", \"tokio\", \"tracing\"]","declared_features":"[\"__internal_happy_eyeballs_tests\", \"client\", \"client-legacy\", \"client-pool\", \"client-proxy\", \"client-proxy-system\", \"default\", \"full\", \"http1\", \"http2\", \"server\", \"server-auto\", \"server-graceful\", \"service\", \"tokio\", \"tracing\"]","target":11100538814903412163,"profile":2241668132362809309,"path":10283118243399578399,"deps":[[95042085696191081,"ipnet",false,9989898797455528284],[203594543813181569,"libc",false,7681612199272279827],[784494742817713399,"tower_service",false,10732140188555243943],[1811549171721445101,"futures_channel",false,742877935895354239],[1906322745568073236,"pin_project_lite",false,16108370810058603254],[2620434475832828286,"http",false,4946455572965513149],[4160778395972110362,"hyper",false,5401543313926929249],[6355489020061627772,"bytes",false,11173992151888436898],[6803352382179706244,"percent_encoding",false,2450237552354977827],[7620660491849607393,"futures_core",false,8162665628542204569],[7712452662827335977,"tower_layer",false,11385674884169205677],[10629569228670356391,"futures_util",false,17415507955354234981],[12891030758458664808,"tokio",false,5072163070033021838],[13077212702700853852,"base64",false,2731579066016563254],[14084095096285906100,"http_body",false,1567518147926625254],[14271021400703034441,"socket2",false,13906556435888465324],[14757622794040968908,"tracing",false,15481652202596263875]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/hyper-util-a9f31578302e6934/dep-lib-hyper_util","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/iana-time-zone-64e2e7380d4390cc/dep-lib-iana_time_zone b/target/debug/.fingerprint/iana-time-zone-64e2e7380d4390cc/dep-lib-iana_time_zone new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/iana-time-zone-64e2e7380d4390cc/dep-lib-iana_time_zone differ diff --git a/target/debug/.fingerprint/iana-time-zone-64e2e7380d4390cc/invoked.timestamp b/target/debug/.fingerprint/iana-time-zone-64e2e7380d4390cc/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/iana-time-zone-64e2e7380d4390cc/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/iana-time-zone-64e2e7380d4390cc/lib-iana_time_zone b/target/debug/.fingerprint/iana-time-zone-64e2e7380d4390cc/lib-iana_time_zone new file mode 100644 index 0000000..c30b104 --- /dev/null +++ b/target/debug/.fingerprint/iana-time-zone-64e2e7380d4390cc/lib-iana_time_zone @@ -0,0 +1 @@ +9ca0dead250f6966 \ No newline at end of file diff --git a/target/debug/.fingerprint/iana-time-zone-64e2e7380d4390cc/lib-iana_time_zone.json b/target/debug/.fingerprint/iana-time-zone-64e2e7380d4390cc/lib-iana_time_zone.json new file mode 100644 index 0000000..4e35807 --- /dev/null +++ b/target/debug/.fingerprint/iana-time-zone-64e2e7380d4390cc/lib-iana_time_zone.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"fallback\"]","declared_features":"[\"fallback\"]","target":13492157405369956366,"profile":2241668132362809309,"path":15540337745307266448,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/iana-time-zone-64e2e7380d4390cc/dep-lib-iana_time_zone","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_collections-6ee6900183f3ae87/dep-lib-icu_collections b/target/debug/.fingerprint/icu_collections-6ee6900183f3ae87/dep-lib-icu_collections new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/icu_collections-6ee6900183f3ae87/dep-lib-icu_collections differ diff --git a/target/debug/.fingerprint/icu_collections-6ee6900183f3ae87/invoked.timestamp b/target/debug/.fingerprint/icu_collections-6ee6900183f3ae87/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/icu_collections-6ee6900183f3ae87/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_collections-6ee6900183f3ae87/lib-icu_collections b/target/debug/.fingerprint/icu_collections-6ee6900183f3ae87/lib-icu_collections new file mode 100644 index 0000000..834c071 --- /dev/null +++ b/target/debug/.fingerprint/icu_collections-6ee6900183f3ae87/lib-icu_collections @@ -0,0 +1 @@ +fc94f6a0b83e5b9e \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_collections-6ee6900183f3ae87/lib-icu_collections.json b/target/debug/.fingerprint/icu_collections-6ee6900183f3ae87/lib-icu_collections.json new file mode 100644 index 0000000..14f52ee --- /dev/null +++ b/target/debug/.fingerprint/icu_collections-6ee6900183f3ae87/lib-icu_collections.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"alloc\", \"databake\", \"serde\"]","target":8741949119514994751,"profile":2241668132362809309,"path":11368104970325448525,"deps":[[697207654067905947,"yoke",false,17737219557982198543],[1847693542725807353,"potential_utf",false,17412524072197815319],[5298260564258778412,"displaydoc",false,4615219064331014460],[14563910249377136032,"zerovec",false,15275082362671581060],[17046516144589451410,"zerofrom",false,15470025828991227490]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/icu_collections-6ee6900183f3ae87/dep-lib-icu_collections","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_collections-a02e36db65b9598f/dep-lib-icu_collections b/target/debug/.fingerprint/icu_collections-a02e36db65b9598f/dep-lib-icu_collections new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/icu_collections-a02e36db65b9598f/dep-lib-icu_collections differ diff --git a/target/debug/.fingerprint/icu_collections-a02e36db65b9598f/invoked.timestamp b/target/debug/.fingerprint/icu_collections-a02e36db65b9598f/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/icu_collections-a02e36db65b9598f/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_collections-a02e36db65b9598f/lib-icu_collections b/target/debug/.fingerprint/icu_collections-a02e36db65b9598f/lib-icu_collections new file mode 100644 index 0000000..21618e6 --- /dev/null +++ b/target/debug/.fingerprint/icu_collections-a02e36db65b9598f/lib-icu_collections @@ -0,0 +1 @@ +8d24e281d8954348 \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_collections-a02e36db65b9598f/lib-icu_collections.json b/target/debug/.fingerprint/icu_collections-a02e36db65b9598f/lib-icu_collections.json new file mode 100644 index 0000000..7dbe9f6 --- /dev/null +++ b/target/debug/.fingerprint/icu_collections-a02e36db65b9598f/lib-icu_collections.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"alloc\", \"databake\", \"serde\"]","target":8741949119514994751,"profile":2225463790103693989,"path":11368104970325448525,"deps":[[697207654067905947,"yoke",false,5412443251058617154],[1847693542725807353,"potential_utf",false,1932302065605873755],[5298260564258778412,"displaydoc",false,4615219064331014460],[14563910249377136032,"zerovec",false,2382413400909459277],[17046516144589451410,"zerofrom",false,7916536832193263757]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/icu_collections-a02e36db65b9598f/dep-lib-icu_collections","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_locale_core-74200f7cd7147a72/dep-lib-icu_locale_core b/target/debug/.fingerprint/icu_locale_core-74200f7cd7147a72/dep-lib-icu_locale_core new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/icu_locale_core-74200f7cd7147a72/dep-lib-icu_locale_core differ diff --git a/target/debug/.fingerprint/icu_locale_core-74200f7cd7147a72/invoked.timestamp b/target/debug/.fingerprint/icu_locale_core-74200f7cd7147a72/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/icu_locale_core-74200f7cd7147a72/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_locale_core-74200f7cd7147a72/lib-icu_locale_core b/target/debug/.fingerprint/icu_locale_core-74200f7cd7147a72/lib-icu_locale_core new file mode 100644 index 0000000..ec12968 --- /dev/null +++ b/target/debug/.fingerprint/icu_locale_core-74200f7cd7147a72/lib-icu_locale_core @@ -0,0 +1 @@ +fa05b460de79057f \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_locale_core-74200f7cd7147a72/lib-icu_locale_core.json b/target/debug/.fingerprint/icu_locale_core-74200f7cd7147a72/lib-icu_locale_core.json new file mode 100644 index 0000000..9cce00c --- /dev/null +++ b/target/debug/.fingerprint/icu_locale_core-74200f7cd7147a72/lib-icu_locale_core.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"zerovec\"]","declared_features":"[\"alloc\", \"databake\", \"serde\", \"zerovec\"]","target":7234736894702847895,"profile":2225463790103693989,"path":17865230308308835116,"deps":[[5298260564258778412,"displaydoc",false,4615219064331014460],[11782995109291648529,"tinystr",false,1773125703392279152],[13225456964504773423,"writeable",false,10336789789746743330],[13749468390089984218,"litemap",false,2909591537541265714],[14563910249377136032,"zerovec",false,2382413400909459277]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/icu_locale_core-74200f7cd7147a72/dep-lib-icu_locale_core","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_locale_core-a299f1d4e556f582/dep-lib-icu_locale_core b/target/debug/.fingerprint/icu_locale_core-a299f1d4e556f582/dep-lib-icu_locale_core new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/icu_locale_core-a299f1d4e556f582/dep-lib-icu_locale_core differ diff --git a/target/debug/.fingerprint/icu_locale_core-a299f1d4e556f582/invoked.timestamp b/target/debug/.fingerprint/icu_locale_core-a299f1d4e556f582/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/icu_locale_core-a299f1d4e556f582/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_locale_core-a299f1d4e556f582/lib-icu_locale_core b/target/debug/.fingerprint/icu_locale_core-a299f1d4e556f582/lib-icu_locale_core new file mode 100644 index 0000000..611bed1 --- /dev/null +++ b/target/debug/.fingerprint/icu_locale_core-a299f1d4e556f582/lib-icu_locale_core @@ -0,0 +1 @@ +741888c09d54b541 \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_locale_core-a299f1d4e556f582/lib-icu_locale_core.json b/target/debug/.fingerprint/icu_locale_core-a299f1d4e556f582/lib-icu_locale_core.json new file mode 100644 index 0000000..9c5fe19 --- /dev/null +++ b/target/debug/.fingerprint/icu_locale_core-a299f1d4e556f582/lib-icu_locale_core.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"zerovec\"]","declared_features":"[\"alloc\", \"databake\", \"serde\", \"zerovec\"]","target":7234736894702847895,"profile":2241668132362809309,"path":17865230308308835116,"deps":[[5298260564258778412,"displaydoc",false,4615219064331014460],[11782995109291648529,"tinystr",false,1148490083180827575],[13225456964504773423,"writeable",false,1810145664203632170],[13749468390089984218,"litemap",false,13859179324471647368],[14563910249377136032,"zerovec",false,15275082362671581060]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/icu_locale_core-a299f1d4e556f582/dep-lib-icu_locale_core","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_normalizer-221bf5974a45c9c0/dep-lib-icu_normalizer b/target/debug/.fingerprint/icu_normalizer-221bf5974a45c9c0/dep-lib-icu_normalizer new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/icu_normalizer-221bf5974a45c9c0/dep-lib-icu_normalizer differ diff --git a/target/debug/.fingerprint/icu_normalizer-221bf5974a45c9c0/invoked.timestamp b/target/debug/.fingerprint/icu_normalizer-221bf5974a45c9c0/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/icu_normalizer-221bf5974a45c9c0/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_normalizer-221bf5974a45c9c0/lib-icu_normalizer b/target/debug/.fingerprint/icu_normalizer-221bf5974a45c9c0/lib-icu_normalizer new file mode 100644 index 0000000..9025373 --- /dev/null +++ b/target/debug/.fingerprint/icu_normalizer-221bf5974a45c9c0/lib-icu_normalizer @@ -0,0 +1 @@ +5888a9fb1162277e \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_normalizer-221bf5974a45c9c0/lib-icu_normalizer.json b/target/debug/.fingerprint/icu_normalizer-221bf5974a45c9c0/lib-icu_normalizer.json new file mode 100644 index 0000000..001a587 --- /dev/null +++ b/target/debug/.fingerprint/icu_normalizer-221bf5974a45c9c0/lib-icu_normalizer.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"compiled_data\"]","declared_features":"[\"compiled_data\", \"datagen\", \"default\", \"experimental\", \"icu_properties\", \"serde\", \"utf16_iter\", \"utf8_iter\", \"write16\"]","target":4082895731217690114,"profile":15904341663332837337,"path":10371027772326810516,"deps":[[3666196340704888985,"smallvec",false,11928328106647865112],[5251024081607271245,"icu_provider",false,3587568704312916743],[8584278803131124045,"icu_normalizer_data",false,7329983758508622348],[14324911895384364736,"icu_collections",false,5207170351294981261],[14563910249377136032,"zerovec",false,2382413400909459277]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/icu_normalizer-221bf5974a45c9c0/dep-lib-icu_normalizer","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_normalizer-c02a8b6e2f5701dd/dep-lib-icu_normalizer b/target/debug/.fingerprint/icu_normalizer-c02a8b6e2f5701dd/dep-lib-icu_normalizer new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/icu_normalizer-c02a8b6e2f5701dd/dep-lib-icu_normalizer differ diff --git a/target/debug/.fingerprint/icu_normalizer-c02a8b6e2f5701dd/invoked.timestamp b/target/debug/.fingerprint/icu_normalizer-c02a8b6e2f5701dd/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/icu_normalizer-c02a8b6e2f5701dd/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_normalizer-c02a8b6e2f5701dd/lib-icu_normalizer b/target/debug/.fingerprint/icu_normalizer-c02a8b6e2f5701dd/lib-icu_normalizer new file mode 100644 index 0000000..c5c53ab --- /dev/null +++ b/target/debug/.fingerprint/icu_normalizer-c02a8b6e2f5701dd/lib-icu_normalizer @@ -0,0 +1 @@ +040e0e5c2ce55c5a \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_normalizer-c02a8b6e2f5701dd/lib-icu_normalizer.json b/target/debug/.fingerprint/icu_normalizer-c02a8b6e2f5701dd/lib-icu_normalizer.json new file mode 100644 index 0000000..1ddef69 --- /dev/null +++ b/target/debug/.fingerprint/icu_normalizer-c02a8b6e2f5701dd/lib-icu_normalizer.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"compiled_data\"]","declared_features":"[\"compiled_data\", \"datagen\", \"default\", \"experimental\", \"icu_properties\", \"serde\", \"utf16_iter\", \"utf8_iter\", \"write16\"]","target":4082895731217690114,"profile":17308223956307584032,"path":10371027772326810516,"deps":[[3666196340704888985,"smallvec",false,6188232069611729028],[5251024081607271245,"icu_provider",false,4021331788476269486],[8584278803131124045,"icu_normalizer_data",false,14233824060712716591],[14324911895384364736,"icu_collections",false,11410783043568702716],[14563910249377136032,"zerovec",false,15275082362671581060]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/icu_normalizer-c02a8b6e2f5701dd/dep-lib-icu_normalizer","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_normalizer_data-0d2237b9fa766ff5/build-script-build-script-build b/target/debug/.fingerprint/icu_normalizer_data-0d2237b9fa766ff5/build-script-build-script-build new file mode 100644 index 0000000..281a069 --- /dev/null +++ b/target/debug/.fingerprint/icu_normalizer_data-0d2237b9fa766ff5/build-script-build-script-build @@ -0,0 +1 @@ +36b28bac6943c12a \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_normalizer_data-0d2237b9fa766ff5/build-script-build-script-build.json b/target/debug/.fingerprint/icu_normalizer_data-0d2237b9fa766ff5/build-script-build-script-build.json new file mode 100644 index 0000000..1e45c6c --- /dev/null +++ b/target/debug/.fingerprint/icu_normalizer_data-0d2237b9fa766ff5/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":5408242616063297496,"profile":13574669494803281578,"path":17718684014979249192,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/icu_normalizer_data-0d2237b9fa766ff5/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_normalizer_data-0d2237b9fa766ff5/dep-build-script-build-script-build b/target/debug/.fingerprint/icu_normalizer_data-0d2237b9fa766ff5/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/icu_normalizer_data-0d2237b9fa766ff5/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/icu_normalizer_data-0d2237b9fa766ff5/invoked.timestamp b/target/debug/.fingerprint/icu_normalizer_data-0d2237b9fa766ff5/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/icu_normalizer_data-0d2237b9fa766ff5/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_normalizer_data-380a74f5128b3a29/dep-lib-icu_normalizer_data b/target/debug/.fingerprint/icu_normalizer_data-380a74f5128b3a29/dep-lib-icu_normalizer_data new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/icu_normalizer_data-380a74f5128b3a29/dep-lib-icu_normalizer_data differ diff --git a/target/debug/.fingerprint/icu_normalizer_data-380a74f5128b3a29/invoked.timestamp b/target/debug/.fingerprint/icu_normalizer_data-380a74f5128b3a29/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/icu_normalizer_data-380a74f5128b3a29/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_normalizer_data-380a74f5128b3a29/lib-icu_normalizer_data b/target/debug/.fingerprint/icu_normalizer_data-380a74f5128b3a29/lib-icu_normalizer_data new file mode 100644 index 0000000..986d99a --- /dev/null +++ b/target/debug/.fingerprint/icu_normalizer_data-380a74f5128b3a29/lib-icu_normalizer_data @@ -0,0 +1 @@ +0c024a776455b965 \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_normalizer_data-380a74f5128b3a29/lib-icu_normalizer_data.json b/target/debug/.fingerprint/icu_normalizer_data-380a74f5128b3a29/lib-icu_normalizer_data.json new file mode 100644 index 0000000..d73ccf0 --- /dev/null +++ b/target/debug/.fingerprint/icu_normalizer_data-380a74f5128b3a29/lib-icu_normalizer_data.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":17980939898269686983,"profile":13574669494803281578,"path":18105402619367368413,"deps":[[8584278803131124045,"build_script_build",false,16665882885565481790]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/icu_normalizer_data-380a74f5128b3a29/dep-lib-icu_normalizer_data","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_normalizer_data-4e0c7362b6812833/dep-lib-icu_normalizer_data b/target/debug/.fingerprint/icu_normalizer_data-4e0c7362b6812833/dep-lib-icu_normalizer_data new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/icu_normalizer_data-4e0c7362b6812833/dep-lib-icu_normalizer_data differ diff --git a/target/debug/.fingerprint/icu_normalizer_data-4e0c7362b6812833/invoked.timestamp b/target/debug/.fingerprint/icu_normalizer_data-4e0c7362b6812833/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/icu_normalizer_data-4e0c7362b6812833/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_normalizer_data-4e0c7362b6812833/lib-icu_normalizer_data b/target/debug/.fingerprint/icu_normalizer_data-4e0c7362b6812833/lib-icu_normalizer_data new file mode 100644 index 0000000..33531c6 --- /dev/null +++ b/target/debug/.fingerprint/icu_normalizer_data-4e0c7362b6812833/lib-icu_normalizer_data @@ -0,0 +1 @@ +2f8930b691b388c5 \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_normalizer_data-4e0c7362b6812833/lib-icu_normalizer_data.json b/target/debug/.fingerprint/icu_normalizer_data-4e0c7362b6812833/lib-icu_normalizer_data.json new file mode 100644 index 0000000..e18b42d --- /dev/null +++ b/target/debug/.fingerprint/icu_normalizer_data-4e0c7362b6812833/lib-icu_normalizer_data.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":17980939898269686983,"profile":6379353384314970492,"path":18105402619367368413,"deps":[[8584278803131124045,"build_script_build",false,16665882885565481790]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/icu_normalizer_data-4e0c7362b6812833/dep-lib-icu_normalizer_data","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_normalizer_data-a92d98b2db83e929/run-build-script-build-script-build b/target/debug/.fingerprint/icu_normalizer_data-a92d98b2db83e929/run-build-script-build-script-build new file mode 100644 index 0000000..c988376 --- /dev/null +++ b/target/debug/.fingerprint/icu_normalizer_data-a92d98b2db83e929/run-build-script-build-script-build @@ -0,0 +1 @@ +3e83644e2f1c49e7 \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_normalizer_data-a92d98b2db83e929/run-build-script-build-script-build.json b/target/debug/.fingerprint/icu_normalizer_data-a92d98b2db83e929/run-build-script-build-script-build.json new file mode 100644 index 0000000..001310c --- /dev/null +++ b/target/debug/.fingerprint/icu_normalizer_data-a92d98b2db83e929/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[8584278803131124045,"build_script_build",false,3080817741243593270]],"local":[{"RerunIfEnvChanged":{"var":"ICU4X_DATA_DIR","val":null}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_properties-5c5ab336441c39db/dep-lib-icu_properties b/target/debug/.fingerprint/icu_properties-5c5ab336441c39db/dep-lib-icu_properties new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/icu_properties-5c5ab336441c39db/dep-lib-icu_properties differ diff --git a/target/debug/.fingerprint/icu_properties-5c5ab336441c39db/invoked.timestamp b/target/debug/.fingerprint/icu_properties-5c5ab336441c39db/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/icu_properties-5c5ab336441c39db/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_properties-5c5ab336441c39db/lib-icu_properties b/target/debug/.fingerprint/icu_properties-5c5ab336441c39db/lib-icu_properties new file mode 100644 index 0000000..57b6aea --- /dev/null +++ b/target/debug/.fingerprint/icu_properties-5c5ab336441c39db/lib-icu_properties @@ -0,0 +1 @@ +7689539a9fc97aab \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_properties-5c5ab336441c39db/lib-icu_properties.json b/target/debug/.fingerprint/icu_properties-5c5ab336441c39db/lib-icu_properties.json new file mode 100644 index 0000000..ea4da69 --- /dev/null +++ b/target/debug/.fingerprint/icu_properties-5c5ab336441c39db/lib-icu_properties.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"compiled_data\"]","declared_features":"[\"alloc\", \"compiled_data\", \"datagen\", \"default\", \"serde\", \"unicode_bidi\"]","target":12882061015678277883,"profile":2225463790103693989,"path":1470756643506513284,"deps":[[3966877249195716185,"icu_locale_core",false,9152855813712512506],[5251024081607271245,"icu_provider",false,3587568704312916743],[5858954507332936698,"icu_properties_data",false,5498174430491950066],[6160379875186348458,"zerotrie",false,6318488875959179194],[14324911895384364736,"icu_collections",false,5207170351294981261],[14563910249377136032,"zerovec",false,2382413400909459277]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/icu_properties-5c5ab336441c39db/dep-lib-icu_properties","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_properties-a9e7a26130802ff5/dep-lib-icu_properties b/target/debug/.fingerprint/icu_properties-a9e7a26130802ff5/dep-lib-icu_properties new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/icu_properties-a9e7a26130802ff5/dep-lib-icu_properties differ diff --git a/target/debug/.fingerprint/icu_properties-a9e7a26130802ff5/invoked.timestamp b/target/debug/.fingerprint/icu_properties-a9e7a26130802ff5/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/icu_properties-a9e7a26130802ff5/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_properties-a9e7a26130802ff5/lib-icu_properties b/target/debug/.fingerprint/icu_properties-a9e7a26130802ff5/lib-icu_properties new file mode 100644 index 0000000..22aafc6 --- /dev/null +++ b/target/debug/.fingerprint/icu_properties-a9e7a26130802ff5/lib-icu_properties @@ -0,0 +1 @@ +01f935cf59d4397e \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_properties-a9e7a26130802ff5/lib-icu_properties.json b/target/debug/.fingerprint/icu_properties-a9e7a26130802ff5/lib-icu_properties.json new file mode 100644 index 0000000..e0a802f --- /dev/null +++ b/target/debug/.fingerprint/icu_properties-a9e7a26130802ff5/lib-icu_properties.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"compiled_data\"]","declared_features":"[\"alloc\", \"compiled_data\", \"datagen\", \"default\", \"serde\", \"unicode_bidi\"]","target":12882061015678277883,"profile":2241668132362809309,"path":1470756643506513284,"deps":[[3966877249195716185,"icu_locale_core",false,4734783619766687860],[5251024081607271245,"icu_provider",false,4021331788476269486],[5858954507332936698,"icu_properties_data",false,6680635701837552459],[6160379875186348458,"zerotrie",false,9252319062839727815],[14324911895384364736,"icu_collections",false,11410783043568702716],[14563910249377136032,"zerovec",false,15275082362671581060]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/icu_properties-a9e7a26130802ff5/dep-lib-icu_properties","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_properties_data-018f8a5dd2faebfa/dep-lib-icu_properties_data b/target/debug/.fingerprint/icu_properties_data-018f8a5dd2faebfa/dep-lib-icu_properties_data new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/icu_properties_data-018f8a5dd2faebfa/dep-lib-icu_properties_data differ diff --git a/target/debug/.fingerprint/icu_properties_data-018f8a5dd2faebfa/invoked.timestamp b/target/debug/.fingerprint/icu_properties_data-018f8a5dd2faebfa/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/icu_properties_data-018f8a5dd2faebfa/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_properties_data-018f8a5dd2faebfa/lib-icu_properties_data b/target/debug/.fingerprint/icu_properties_data-018f8a5dd2faebfa/lib-icu_properties_data new file mode 100644 index 0000000..39a23b6 --- /dev/null +++ b/target/debug/.fingerprint/icu_properties_data-018f8a5dd2faebfa/lib-icu_properties_data @@ -0,0 +1 @@ +f2bb9b9283704d4c \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_properties_data-018f8a5dd2faebfa/lib-icu_properties_data.json b/target/debug/.fingerprint/icu_properties_data-018f8a5dd2faebfa/lib-icu_properties_data.json new file mode 100644 index 0000000..ec96b94 --- /dev/null +++ b/target/debug/.fingerprint/icu_properties_data-018f8a5dd2faebfa/lib-icu_properties_data.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":9037757742335137726,"profile":13574669494803281578,"path":7584000009896488302,"deps":[[5858954507332936698,"build_script_build",false,8651631945215312210]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/icu_properties_data-018f8a5dd2faebfa/dep-lib-icu_properties_data","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_properties_data-67d26df1ecbf6e0e/build-script-build-script-build b/target/debug/.fingerprint/icu_properties_data-67d26df1ecbf6e0e/build-script-build-script-build new file mode 100644 index 0000000..988027f --- /dev/null +++ b/target/debug/.fingerprint/icu_properties_data-67d26df1ecbf6e0e/build-script-build-script-build @@ -0,0 +1 @@ +53f00cbe0d99f679 \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_properties_data-67d26df1ecbf6e0e/build-script-build-script-build.json b/target/debug/.fingerprint/icu_properties_data-67d26df1ecbf6e0e/build-script-build-script-build.json new file mode 100644 index 0000000..806a3c9 --- /dev/null +++ b/target/debug/.fingerprint/icu_properties_data-67d26df1ecbf6e0e/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":5408242616063297496,"profile":13574669494803281578,"path":8727500526945240750,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/icu_properties_data-67d26df1ecbf6e0e/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_properties_data-67d26df1ecbf6e0e/dep-build-script-build-script-build b/target/debug/.fingerprint/icu_properties_data-67d26df1ecbf6e0e/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/icu_properties_data-67d26df1ecbf6e0e/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/icu_properties_data-67d26df1ecbf6e0e/invoked.timestamp b/target/debug/.fingerprint/icu_properties_data-67d26df1ecbf6e0e/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/icu_properties_data-67d26df1ecbf6e0e/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_properties_data-7b4c395cee829008/run-build-script-build-script-build b/target/debug/.fingerprint/icu_properties_data-7b4c395cee829008/run-build-script-build-script-build new file mode 100644 index 0000000..e306d84 --- /dev/null +++ b/target/debug/.fingerprint/icu_properties_data-7b4c395cee829008/run-build-script-build-script-build @@ -0,0 +1 @@ +5201fb756ac51078 \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_properties_data-7b4c395cee829008/run-build-script-build-script-build.json b/target/debug/.fingerprint/icu_properties_data-7b4c395cee829008/run-build-script-build-script-build.json new file mode 100644 index 0000000..70f66fd --- /dev/null +++ b/target/debug/.fingerprint/icu_properties_data-7b4c395cee829008/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[5858954507332936698,"build_script_build",false,8788380007162245203]],"local":[{"RerunIfEnvChanged":{"var":"ICU4X_DATA_DIR","val":null}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_properties_data-bf93c9d3cf05a333/dep-lib-icu_properties_data b/target/debug/.fingerprint/icu_properties_data-bf93c9d3cf05a333/dep-lib-icu_properties_data new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/icu_properties_data-bf93c9d3cf05a333/dep-lib-icu_properties_data differ diff --git a/target/debug/.fingerprint/icu_properties_data-bf93c9d3cf05a333/invoked.timestamp b/target/debug/.fingerprint/icu_properties_data-bf93c9d3cf05a333/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/icu_properties_data-bf93c9d3cf05a333/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_properties_data-bf93c9d3cf05a333/lib-icu_properties_data b/target/debug/.fingerprint/icu_properties_data-bf93c9d3cf05a333/lib-icu_properties_data new file mode 100644 index 0000000..765bf20 --- /dev/null +++ b/target/debug/.fingerprint/icu_properties_data-bf93c9d3cf05a333/lib-icu_properties_data @@ -0,0 +1 @@ +4bdbd179c662b65c \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_properties_data-bf93c9d3cf05a333/lib-icu_properties_data.json b/target/debug/.fingerprint/icu_properties_data-bf93c9d3cf05a333/lib-icu_properties_data.json new file mode 100644 index 0000000..ee8134f --- /dev/null +++ b/target/debug/.fingerprint/icu_properties_data-bf93c9d3cf05a333/lib-icu_properties_data.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":9037757742335137726,"profile":6379353384314970492,"path":7584000009896488302,"deps":[[5858954507332936698,"build_script_build",false,8651631945215312210]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/icu_properties_data-bf93c9d3cf05a333/dep-lib-icu_properties_data","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_provider-9648bd172c012efc/dep-lib-icu_provider b/target/debug/.fingerprint/icu_provider-9648bd172c012efc/dep-lib-icu_provider new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/icu_provider-9648bd172c012efc/dep-lib-icu_provider differ diff --git a/target/debug/.fingerprint/icu_provider-9648bd172c012efc/invoked.timestamp b/target/debug/.fingerprint/icu_provider-9648bd172c012efc/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/icu_provider-9648bd172c012efc/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_provider-9648bd172c012efc/lib-icu_provider b/target/debug/.fingerprint/icu_provider-9648bd172c012efc/lib-icu_provider new file mode 100644 index 0000000..67f05c2 --- /dev/null +++ b/target/debug/.fingerprint/icu_provider-9648bd172c012efc/lib-icu_provider @@ -0,0 +1 @@ +073be193ba9ac931 \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_provider-9648bd172c012efc/lib-icu_provider.json b/target/debug/.fingerprint/icu_provider-9648bd172c012efc/lib-icu_provider.json new file mode 100644 index 0000000..c335626 --- /dev/null +++ b/target/debug/.fingerprint/icu_provider-9648bd172c012efc/lib-icu_provider.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"baked\"]","declared_features":"[\"alloc\", \"baked\", \"deserialize_bincode_1\", \"deserialize_json\", \"deserialize_postcard_1\", \"export\", \"logging\", \"serde\", \"std\", \"sync\", \"zerotrie\"]","target":8134314816311233441,"profile":2225463790103693989,"path":10385497227364832612,"deps":[[697207654067905947,"yoke",false,5412443251058617154],[3966877249195716185,"icu_locale_core",false,9152855813712512506],[5298260564258778412,"displaydoc",false,4615219064331014460],[6160379875186348458,"zerotrie",false,6318488875959179194],[13225456964504773423,"writeable",false,10336789789746743330],[14563910249377136032,"zerovec",false,2382413400909459277],[17046516144589451410,"zerofrom",false,7916536832193263757]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/icu_provider-9648bd172c012efc/dep-lib-icu_provider","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_provider-9ae5693775ce3b6d/dep-lib-icu_provider b/target/debug/.fingerprint/icu_provider-9ae5693775ce3b6d/dep-lib-icu_provider new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/icu_provider-9ae5693775ce3b6d/dep-lib-icu_provider differ diff --git a/target/debug/.fingerprint/icu_provider-9ae5693775ce3b6d/invoked.timestamp b/target/debug/.fingerprint/icu_provider-9ae5693775ce3b6d/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/icu_provider-9ae5693775ce3b6d/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_provider-9ae5693775ce3b6d/lib-icu_provider b/target/debug/.fingerprint/icu_provider-9ae5693775ce3b6d/lib-icu_provider new file mode 100644 index 0000000..150cebd --- /dev/null +++ b/target/debug/.fingerprint/icu_provider-9ae5693775ce3b6d/lib-icu_provider @@ -0,0 +1 @@ +ae431da8f4a3ce37 \ No newline at end of file diff --git a/target/debug/.fingerprint/icu_provider-9ae5693775ce3b6d/lib-icu_provider.json b/target/debug/.fingerprint/icu_provider-9ae5693775ce3b6d/lib-icu_provider.json new file mode 100644 index 0000000..f98055e --- /dev/null +++ b/target/debug/.fingerprint/icu_provider-9ae5693775ce3b6d/lib-icu_provider.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"baked\"]","declared_features":"[\"alloc\", \"baked\", \"deserialize_bincode_1\", \"deserialize_json\", \"deserialize_postcard_1\", \"export\", \"logging\", \"serde\", \"std\", \"sync\", \"zerotrie\"]","target":8134314816311233441,"profile":2241668132362809309,"path":10385497227364832612,"deps":[[697207654067905947,"yoke",false,17737219557982198543],[3966877249195716185,"icu_locale_core",false,4734783619766687860],[5298260564258778412,"displaydoc",false,4615219064331014460],[6160379875186348458,"zerotrie",false,9252319062839727815],[13225456964504773423,"writeable",false,1810145664203632170],[14563910249377136032,"zerovec",false,15275082362671581060],[17046516144589451410,"zerofrom",false,15470025828991227490]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/icu_provider-9ae5693775ce3b6d/dep-lib-icu_provider","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/ident_case-649284103e8b873b/dep-lib-ident_case b/target/debug/.fingerprint/ident_case-649284103e8b873b/dep-lib-ident_case new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/ident_case-649284103e8b873b/dep-lib-ident_case differ diff --git a/target/debug/.fingerprint/ident_case-649284103e8b873b/invoked.timestamp b/target/debug/.fingerprint/ident_case-649284103e8b873b/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/ident_case-649284103e8b873b/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/ident_case-649284103e8b873b/lib-ident_case b/target/debug/.fingerprint/ident_case-649284103e8b873b/lib-ident_case new file mode 100644 index 0000000..fb538df --- /dev/null +++ b/target/debug/.fingerprint/ident_case-649284103e8b873b/lib-ident_case @@ -0,0 +1 @@ +03ed3e348930cbe7 \ No newline at end of file diff --git a/target/debug/.fingerprint/ident_case-649284103e8b873b/lib-ident_case.json b/target/debug/.fingerprint/ident_case-649284103e8b873b/lib-ident_case.json new file mode 100644 index 0000000..30e3ac9 --- /dev/null +++ b/target/debug/.fingerprint/ident_case-649284103e8b873b/lib-ident_case.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":5776078485490251590,"profile":2225463790103693989,"path":16763014420697678895,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/ident_case-649284103e8b873b/dep-lib-ident_case","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/idna-18a04fcd2cfc1140/dep-lib-idna b/target/debug/.fingerprint/idna-18a04fcd2cfc1140/dep-lib-idna new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/idna-18a04fcd2cfc1140/dep-lib-idna differ diff --git a/target/debug/.fingerprint/idna-18a04fcd2cfc1140/invoked.timestamp b/target/debug/.fingerprint/idna-18a04fcd2cfc1140/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/idna-18a04fcd2cfc1140/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/idna-18a04fcd2cfc1140/lib-idna b/target/debug/.fingerprint/idna-18a04fcd2cfc1140/lib-idna new file mode 100644 index 0000000..d512b30 --- /dev/null +++ b/target/debug/.fingerprint/idna-18a04fcd2cfc1140/lib-idna @@ -0,0 +1 @@ +41b7b852d8dcc47d \ No newline at end of file diff --git a/target/debug/.fingerprint/idna-18a04fcd2cfc1140/lib-idna.json b/target/debug/.fingerprint/idna-18a04fcd2cfc1140/lib-idna.json new file mode 100644 index 0000000..0d3ec6b --- /dev/null +++ b/target/debug/.fingerprint/idna-18a04fcd2cfc1140/lib-idna.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"compiled_data\", \"std\"]","declared_features":"[\"alloc\", \"compiled_data\", \"default\", \"std\"]","target":2602963282308965300,"profile":2225463790103693989,"path":9200615098094180172,"deps":[[3666196340704888985,"smallvec",false,11928328106647865112],[5078124415930854154,"utf8_iter",false,8419212689533551494],[15512052560677395824,"idna_adapter",false,16952679861422128481]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/idna-18a04fcd2cfc1140/dep-lib-idna","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/idna-cc7887650acf2ec2/dep-lib-idna b/target/debug/.fingerprint/idna-cc7887650acf2ec2/dep-lib-idna new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/idna-cc7887650acf2ec2/dep-lib-idna differ diff --git a/target/debug/.fingerprint/idna-cc7887650acf2ec2/invoked.timestamp b/target/debug/.fingerprint/idna-cc7887650acf2ec2/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/idna-cc7887650acf2ec2/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/idna-cc7887650acf2ec2/lib-idna b/target/debug/.fingerprint/idna-cc7887650acf2ec2/lib-idna new file mode 100644 index 0000000..e5e3504 --- /dev/null +++ b/target/debug/.fingerprint/idna-cc7887650acf2ec2/lib-idna @@ -0,0 +1 @@ +0ebb3f842b94b08b \ No newline at end of file diff --git a/target/debug/.fingerprint/idna-cc7887650acf2ec2/lib-idna.json b/target/debug/.fingerprint/idna-cc7887650acf2ec2/lib-idna.json new file mode 100644 index 0000000..4acaaa4 --- /dev/null +++ b/target/debug/.fingerprint/idna-cc7887650acf2ec2/lib-idna.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"std\"]","target":536006637634424409,"profile":2241668132362809309,"path":770574679864796110,"deps":[[7477499173016652821,"unicode_normalization",false,14502887615505785704],[12948654253482788520,"unicode_bidi",false,10186914342715014565]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/idna-cc7887650acf2ec2/dep-lib-idna","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/idna-e2f7b4fdde22cd71/dep-lib-idna b/target/debug/.fingerprint/idna-e2f7b4fdde22cd71/dep-lib-idna new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/idna-e2f7b4fdde22cd71/dep-lib-idna differ diff --git a/target/debug/.fingerprint/idna-e2f7b4fdde22cd71/invoked.timestamp b/target/debug/.fingerprint/idna-e2f7b4fdde22cd71/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/idna-e2f7b4fdde22cd71/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/idna-e2f7b4fdde22cd71/lib-idna b/target/debug/.fingerprint/idna-e2f7b4fdde22cd71/lib-idna new file mode 100644 index 0000000..f783c8e --- /dev/null +++ b/target/debug/.fingerprint/idna-e2f7b4fdde22cd71/lib-idna @@ -0,0 +1 @@ +0c0ae808b99709e1 \ No newline at end of file diff --git a/target/debug/.fingerprint/idna-e2f7b4fdde22cd71/lib-idna.json b/target/debug/.fingerprint/idna-e2f7b4fdde22cd71/lib-idna.json new file mode 100644 index 0000000..55307c8 --- /dev/null +++ b/target/debug/.fingerprint/idna-e2f7b4fdde22cd71/lib-idna.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"std\"]","target":536006637634424409,"profile":2241668132362809309,"path":15818383819248839150,"deps":[[7477499173016652821,"unicode_normalization",false,14502887615505785704],[12948654253482788520,"unicode_bidi",false,10186914342715014565]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/idna-e2f7b4fdde22cd71/dep-lib-idna","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/idna-f273246e7ee02be8/dep-lib-idna b/target/debug/.fingerprint/idna-f273246e7ee02be8/dep-lib-idna new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/idna-f273246e7ee02be8/dep-lib-idna differ diff --git a/target/debug/.fingerprint/idna-f273246e7ee02be8/invoked.timestamp b/target/debug/.fingerprint/idna-f273246e7ee02be8/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/idna-f273246e7ee02be8/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/idna-f273246e7ee02be8/lib-idna b/target/debug/.fingerprint/idna-f273246e7ee02be8/lib-idna new file mode 100644 index 0000000..93667e2 --- /dev/null +++ b/target/debug/.fingerprint/idna-f273246e7ee02be8/lib-idna @@ -0,0 +1 @@ +0560e605e1814b77 \ No newline at end of file diff --git a/target/debug/.fingerprint/idna-f273246e7ee02be8/lib-idna.json b/target/debug/.fingerprint/idna-f273246e7ee02be8/lib-idna.json new file mode 100644 index 0000000..aef13fc --- /dev/null +++ b/target/debug/.fingerprint/idna-f273246e7ee02be8/lib-idna.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"compiled_data\", \"std\"]","declared_features":"[\"alloc\", \"compiled_data\", \"default\", \"std\"]","target":2602963282308965300,"profile":2241668132362809309,"path":9200615098094180172,"deps":[[3666196340704888985,"smallvec",false,6188232069611729028],[5078124415930854154,"utf8_iter",false,1076572322722481606],[15512052560677395824,"idna_adapter",false,14396903608508014067]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/idna-f273246e7ee02be8/dep-lib-idna","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/idna_adapter-9cc4454b6e7dbb28/dep-lib-idna_adapter b/target/debug/.fingerprint/idna_adapter-9cc4454b6e7dbb28/dep-lib-idna_adapter new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/idna_adapter-9cc4454b6e7dbb28/dep-lib-idna_adapter differ diff --git a/target/debug/.fingerprint/idna_adapter-9cc4454b6e7dbb28/invoked.timestamp b/target/debug/.fingerprint/idna_adapter-9cc4454b6e7dbb28/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/idna_adapter-9cc4454b6e7dbb28/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/idna_adapter-9cc4454b6e7dbb28/lib-idna_adapter b/target/debug/.fingerprint/idna_adapter-9cc4454b6e7dbb28/lib-idna_adapter new file mode 100644 index 0000000..a1ca631 --- /dev/null +++ b/target/debug/.fingerprint/idna_adapter-9cc4454b6e7dbb28/lib-idna_adapter @@ -0,0 +1 @@ +61fdfbca830444eb \ No newline at end of file diff --git a/target/debug/.fingerprint/idna_adapter-9cc4454b6e7dbb28/lib-idna_adapter.json b/target/debug/.fingerprint/idna_adapter-9cc4454b6e7dbb28/lib-idna_adapter.json new file mode 100644 index 0000000..a602356 --- /dev/null +++ b/target/debug/.fingerprint/idna_adapter-9cc4454b6e7dbb28/lib-idna_adapter.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"compiled_data\"]","declared_features":"[\"compiled_data\"]","target":9682399050268992880,"profile":2225463790103693989,"path":5585545196542244140,"deps":[[13090240085421024152,"icu_normalizer",false,9090342202246793304],[18157230703293167834,"icu_properties",false,12356410214970526070]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/idna_adapter-9cc4454b6e7dbb28/dep-lib-idna_adapter","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/idna_adapter-c57094580fb4c5db/dep-lib-idna_adapter b/target/debug/.fingerprint/idna_adapter-c57094580fb4c5db/dep-lib-idna_adapter new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/idna_adapter-c57094580fb4c5db/dep-lib-idna_adapter differ diff --git a/target/debug/.fingerprint/idna_adapter-c57094580fb4c5db/invoked.timestamp b/target/debug/.fingerprint/idna_adapter-c57094580fb4c5db/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/idna_adapter-c57094580fb4c5db/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/idna_adapter-c57094580fb4c5db/lib-idna_adapter b/target/debug/.fingerprint/idna_adapter-c57094580fb4c5db/lib-idna_adapter new file mode 100644 index 0000000..ab935ad --- /dev/null +++ b/target/debug/.fingerprint/idna_adapter-c57094580fb4c5db/lib-idna_adapter @@ -0,0 +1 @@ +f3dda8ca8d13ccc7 \ No newline at end of file diff --git a/target/debug/.fingerprint/idna_adapter-c57094580fb4c5db/lib-idna_adapter.json b/target/debug/.fingerprint/idna_adapter-c57094580fb4c5db/lib-idna_adapter.json new file mode 100644 index 0000000..8f85462 --- /dev/null +++ b/target/debug/.fingerprint/idna_adapter-c57094580fb4c5db/lib-idna_adapter.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"compiled_data\"]","declared_features":"[\"compiled_data\"]","target":9682399050268992880,"profile":2241668132362809309,"path":5585545196542244140,"deps":[[13090240085421024152,"icu_normalizer",false,6511331139956641284],[18157230703293167834,"icu_properties",false,9095534404645026049]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/idna_adapter-c57094580fb4c5db/dep-lib-idna_adapter","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/ignore-452681c5c8034fea/dep-lib-ignore b/target/debug/.fingerprint/ignore-452681c5c8034fea/dep-lib-ignore new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/ignore-452681c5c8034fea/dep-lib-ignore differ diff --git a/target/debug/.fingerprint/ignore-452681c5c8034fea/invoked.timestamp b/target/debug/.fingerprint/ignore-452681c5c8034fea/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/ignore-452681c5c8034fea/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/ignore-452681c5c8034fea/lib-ignore b/target/debug/.fingerprint/ignore-452681c5c8034fea/lib-ignore new file mode 100644 index 0000000..102f485 --- /dev/null +++ b/target/debug/.fingerprint/ignore-452681c5c8034fea/lib-ignore @@ -0,0 +1 @@ +5be735e3d7f20857 \ No newline at end of file diff --git a/target/debug/.fingerprint/ignore-452681c5c8034fea/lib-ignore.json b/target/debug/.fingerprint/ignore-452681c5c8034fea/lib-ignore.json new file mode 100644 index 0000000..1e0ff06 --- /dev/null +++ b/target/debug/.fingerprint/ignore-452681c5c8034fea/lib-ignore.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"simd-accel\"]","target":12334212417946013711,"profile":2241668132362809309,"path":351402510645331410,"deps":[[198136567835728122,"memchr",false,13820745343826299477],[3030539787503978792,"regex_automata",false,9075016386314241653],[10630857666389190470,"log",false,17521242917158211660],[11781824977070132858,"same_file",false,16517586173696686846],[12921325478209092965,"globset",false,8506397312626664374],[15622660310229662834,"walkdir",false,822224349253121539],[17472578983440242455,"crossbeam_deque",false,16382293983343609062]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/ignore-452681c5c8034fea/dep-lib-ignore","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/ignore-53d54cc58f1f6286/dep-lib-ignore b/target/debug/.fingerprint/ignore-53d54cc58f1f6286/dep-lib-ignore new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/ignore-53d54cc58f1f6286/dep-lib-ignore differ diff --git a/target/debug/.fingerprint/ignore-53d54cc58f1f6286/invoked.timestamp b/target/debug/.fingerprint/ignore-53d54cc58f1f6286/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/ignore-53d54cc58f1f6286/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/ignore-53d54cc58f1f6286/lib-ignore b/target/debug/.fingerprint/ignore-53d54cc58f1f6286/lib-ignore new file mode 100644 index 0000000..efa1348 --- /dev/null +++ b/target/debug/.fingerprint/ignore-53d54cc58f1f6286/lib-ignore @@ -0,0 +1 @@ +e38c3120fa426c56 \ No newline at end of file diff --git a/target/debug/.fingerprint/ignore-53d54cc58f1f6286/lib-ignore.json b/target/debug/.fingerprint/ignore-53d54cc58f1f6286/lib-ignore.json new file mode 100644 index 0000000..66badeb --- /dev/null +++ b/target/debug/.fingerprint/ignore-53d54cc58f1f6286/lib-ignore.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"simd-accel\"]","target":12334212417946013711,"profile":2225463790103693989,"path":351402510645331410,"deps":[[198136567835728122,"memchr",false,13171808347467139300],[3030539787503978792,"regex_automata",false,7669750946471158320],[10630857666389190470,"log",false,1567224994077434894],[11781824977070132858,"same_file",false,14217199827211343099],[12921325478209092965,"globset",false,3334025296665967501],[15622660310229662834,"walkdir",false,4752162139161461440],[17472578983440242455,"crossbeam_deque",false,2454333264897775500]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/ignore-53d54cc58f1f6286/dep-lib-ignore","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/ignore-55a33c306f784b59/dep-lib-ignore b/target/debug/.fingerprint/ignore-55a33c306f784b59/dep-lib-ignore new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/ignore-55a33c306f784b59/dep-lib-ignore differ diff --git a/target/debug/.fingerprint/ignore-55a33c306f784b59/invoked.timestamp b/target/debug/.fingerprint/ignore-55a33c306f784b59/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/ignore-55a33c306f784b59/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/ignore-55a33c306f784b59/lib-ignore b/target/debug/.fingerprint/ignore-55a33c306f784b59/lib-ignore new file mode 100644 index 0000000..308415b --- /dev/null +++ b/target/debug/.fingerprint/ignore-55a33c306f784b59/lib-ignore @@ -0,0 +1 @@ +9f55d0f6700f1003 \ No newline at end of file diff --git a/target/debug/.fingerprint/ignore-55a33c306f784b59/lib-ignore.json b/target/debug/.fingerprint/ignore-55a33c306f784b59/lib-ignore.json new file mode 100644 index 0000000..d4393b6 --- /dev/null +++ b/target/debug/.fingerprint/ignore-55a33c306f784b59/lib-ignore.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"simd-accel\"]","target":12334212417946013711,"profile":2225463790103693989,"path":351402510645331410,"deps":[[198136567835728122,"memchr",false,13171808347467139300],[3030539787503978792,"regex_automata",false,7669750946471158320],[10630857666389190470,"log",false,1567224994077434894],[11781824977070132858,"same_file",false,14217199827211343099],[12921325478209092965,"globset",false,3334025296665967501],[15622660310229662834,"walkdir",false,4752162139161461440],[17472578983440242455,"crossbeam_deque",false,16135011022646779422]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/ignore-55a33c306f784b59/dep-lib-ignore","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/ignore-d04fa90e66c4c9d9/dep-lib-ignore b/target/debug/.fingerprint/ignore-d04fa90e66c4c9d9/dep-lib-ignore new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/ignore-d04fa90e66c4c9d9/dep-lib-ignore differ diff --git a/target/debug/.fingerprint/ignore-d04fa90e66c4c9d9/invoked.timestamp b/target/debug/.fingerprint/ignore-d04fa90e66c4c9d9/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/ignore-d04fa90e66c4c9d9/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/ignore-d04fa90e66c4c9d9/lib-ignore b/target/debug/.fingerprint/ignore-d04fa90e66c4c9d9/lib-ignore new file mode 100644 index 0000000..49cf8fa --- /dev/null +++ b/target/debug/.fingerprint/ignore-d04fa90e66c4c9d9/lib-ignore @@ -0,0 +1 @@ +1134d0d979727507 \ No newline at end of file diff --git a/target/debug/.fingerprint/ignore-d04fa90e66c4c9d9/lib-ignore.json b/target/debug/.fingerprint/ignore-d04fa90e66c4c9d9/lib-ignore.json new file mode 100644 index 0000000..afc7576 --- /dev/null +++ b/target/debug/.fingerprint/ignore-d04fa90e66c4c9d9/lib-ignore.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"simd-accel\"]","target":12334212417946013711,"profile":2241668132362809309,"path":351402510645331410,"deps":[[198136567835728122,"memchr",false,13820745343826299477],[3030539787503978792,"regex_automata",false,9075016386314241653],[10630857666389190470,"log",false,17521242917158211660],[11781824977070132858,"same_file",false,16517586173696686846],[12921325478209092965,"globset",false,8506397312626664374],[15622660310229662834,"walkdir",false,822224349253121539],[17472578983440242455,"crossbeam_deque",false,5706125317452771646]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/ignore-d04fa90e66c4c9d9/dep-lib-ignore","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/indexmap-20ff69d8f88c9947/dep-lib-indexmap b/target/debug/.fingerprint/indexmap-20ff69d8f88c9947/dep-lib-indexmap new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/indexmap-20ff69d8f88c9947/dep-lib-indexmap differ diff --git a/target/debug/.fingerprint/indexmap-20ff69d8f88c9947/invoked.timestamp b/target/debug/.fingerprint/indexmap-20ff69d8f88c9947/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/indexmap-20ff69d8f88c9947/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/indexmap-20ff69d8f88c9947/lib-indexmap b/target/debug/.fingerprint/indexmap-20ff69d8f88c9947/lib-indexmap new file mode 100644 index 0000000..4b02737 --- /dev/null +++ b/target/debug/.fingerprint/indexmap-20ff69d8f88c9947/lib-indexmap @@ -0,0 +1 @@ +1e79e8fa442b8203 \ No newline at end of file diff --git a/target/debug/.fingerprint/indexmap-20ff69d8f88c9947/lib-indexmap.json b/target/debug/.fingerprint/indexmap-20ff69d8f88c9947/lib-indexmap.json new file mode 100644 index 0000000..504796d --- /dev/null +++ b/target/debug/.fingerprint/indexmap-20ff69d8f88c9947/lib-indexmap.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"serde\", \"std\"]","declared_features":"[\"arbitrary\", \"borsh\", \"default\", \"quickcheck\", \"rayon\", \"serde\", \"std\", \"sval\", \"test_debug\"]","target":10391229881554802429,"profile":11800664513218926762,"path":7856074421168104869,"deps":[[5230392855116717286,"equivalent",false,14808314283372594016],[11899261697793765154,"serde_core",false,4301951189289845985],[17037126617600641945,"hashbrown",false,2543081637580847380]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/indexmap-20ff69d8f88c9947/dep-lib-indexmap","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/indexmap-57d2d7590c42b402/build-script-build-script-build b/target/debug/.fingerprint/indexmap-57d2d7590c42b402/build-script-build-script-build new file mode 100644 index 0000000..6190d48 --- /dev/null +++ b/target/debug/.fingerprint/indexmap-57d2d7590c42b402/build-script-build-script-build @@ -0,0 +1 @@ +0d2c552ef1942bc7 \ No newline at end of file diff --git a/target/debug/.fingerprint/indexmap-57d2d7590c42b402/build-script-build-script-build.json b/target/debug/.fingerprint/indexmap-57d2d7590c42b402/build-script-build-script-build.json new file mode 100644 index 0000000..b5e395a --- /dev/null +++ b/target/debug/.fingerprint/indexmap-57d2d7590c42b402/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"arbitrary\", \"quickcheck\", \"rayon\", \"rustc-rayon\", \"serde\", \"serde-1\", \"std\", \"test_debug\", \"test_low_transition_point\"]","target":5408242616063297496,"profile":2225463790103693989,"path":8988467256978466418,"deps":[[13927012481677012980,"autocfg",false,13576290838935675997]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/indexmap-57d2d7590c42b402/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/indexmap-57d2d7590c42b402/dep-build-script-build-script-build b/target/debug/.fingerprint/indexmap-57d2d7590c42b402/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/indexmap-57d2d7590c42b402/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/indexmap-57d2d7590c42b402/invoked.timestamp b/target/debug/.fingerprint/indexmap-57d2d7590c42b402/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/indexmap-57d2d7590c42b402/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/indexmap-6c9a9fc0eb879da0/run-build-script-build-script-build b/target/debug/.fingerprint/indexmap-6c9a9fc0eb879da0/run-build-script-build-script-build new file mode 100644 index 0000000..6d97989 --- /dev/null +++ b/target/debug/.fingerprint/indexmap-6c9a9fc0eb879da0/run-build-script-build-script-build @@ -0,0 +1 @@ +9bd415bd15ad84eb \ No newline at end of file diff --git a/target/debug/.fingerprint/indexmap-6c9a9fc0eb879da0/run-build-script-build-script-build.json b/target/debug/.fingerprint/indexmap-6c9a9fc0eb879da0/run-build-script-build-script-build.json new file mode 100644 index 0000000..6e71ac3 --- /dev/null +++ b/target/debug/.fingerprint/indexmap-6c9a9fc0eb879da0/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[14923790796823607459,"build_script_build",false,14351728401131580429]],"local":[{"RerunIfChanged":{"output":"debug/build/indexmap-6c9a9fc0eb879da0/output","paths":["build.rs"]}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/indexmap-daf0e2edc1c637d9/dep-lib-indexmap b/target/debug/.fingerprint/indexmap-daf0e2edc1c637d9/dep-lib-indexmap new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/indexmap-daf0e2edc1c637d9/dep-lib-indexmap differ diff --git a/target/debug/.fingerprint/indexmap-daf0e2edc1c637d9/invoked.timestamp b/target/debug/.fingerprint/indexmap-daf0e2edc1c637d9/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/indexmap-daf0e2edc1c637d9/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/indexmap-daf0e2edc1c637d9/lib-indexmap b/target/debug/.fingerprint/indexmap-daf0e2edc1c637d9/lib-indexmap new file mode 100644 index 0000000..4b45345 --- /dev/null +++ b/target/debug/.fingerprint/indexmap-daf0e2edc1c637d9/lib-indexmap @@ -0,0 +1 @@ +a457b25ff92bb962 \ No newline at end of file diff --git a/target/debug/.fingerprint/indexmap-daf0e2edc1c637d9/lib-indexmap.json b/target/debug/.fingerprint/indexmap-daf0e2edc1c637d9/lib-indexmap.json new file mode 100644 index 0000000..8047c9e --- /dev/null +++ b/target/debug/.fingerprint/indexmap-daf0e2edc1c637d9/lib-indexmap.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"serde\", \"std\"]","declared_features":"[\"arbitrary\", \"borsh\", \"default\", \"quickcheck\", \"rayon\", \"serde\", \"std\", \"sval\", \"test_debug\"]","target":10391229881554802429,"profile":11800664513218926762,"path":7856074421168104869,"deps":[[5230392855116717286,"equivalent",false,14808314283372594016],[11899261697793765154,"serde_core",false,11946319382333109670],[17037126617600641945,"hashbrown",false,2543081637580847380]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/indexmap-daf0e2edc1c637d9/dep-lib-indexmap","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/indexmap-db65028c25aaf1b9/dep-lib-indexmap b/target/debug/.fingerprint/indexmap-db65028c25aaf1b9/dep-lib-indexmap new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/indexmap-db65028c25aaf1b9/dep-lib-indexmap differ diff --git a/target/debug/.fingerprint/indexmap-db65028c25aaf1b9/invoked.timestamp b/target/debug/.fingerprint/indexmap-db65028c25aaf1b9/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/indexmap-db65028c25aaf1b9/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/indexmap-db65028c25aaf1b9/lib-indexmap b/target/debug/.fingerprint/indexmap-db65028c25aaf1b9/lib-indexmap new file mode 100644 index 0000000..b153dfd --- /dev/null +++ b/target/debug/.fingerprint/indexmap-db65028c25aaf1b9/lib-indexmap @@ -0,0 +1 @@ +6e8044f551a7de71 \ No newline at end of file diff --git a/target/debug/.fingerprint/indexmap-db65028c25aaf1b9/lib-indexmap.json b/target/debug/.fingerprint/indexmap-db65028c25aaf1b9/lib-indexmap.json new file mode 100644 index 0000000..e9d425c --- /dev/null +++ b/target/debug/.fingerprint/indexmap-db65028c25aaf1b9/lib-indexmap.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"serde\", \"std\"]","declared_features":"[\"arbitrary\", \"borsh\", \"default\", \"quickcheck\", \"rayon\", \"serde\", \"std\", \"sval\", \"test_debug\"]","target":10391229881554802429,"profile":17770749724986273341,"path":7856074421168104869,"deps":[[5230392855116717286,"equivalent",false,13056659422197246453],[11899261697793765154,"serde_core",false,9848609837332900020],[17037126617600641945,"hashbrown",false,17080114995819386794]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/indexmap-db65028c25aaf1b9/dep-lib-indexmap","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/indexmap-e3cd99a1caea65af/dep-lib-indexmap b/target/debug/.fingerprint/indexmap-e3cd99a1caea65af/dep-lib-indexmap new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/indexmap-e3cd99a1caea65af/dep-lib-indexmap differ diff --git a/target/debug/.fingerprint/indexmap-e3cd99a1caea65af/invoked.timestamp b/target/debug/.fingerprint/indexmap-e3cd99a1caea65af/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/indexmap-e3cd99a1caea65af/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/indexmap-e3cd99a1caea65af/lib-indexmap b/target/debug/.fingerprint/indexmap-e3cd99a1caea65af/lib-indexmap new file mode 100644 index 0000000..830fdd8 --- /dev/null +++ b/target/debug/.fingerprint/indexmap-e3cd99a1caea65af/lib-indexmap @@ -0,0 +1 @@ +1aa06d2dccf19baa \ No newline at end of file diff --git a/target/debug/.fingerprint/indexmap-e3cd99a1caea65af/lib-indexmap.json b/target/debug/.fingerprint/indexmap-e3cd99a1caea65af/lib-indexmap.json new file mode 100644 index 0000000..8e09921 --- /dev/null +++ b/target/debug/.fingerprint/indexmap-e3cd99a1caea65af/lib-indexmap.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"arbitrary\", \"quickcheck\", \"rayon\", \"rustc-rayon\", \"serde\", \"serde-1\", \"std\", \"test_debug\", \"test_low_transition_point\"]","target":7464724397252027387,"profile":2241668132362809309,"path":17255589142838367067,"deps":[[2548171882066012255,"hashbrown",false,14384393384118871163],[14923790796823607459,"build_script_build",false,16970879604717114523]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/indexmap-e3cd99a1caea65af/dep-lib-indexmap","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/indexmap-ec79a55de8681bf4/dep-lib-indexmap b/target/debug/.fingerprint/indexmap-ec79a55de8681bf4/dep-lib-indexmap new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/indexmap-ec79a55de8681bf4/dep-lib-indexmap differ diff --git a/target/debug/.fingerprint/indexmap-ec79a55de8681bf4/invoked.timestamp b/target/debug/.fingerprint/indexmap-ec79a55de8681bf4/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/indexmap-ec79a55de8681bf4/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/indexmap-ec79a55de8681bf4/lib-indexmap b/target/debug/.fingerprint/indexmap-ec79a55de8681bf4/lib-indexmap new file mode 100644 index 0000000..b106990 --- /dev/null +++ b/target/debug/.fingerprint/indexmap-ec79a55de8681bf4/lib-indexmap @@ -0,0 +1 @@ +9f19f104aeb2b870 \ No newline at end of file diff --git a/target/debug/.fingerprint/indexmap-ec79a55de8681bf4/lib-indexmap.json b/target/debug/.fingerprint/indexmap-ec79a55de8681bf4/lib-indexmap.json new file mode 100644 index 0000000..fe1a077 --- /dev/null +++ b/target/debug/.fingerprint/indexmap-ec79a55de8681bf4/lib-indexmap.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"serde\", \"std\"]","declared_features":"[\"arbitrary\", \"borsh\", \"default\", \"quickcheck\", \"rayon\", \"serde\", \"std\", \"sval\", \"test_debug\"]","target":10391229881554802429,"profile":17770749724986273341,"path":7856074421168104869,"deps":[[5230392855116717286,"equivalent",false,13056659422197246453],[11899261697793765154,"serde_core",false,1275225937462102368],[17037126617600641945,"hashbrown",false,17080114995819386794]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/indexmap-ec79a55de8681bf4/dep-lib-indexmap","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/inventory-40faf52120228bfc/dep-lib-inventory b/target/debug/.fingerprint/inventory-40faf52120228bfc/dep-lib-inventory new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/inventory-40faf52120228bfc/dep-lib-inventory differ diff --git a/target/debug/.fingerprint/inventory-40faf52120228bfc/invoked.timestamp b/target/debug/.fingerprint/inventory-40faf52120228bfc/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/inventory-40faf52120228bfc/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/inventory-40faf52120228bfc/lib-inventory b/target/debug/.fingerprint/inventory-40faf52120228bfc/lib-inventory new file mode 100644 index 0000000..2189c77 --- /dev/null +++ b/target/debug/.fingerprint/inventory-40faf52120228bfc/lib-inventory @@ -0,0 +1 @@ +f1c5b9b8a2af5785 \ No newline at end of file diff --git a/target/debug/.fingerprint/inventory-40faf52120228bfc/lib-inventory.json b/target/debug/.fingerprint/inventory-40faf52120228bfc/lib-inventory.json new file mode 100644 index 0000000..a181fd3 --- /dev/null +++ b/target/debug/.fingerprint/inventory-40faf52120228bfc/lib-inventory.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":4358031002414937057,"profile":2241668132362809309,"path":2198862244285850980,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/inventory-40faf52120228bfc/dep-lib-inventory","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/ipnet-7644613948ff990b/dep-lib-ipnet b/target/debug/.fingerprint/ipnet-7644613948ff990b/dep-lib-ipnet new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/ipnet-7644613948ff990b/dep-lib-ipnet differ diff --git a/target/debug/.fingerprint/ipnet-7644613948ff990b/invoked.timestamp b/target/debug/.fingerprint/ipnet-7644613948ff990b/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/ipnet-7644613948ff990b/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/ipnet-7644613948ff990b/lib-ipnet b/target/debug/.fingerprint/ipnet-7644613948ff990b/lib-ipnet new file mode 100644 index 0000000..2a621f9 --- /dev/null +++ b/target/debug/.fingerprint/ipnet-7644613948ff990b/lib-ipnet @@ -0,0 +1 @@ +5c51700c0740a38a \ No newline at end of file diff --git a/target/debug/.fingerprint/ipnet-7644613948ff990b/lib-ipnet.json b/target/debug/.fingerprint/ipnet-7644613948ff990b/lib-ipnet.json new file mode 100644 index 0000000..dce3fe3 --- /dev/null +++ b/target/debug/.fingerprint/ipnet-7644613948ff990b/lib-ipnet.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"heapless\", \"json\", \"schemars\", \"ser_as_str\", \"serde\", \"std\"]","target":2684928858108222948,"profile":2241668132362809309,"path":4457586711176511236,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/ipnet-7644613948ff990b/dep-lib-ipnet","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/iri-string-62ec50f0e55e7c76/dep-lib-iri_string b/target/debug/.fingerprint/iri-string-62ec50f0e55e7c76/dep-lib-iri_string new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/iri-string-62ec50f0e55e7c76/dep-lib-iri_string differ diff --git a/target/debug/.fingerprint/iri-string-62ec50f0e55e7c76/invoked.timestamp b/target/debug/.fingerprint/iri-string-62ec50f0e55e7c76/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/iri-string-62ec50f0e55e7c76/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/iri-string-62ec50f0e55e7c76/lib-iri_string b/target/debug/.fingerprint/iri-string-62ec50f0e55e7c76/lib-iri_string new file mode 100644 index 0000000..5a8d98f --- /dev/null +++ b/target/debug/.fingerprint/iri-string-62ec50f0e55e7c76/lib-iri_string @@ -0,0 +1 @@ +435b49e8f999e4ce \ No newline at end of file diff --git a/target/debug/.fingerprint/iri-string-62ec50f0e55e7c76/lib-iri_string.json b/target/debug/.fingerprint/iri-string-62ec50f0e55e7c76/lib-iri_string.json new file mode 100644 index 0000000..7189cb3 --- /dev/null +++ b/target/debug/.fingerprint/iri-string-62ec50f0e55e7c76/lib-iri_string.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"memchr\", \"serde\", \"std\"]","target":12413245532915438876,"profile":2241668132362809309,"path":614716720778840672,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/iri-string-62ec50f0e55e7c76/dep-lib-iri_string","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/itertools-3c98f19ed3ef0280/dep-lib-itertools b/target/debug/.fingerprint/itertools-3c98f19ed3ef0280/dep-lib-itertools new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/itertools-3c98f19ed3ef0280/dep-lib-itertools differ diff --git a/target/debug/.fingerprint/itertools-3c98f19ed3ef0280/invoked.timestamp b/target/debug/.fingerprint/itertools-3c98f19ed3ef0280/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/itertools-3c98f19ed3ef0280/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/itertools-3c98f19ed3ef0280/lib-itertools b/target/debug/.fingerprint/itertools-3c98f19ed3ef0280/lib-itertools new file mode 100644 index 0000000..d6cd885 --- /dev/null +++ b/target/debug/.fingerprint/itertools-3c98f19ed3ef0280/lib-itertools @@ -0,0 +1 @@ +95fab9fcf1f2999c \ No newline at end of file diff --git a/target/debug/.fingerprint/itertools-3c98f19ed3ef0280/lib-itertools.json b/target/debug/.fingerprint/itertools-3c98f19ed3ef0280/lib-itertools.json new file mode 100644 index 0000000..e733206 --- /dev/null +++ b/target/debug/.fingerprint/itertools-3c98f19ed3ef0280/lib-itertools.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"use_alloc\"]","declared_features":"[\"default\", \"use_alloc\", \"use_std\"]","target":9541170365560449339,"profile":2225463790103693989,"path":6183485059298033399,"deps":[[12170264697963848012,"either",false,16212027958697658670]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/itertools-3c98f19ed3ef0280/dep-lib-itertools","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/itertools-4e324f147f2549b7/dep-lib-itertools b/target/debug/.fingerprint/itertools-4e324f147f2549b7/dep-lib-itertools new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/itertools-4e324f147f2549b7/dep-lib-itertools differ diff --git a/target/debug/.fingerprint/itertools-4e324f147f2549b7/invoked.timestamp b/target/debug/.fingerprint/itertools-4e324f147f2549b7/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/itertools-4e324f147f2549b7/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/itertools-4e324f147f2549b7/lib-itertools b/target/debug/.fingerprint/itertools-4e324f147f2549b7/lib-itertools new file mode 100644 index 0000000..fb4da9f --- /dev/null +++ b/target/debug/.fingerprint/itertools-4e324f147f2549b7/lib-itertools @@ -0,0 +1 @@ +a3bcec236afe5ae3 \ No newline at end of file diff --git a/target/debug/.fingerprint/itertools-4e324f147f2549b7/lib-itertools.json b/target/debug/.fingerprint/itertools-4e324f147f2549b7/lib-itertools.json new file mode 100644 index 0000000..325194d --- /dev/null +++ b/target/debug/.fingerprint/itertools-4e324f147f2549b7/lib-itertools.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"use_alloc\", \"use_std\"]","declared_features":"[\"default\", \"use_alloc\", \"use_std\"]","target":9541170365560449339,"profile":2225463790103693989,"path":1128140678959508550,"deps":[[12170264697963848012,"either",false,16212027958697658670]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/itertools-4e324f147f2549b7/dep-lib-itertools","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/itertools-72c2d6b8aef1b1c2/dep-lib-itertools b/target/debug/.fingerprint/itertools-72c2d6b8aef1b1c2/dep-lib-itertools new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/itertools-72c2d6b8aef1b1c2/dep-lib-itertools differ diff --git a/target/debug/.fingerprint/itertools-72c2d6b8aef1b1c2/invoked.timestamp b/target/debug/.fingerprint/itertools-72c2d6b8aef1b1c2/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/itertools-72c2d6b8aef1b1c2/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/itertools-72c2d6b8aef1b1c2/lib-itertools b/target/debug/.fingerprint/itertools-72c2d6b8aef1b1c2/lib-itertools new file mode 100644 index 0000000..ce7bb06 --- /dev/null +++ b/target/debug/.fingerprint/itertools-72c2d6b8aef1b1c2/lib-itertools @@ -0,0 +1 @@ +e5f21c7dafc4d8e8 \ No newline at end of file diff --git a/target/debug/.fingerprint/itertools-72c2d6b8aef1b1c2/lib-itertools.json b/target/debug/.fingerprint/itertools-72c2d6b8aef1b1c2/lib-itertools.json new file mode 100644 index 0000000..c680879 --- /dev/null +++ b/target/debug/.fingerprint/itertools-72c2d6b8aef1b1c2/lib-itertools.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"use_alloc\", \"use_std\"]","declared_features":"[\"default\", \"use_alloc\", \"use_std\"]","target":9541170365560449339,"profile":2241668132362809309,"path":1128140678959508550,"deps":[[12170264697963848012,"either",false,16912261755183117010]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/itertools-72c2d6b8aef1b1c2/dep-lib-itertools","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/itertools-a00f5846643222cb/dep-lib-itertools b/target/debug/.fingerprint/itertools-a00f5846643222cb/dep-lib-itertools new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/itertools-a00f5846643222cb/dep-lib-itertools differ diff --git a/target/debug/.fingerprint/itertools-a00f5846643222cb/invoked.timestamp b/target/debug/.fingerprint/itertools-a00f5846643222cb/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/itertools-a00f5846643222cb/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/itertools-a00f5846643222cb/lib-itertools b/target/debug/.fingerprint/itertools-a00f5846643222cb/lib-itertools new file mode 100644 index 0000000..eb828ec --- /dev/null +++ b/target/debug/.fingerprint/itertools-a00f5846643222cb/lib-itertools @@ -0,0 +1 @@ +6256d2d8447337e9 \ No newline at end of file diff --git a/target/debug/.fingerprint/itertools-a00f5846643222cb/lib-itertools.json b/target/debug/.fingerprint/itertools-a00f5846643222cb/lib-itertools.json new file mode 100644 index 0000000..4fd4f1c --- /dev/null +++ b/target/debug/.fingerprint/itertools-a00f5846643222cb/lib-itertools.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"use_alloc\", \"use_std\"]","declared_features":"[\"default\", \"use_alloc\", \"use_std\"]","target":9541170365560449339,"profile":2241668132362809309,"path":1128140678959508550,"deps":[[12170264697963848012,"either",false,2724217342422405257]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/itertools-a00f5846643222cb/dep-lib-itertools","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/itertools-d6418d36c83031ff/dep-lib-itertools b/target/debug/.fingerprint/itertools-d6418d36c83031ff/dep-lib-itertools new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/itertools-d6418d36c83031ff/dep-lib-itertools differ diff --git a/target/debug/.fingerprint/itertools-d6418d36c83031ff/invoked.timestamp b/target/debug/.fingerprint/itertools-d6418d36c83031ff/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/itertools-d6418d36c83031ff/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/itertools-d6418d36c83031ff/lib-itertools b/target/debug/.fingerprint/itertools-d6418d36c83031ff/lib-itertools new file mode 100644 index 0000000..8d46bff --- /dev/null +++ b/target/debug/.fingerprint/itertools-d6418d36c83031ff/lib-itertools @@ -0,0 +1 @@ +da415020184cb793 \ No newline at end of file diff --git a/target/debug/.fingerprint/itertools-d6418d36c83031ff/lib-itertools.json b/target/debug/.fingerprint/itertools-d6418d36c83031ff/lib-itertools.json new file mode 100644 index 0000000..dea3d05 --- /dev/null +++ b/target/debug/.fingerprint/itertools-d6418d36c83031ff/lib-itertools.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"use_alloc\", \"use_std\"]","declared_features":"[\"default\", \"use_alloc\", \"use_std\"]","target":9541170365560449339,"profile":2225463790103693989,"path":1128140678959508550,"deps":[[12170264697963848012,"either",false,18056652106128099472]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/itertools-d6418d36c83031ff/dep-lib-itertools","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/itoa-43412b7a2b97f0dd/dep-lib-itoa b/target/debug/.fingerprint/itoa-43412b7a2b97f0dd/dep-lib-itoa new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/itoa-43412b7a2b97f0dd/dep-lib-itoa differ diff --git a/target/debug/.fingerprint/itoa-43412b7a2b97f0dd/invoked.timestamp b/target/debug/.fingerprint/itoa-43412b7a2b97f0dd/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/itoa-43412b7a2b97f0dd/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/itoa-43412b7a2b97f0dd/lib-itoa b/target/debug/.fingerprint/itoa-43412b7a2b97f0dd/lib-itoa new file mode 100644 index 0000000..cd45a57 --- /dev/null +++ b/target/debug/.fingerprint/itoa-43412b7a2b97f0dd/lib-itoa @@ -0,0 +1 @@ +62fbcc0b7628bae3 \ No newline at end of file diff --git a/target/debug/.fingerprint/itoa-43412b7a2b97f0dd/lib-itoa.json b/target/debug/.fingerprint/itoa-43412b7a2b97f0dd/lib-itoa.json new file mode 100644 index 0000000..c003ee3 --- /dev/null +++ b/target/debug/.fingerprint/itoa-43412b7a2b97f0dd/lib-itoa.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"no-panic\"]","target":18426369533666673425,"profile":2241668132362809309,"path":4669024012330113401,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/itoa-43412b7a2b97f0dd/dep-lib-itoa","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/itoa-b651b9bae368831f/dep-lib-itoa b/target/debug/.fingerprint/itoa-b651b9bae368831f/dep-lib-itoa new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/itoa-b651b9bae368831f/dep-lib-itoa differ diff --git a/target/debug/.fingerprint/itoa-b651b9bae368831f/invoked.timestamp b/target/debug/.fingerprint/itoa-b651b9bae368831f/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/itoa-b651b9bae368831f/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/itoa-b651b9bae368831f/lib-itoa b/target/debug/.fingerprint/itoa-b651b9bae368831f/lib-itoa new file mode 100644 index 0000000..d5e889f --- /dev/null +++ b/target/debug/.fingerprint/itoa-b651b9bae368831f/lib-itoa @@ -0,0 +1 @@ +40d58b0fbb765031 \ No newline at end of file diff --git a/target/debug/.fingerprint/itoa-b651b9bae368831f/lib-itoa.json b/target/debug/.fingerprint/itoa-b651b9bae368831f/lib-itoa.json new file mode 100644 index 0000000..27fea2c --- /dev/null +++ b/target/debug/.fingerprint/itoa-b651b9bae368831f/lib-itoa.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"no-panic\"]","target":18426369533666673425,"profile":2225463790103693989,"path":4669024012330113401,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/itoa-b651b9bae368831f/dep-lib-itoa","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/jobserver-d10de01c88792b10/dep-lib-jobserver b/target/debug/.fingerprint/jobserver-d10de01c88792b10/dep-lib-jobserver new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/jobserver-d10de01c88792b10/dep-lib-jobserver differ diff --git a/target/debug/.fingerprint/jobserver-d10de01c88792b10/invoked.timestamp b/target/debug/.fingerprint/jobserver-d10de01c88792b10/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/jobserver-d10de01c88792b10/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/jobserver-d10de01c88792b10/lib-jobserver b/target/debug/.fingerprint/jobserver-d10de01c88792b10/lib-jobserver new file mode 100644 index 0000000..b7cd4f1 --- /dev/null +++ b/target/debug/.fingerprint/jobserver-d10de01c88792b10/lib-jobserver @@ -0,0 +1 @@ +071f253c6275a340 \ No newline at end of file diff --git a/target/debug/.fingerprint/jobserver-d10de01c88792b10/lib-jobserver.json b/target/debug/.fingerprint/jobserver-d10de01c88792b10/lib-jobserver.json new file mode 100644 index 0000000..2ec4948 --- /dev/null +++ b/target/debug/.fingerprint/jobserver-d10de01c88792b10/lib-jobserver.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":15857469692476194146,"profile":2225463790103693989,"path":5502772390343610728,"deps":[[203594543813181569,"libc",false,845627925582925793]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/jobserver-d10de01c88792b10/dep-lib-jobserver","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/jsonwebtoken-667d004cbee89b6e/dep-lib-jsonwebtoken b/target/debug/.fingerprint/jsonwebtoken-667d004cbee89b6e/dep-lib-jsonwebtoken new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/jsonwebtoken-667d004cbee89b6e/dep-lib-jsonwebtoken differ diff --git a/target/debug/.fingerprint/jsonwebtoken-667d004cbee89b6e/invoked.timestamp b/target/debug/.fingerprint/jsonwebtoken-667d004cbee89b6e/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/jsonwebtoken-667d004cbee89b6e/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/jsonwebtoken-667d004cbee89b6e/lib-jsonwebtoken b/target/debug/.fingerprint/jsonwebtoken-667d004cbee89b6e/lib-jsonwebtoken new file mode 100644 index 0000000..f807148 --- /dev/null +++ b/target/debug/.fingerprint/jsonwebtoken-667d004cbee89b6e/lib-jsonwebtoken @@ -0,0 +1 @@ +6599d2f4a443f5f0 \ No newline at end of file diff --git a/target/debug/.fingerprint/jsonwebtoken-667d004cbee89b6e/lib-jsonwebtoken.json b/target/debug/.fingerprint/jsonwebtoken-667d004cbee89b6e/lib-jsonwebtoken.json new file mode 100644 index 0000000..98b533c --- /dev/null +++ b/target/debug/.fingerprint/jsonwebtoken-667d004cbee89b6e/lib-jsonwebtoken.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"pem\", \"simple_asn1\", \"use_pem\"]","declared_features":"[\"default\", \"pem\", \"simple_asn1\", \"use_pem\"]","target":2638072951962170495,"profile":2241668132362809309,"path":4419693232957153695,"deps":[[1264099202606790382,"pem",false,10641807183536133324],[5491919304041016563,"ring",false,4226135436835474546],[13077212702700853852,"base64",false,2731579066016563254],[13548984313718623784,"serde",false,7132925528862317428],[13795362694956882968,"serde_json",false,15340009246332311666],[15678725344351887321,"simple_asn1",false,7790561227871299528]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/jsonwebtoken-667d004cbee89b6e/dep-lib-jsonwebtoken","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/lazy_static-1e9fe774d6c0ed40/dep-lib-lazy_static b/target/debug/.fingerprint/lazy_static-1e9fe774d6c0ed40/dep-lib-lazy_static new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/lazy_static-1e9fe774d6c0ed40/dep-lib-lazy_static differ diff --git a/target/debug/.fingerprint/lazy_static-1e9fe774d6c0ed40/invoked.timestamp b/target/debug/.fingerprint/lazy_static-1e9fe774d6c0ed40/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/lazy_static-1e9fe774d6c0ed40/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/lazy_static-1e9fe774d6c0ed40/lib-lazy_static b/target/debug/.fingerprint/lazy_static-1e9fe774d6c0ed40/lib-lazy_static new file mode 100644 index 0000000..48d1a91 --- /dev/null +++ b/target/debug/.fingerprint/lazy_static-1e9fe774d6c0ed40/lib-lazy_static @@ -0,0 +1 @@ +d45dcadcd4ed6174 \ No newline at end of file diff --git a/target/debug/.fingerprint/lazy_static-1e9fe774d6c0ed40/lib-lazy_static.json b/target/debug/.fingerprint/lazy_static-1e9fe774d6c0ed40/lib-lazy_static.json new file mode 100644 index 0000000..2275979 --- /dev/null +++ b/target/debug/.fingerprint/lazy_static-1e9fe774d6c0ed40/lib-lazy_static.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"spin\", \"spin_no_std\"]","target":8659156474882058145,"profile":2225463790103693989,"path":6370592547787250127,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/lazy_static-1e9fe774d6c0ed40/dep-lib-lazy_static","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/lazy_static-9bf3f646e7e24520/dep-lib-lazy_static b/target/debug/.fingerprint/lazy_static-9bf3f646e7e24520/dep-lib-lazy_static new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/lazy_static-9bf3f646e7e24520/dep-lib-lazy_static differ diff --git a/target/debug/.fingerprint/lazy_static-9bf3f646e7e24520/invoked.timestamp b/target/debug/.fingerprint/lazy_static-9bf3f646e7e24520/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/lazy_static-9bf3f646e7e24520/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/lazy_static-9bf3f646e7e24520/lib-lazy_static b/target/debug/.fingerprint/lazy_static-9bf3f646e7e24520/lib-lazy_static new file mode 100644 index 0000000..ff4791e --- /dev/null +++ b/target/debug/.fingerprint/lazy_static-9bf3f646e7e24520/lib-lazy_static @@ -0,0 +1 @@ +e74d3b9ebb950461 \ No newline at end of file diff --git a/target/debug/.fingerprint/lazy_static-9bf3f646e7e24520/lib-lazy_static.json b/target/debug/.fingerprint/lazy_static-9bf3f646e7e24520/lib-lazy_static.json new file mode 100644 index 0000000..cbc0061 --- /dev/null +++ b/target/debug/.fingerprint/lazy_static-9bf3f646e7e24520/lib-lazy_static.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"spin\", \"spin_no_std\"]","target":8659156474882058145,"profile":2241668132362809309,"path":6370592547787250127,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/lazy_static-9bf3f646e7e24520/dep-lib-lazy_static","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/libc-08ff5286b4aaf65e/dep-lib-libc b/target/debug/.fingerprint/libc-08ff5286b4aaf65e/dep-lib-libc new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/libc-08ff5286b4aaf65e/dep-lib-libc differ diff --git a/target/debug/.fingerprint/libc-08ff5286b4aaf65e/invoked.timestamp b/target/debug/.fingerprint/libc-08ff5286b4aaf65e/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/libc-08ff5286b4aaf65e/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/libc-08ff5286b4aaf65e/lib-libc b/target/debug/.fingerprint/libc-08ff5286b4aaf65e/lib-libc new file mode 100644 index 0000000..33a060e --- /dev/null +++ b/target/debug/.fingerprint/libc-08ff5286b4aaf65e/lib-libc @@ -0,0 +1 @@ +136feea798919a6a \ No newline at end of file diff --git a/target/debug/.fingerprint/libc-08ff5286b4aaf65e/lib-libc.json b/target/debug/.fingerprint/libc-08ff5286b4aaf65e/lib-libc.json new file mode 100644 index 0000000..4408ce5 --- /dev/null +++ b/target/debug/.fingerprint/libc-08ff5286b4aaf65e/lib-libc.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"align\", \"const-extern-fn\", \"default\", \"extra_traits\", \"rustc-dep-of-std\", \"rustc-std-workspace-core\", \"std\", \"use_std\"]","target":17682796336736096309,"profile":15222631470922254920,"path":1641118484859242789,"deps":[[203594543813181569,"build_script_build",false,11438347747039335069]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/libc-08ff5286b4aaf65e/dep-lib-libc","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/libc-5862a3a2d44840cd/dep-lib-libc b/target/debug/.fingerprint/libc-5862a3a2d44840cd/dep-lib-libc new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/libc-5862a3a2d44840cd/dep-lib-libc differ diff --git a/target/debug/.fingerprint/libc-5862a3a2d44840cd/invoked.timestamp b/target/debug/.fingerprint/libc-5862a3a2d44840cd/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/libc-5862a3a2d44840cd/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/libc-5862a3a2d44840cd/lib-libc b/target/debug/.fingerprint/libc-5862a3a2d44840cd/lib-libc new file mode 100644 index 0000000..15d697f --- /dev/null +++ b/target/debug/.fingerprint/libc-5862a3a2d44840cd/lib-libc @@ -0,0 +1 @@ +e14f85341e46bc0b \ No newline at end of file diff --git a/target/debug/.fingerprint/libc-5862a3a2d44840cd/lib-libc.json b/target/debug/.fingerprint/libc-5862a3a2d44840cd/lib-libc.json new file mode 100644 index 0000000..bcf0697 --- /dev/null +++ b/target/debug/.fingerprint/libc-5862a3a2d44840cd/lib-libc.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"align\", \"const-extern-fn\", \"default\", \"extra_traits\", \"rustc-dep-of-std\", \"rustc-std-workspace-core\", \"std\", \"use_std\"]","target":17682796336736096309,"profile":1565149285177326037,"path":1641118484859242789,"deps":[[203594543813181569,"build_script_build",false,11438347747039335069]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/libc-5862a3a2d44840cd/dep-lib-libc","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/libc-7c8bdfa622e05e59/build-script-build-script-build b/target/debug/.fingerprint/libc-7c8bdfa622e05e59/build-script-build-script-build new file mode 100644 index 0000000..789a0b9 --- /dev/null +++ b/target/debug/.fingerprint/libc-7c8bdfa622e05e59/build-script-build-script-build @@ -0,0 +1 @@ +99d1e2f429a38203 \ No newline at end of file diff --git a/target/debug/.fingerprint/libc-7c8bdfa622e05e59/build-script-build-script-build.json b/target/debug/.fingerprint/libc-7c8bdfa622e05e59/build-script-build-script-build.json new file mode 100644 index 0000000..261b7b6 --- /dev/null +++ b/target/debug/.fingerprint/libc-7c8bdfa622e05e59/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"align\", \"const-extern-fn\", \"default\", \"extra_traits\", \"rustc-dep-of-std\", \"rustc-std-workspace-core\", \"std\", \"use_std\"]","target":5408242616063297496,"profile":1565149285177326037,"path":12212877371225820687,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/libc-7c8bdfa622e05e59/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/libc-7c8bdfa622e05e59/dep-build-script-build-script-build b/target/debug/.fingerprint/libc-7c8bdfa622e05e59/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/libc-7c8bdfa622e05e59/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/libc-7c8bdfa622e05e59/invoked.timestamp b/target/debug/.fingerprint/libc-7c8bdfa622e05e59/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/libc-7c8bdfa622e05e59/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/libc-c1f9a27ad656a560/run-build-script-build-script-build b/target/debug/.fingerprint/libc-c1f9a27ad656a560/run-build-script-build-script-build new file mode 100644 index 0000000..41eabda --- /dev/null +++ b/target/debug/.fingerprint/libc-c1f9a27ad656a560/run-build-script-build-script-build @@ -0,0 +1 @@ +9d52ab47ac2cbd9e \ No newline at end of file diff --git a/target/debug/.fingerprint/libc-c1f9a27ad656a560/run-build-script-build-script-build.json b/target/debug/.fingerprint/libc-c1f9a27ad656a560/run-build-script-build-script-build.json new file mode 100644 index 0000000..67dcced --- /dev/null +++ b/target/debug/.fingerprint/libc-c1f9a27ad656a560/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[203594543813181569,"build_script_build",false,252943929683661209]],"local":[{"RerunIfChanged":{"output":"debug/build/libc-c1f9a27ad656a560/output","paths":["build.rs"]}},{"RerunIfEnvChanged":{"var":"RUST_LIBC_UNSTABLE_FREEBSD_VERSION","val":null}},{"RerunIfEnvChanged":{"var":"RUST_LIBC_UNSTABLE_MUSL_V1_2_3","val":null}},{"RerunIfEnvChanged":{"var":"RUST_LIBC_UNSTABLE_LINUX_TIME_BITS64","val":null}},{"RerunIfEnvChanged":{"var":"RUST_LIBC_UNSTABLE_GNU_FILE_OFFSET_BITS","val":null}},{"RerunIfEnvChanged":{"var":"RUST_LIBC_UNSTABLE_GNU_TIME_BITS","val":null}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/libm-639fc7309e67879b/dep-lib-libm b/target/debug/.fingerprint/libm-639fc7309e67879b/dep-lib-libm new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/libm-639fc7309e67879b/dep-lib-libm differ diff --git a/target/debug/.fingerprint/libm-639fc7309e67879b/invoked.timestamp b/target/debug/.fingerprint/libm-639fc7309e67879b/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/libm-639fc7309e67879b/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/libm-639fc7309e67879b/lib-libm b/target/debug/.fingerprint/libm-639fc7309e67879b/lib-libm new file mode 100644 index 0000000..0d92bef --- /dev/null +++ b/target/debug/.fingerprint/libm-639fc7309e67879b/lib-libm @@ -0,0 +1 @@ +757cdabbd6bf147e \ No newline at end of file diff --git a/target/debug/.fingerprint/libm-639fc7309e67879b/lib-libm.json b/target/debug/.fingerprint/libm-639fc7309e67879b/lib-libm.json new file mode 100644 index 0000000..5bfa55b --- /dev/null +++ b/target/debug/.fingerprint/libm-639fc7309e67879b/lib-libm.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"arch\", \"default\"]","declared_features":"[\"arch\", \"default\", \"force-soft-floats\", \"unstable\", \"unstable-float\", \"unstable-intrinsics\", \"unstable-public-internals\"]","target":9164340821866854471,"profile":9103159438396422387,"path":7980251860964581839,"deps":[[8471564120405487369,"build_script_build",false,194947338314194905]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/libm-639fc7309e67879b/dep-lib-libm","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/libm-666ef08c0c2850ad/build-script-build-script-build b/target/debug/.fingerprint/libm-666ef08c0c2850ad/build-script-build-script-build new file mode 100644 index 0000000..597970c --- /dev/null +++ b/target/debug/.fingerprint/libm-666ef08c0c2850ad/build-script-build-script-build @@ -0,0 +1 @@ +348bab40109b6262 \ No newline at end of file diff --git a/target/debug/.fingerprint/libm-666ef08c0c2850ad/build-script-build-script-build.json b/target/debug/.fingerprint/libm-666ef08c0c2850ad/build-script-build-script-build.json new file mode 100644 index 0000000..4ca9f34 --- /dev/null +++ b/target/debug/.fingerprint/libm-666ef08c0c2850ad/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"arch\", \"default\"]","declared_features":"[\"arch\", \"default\", \"force-soft-floats\", \"unstable\", \"unstable-float\", \"unstable-intrinsics\", \"unstable-public-internals\"]","target":5408242616063297496,"profile":10583829019811392006,"path":3743191892085059144,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/libm-666ef08c0c2850ad/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/libm-666ef08c0c2850ad/dep-build-script-build-script-build b/target/debug/.fingerprint/libm-666ef08c0c2850ad/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/libm-666ef08c0c2850ad/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/libm-666ef08c0c2850ad/invoked.timestamp b/target/debug/.fingerprint/libm-666ef08c0c2850ad/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/libm-666ef08c0c2850ad/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/libm-e32c9927afdce70f/run-build-script-build-script-build b/target/debug/.fingerprint/libm-e32c9927afdce70f/run-build-script-build-script-build new file mode 100644 index 0000000..40b44e9 --- /dev/null +++ b/target/debug/.fingerprint/libm-e32c9927afdce70f/run-build-script-build-script-build @@ -0,0 +1 @@ +d91f20429297b402 \ No newline at end of file diff --git a/target/debug/.fingerprint/libm-e32c9927afdce70f/run-build-script-build-script-build.json b/target/debug/.fingerprint/libm-e32c9927afdce70f/run-build-script-build-script-build.json new file mode 100644 index 0000000..20b35ee --- /dev/null +++ b/target/debug/.fingerprint/libm-e32c9927afdce70f/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[8471564120405487369,"build_script_build",false,7089399257541348148]],"local":[{"RerunIfChanged":{"output":"debug/build/libm-e32c9927afdce70f/output","paths":["build.rs","configure.rs"]}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/libsqlite3-sys-1f4f691b569a2dfd/run-build-script-build-script-build b/target/debug/.fingerprint/libsqlite3-sys-1f4f691b569a2dfd/run-build-script-build-script-build new file mode 100644 index 0000000..a473d4d --- /dev/null +++ b/target/debug/.fingerprint/libsqlite3-sys-1f4f691b569a2dfd/run-build-script-build-script-build @@ -0,0 +1 @@ +d8e3d1fe6c99c183 \ No newline at end of file diff --git a/target/debug/.fingerprint/libsqlite3-sys-1f4f691b569a2dfd/run-build-script-build-script-build.json b/target/debug/.fingerprint/libsqlite3-sys-1f4f691b569a2dfd/run-build-script-build-script-build.json new file mode 100644 index 0000000..e0f33cd --- /dev/null +++ b/target/debug/.fingerprint/libsqlite3-sys-1f4f691b569a2dfd/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[16675652872862304210,"build_script_build",false,10212454118967247486]],"local":[{"RerunIfChanged":{"output":"debug/build/libsqlite3-sys-1f4f691b569a2dfd/output","paths":["sqlite3/sqlite3.c","sqlite3/wasm32-wasi-vfs.c"]}},{"RerunIfEnvChanged":{"var":"LIBSQLITE3_SYS_USE_PKG_CONFIG","val":null}},{"RerunIfEnvChanged":{"var":"SQLITE_MAX_VARIABLE_NUMBER","val":null}},{"RerunIfEnvChanged":{"var":"SQLITE_MAX_EXPR_DEPTH","val":null}},{"RerunIfEnvChanged":{"var":"SQLITE_MAX_COLUMN","val":null}},{"RerunIfEnvChanged":{"var":"LIBSQLITE3_FLAGS","val":null}},{"RerunIfEnvChanged":{"var":"CC_x86_64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"CC_x86_64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_CC","val":null}},{"RerunIfEnvChanged":{"var":"CC","val":null}},{"RerunIfEnvChanged":{"var":"CC_ENABLE_DEBUG_OUTPUT","val":null}},{"RerunIfEnvChanged":{"var":"CRATE_CC_NO_DEFAULTS","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS","val":null}},{"RerunIfEnvChanged":{"var":"HOST_CFLAGS","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS_x86_64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS_x86_64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"AR_x86_64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"AR_x86_64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_AR","val":null}},{"RerunIfEnvChanged":{"var":"AR","val":null}},{"RerunIfEnvChanged":{"var":"ARFLAGS","val":null}},{"RerunIfEnvChanged":{"var":"HOST_ARFLAGS","val":null}},{"RerunIfEnvChanged":{"var":"ARFLAGS_x86_64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"ARFLAGS_x86_64-unknown-linux-gnu","val":null}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/libsqlite3-sys-60129e9057329b4c/dep-lib-libsqlite3_sys b/target/debug/.fingerprint/libsqlite3-sys-60129e9057329b4c/dep-lib-libsqlite3_sys new file mode 100644 index 0000000..20caa9d Binary files /dev/null and b/target/debug/.fingerprint/libsqlite3-sys-60129e9057329b4c/dep-lib-libsqlite3_sys differ diff --git a/target/debug/.fingerprint/libsqlite3-sys-60129e9057329b4c/invoked.timestamp b/target/debug/.fingerprint/libsqlite3-sys-60129e9057329b4c/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/libsqlite3-sys-60129e9057329b4c/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/libsqlite3-sys-60129e9057329b4c/lib-libsqlite3_sys b/target/debug/.fingerprint/libsqlite3-sys-60129e9057329b4c/lib-libsqlite3_sys new file mode 100644 index 0000000..086f3e5 --- /dev/null +++ b/target/debug/.fingerprint/libsqlite3-sys-60129e9057329b4c/lib-libsqlite3_sys @@ -0,0 +1 @@ +0754ba721db374fd \ No newline at end of file diff --git a/target/debug/.fingerprint/libsqlite3-sys-60129e9057329b4c/lib-libsqlite3_sys.json b/target/debug/.fingerprint/libsqlite3-sys-60129e9057329b4c/lib-libsqlite3_sys.json new file mode 100644 index 0000000..84c414b --- /dev/null +++ b/target/debug/.fingerprint/libsqlite3-sys-60129e9057329b4c/lib-libsqlite3_sys.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"bundled\", \"bundled_bindings\", \"cc\", \"pkg-config\", \"unlock_notify\", \"vcpkg\"]","declared_features":"[\"bindgen\", \"buildtime_bindgen\", \"bundled\", \"bundled-sqlcipher\", \"bundled-sqlcipher-vendored-openssl\", \"bundled-windows\", \"bundled_bindings\", \"cc\", \"default\", \"in_gecko\", \"loadable_extension\", \"min_sqlite_version_3_14_0\", \"openssl-sys\", \"pkg-config\", \"prettyplease\", \"preupdate_hook\", \"quote\", \"session\", \"sqlcipher\", \"syn\", \"unlock_notify\", \"vcpkg\", \"wasm32-wasi-vfs\", \"with-asan\"]","target":14162657976132989036,"profile":2241668132362809309,"path":4255107637085538431,"deps":[[16675652872862304210,"build_script_build",false,9494038182884402136]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/libsqlite3-sys-60129e9057329b4c/dep-lib-libsqlite3_sys","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/libsqlite3-sys-69564611e5b2a84b/build-script-build-script-build b/target/debug/.fingerprint/libsqlite3-sys-69564611e5b2a84b/build-script-build-script-build new file mode 100644 index 0000000..3f5bd62 --- /dev/null +++ b/target/debug/.fingerprint/libsqlite3-sys-69564611e5b2a84b/build-script-build-script-build @@ -0,0 +1 @@ +7e8204cee9ecb98d \ No newline at end of file diff --git a/target/debug/.fingerprint/libsqlite3-sys-69564611e5b2a84b/build-script-build-script-build.json b/target/debug/.fingerprint/libsqlite3-sys-69564611e5b2a84b/build-script-build-script-build.json new file mode 100644 index 0000000..fc8f41f --- /dev/null +++ b/target/debug/.fingerprint/libsqlite3-sys-69564611e5b2a84b/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"bundled\", \"bundled_bindings\", \"cc\", \"pkg-config\", \"unlock_notify\", \"vcpkg\"]","declared_features":"[\"bindgen\", \"buildtime_bindgen\", \"bundled\", \"bundled-sqlcipher\", \"bundled-sqlcipher-vendored-openssl\", \"bundled-windows\", \"bundled_bindings\", \"cc\", \"default\", \"in_gecko\", \"loadable_extension\", \"min_sqlite_version_3_14_0\", \"openssl-sys\", \"pkg-config\", \"prettyplease\", \"preupdate_hook\", \"quote\", \"session\", \"sqlcipher\", \"syn\", \"unlock_notify\", \"vcpkg\", \"wasm32-wasi-vfs\", \"with-asan\"]","target":5408242616063297496,"profile":2225463790103693989,"path":3814455060718445474,"deps":[[3214373357989284387,"pkg_config",false,777562139367343475],[12933202132622624734,"vcpkg",false,10018974134398309309],[15302838639930945004,"cc",false,15433810441397148721]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/libsqlite3-sys-69564611e5b2a84b/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/libsqlite3-sys-69564611e5b2a84b/dep-build-script-build-script-build b/target/debug/.fingerprint/libsqlite3-sys-69564611e5b2a84b/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/libsqlite3-sys-69564611e5b2a84b/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/libsqlite3-sys-69564611e5b2a84b/invoked.timestamp b/target/debug/.fingerprint/libsqlite3-sys-69564611e5b2a84b/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/libsqlite3-sys-69564611e5b2a84b/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/libsqlite3-sys-697017257c810d55/dep-lib-libsqlite3_sys b/target/debug/.fingerprint/libsqlite3-sys-697017257c810d55/dep-lib-libsqlite3_sys new file mode 100644 index 0000000..20caa9d Binary files /dev/null and b/target/debug/.fingerprint/libsqlite3-sys-697017257c810d55/dep-lib-libsqlite3_sys differ diff --git a/target/debug/.fingerprint/libsqlite3-sys-697017257c810d55/invoked.timestamp b/target/debug/.fingerprint/libsqlite3-sys-697017257c810d55/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/libsqlite3-sys-697017257c810d55/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/libsqlite3-sys-697017257c810d55/lib-libsqlite3_sys b/target/debug/.fingerprint/libsqlite3-sys-697017257c810d55/lib-libsqlite3_sys new file mode 100644 index 0000000..5629677 --- /dev/null +++ b/target/debug/.fingerprint/libsqlite3-sys-697017257c810d55/lib-libsqlite3_sys @@ -0,0 +1 @@ +6b7492220d9be9ee \ No newline at end of file diff --git a/target/debug/.fingerprint/libsqlite3-sys-697017257c810d55/lib-libsqlite3_sys.json b/target/debug/.fingerprint/libsqlite3-sys-697017257c810d55/lib-libsqlite3_sys.json new file mode 100644 index 0000000..d072802 --- /dev/null +++ b/target/debug/.fingerprint/libsqlite3-sys-697017257c810d55/lib-libsqlite3_sys.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"bundled\", \"bundled_bindings\", \"cc\", \"pkg-config\", \"unlock_notify\", \"vcpkg\"]","declared_features":"[\"bindgen\", \"buildtime_bindgen\", \"bundled\", \"bundled-sqlcipher\", \"bundled-sqlcipher-vendored-openssl\", \"bundled-windows\", \"bundled_bindings\", \"cc\", \"default\", \"in_gecko\", \"loadable_extension\", \"min_sqlite_version_3_14_0\", \"openssl-sys\", \"pkg-config\", \"prettyplease\", \"preupdate_hook\", \"quote\", \"session\", \"sqlcipher\", \"syn\", \"unlock_notify\", \"vcpkg\", \"wasm32-wasi-vfs\", \"with-asan\"]","target":14162657976132989036,"profile":2225463790103693989,"path":4255107637085538431,"deps":[[16675652872862304210,"build_script_build",false,9494038182884402136]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/libsqlite3-sys-697017257c810d55/dep-lib-libsqlite3_sys","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/linkme-4a78ea606fc50682/dep-lib-linkme b/target/debug/.fingerprint/linkme-4a78ea606fc50682/dep-lib-linkme new file mode 100644 index 0000000..f874080 Binary files /dev/null and b/target/debug/.fingerprint/linkme-4a78ea606fc50682/dep-lib-linkme differ diff --git a/target/debug/.fingerprint/linkme-4a78ea606fc50682/invoked.timestamp b/target/debug/.fingerprint/linkme-4a78ea606fc50682/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/linkme-4a78ea606fc50682/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/linkme-4a78ea606fc50682/lib-linkme b/target/debug/.fingerprint/linkme-4a78ea606fc50682/lib-linkme new file mode 100644 index 0000000..020c80c --- /dev/null +++ b/target/debug/.fingerprint/linkme-4a78ea606fc50682/lib-linkme @@ -0,0 +1 @@ +8c36a8f0bcc505e5 \ No newline at end of file diff --git a/target/debug/.fingerprint/linkme-4a78ea606fc50682/lib-linkme.json b/target/debug/.fingerprint/linkme-4a78ea606fc50682/lib-linkme.json new file mode 100644 index 0000000..9bdca78 --- /dev/null +++ b/target/debug/.fingerprint/linkme-4a78ea606fc50682/lib-linkme.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"used_linker\"]","target":10963651516166269003,"profile":2241668132362809309,"path":14642212966011800952,"deps":[[447808257890806277,"build_script_build",false,8941656176472254975],[16951949609243997275,"linkme_impl",false,10991687349312355910]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/linkme-4a78ea606fc50682/dep-lib-linkme","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/linkme-d1a3e37188bc0b66/run-build-script-build-script-build b/target/debug/.fingerprint/linkme-d1a3e37188bc0b66/run-build-script-build-script-build new file mode 100644 index 0000000..07e4eca --- /dev/null +++ b/target/debug/.fingerprint/linkme-d1a3e37188bc0b66/run-build-script-build-script-build @@ -0,0 +1 @@ +ff694ee6ea24177c \ No newline at end of file diff --git a/target/debug/.fingerprint/linkme-d1a3e37188bc0b66/run-build-script-build-script-build.json b/target/debug/.fingerprint/linkme-d1a3e37188bc0b66/run-build-script-build-script-build.json new file mode 100644 index 0000000..644b5af --- /dev/null +++ b/target/debug/.fingerprint/linkme-d1a3e37188bc0b66/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[447808257890806277,"build_script_build",false,17233704079384279670]],"local":[{"RerunIfChanged":{"output":"debug/build/linkme-d1a3e37188bc0b66/output","paths":["build.rs"]}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/linkme-e89f9583870f4230/build-script-build-script-build b/target/debug/.fingerprint/linkme-e89f9583870f4230/build-script-build-script-build new file mode 100644 index 0000000..0e9e4ed --- /dev/null +++ b/target/debug/.fingerprint/linkme-e89f9583870f4230/build-script-build-script-build @@ -0,0 +1 @@ +767ae6578d6a2aef \ No newline at end of file diff --git a/target/debug/.fingerprint/linkme-e89f9583870f4230/build-script-build-script-build.json b/target/debug/.fingerprint/linkme-e89f9583870f4230/build-script-build-script-build.json new file mode 100644 index 0000000..aac1b6f --- /dev/null +++ b/target/debug/.fingerprint/linkme-e89f9583870f4230/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"used_linker\"]","target":5408242616063297496,"profile":2225463790103693989,"path":9138311353213949169,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/linkme-e89f9583870f4230/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/linkme-e89f9583870f4230/dep-build-script-build-script-build b/target/debug/.fingerprint/linkme-e89f9583870f4230/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/linkme-e89f9583870f4230/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/linkme-e89f9583870f4230/invoked.timestamp b/target/debug/.fingerprint/linkme-e89f9583870f4230/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/linkme-e89f9583870f4230/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/linkme-impl-71565501c0265cef/build-script-build-script-build b/target/debug/.fingerprint/linkme-impl-71565501c0265cef/build-script-build-script-build new file mode 100644 index 0000000..c08c3be --- /dev/null +++ b/target/debug/.fingerprint/linkme-impl-71565501c0265cef/build-script-build-script-build @@ -0,0 +1 @@ +4e653ed7a1cb273c \ No newline at end of file diff --git a/target/debug/.fingerprint/linkme-impl-71565501c0265cef/build-script-build-script-build.json b/target/debug/.fingerprint/linkme-impl-71565501c0265cef/build-script-build-script-build.json new file mode 100644 index 0000000..2916ed8 --- /dev/null +++ b/target/debug/.fingerprint/linkme-impl-71565501c0265cef/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"used_linker\"]","target":5408242616063297496,"profile":2225463790103693989,"path":2178141898692358283,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/linkme-impl-71565501c0265cef/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/linkme-impl-71565501c0265cef/dep-build-script-build-script-build b/target/debug/.fingerprint/linkme-impl-71565501c0265cef/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/linkme-impl-71565501c0265cef/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/linkme-impl-71565501c0265cef/invoked.timestamp b/target/debug/.fingerprint/linkme-impl-71565501c0265cef/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/linkme-impl-71565501c0265cef/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/linkme-impl-cad09e93189a3ad6/dep-lib-linkme_impl b/target/debug/.fingerprint/linkme-impl-cad09e93189a3ad6/dep-lib-linkme_impl new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/linkme-impl-cad09e93189a3ad6/dep-lib-linkme_impl differ diff --git a/target/debug/.fingerprint/linkme-impl-cad09e93189a3ad6/invoked.timestamp b/target/debug/.fingerprint/linkme-impl-cad09e93189a3ad6/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/linkme-impl-cad09e93189a3ad6/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/linkme-impl-cad09e93189a3ad6/lib-linkme_impl b/target/debug/.fingerprint/linkme-impl-cad09e93189a3ad6/lib-linkme_impl new file mode 100644 index 0000000..60aef1a --- /dev/null +++ b/target/debug/.fingerprint/linkme-impl-cad09e93189a3ad6/lib-linkme_impl @@ -0,0 +1 @@ +46feea6168518a98 \ No newline at end of file diff --git a/target/debug/.fingerprint/linkme-impl-cad09e93189a3ad6/lib-linkme_impl.json b/target/debug/.fingerprint/linkme-impl-cad09e93189a3ad6/lib-linkme_impl.json new file mode 100644 index 0000000..7b0fb8d --- /dev/null +++ b/target/debug/.fingerprint/linkme-impl-cad09e93189a3ad6/lib-linkme_impl.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"used_linker\"]","target":2872854807002514092,"profile":2225463790103693989,"path":4076688209140450774,"deps":[[4289358735036141001,"proc_macro2",false,11907438208124547768],[6100504282945712449,"quote",false,15556484999302306747],[6490058671768129134,"syn",false,13449399834116190507],[16951949609243997275,"build_script_build",false,9501489377320416976]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/linkme-impl-cad09e93189a3ad6/dep-lib-linkme_impl","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/linkme-impl-dca62fa69c0288b2/run-build-script-build-script-build b/target/debug/.fingerprint/linkme-impl-dca62fa69c0288b2/run-build-script-build-script-build new file mode 100644 index 0000000..cfbe7dc --- /dev/null +++ b/target/debug/.fingerprint/linkme-impl-dca62fa69c0288b2/run-build-script-build-script-build @@ -0,0 +1 @@ +d0b654643f12dc83 \ No newline at end of file diff --git a/target/debug/.fingerprint/linkme-impl-dca62fa69c0288b2/run-build-script-build-script-build.json b/target/debug/.fingerprint/linkme-impl-dca62fa69c0288b2/run-build-script-build-script-build.json new file mode 100644 index 0000000..40d2fe2 --- /dev/null +++ b/target/debug/.fingerprint/linkme-impl-dca62fa69c0288b2/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[16951949609243997275,"build_script_build",false,4334657062328755534]],"local":[{"RerunIfChanged":{"output":"debug/build/linkme-impl-dca62fa69c0288b2/output","paths":["build.rs"]}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/linux-raw-sys-5f2ae7f575fb30f2/dep-lib-linux_raw_sys b/target/debug/.fingerprint/linux-raw-sys-5f2ae7f575fb30f2/dep-lib-linux_raw_sys new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/linux-raw-sys-5f2ae7f575fb30f2/dep-lib-linux_raw_sys differ diff --git a/target/debug/.fingerprint/linux-raw-sys-5f2ae7f575fb30f2/invoked.timestamp b/target/debug/.fingerprint/linux-raw-sys-5f2ae7f575fb30f2/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/linux-raw-sys-5f2ae7f575fb30f2/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/linux-raw-sys-5f2ae7f575fb30f2/lib-linux_raw_sys b/target/debug/.fingerprint/linux-raw-sys-5f2ae7f575fb30f2/lib-linux_raw_sys new file mode 100644 index 0000000..0661654 --- /dev/null +++ b/target/debug/.fingerprint/linux-raw-sys-5f2ae7f575fb30f2/lib-linux_raw_sys @@ -0,0 +1 @@ +20a34db45e0e7666 \ No newline at end of file diff --git a/target/debug/.fingerprint/linux-raw-sys-5f2ae7f575fb30f2/lib-linux_raw_sys.json b/target/debug/.fingerprint/linux-raw-sys-5f2ae7f575fb30f2/lib-linux_raw_sys.json new file mode 100644 index 0000000..44d2840 --- /dev/null +++ b/target/debug/.fingerprint/linux-raw-sys-5f2ae7f575fb30f2/lib-linux_raw_sys.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"auxvec\", \"elf\", \"errno\", \"general\", \"if_ether\", \"ioctl\", \"net\", \"netlink\", \"no_std\", \"prctl\", \"xdp\"]","declared_features":"[\"auxvec\", \"bootparam\", \"btrfs\", \"core\", \"default\", \"elf\", \"elf_uapi\", \"errno\", \"general\", \"if_arp\", \"if_ether\", \"if_packet\", \"image\", \"io_uring\", \"ioctl\", \"landlock\", \"loop_device\", \"mempolicy\", \"net\", \"netlink\", \"no_std\", \"prctl\", \"ptrace\", \"rustc-dep-of-std\", \"std\", \"system\", \"xdp\"]","target":5772965225213482929,"profile":8214764587632450424,"path":9529771153191755273,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/linux-raw-sys-5f2ae7f575fb30f2/dep-lib-linux_raw_sys","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/litemap-06503fb95966bed0/dep-lib-litemap b/target/debug/.fingerprint/litemap-06503fb95966bed0/dep-lib-litemap new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/litemap-06503fb95966bed0/dep-lib-litemap differ diff --git a/target/debug/.fingerprint/litemap-06503fb95966bed0/invoked.timestamp b/target/debug/.fingerprint/litemap-06503fb95966bed0/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/litemap-06503fb95966bed0/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/litemap-06503fb95966bed0/lib-litemap b/target/debug/.fingerprint/litemap-06503fb95966bed0/lib-litemap new file mode 100644 index 0000000..2f4266d --- /dev/null +++ b/target/debug/.fingerprint/litemap-06503fb95966bed0/lib-litemap @@ -0,0 +1 @@ +3239a17416f26028 \ No newline at end of file diff --git a/target/debug/.fingerprint/litemap-06503fb95966bed0/lib-litemap.json b/target/debug/.fingerprint/litemap-06503fb95966bed0/lib-litemap.json new file mode 100644 index 0000000..4f81c7b --- /dev/null +++ b/target/debug/.fingerprint/litemap-06503fb95966bed0/lib-litemap.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"alloc\", \"databake\", \"default\", \"serde\", \"testing\", \"yoke\"]","target":6548088149557820361,"profile":2225463790103693989,"path":7960629179133663855,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/litemap-06503fb95966bed0/dep-lib-litemap","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/litemap-5c7345f5cf125afb/dep-lib-litemap b/target/debug/.fingerprint/litemap-5c7345f5cf125afb/dep-lib-litemap new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/litemap-5c7345f5cf125afb/dep-lib-litemap differ diff --git a/target/debug/.fingerprint/litemap-5c7345f5cf125afb/invoked.timestamp b/target/debug/.fingerprint/litemap-5c7345f5cf125afb/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/litemap-5c7345f5cf125afb/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/litemap-5c7345f5cf125afb/lib-litemap b/target/debug/.fingerprint/litemap-5c7345f5cf125afb/lib-litemap new file mode 100644 index 0000000..5c006d8 --- /dev/null +++ b/target/debug/.fingerprint/litemap-5c7345f5cf125afb/lib-litemap @@ -0,0 +1 @@ +881c92a12ab255c0 \ No newline at end of file diff --git a/target/debug/.fingerprint/litemap-5c7345f5cf125afb/lib-litemap.json b/target/debug/.fingerprint/litemap-5c7345f5cf125afb/lib-litemap.json new file mode 100644 index 0000000..3fad0dc --- /dev/null +++ b/target/debug/.fingerprint/litemap-5c7345f5cf125afb/lib-litemap.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"alloc\", \"databake\", \"default\", \"serde\", \"testing\", \"yoke\"]","target":6548088149557820361,"profile":2241668132362809309,"path":7960629179133663855,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/litemap-5c7345f5cf125afb/dep-lib-litemap","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/lock_api-6f7c20f2ce02eb24/dep-lib-lock_api b/target/debug/.fingerprint/lock_api-6f7c20f2ce02eb24/dep-lib-lock_api new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/lock_api-6f7c20f2ce02eb24/dep-lib-lock_api differ diff --git a/target/debug/.fingerprint/lock_api-6f7c20f2ce02eb24/invoked.timestamp b/target/debug/.fingerprint/lock_api-6f7c20f2ce02eb24/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/lock_api-6f7c20f2ce02eb24/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/lock_api-6f7c20f2ce02eb24/lib-lock_api b/target/debug/.fingerprint/lock_api-6f7c20f2ce02eb24/lib-lock_api new file mode 100644 index 0000000..84b8dc8 --- /dev/null +++ b/target/debug/.fingerprint/lock_api-6f7c20f2ce02eb24/lib-lock_api @@ -0,0 +1 @@ +67c96022845aed1c \ No newline at end of file diff --git a/target/debug/.fingerprint/lock_api-6f7c20f2ce02eb24/lib-lock_api.json b/target/debug/.fingerprint/lock_api-6f7c20f2ce02eb24/lib-lock_api.json new file mode 100644 index 0000000..c727eda --- /dev/null +++ b/target/debug/.fingerprint/lock_api-6f7c20f2ce02eb24/lib-lock_api.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"atomic_usize\", \"default\"]","declared_features":"[\"arc_lock\", \"atomic_usize\", \"default\", \"nightly\", \"owning_ref\", \"serde\"]","target":16157403318809843794,"profile":2241668132362809309,"path":13433377374429416259,"deps":[[15358414700195712381,"scopeguard",false,7908546234901001993]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/lock_api-6f7c20f2ce02eb24/dep-lib-lock_api","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/lock_api-d050917127756093/dep-lib-lock_api b/target/debug/.fingerprint/lock_api-d050917127756093/dep-lib-lock_api new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/lock_api-d050917127756093/dep-lib-lock_api differ diff --git a/target/debug/.fingerprint/lock_api-d050917127756093/invoked.timestamp b/target/debug/.fingerprint/lock_api-d050917127756093/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/lock_api-d050917127756093/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/lock_api-d050917127756093/lib-lock_api b/target/debug/.fingerprint/lock_api-d050917127756093/lib-lock_api new file mode 100644 index 0000000..468a27e --- /dev/null +++ b/target/debug/.fingerprint/lock_api-d050917127756093/lib-lock_api @@ -0,0 +1 @@ +d770c4446d03e963 \ No newline at end of file diff --git a/target/debug/.fingerprint/lock_api-d050917127756093/lib-lock_api.json b/target/debug/.fingerprint/lock_api-d050917127756093/lib-lock_api.json new file mode 100644 index 0000000..f0b8b62 --- /dev/null +++ b/target/debug/.fingerprint/lock_api-d050917127756093/lib-lock_api.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"atomic_usize\", \"default\"]","declared_features":"[\"arc_lock\", \"atomic_usize\", \"default\", \"nightly\", \"owning_ref\", \"serde\"]","target":16157403318809843794,"profile":2225463790103693989,"path":13433377374429416259,"deps":[[15358414700195712381,"scopeguard",false,7085883471100882536]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/lock_api-d050917127756093/dep-lib-lock_api","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/log-1d85aa3a34fc293a/dep-lib-log b/target/debug/.fingerprint/log-1d85aa3a34fc293a/dep-lib-log new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/log-1d85aa3a34fc293a/dep-lib-log differ diff --git a/target/debug/.fingerprint/log-1d85aa3a34fc293a/invoked.timestamp b/target/debug/.fingerprint/log-1d85aa3a34fc293a/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/log-1d85aa3a34fc293a/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/log-1d85aa3a34fc293a/lib-log b/target/debug/.fingerprint/log-1d85aa3a34fc293a/lib-log new file mode 100644 index 0000000..75a6990 --- /dev/null +++ b/target/debug/.fingerprint/log-1d85aa3a34fc293a/lib-log @@ -0,0 +1 @@ +4c508b049af527f3 \ No newline at end of file diff --git a/target/debug/.fingerprint/log-1d85aa3a34fc293a/lib-log.json b/target/debug/.fingerprint/log-1d85aa3a34fc293a/lib-log.json new file mode 100644 index 0000000..6ce60e8 --- /dev/null +++ b/target/debug/.fingerprint/log-1d85aa3a34fc293a/lib-log.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"std\"]","declared_features":"[\"kv\", \"kv_serde\", \"kv_std\", \"kv_sval\", \"kv_unstable\", \"kv_unstable_serde\", \"kv_unstable_std\", \"kv_unstable_sval\", \"max_level_debug\", \"max_level_error\", \"max_level_info\", \"max_level_off\", \"max_level_trace\", \"max_level_warn\", \"release_max_level_debug\", \"release_max_level_error\", \"release_max_level_info\", \"release_max_level_off\", \"release_max_level_trace\", \"release_max_level_warn\", \"serde\", \"serde_core\", \"std\", \"sval\", \"sval_ref\", \"value-bag\"]","target":6550155848337067049,"profile":2241668132362809309,"path":14147467277474779378,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/log-1d85aa3a34fc293a/dep-lib-log","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/log-4b4a2b17a67b4656/dep-lib-log b/target/debug/.fingerprint/log-4b4a2b17a67b4656/dep-lib-log new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/log-4b4a2b17a67b4656/dep-lib-log differ diff --git a/target/debug/.fingerprint/log-4b4a2b17a67b4656/invoked.timestamp b/target/debug/.fingerprint/log-4b4a2b17a67b4656/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/log-4b4a2b17a67b4656/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/log-4b4a2b17a67b4656/lib-log b/target/debug/.fingerprint/log-4b4a2b17a67b4656/lib-log new file mode 100644 index 0000000..b6caafb --- /dev/null +++ b/target/debug/.fingerprint/log-4b4a2b17a67b4656/lib-log @@ -0,0 +1 @@ +0e64191fd4e6bf15 \ No newline at end of file diff --git a/target/debug/.fingerprint/log-4b4a2b17a67b4656/lib-log.json b/target/debug/.fingerprint/log-4b4a2b17a67b4656/lib-log.json new file mode 100644 index 0000000..93661c8 --- /dev/null +++ b/target/debug/.fingerprint/log-4b4a2b17a67b4656/lib-log.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"std\"]","declared_features":"[\"kv\", \"kv_serde\", \"kv_std\", \"kv_sval\", \"kv_unstable\", \"kv_unstable_serde\", \"kv_unstable_std\", \"kv_unstable_sval\", \"max_level_debug\", \"max_level_error\", \"max_level_info\", \"max_level_off\", \"max_level_trace\", \"max_level_warn\", \"release_max_level_debug\", \"release_max_level_error\", \"release_max_level_info\", \"release_max_level_off\", \"release_max_level_trace\", \"release_max_level_warn\", \"serde\", \"serde_core\", \"std\", \"sval\", \"sval_ref\", \"value-bag\"]","target":6550155848337067049,"profile":2225463790103693989,"path":14147467277474779378,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/log-4b4a2b17a67b4656/dep-lib-log","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/matchers-025be8e7f745a8db/dep-lib-matchers b/target/debug/.fingerprint/matchers-025be8e7f745a8db/dep-lib-matchers new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/matchers-025be8e7f745a8db/dep-lib-matchers differ diff --git a/target/debug/.fingerprint/matchers-025be8e7f745a8db/invoked.timestamp b/target/debug/.fingerprint/matchers-025be8e7f745a8db/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/matchers-025be8e7f745a8db/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/matchers-025be8e7f745a8db/lib-matchers b/target/debug/.fingerprint/matchers-025be8e7f745a8db/lib-matchers new file mode 100644 index 0000000..a7ca53f --- /dev/null +++ b/target/debug/.fingerprint/matchers-025be8e7f745a8db/lib-matchers @@ -0,0 +1 @@ +f5cb0fa46bac1eef \ No newline at end of file diff --git a/target/debug/.fingerprint/matchers-025be8e7f745a8db/lib-matchers.json b/target/debug/.fingerprint/matchers-025be8e7f745a8db/lib-matchers.json new file mode 100644 index 0000000..ca85bdd --- /dev/null +++ b/target/debug/.fingerprint/matchers-025be8e7f745a8db/lib-matchers.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"unicode\"]","target":3435209789245483737,"profile":2241668132362809309,"path":2353933414150689472,"deps":[[3030539787503978792,"regex_automata",false,9075016386314241653]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/matchers-025be8e7f745a8db/dep-lib-matchers","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/matchit-2d0491ced8abf00d/dep-lib-matchit b/target/debug/.fingerprint/matchit-2d0491ced8abf00d/dep-lib-matchit new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/matchit-2d0491ced8abf00d/dep-lib-matchit differ diff --git a/target/debug/.fingerprint/matchit-2d0491ced8abf00d/invoked.timestamp b/target/debug/.fingerprint/matchit-2d0491ced8abf00d/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/matchit-2d0491ced8abf00d/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/matchit-2d0491ced8abf00d/lib-matchit b/target/debug/.fingerprint/matchit-2d0491ced8abf00d/lib-matchit new file mode 100644 index 0000000..d40394a --- /dev/null +++ b/target/debug/.fingerprint/matchit-2d0491ced8abf00d/lib-matchit @@ -0,0 +1 @@ +cb8dd10035b75bbf \ No newline at end of file diff --git a/target/debug/.fingerprint/matchit-2d0491ced8abf00d/lib-matchit.json b/target/debug/.fingerprint/matchit-2d0491ced8abf00d/lib-matchit.json new file mode 100644 index 0000000..37e9112 --- /dev/null +++ b/target/debug/.fingerprint/matchit-2d0491ced8abf00d/lib-matchit.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\"]","declared_features":"[\"__test_helpers\", \"default\"]","target":16629958156185568198,"profile":2241668132362809309,"path":6558201969614650599,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/matchit-2d0491ced8abf00d/dep-lib-matchit","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/matchit-d2aee7d756be1170/dep-lib-matchit b/target/debug/.fingerprint/matchit-d2aee7d756be1170/dep-lib-matchit new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/matchit-d2aee7d756be1170/dep-lib-matchit differ diff --git a/target/debug/.fingerprint/matchit-d2aee7d756be1170/invoked.timestamp b/target/debug/.fingerprint/matchit-d2aee7d756be1170/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/matchit-d2aee7d756be1170/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/matchit-d2aee7d756be1170/lib-matchit b/target/debug/.fingerprint/matchit-d2aee7d756be1170/lib-matchit new file mode 100644 index 0000000..490d504 --- /dev/null +++ b/target/debug/.fingerprint/matchit-d2aee7d756be1170/lib-matchit @@ -0,0 +1 @@ +d8ccd7bd9074b1d8 \ No newline at end of file diff --git a/target/debug/.fingerprint/matchit-d2aee7d756be1170/lib-matchit.json b/target/debug/.fingerprint/matchit-d2aee7d756be1170/lib-matchit.json new file mode 100644 index 0000000..38c1c0f --- /dev/null +++ b/target/debug/.fingerprint/matchit-d2aee7d756be1170/lib-matchit.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\"]","declared_features":"[\"__test_helpers\", \"default\"]","target":16629958156185568198,"profile":2241668132362809309,"path":12025125445508326261,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/matchit-d2aee7d756be1170/dep-lib-matchit","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/memchr-4dc715cff86b0c47/dep-lib-memchr b/target/debug/.fingerprint/memchr-4dc715cff86b0c47/dep-lib-memchr new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/memchr-4dc715cff86b0c47/dep-lib-memchr differ diff --git a/target/debug/.fingerprint/memchr-4dc715cff86b0c47/invoked.timestamp b/target/debug/.fingerprint/memchr-4dc715cff86b0c47/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/memchr-4dc715cff86b0c47/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/memchr-4dc715cff86b0c47/lib-memchr b/target/debug/.fingerprint/memchr-4dc715cff86b0c47/lib-memchr new file mode 100644 index 0000000..0e5d93b --- /dev/null +++ b/target/debug/.fingerprint/memchr-4dc715cff86b0c47/lib-memchr @@ -0,0 +1 @@ +558ae62daa26cdbf \ No newline at end of file diff --git a/target/debug/.fingerprint/memchr-4dc715cff86b0c47/lib-memchr.json b/target/debug/.fingerprint/memchr-4dc715cff86b0c47/lib-memchr.json new file mode 100644 index 0000000..f914a27 --- /dev/null +++ b/target/debug/.fingerprint/memchr-4dc715cff86b0c47/lib-memchr.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"std\"]","declared_features":"[\"alloc\", \"core\", \"default\", \"libc\", \"logging\", \"rustc-dep-of-std\", \"std\", \"use_std\"]","target":11745930252914242013,"profile":2241668132362809309,"path":13547563715829028073,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/memchr-4dc715cff86b0c47/dep-lib-memchr","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/memchr-4eb4ede79c626bb5/dep-lib-memchr b/target/debug/.fingerprint/memchr-4eb4ede79c626bb5/dep-lib-memchr new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/memchr-4eb4ede79c626bb5/dep-lib-memchr differ diff --git a/target/debug/.fingerprint/memchr-4eb4ede79c626bb5/invoked.timestamp b/target/debug/.fingerprint/memchr-4eb4ede79c626bb5/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/memchr-4eb4ede79c626bb5/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/memchr-4eb4ede79c626bb5/lib-memchr b/target/debug/.fingerprint/memchr-4eb4ede79c626bb5/lib-memchr new file mode 100644 index 0000000..09f1bf4 --- /dev/null +++ b/target/debug/.fingerprint/memchr-4eb4ede79c626bb5/lib-memchr @@ -0,0 +1 @@ +e4c84da0e7a9cbb6 \ No newline at end of file diff --git a/target/debug/.fingerprint/memchr-4eb4ede79c626bb5/lib-memchr.json b/target/debug/.fingerprint/memchr-4eb4ede79c626bb5/lib-memchr.json new file mode 100644 index 0000000..77ea0b6 --- /dev/null +++ b/target/debug/.fingerprint/memchr-4eb4ede79c626bb5/lib-memchr.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"std\"]","declared_features":"[\"alloc\", \"core\", \"default\", \"libc\", \"logging\", \"rustc-dep-of-std\", \"std\", \"use_std\"]","target":11745930252914242013,"profile":2225463790103693989,"path":13547563715829028073,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/memchr-4eb4ede79c626bb5/dep-lib-memchr","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/microservices-1af3c13ef2ebf353/bin-microservices b/target/debug/.fingerprint/microservices-1af3c13ef2ebf353/bin-microservices new file mode 100644 index 0000000..75f69fa --- /dev/null +++ b/target/debug/.fingerprint/microservices-1af3c13ef2ebf353/bin-microservices @@ -0,0 +1 @@ +3ac05bc81b547d46 \ No newline at end of file diff --git a/target/debug/.fingerprint/microservices-1af3c13ef2ebf353/bin-microservices.json b/target/debug/.fingerprint/microservices-1af3c13ef2ebf353/bin-microservices.json new file mode 100644 index 0000000..f436fc0 --- /dev/null +++ b/target/debug/.fingerprint/microservices-1af3c13ef2ebf353/bin-microservices.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":18277716654111185782,"profile":17672942494452627365,"path":11265824993518292355,"deps":[[5753442244515919229,"rustapi_rs",false,15281601210410290867],[12891030758458664808,"tokio",false,13629259371125197179],[13548984313718623784,"serde",false,7132925528862317428],[13795362694956882968,"serde_json",false,15340009246332311666],[17303498555858728463,"utoipa",false,7426941710830132348],[17325453097244291330,"reqwest",false,12285722565436990499]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/microservices-1af3c13ef2ebf353/dep-bin-microservices","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/microservices-1af3c13ef2ebf353/dep-bin-microservices b/target/debug/.fingerprint/microservices-1af3c13ef2ebf353/dep-bin-microservices new file mode 100644 index 0000000..5c54f74 Binary files /dev/null and b/target/debug/.fingerprint/microservices-1af3c13ef2ebf353/dep-bin-microservices differ diff --git a/target/debug/.fingerprint/microservices-1af3c13ef2ebf353/invoked.timestamp b/target/debug/.fingerprint/microservices-1af3c13ef2ebf353/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/microservices-1af3c13ef2ebf353/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/microservices-advanced-8aeb9866334fcaf7/invoked.timestamp b/target/debug/.fingerprint/microservices-advanced-8aeb9866334fcaf7/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/microservices-advanced-8aeb9866334fcaf7/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/microservices-advanced-add928bc46d11ec4/invoked.timestamp b/target/debug/.fingerprint/microservices-advanced-add928bc46d11ec4/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/microservices-advanced-add928bc46d11ec4/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/microservices-advanced-add928bc46d11ec4/output-bin-product-service b/target/debug/.fingerprint/microservices-advanced-add928bc46d11ec4/output-bin-product-service new file mode 100644 index 0000000..b65f5d8 --- /dev/null +++ b/target/debug/.fingerprint/microservices-advanced-add928bc46d11ec4/output-bin-product-service @@ -0,0 +1,3 @@ +{"$message_type":"diagnostic","message":"the trait bound `fn() -> impl Future>> {get_products}: Handler<_>` is not satisfied","code":{"code":"E0277","explanation":"You tried to use a type which doesn't implement some trait in a place which\nexpected that trait.\n\nErroneous code example:\n\n```compile_fail,E0277\n// here we declare the Foo trait with a bar method\ntrait Foo {\n fn bar(&self);\n}\n\n// we now declare a function which takes an object implementing the Foo trait\nfn some_func(foo: T) {\n foo.bar();\n}\n\nfn main() {\n // we now call the method with the i32 type, which doesn't implement\n // the Foo trait\n some_func(5i32); // error: the trait bound `i32 : Foo` is not satisfied\n}\n```\n\nIn order to fix this error, verify that the type you're using does implement\nthe trait. Example:\n\n```\ntrait Foo {\n fn bar(&self);\n}\n\n// we implement the trait on the i32 type\nimpl Foo for i32 {\n fn bar(&self) {}\n}\n\nfn some_func(foo: T) {\n foo.bar(); // we can now use this method since i32 implements the\n // Foo trait\n}\n\nfn main() {\n some_func(5i32); // ok!\n}\n```\n\nOr in a generic context, an erroneous code example would look like:\n\n```compile_fail,E0277\nfn some_func(foo: T) {\n println!(\"{:?}\", foo); // error: the trait `core::fmt::Debug` is not\n // implemented for the type `T`\n}\n\nfn main() {\n // We now call the method with the i32 type,\n // which *does* implement the Debug trait.\n some_func(5i32);\n}\n```\n\nNote that the error here is in the definition of the generic function. Although\nwe only call it with a parameter that does implement `Debug`, the compiler\nstill rejects the function. It must work with all possible input types. In\norder to make this example compile, we need to restrict the generic type we're\naccepting:\n\n```\nuse std::fmt;\n\n// Restrict the input type to types that implement Debug.\nfn some_func(foo: T) {\n println!(\"{:?}\", foo);\n}\n\nfn main() {\n // Calling the method is still fine, as i32 implements Debug.\n some_func(5i32);\n\n // This would fail to compile now:\n // struct WithoutDebug;\n // some_func(WithoutDebug);\n}\n```\n\nRust only looks at the signature of the called function, as such it must\nalready specify all requirements that will be used for every type parameter.\n"},"level":"error","spans":[{"file_name":"microservices-advanced/src/product.rs","byte_start":2742,"byte_end":2754,"line_start":105,"line_end":105,"column_start":33,"column_end":45,"is_primary":true,"text":[{"text":" .route(\"/products\", get(get_products))","highlight_start":33,"highlight_end":45}],"label":"the trait `Handler<_>` is not implemented for fn item `fn() -> impl Future>> {get_products}`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"microservices-advanced/src/product.rs","byte_start":2738,"byte_end":2741,"line_start":105,"line_end":105,"column_start":29,"column_end":32,"is_primary":false,"text":[{"text":" .route(\"/products\", get(get_products))","highlight_start":29,"highlight_end":32}],"label":"required by a bound introduced by this call","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"required by a bound in `rustapi_rs::get`","code":null,"level":"note","spans":[{"file_name":"/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/router.rs","byte_start":8299,"byte_end":8302,"line_start":256,"line_end":256,"column_start":8,"column_end":11,"is_primary":false,"text":[{"text":"pub fn get(handler: H) -> MethodRouter","highlight_start":8,"highlight_end":11}],"label":"required by a bound in this function","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/router.rs","byte_start":8352,"byte_end":8362,"line_start":258,"line_end":258,"column_start":8,"column_end":18,"is_primary":true,"text":[{"text":" H: Handler,","highlight_start":8,"highlight_end":18}],"label":"required by this bound in `get`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0277]\u001b[0m\u001b[1m: the trait bound `fn() -> impl Future>> {get_products}: Handler<_>` is not satisfied\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0mmicroservices-advanced/src/product.rs:105:33\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m105\u001b[0m \u001b[1m\u001b[94m|\u001b[0m .route(\"/products\", get(get_products))\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[94m---\u001b[0m \u001b[1m\u001b[91m^^^^^^^^^^^^\u001b[0m \u001b[1m\u001b[91mthe trait `Handler<_>` is not implemented for fn item `fn() -> impl Future>> {get_products}`\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[94m|\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[94mrequired by a bound introduced by this call\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[92mnote\u001b[0m: required by a bound in `rustapi_rs::get`\n \u001b[1m\u001b[94m--> \u001b[0m/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/router.rs:258:8\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m256\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub fn get(handler: H) -> MethodRouter\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[94m---\u001b[0m \u001b[1m\u001b[94mrequired by a bound in this function\u001b[0m\n\u001b[1m\u001b[94m257\u001b[0m \u001b[1m\u001b[94m|\u001b[0m where\n\u001b[1m\u001b[94m258\u001b[0m \u001b[1m\u001b[94m|\u001b[0m H: Handler,\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[92m^^^^^^^^^^\u001b[0m \u001b[1m\u001b[92mrequired by this bound in `get`\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"aborting due to 1 previous error","code":null,"level":"error","spans":[],"children":[],"rendered":"\u001b[1m\u001b[91merror\u001b[0m\u001b[1m: aborting due to 1 previous error\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"For more information about this error, try `rustc --explain E0277`.","code":null,"level":"failure-note","spans":[],"children":[],"rendered":"\u001b[1mFor more information about this error, try `rustc --explain E0277`.\u001b[0m\n"} diff --git a/target/debug/.fingerprint/microservices-advanced-bf79ad4668e55d26/bin-order-service b/target/debug/.fingerprint/microservices-advanced-bf79ad4668e55d26/bin-order-service new file mode 100644 index 0000000..c3e72c7 --- /dev/null +++ b/target/debug/.fingerprint/microservices-advanced-bf79ad4668e55d26/bin-order-service @@ -0,0 +1 @@ +60ac5527ea9b0cf1 \ No newline at end of file diff --git a/target/debug/.fingerprint/microservices-advanced-bf79ad4668e55d26/bin-order-service.json b/target/debug/.fingerprint/microservices-advanced-bf79ad4668e55d26/bin-order-service.json new file mode 100644 index 0000000..fa3f26b --- /dev/null +++ b/target/debug/.fingerprint/microservices-advanced-bf79ad4668e55d26/bin-order-service.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":16326167392289577923,"profile":17672942494452627365,"path":2118176632559177251,"deps":[[5364813825765636762,"dashmap",false,11249957449414473849],[5753442244515919229,"rustapi_rs",false,15929439368450999645],[9800012718262444189,"uuid",false,4029800283221620584],[12041186341109472307,"tracing_subscriber",false,17128990181618721353],[12891030758458664808,"tokio",false,5072163070033021838],[13548984313718623784,"serde",false,2716299212447388768],[13795362694956882968,"serde_json",false,8780529878399116378],[14757622794040968908,"tracing",false,15481652202596263875],[17303498555858728463,"utoipa",false,9162539681751346517],[17325453097244291330,"reqwest",false,6016952507347173485]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/microservices-advanced-bf79ad4668e55d26/dep-bin-order-service","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/microservices-advanced-bf79ad4668e55d26/dep-bin-order-service b/target/debug/.fingerprint/microservices-advanced-bf79ad4668e55d26/dep-bin-order-service new file mode 100644 index 0000000..004267a Binary files /dev/null and b/target/debug/.fingerprint/microservices-advanced-bf79ad4668e55d26/dep-bin-order-service differ diff --git a/target/debug/.fingerprint/microservices-advanced-bf79ad4668e55d26/invoked.timestamp b/target/debug/.fingerprint/microservices-advanced-bf79ad4668e55d26/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/microservices-advanced-bf79ad4668e55d26/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/microservices-advanced-cab3d4b554619cbe/bin-product-service b/target/debug/.fingerprint/microservices-advanced-cab3d4b554619cbe/bin-product-service new file mode 100644 index 0000000..3224266 --- /dev/null +++ b/target/debug/.fingerprint/microservices-advanced-cab3d4b554619cbe/bin-product-service @@ -0,0 +1 @@ +119e61c00f840096 \ No newline at end of file diff --git a/target/debug/.fingerprint/microservices-advanced-cab3d4b554619cbe/bin-product-service.json b/target/debug/.fingerprint/microservices-advanced-cab3d4b554619cbe/bin-product-service.json new file mode 100644 index 0000000..cb855b7 --- /dev/null +++ b/target/debug/.fingerprint/microservices-advanced-cab3d4b554619cbe/bin-product-service.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":14840529286951485661,"profile":17672942494452627365,"path":5303631362592321239,"deps":[[5364813825765636762,"dashmap",false,11249957449414473849],[5753442244515919229,"rustapi_rs",false,15929439368450999645],[9800012718262444189,"uuid",false,4029800283221620584],[12041186341109472307,"tracing_subscriber",false,17128990181618721353],[12891030758458664808,"tokio",false,5072163070033021838],[13548984313718623784,"serde",false,2716299212447388768],[13795362694956882968,"serde_json",false,8780529878399116378],[14757622794040968908,"tracing",false,15481652202596263875],[17303498555858728463,"utoipa",false,9162539681751346517],[17325453097244291330,"reqwest",false,6016952507347173485]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/microservices-advanced-cab3d4b554619cbe/dep-bin-product-service","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/microservices-advanced-cab3d4b554619cbe/dep-bin-product-service b/target/debug/.fingerprint/microservices-advanced-cab3d4b554619cbe/dep-bin-product-service new file mode 100644 index 0000000..e68926a Binary files /dev/null and b/target/debug/.fingerprint/microservices-advanced-cab3d4b554619cbe/dep-bin-product-service differ diff --git a/target/debug/.fingerprint/microservices-advanced-cab3d4b554619cbe/invoked.timestamp b/target/debug/.fingerprint/microservices-advanced-cab3d4b554619cbe/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/microservices-advanced-cab3d4b554619cbe/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/microservices-advanced-d1d61c94b884f78a/invoked.timestamp b/target/debug/.fingerprint/microservices-advanced-d1d61c94b884f78a/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/microservices-advanced-d1d61c94b884f78a/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/microservices-advanced-d1d61c94b884f78a/output-bin-service-registry b/target/debug/.fingerprint/microservices-advanced-d1d61c94b884f78a/output-bin-service-registry new file mode 100644 index 0000000..b158f33 --- /dev/null +++ b/target/debug/.fingerprint/microservices-advanced-d1d61c94b884f78a/output-bin-service-registry @@ -0,0 +1,4 @@ +{"$message_type":"diagnostic","message":"the trait bound `fn(State, Json<...>) -> ... {register}: Handler<_>` is not satisfied","code":{"code":"E0277","explanation":"You tried to use a type which doesn't implement some trait in a place which\nexpected that trait.\n\nErroneous code example:\n\n```compile_fail,E0277\n// here we declare the Foo trait with a bar method\ntrait Foo {\n fn bar(&self);\n}\n\n// we now declare a function which takes an object implementing the Foo trait\nfn some_func(foo: T) {\n foo.bar();\n}\n\nfn main() {\n // we now call the method with the i32 type, which doesn't implement\n // the Foo trait\n some_func(5i32); // error: the trait bound `i32 : Foo` is not satisfied\n}\n```\n\nIn order to fix this error, verify that the type you're using does implement\nthe trait. Example:\n\n```\ntrait Foo {\n fn bar(&self);\n}\n\n// we implement the trait on the i32 type\nimpl Foo for i32 {\n fn bar(&self) {}\n}\n\nfn some_func(foo: T) {\n foo.bar(); // we can now use this method since i32 implements the\n // Foo trait\n}\n\nfn main() {\n some_func(5i32); // ok!\n}\n```\n\nOr in a generic context, an erroneous code example would look like:\n\n```compile_fail,E0277\nfn some_func(foo: T) {\n println!(\"{:?}\", foo); // error: the trait `core::fmt::Debug` is not\n // implemented for the type `T`\n}\n\nfn main() {\n // We now call the method with the i32 type,\n // which *does* implement the Debug trait.\n some_func(5i32);\n}\n```\n\nNote that the error here is in the definition of the generic function. Although\nwe only call it with a parameter that does implement `Debug`, the compiler\nstill rejects the function. It must work with all possible input types. In\norder to make this example compile, we need to restrict the generic type we're\naccepting:\n\n```\nuse std::fmt;\n\n// Restrict the input type to types that implement Debug.\nfn some_func(foo: T) {\n println!(\"{:?}\", foo);\n}\n\nfn main() {\n // Calling the method is still fine, as i32 implements Debug.\n some_func(5i32);\n\n // This would fail to compile now:\n // struct WithoutDebug;\n // some_func(WithoutDebug);\n}\n```\n\nRust only looks at the signature of the called function, as such it must\nalready specify all requirements that will be used for every type parameter.\n"},"level":"error","spans":[{"file_name":"microservices-advanced/src/registry.rs","byte_start":2911,"byte_end":2919,"line_start":113,"line_end":113,"column_start":34,"column_end":42,"is_primary":true,"text":[{"text":" .route(\"/register\", post(register))","highlight_start":34,"highlight_end":42}],"label":"the trait `Handler<_>` is not implemented for fn item `fn(State, Json) -> ... {register}`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"microservices-advanced/src/registry.rs","byte_start":2906,"byte_end":2910,"line_start":113,"line_end":113,"column_start":29,"column_end":33,"is_primary":false,"text":[{"text":" .route(\"/register\", post(register))","highlight_start":29,"highlight_end":33}],"label":"required by a bound introduced by this call","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"required by a bound in `rustapi_rs::post`","code":null,"level":"note","spans":[{"file_name":"/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/router.rs","byte_start":8575,"byte_end":8579,"line_start":267,"line_end":267,"column_start":8,"column_end":12,"is_primary":false,"text":[{"text":"pub fn post(handler: H) -> MethodRouter","highlight_start":8,"highlight_end":12}],"label":"required by a bound in this function","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/router.rs","byte_start":8629,"byte_end":8639,"line_start":269,"line_end":269,"column_start":8,"column_end":18,"is_primary":true,"text":[{"text":" H: Handler,","highlight_start":8,"highlight_end":18}],"label":"required by this bound in `post`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null},{"message":"the full name for the type has been written to '/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/service_registry-d1d61c94b884f78a.long-type-4326910838308246068.txt'","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"consider using `--verbose` to print the full type name to the console","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0277]\u001b[0m\u001b[1m: the trait bound `fn(State, Json<...>) -> ... {register}: Handler<_>` is not satisfied\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0mmicroservices-advanced/src/registry.rs:113:34\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m113\u001b[0m \u001b[1m\u001b[94m|\u001b[0m .route(\"/register\", post(register))\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[94m----\u001b[0m \u001b[1m\u001b[91m^^^^^^^^\u001b[0m \u001b[1m\u001b[91mthe trait `Handler<_>` is not implemented for fn item `fn(State, Json) -> ... {register}`\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[94m|\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[94mrequired by a bound introduced by this call\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[92mnote\u001b[0m: required by a bound in `rustapi_rs::post`\n \u001b[1m\u001b[94m--> \u001b[0m/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/router.rs:269:8\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m267\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub fn post(handler: H) -> MethodRouter\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[94m----\u001b[0m \u001b[1m\u001b[94mrequired by a bound in this function\u001b[0m\n\u001b[1m\u001b[94m268\u001b[0m \u001b[1m\u001b[94m|\u001b[0m where\n\u001b[1m\u001b[94m269\u001b[0m \u001b[1m\u001b[94m|\u001b[0m H: Handler,\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[92m^^^^^^^^^^\u001b[0m \u001b[1m\u001b[92mrequired by this bound in `post`\u001b[0m\n \u001b[1m\u001b[94m= \u001b[0m\u001b[1mnote\u001b[0m: the full name for the type has been written to '/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/service_registry-d1d61c94b884f78a.long-type-4326910838308246068.txt'\n \u001b[1m\u001b[94m= \u001b[0m\u001b[1mnote\u001b[0m: consider using `--verbose` to print the full type name to the console\n\n"} +{"$message_type":"diagnostic","message":"the trait bound `fn(State) -> ... {list_services}: Handler<_>` is not satisfied","code":{"code":"E0277","explanation":"You tried to use a type which doesn't implement some trait in a place which\nexpected that trait.\n\nErroneous code example:\n\n```compile_fail,E0277\n// here we declare the Foo trait with a bar method\ntrait Foo {\n fn bar(&self);\n}\n\n// we now declare a function which takes an object implementing the Foo trait\nfn some_func(foo: T) {\n foo.bar();\n}\n\nfn main() {\n // we now call the method with the i32 type, which doesn't implement\n // the Foo trait\n some_func(5i32); // error: the trait bound `i32 : Foo` is not satisfied\n}\n```\n\nIn order to fix this error, verify that the type you're using does implement\nthe trait. Example:\n\n```\ntrait Foo {\n fn bar(&self);\n}\n\n// we implement the trait on the i32 type\nimpl Foo for i32 {\n fn bar(&self) {}\n}\n\nfn some_func(foo: T) {\n foo.bar(); // we can now use this method since i32 implements the\n // Foo trait\n}\n\nfn main() {\n some_func(5i32); // ok!\n}\n```\n\nOr in a generic context, an erroneous code example would look like:\n\n```compile_fail,E0277\nfn some_func(foo: T) {\n println!(\"{:?}\", foo); // error: the trait `core::fmt::Debug` is not\n // implemented for the type `T`\n}\n\nfn main() {\n // We now call the method with the i32 type,\n // which *does* implement the Debug trait.\n some_func(5i32);\n}\n```\n\nNote that the error here is in the definition of the generic function. Although\nwe only call it with a parameter that does implement `Debug`, the compiler\nstill rejects the function. It must work with all possible input types. In\norder to make this example compile, we need to restrict the generic type we're\naccepting:\n\n```\nuse std::fmt;\n\n// Restrict the input type to types that implement Debug.\nfn some_func(foo: T) {\n println!(\"{:?}\", foo);\n}\n\nfn main() {\n // Calling the method is still fine, as i32 implements Debug.\n some_func(5i32);\n\n // This would fail to compile now:\n // struct WithoutDebug;\n // some_func(WithoutDebug);\n}\n```\n\nRust only looks at the signature of the called function, as such it must\nalready specify all requirements that will be used for every type parameter.\n"},"level":"error","spans":[{"file_name":"microservices-advanced/src/registry.rs","byte_start":3011,"byte_end":3024,"line_start":115,"line_end":115,"column_start":33,"column_end":46,"is_primary":true,"text":[{"text":" .route(\"/services\", get(list_services))","highlight_start":33,"highlight_end":46}],"label":"the trait `Handler<_>` is not implemented for fn item `fn(State) -> impl Future {list_services}`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"microservices-advanced/src/registry.rs","byte_start":3007,"byte_end":3010,"line_start":115,"line_end":115,"column_start":29,"column_end":32,"is_primary":false,"text":[{"text":" .route(\"/services\", get(list_services))","highlight_start":29,"highlight_end":32}],"label":"required by a bound introduced by this call","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"required by a bound in `rustapi_rs::get`","code":null,"level":"note","spans":[{"file_name":"/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/router.rs","byte_start":8299,"byte_end":8302,"line_start":256,"line_end":256,"column_start":8,"column_end":11,"is_primary":false,"text":[{"text":"pub fn get(handler: H) -> MethodRouter","highlight_start":8,"highlight_end":11}],"label":"required by a bound in this function","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/router.rs","byte_start":8352,"byte_end":8362,"line_start":258,"line_end":258,"column_start":8,"column_end":18,"is_primary":true,"text":[{"text":" H: Handler,","highlight_start":8,"highlight_end":18}],"label":"required by this bound in `get`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null},{"message":"the full name for the type has been written to '/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/service_registry-d1d61c94b884f78a.long-type-8818136332183527458.txt'","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"consider using `--verbose` to print the full type name to the console","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0277]\u001b[0m\u001b[1m: the trait bound `fn(State) -> ... {list_services}: Handler<_>` is not satisfied\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0mmicroservices-advanced/src/registry.rs:115:33\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m115\u001b[0m \u001b[1m\u001b[94m|\u001b[0m .route(\"/services\", get(list_services))\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[94m---\u001b[0m \u001b[1m\u001b[91m^^^^^^^^^^^^^\u001b[0m \u001b[1m\u001b[91mthe trait `Handler<_>` is not implemented for fn item `fn(State) -> impl Future {list_services}`\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[94m|\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[94mrequired by a bound introduced by this call\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[92mnote\u001b[0m: required by a bound in `rustapi_rs::get`\n \u001b[1m\u001b[94m--> \u001b[0m/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/router.rs:258:8\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m256\u001b[0m \u001b[1m\u001b[94m|\u001b[0m pub fn get(handler: H) -> MethodRouter\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[94m---\u001b[0m \u001b[1m\u001b[94mrequired by a bound in this function\u001b[0m\n\u001b[1m\u001b[94m257\u001b[0m \u001b[1m\u001b[94m|\u001b[0m where\n\u001b[1m\u001b[94m258\u001b[0m \u001b[1m\u001b[94m|\u001b[0m H: Handler,\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[92m^^^^^^^^^^\u001b[0m \u001b[1m\u001b[92mrequired by this bound in `get`\u001b[0m\n \u001b[1m\u001b[94m= \u001b[0m\u001b[1mnote\u001b[0m: the full name for the type has been written to '/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/service_registry-d1d61c94b884f78a.long-type-8818136332183527458.txt'\n \u001b[1m\u001b[94m= \u001b[0m\u001b[1mnote\u001b[0m: consider using `--verbose` to print the full type name to the console\n\n"} +{"$message_type":"diagnostic","message":"aborting due to 2 previous errors","code":null,"level":"error","spans":[],"children":[],"rendered":"\u001b[1m\u001b[91merror\u001b[0m\u001b[1m: aborting due to 2 previous errors\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"For more information about this error, try `rustc --explain E0277`.","code":null,"level":"failure-note","spans":[],"children":[],"rendered":"\u001b[1mFor more information about this error, try `rustc --explain E0277`.\u001b[0m\n"} diff --git a/target/debug/.fingerprint/mime-b6737001863fd4df/dep-lib-mime b/target/debug/.fingerprint/mime-b6737001863fd4df/dep-lib-mime new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/mime-b6737001863fd4df/dep-lib-mime differ diff --git a/target/debug/.fingerprint/mime-b6737001863fd4df/invoked.timestamp b/target/debug/.fingerprint/mime-b6737001863fd4df/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/mime-b6737001863fd4df/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/mime-b6737001863fd4df/lib-mime b/target/debug/.fingerprint/mime-b6737001863fd4df/lib-mime new file mode 100644 index 0000000..1c80c2f --- /dev/null +++ b/target/debug/.fingerprint/mime-b6737001863fd4df/lib-mime @@ -0,0 +1 @@ +6c770a91d2bd0bad \ No newline at end of file diff --git a/target/debug/.fingerprint/mime-b6737001863fd4df/lib-mime.json b/target/debug/.fingerprint/mime-b6737001863fd4df/lib-mime.json new file mode 100644 index 0000000..5127234 --- /dev/null +++ b/target/debug/.fingerprint/mime-b6737001863fd4df/lib-mime.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":2764086469773243511,"profile":2241668132362809309,"path":675117731708128493,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/mime-b6737001863fd4df/dep-lib-mime","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/mime_guess-b1b4af027a6ecd2a/build-script-build-script-build b/target/debug/.fingerprint/mime_guess-b1b4af027a6ecd2a/build-script-build-script-build new file mode 100644 index 0000000..26195ce --- /dev/null +++ b/target/debug/.fingerprint/mime_guess-b1b4af027a6ecd2a/build-script-build-script-build @@ -0,0 +1 @@ +f921f7997fc8f754 \ No newline at end of file diff --git a/target/debug/.fingerprint/mime_guess-b1b4af027a6ecd2a/build-script-build-script-build.json b/target/debug/.fingerprint/mime_guess-b1b4af027a6ecd2a/build-script-build-script-build.json new file mode 100644 index 0000000..72bcb8f --- /dev/null +++ b/target/debug/.fingerprint/mime_guess-b1b4af027a6ecd2a/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"default\", \"rev-mappings\"]","target":12318548087768197662,"profile":2225463790103693989,"path":14338026412787865475,"deps":[[9161548618241828600,"unicase",false,10286624821740188309]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/mime_guess-b1b4af027a6ecd2a/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/mime_guess-b1b4af027a6ecd2a/dep-build-script-build-script-build b/target/debug/.fingerprint/mime_guess-b1b4af027a6ecd2a/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/mime_guess-b1b4af027a6ecd2a/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/mime_guess-b1b4af027a6ecd2a/invoked.timestamp b/target/debug/.fingerprint/mime_guess-b1b4af027a6ecd2a/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/mime_guess-b1b4af027a6ecd2a/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/mime_guess-f74eff08d17e5b49/dep-lib-mime_guess b/target/debug/.fingerprint/mime_guess-f74eff08d17e5b49/dep-lib-mime_guess new file mode 100644 index 0000000..abce953 Binary files /dev/null and b/target/debug/.fingerprint/mime_guess-f74eff08d17e5b49/dep-lib-mime_guess differ diff --git a/target/debug/.fingerprint/mime_guess-f74eff08d17e5b49/invoked.timestamp b/target/debug/.fingerprint/mime_guess-f74eff08d17e5b49/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/mime_guess-f74eff08d17e5b49/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/mime_guess-f74eff08d17e5b49/lib-mime_guess b/target/debug/.fingerprint/mime_guess-f74eff08d17e5b49/lib-mime_guess new file mode 100644 index 0000000..41dfa29 --- /dev/null +++ b/target/debug/.fingerprint/mime_guess-f74eff08d17e5b49/lib-mime_guess @@ -0,0 +1 @@ +6505e8abcd6f6f9a \ No newline at end of file diff --git a/target/debug/.fingerprint/mime_guess-f74eff08d17e5b49/lib-mime_guess.json b/target/debug/.fingerprint/mime_guess-f74eff08d17e5b49/lib-mime_guess.json new file mode 100644 index 0000000..66df13b --- /dev/null +++ b/target/debug/.fingerprint/mime_guess-f74eff08d17e5b49/lib-mime_guess.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"default\", \"rev-mappings\"]","target":15598103354628129045,"profile":2241668132362809309,"path":10109386596376175859,"deps":[[9161548618241828600,"unicase",false,17376653634779483910],[10229185211513642314,"mime",false,12469268705379514220],[18071510856783138481,"build_script_build",false,4108233358622314752]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/mime_guess-f74eff08d17e5b49/dep-lib-mime_guess","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/mime_guess-ff34e39ba07d160b/run-build-script-build-script-build b/target/debug/.fingerprint/mime_guess-ff34e39ba07d160b/run-build-script-build-script-build new file mode 100644 index 0000000..3176555 --- /dev/null +++ b/target/debug/.fingerprint/mime_guess-ff34e39ba07d160b/run-build-script-build-script-build @@ -0,0 +1 @@ +00d1172b79600339 \ No newline at end of file diff --git a/target/debug/.fingerprint/mime_guess-ff34e39ba07d160b/run-build-script-build-script-build.json b/target/debug/.fingerprint/mime_guess-ff34e39ba07d160b/run-build-script-build-script-build.json new file mode 100644 index 0000000..a1186d7 --- /dev/null +++ b/target/debug/.fingerprint/mime_guess-ff34e39ba07d160b/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[18071510856783138481,"build_script_build",false,6122582668802990585]],"local":[{"Precalculated":"2.0.5"}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/miniz_oxide-aa8b67989a0f2811/dep-lib-miniz_oxide b/target/debug/.fingerprint/miniz_oxide-aa8b67989a0f2811/dep-lib-miniz_oxide new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/miniz_oxide-aa8b67989a0f2811/dep-lib-miniz_oxide differ diff --git a/target/debug/.fingerprint/miniz_oxide-aa8b67989a0f2811/invoked.timestamp b/target/debug/.fingerprint/miniz_oxide-aa8b67989a0f2811/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/miniz_oxide-aa8b67989a0f2811/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/miniz_oxide-aa8b67989a0f2811/lib-miniz_oxide b/target/debug/.fingerprint/miniz_oxide-aa8b67989a0f2811/lib-miniz_oxide new file mode 100644 index 0000000..a19eae8 --- /dev/null +++ b/target/debug/.fingerprint/miniz_oxide-aa8b67989a0f2811/lib-miniz_oxide @@ -0,0 +1 @@ +3c95184c76be869e \ No newline at end of file diff --git a/target/debug/.fingerprint/miniz_oxide-aa8b67989a0f2811/lib-miniz_oxide.json b/target/debug/.fingerprint/miniz_oxide-aa8b67989a0f2811/lib-miniz_oxide.json new file mode 100644 index 0000000..cbbc6c1 --- /dev/null +++ b/target/debug/.fingerprint/miniz_oxide-aa8b67989a0f2811/lib-miniz_oxide.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"simd\", \"simd-adler32\", \"with-alloc\"]","declared_features":"[\"alloc\", \"block-boundary\", \"core\", \"default\", \"rustc-dep-of-std\", \"serde\", \"simd\", \"simd-adler32\", \"std\", \"with-alloc\"]","target":8661567070972402511,"profile":14166219718623142490,"path":1159511504592374948,"deps":[[5982862185909702272,"simd_adler32",false,730043581561875547],[7911289239703230891,"adler2",false,11696493324667195273]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/miniz_oxide-aa8b67989a0f2811/dep-lib-miniz_oxide","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/mio-43263e24830b639d/dep-lib-mio b/target/debug/.fingerprint/mio-43263e24830b639d/dep-lib-mio new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/mio-43263e24830b639d/dep-lib-mio differ diff --git a/target/debug/.fingerprint/mio-43263e24830b639d/invoked.timestamp b/target/debug/.fingerprint/mio-43263e24830b639d/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/mio-43263e24830b639d/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/mio-43263e24830b639d/lib-mio b/target/debug/.fingerprint/mio-43263e24830b639d/lib-mio new file mode 100644 index 0000000..72d2fba --- /dev/null +++ b/target/debug/.fingerprint/mio-43263e24830b639d/lib-mio @@ -0,0 +1 @@ +08ac1b1cce47b07a \ No newline at end of file diff --git a/target/debug/.fingerprint/mio-43263e24830b639d/lib-mio.json b/target/debug/.fingerprint/mio-43263e24830b639d/lib-mio.json new file mode 100644 index 0000000..63c46cf --- /dev/null +++ b/target/debug/.fingerprint/mio-43263e24830b639d/lib-mio.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"net\", \"os-ext\", \"os-poll\"]","declared_features":"[\"default\", \"log\", \"net\", \"os-ext\", \"os-poll\"]","target":5157902839847266895,"profile":9936639502610548555,"path":13818615903449012420,"deps":[[203594543813181569,"libc",false,7681612199272279827]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/mio-43263e24830b639d/dep-lib-mio","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/mio-9d6c186d1cdda6e9/dep-lib-mio b/target/debug/.fingerprint/mio-9d6c186d1cdda6e9/dep-lib-mio new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/mio-9d6c186d1cdda6e9/dep-lib-mio differ diff --git a/target/debug/.fingerprint/mio-9d6c186d1cdda6e9/invoked.timestamp b/target/debug/.fingerprint/mio-9d6c186d1cdda6e9/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/mio-9d6c186d1cdda6e9/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/mio-9d6c186d1cdda6e9/lib-mio b/target/debug/.fingerprint/mio-9d6c186d1cdda6e9/lib-mio new file mode 100644 index 0000000..16f93eb --- /dev/null +++ b/target/debug/.fingerprint/mio-9d6c186d1cdda6e9/lib-mio @@ -0,0 +1 @@ +5b289899c3cfc96c \ No newline at end of file diff --git a/target/debug/.fingerprint/mio-9d6c186d1cdda6e9/lib-mio.json b/target/debug/.fingerprint/mio-9d6c186d1cdda6e9/lib-mio.json new file mode 100644 index 0000000..b0d0c69 --- /dev/null +++ b/target/debug/.fingerprint/mio-9d6c186d1cdda6e9/lib-mio.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"net\", \"os-ext\", \"os-poll\"]","declared_features":"[\"default\", \"log\", \"net\", \"os-ext\", \"os-poll\"]","target":5157902839847266895,"profile":1460098705954474922,"path":13818615903449012420,"deps":[[203594543813181569,"libc",false,845627925582925793]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/mio-9d6c186d1cdda6e9/dep-lib-mio","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/multer-10480c7fdb3cc3f4/build-script-build-script-build b/target/debug/.fingerprint/multer-10480c7fdb3cc3f4/build-script-build-script-build new file mode 100644 index 0000000..2caea4b --- /dev/null +++ b/target/debug/.fingerprint/multer-10480c7fdb3cc3f4/build-script-build-script-build @@ -0,0 +1 @@ +11aa06dec0ca3b41 \ No newline at end of file diff --git a/target/debug/.fingerprint/multer-10480c7fdb3cc3f4/build-script-build-script-build.json b/target/debug/.fingerprint/multer-10480c7fdb3cc3f4/build-script-build-script-build.json new file mode 100644 index 0000000..9285d7c --- /dev/null +++ b/target/debug/.fingerprint/multer-10480c7fdb3cc3f4/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\"]","declared_features":"[\"all\", \"default\", \"json\", \"log\", \"serde\", \"serde_json\", \"tokio\", \"tokio-io\", \"tokio-util\"]","target":17883862002600103897,"profile":2225463790103693989,"path":12773928934542552074,"deps":[[5398981501050481332,"version_check",false,12289091907312969087]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/multer-10480c7fdb3cc3f4/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/multer-10480c7fdb3cc3f4/dep-build-script-build-script-build b/target/debug/.fingerprint/multer-10480c7fdb3cc3f4/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/multer-10480c7fdb3cc3f4/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/multer-10480c7fdb3cc3f4/invoked.timestamp b/target/debug/.fingerprint/multer-10480c7fdb3cc3f4/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/multer-10480c7fdb3cc3f4/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/multer-ae7d838cf9ac9bf6/run-build-script-build-script-build b/target/debug/.fingerprint/multer-ae7d838cf9ac9bf6/run-build-script-build-script-build new file mode 100644 index 0000000..e45ae5d --- /dev/null +++ b/target/debug/.fingerprint/multer-ae7d838cf9ac9bf6/run-build-script-build-script-build @@ -0,0 +1 @@ +b0f73e1d2d71421b \ No newline at end of file diff --git a/target/debug/.fingerprint/multer-ae7d838cf9ac9bf6/run-build-script-build-script-build.json b/target/debug/.fingerprint/multer-ae7d838cf9ac9bf6/run-build-script-build-script-build.json new file mode 100644 index 0000000..8a022cb --- /dev/null +++ b/target/debug/.fingerprint/multer-ae7d838cf9ac9bf6/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[12757619235593077227,"build_script_build",false,4700573565798754833]],"local":[{"Precalculated":"3.1.0"}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/multer-bfad8849b56298d6/dep-lib-multer b/target/debug/.fingerprint/multer-bfad8849b56298d6/dep-lib-multer new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/multer-bfad8849b56298d6/dep-lib-multer differ diff --git a/target/debug/.fingerprint/multer-bfad8849b56298d6/invoked.timestamp b/target/debug/.fingerprint/multer-bfad8849b56298d6/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/multer-bfad8849b56298d6/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/multer-bfad8849b56298d6/lib-multer b/target/debug/.fingerprint/multer-bfad8849b56298d6/lib-multer new file mode 100644 index 0000000..fd553d0 --- /dev/null +++ b/target/debug/.fingerprint/multer-bfad8849b56298d6/lib-multer @@ -0,0 +1 @@ +f17b887c760cebf0 \ No newline at end of file diff --git a/target/debug/.fingerprint/multer-bfad8849b56298d6/lib-multer.json b/target/debug/.fingerprint/multer-bfad8849b56298d6/lib-multer.json new file mode 100644 index 0000000..37b9638 --- /dev/null +++ b/target/debug/.fingerprint/multer-bfad8849b56298d6/lib-multer.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\"]","declared_features":"[\"all\", \"default\", \"json\", \"log\", \"serde\", \"serde_json\", \"tokio\", \"tokio-io\", \"tokio-util\"]","target":6056760941021905942,"profile":2241668132362809309,"path":17375998315852915966,"deps":[[198136567835728122,"memchr",false,13820745343826299477],[2313368913568865230,"spin",false,7720403172369223598],[2620434475832828286,"http",false,2588846681164434643],[6163892036024256188,"httparse",false,16532248825377336507],[6355489020061627772,"bytes",false,5202919556575344190],[10229185211513642314,"mime",false,12469268705379514220],[10629569228670356391,"futures_util",false,7365277945834051026],[12757619235593077227,"build_script_build",false,1964256826065090480],[14564311161534545801,"encoding_rs",false,18104198505033672450]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/multer-bfad8849b56298d6/dep-lib-multer","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/native-tls-9fcdf5374d102642/run-build-script-build-script-build b/target/debug/.fingerprint/native-tls-9fcdf5374d102642/run-build-script-build-script-build new file mode 100644 index 0000000..9616ada --- /dev/null +++ b/target/debug/.fingerprint/native-tls-9fcdf5374d102642/run-build-script-build-script-build @@ -0,0 +1 @@ +2af9c6c5d19e708e \ No newline at end of file diff --git a/target/debug/.fingerprint/native-tls-9fcdf5374d102642/run-build-script-build-script-build.json b/target/debug/.fingerprint/native-tls-9fcdf5374d102642/run-build-script-build-script-build.json new file mode 100644 index 0000000..e6af402 --- /dev/null +++ b/target/debug/.fingerprint/native-tls-9fcdf5374d102642/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[16785601910559813697,"build_script_build",false,16569824262799117788],[12377156390381228557,"build_script_main",false,6268728394568743632]],"local":[{"Precalculated":"0.2.14"}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/native-tls-aef97b6e7f9c6bcb/build-script-build-script-build b/target/debug/.fingerprint/native-tls-aef97b6e7f9c6bcb/build-script-build-script-build new file mode 100644 index 0000000..541f86f --- /dev/null +++ b/target/debug/.fingerprint/native-tls-aef97b6e7f9c6bcb/build-script-build-script-build @@ -0,0 +1 @@ +dc4dca5660d7f3e5 \ No newline at end of file diff --git a/target/debug/.fingerprint/native-tls-aef97b6e7f9c6bcb/build-script-build-script-build.json b/target/debug/.fingerprint/native-tls-aef97b6e7f9c6bcb/build-script-build-script-build.json new file mode 100644 index 0000000..6c6d1db --- /dev/null +++ b/target/debug/.fingerprint/native-tls-aef97b6e7f9c6bcb/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"alpn\", \"vendored\"]","target":12318548087768197662,"profile":2225463790103693989,"path":8793943928734380454,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/native-tls-aef97b6e7f9c6bcb/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/native-tls-aef97b6e7f9c6bcb/dep-build-script-build-script-build b/target/debug/.fingerprint/native-tls-aef97b6e7f9c6bcb/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/native-tls-aef97b6e7f9c6bcb/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/native-tls-aef97b6e7f9c6bcb/invoked.timestamp b/target/debug/.fingerprint/native-tls-aef97b6e7f9c6bcb/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/native-tls-aef97b6e7f9c6bcb/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/native-tls-eb501d55956c07d3/dep-lib-native_tls b/target/debug/.fingerprint/native-tls-eb501d55956c07d3/dep-lib-native_tls new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/native-tls-eb501d55956c07d3/dep-lib-native_tls differ diff --git a/target/debug/.fingerprint/native-tls-eb501d55956c07d3/invoked.timestamp b/target/debug/.fingerprint/native-tls-eb501d55956c07d3/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/native-tls-eb501d55956c07d3/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/native-tls-eb501d55956c07d3/lib-native_tls b/target/debug/.fingerprint/native-tls-eb501d55956c07d3/lib-native_tls new file mode 100644 index 0000000..8b5ea0b --- /dev/null +++ b/target/debug/.fingerprint/native-tls-eb501d55956c07d3/lib-native_tls @@ -0,0 +1 @@ +4904142bac614c61 \ No newline at end of file diff --git a/target/debug/.fingerprint/native-tls-eb501d55956c07d3/lib-native_tls.json b/target/debug/.fingerprint/native-tls-eb501d55956c07d3/lib-native_tls.json new file mode 100644 index 0000000..9e950a3 --- /dev/null +++ b/target/debug/.fingerprint/native-tls-eb501d55956c07d3/lib-native_tls.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"alpn\", \"vendored\"]","target":17032036260282835112,"profile":2241668132362809309,"path":6030047835754274783,"deps":[[5761075229817198170,"openssl",false,2946182232257486635],[10630857666389190470,"log",false,17521242917158211660],[12377156390381228557,"openssl_sys",false,1421911480946953313],[13735179681063847524,"openssl_probe",false,13747983525329075097],[16785601910559813697,"build_script_build",false,10263878174580865322]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/native-tls-eb501d55956c07d3/dep-lib-native_tls","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/normpath-0fb2c8ec83119a13/dep-lib-normpath b/target/debug/.fingerprint/normpath-0fb2c8ec83119a13/dep-lib-normpath new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/normpath-0fb2c8ec83119a13/dep-lib-normpath differ diff --git a/target/debug/.fingerprint/normpath-0fb2c8ec83119a13/invoked.timestamp b/target/debug/.fingerprint/normpath-0fb2c8ec83119a13/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/normpath-0fb2c8ec83119a13/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/normpath-0fb2c8ec83119a13/lib-normpath b/target/debug/.fingerprint/normpath-0fb2c8ec83119a13/lib-normpath new file mode 100644 index 0000000..612847f --- /dev/null +++ b/target/debug/.fingerprint/normpath-0fb2c8ec83119a13/lib-normpath @@ -0,0 +1 @@ +707a03d00da9e76d \ No newline at end of file diff --git a/target/debug/.fingerprint/normpath-0fb2c8ec83119a13/lib-normpath.json b/target/debug/.fingerprint/normpath-0fb2c8ec83119a13/lib-normpath.json new file mode 100644 index 0000000..d748d85 --- /dev/null +++ b/target/debug/.fingerprint/normpath-0fb2c8ec83119a13/lib-normpath.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"localization\", \"print_bytes\", \"serde\", \"uniquote\"]","target":16866206995603460474,"profile":2241668132362809309,"path":13529025877941612084,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/normpath-0fb2c8ec83119a13/dep-lib-normpath","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/normpath-f186d752fb7c3865/dep-lib-normpath b/target/debug/.fingerprint/normpath-f186d752fb7c3865/dep-lib-normpath new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/normpath-f186d752fb7c3865/dep-lib-normpath differ diff --git a/target/debug/.fingerprint/normpath-f186d752fb7c3865/invoked.timestamp b/target/debug/.fingerprint/normpath-f186d752fb7c3865/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/normpath-f186d752fb7c3865/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/normpath-f186d752fb7c3865/lib-normpath b/target/debug/.fingerprint/normpath-f186d752fb7c3865/lib-normpath new file mode 100644 index 0000000..d975f3c --- /dev/null +++ b/target/debug/.fingerprint/normpath-f186d752fb7c3865/lib-normpath @@ -0,0 +1 @@ +c8e6cf429ae6df07 \ No newline at end of file diff --git a/target/debug/.fingerprint/normpath-f186d752fb7c3865/lib-normpath.json b/target/debug/.fingerprint/normpath-f186d752fb7c3865/lib-normpath.json new file mode 100644 index 0000000..e10f3ac --- /dev/null +++ b/target/debug/.fingerprint/normpath-f186d752fb7c3865/lib-normpath.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"localization\", \"print_bytes\", \"serde\", \"uniquote\"]","target":16866206995603460474,"profile":2225463790103693989,"path":13529025877941612084,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/normpath-f186d752fb7c3865/dep-lib-normpath","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/nu-ansi-term-2b614c0d6177f1c8/dep-lib-nu_ansi_term b/target/debug/.fingerprint/nu-ansi-term-2b614c0d6177f1c8/dep-lib-nu_ansi_term new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/nu-ansi-term-2b614c0d6177f1c8/dep-lib-nu_ansi_term differ diff --git a/target/debug/.fingerprint/nu-ansi-term-2b614c0d6177f1c8/invoked.timestamp b/target/debug/.fingerprint/nu-ansi-term-2b614c0d6177f1c8/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/nu-ansi-term-2b614c0d6177f1c8/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/nu-ansi-term-2b614c0d6177f1c8/lib-nu_ansi_term b/target/debug/.fingerprint/nu-ansi-term-2b614c0d6177f1c8/lib-nu_ansi_term new file mode 100644 index 0000000..ac66235 --- /dev/null +++ b/target/debug/.fingerprint/nu-ansi-term-2b614c0d6177f1c8/lib-nu_ansi_term @@ -0,0 +1 @@ +b258951d8ab102bf \ No newline at end of file diff --git a/target/debug/.fingerprint/nu-ansi-term-2b614c0d6177f1c8/lib-nu_ansi_term.json b/target/debug/.fingerprint/nu-ansi-term-2b614c0d6177f1c8/lib-nu_ansi_term.json new file mode 100644 index 0000000..da34a60 --- /dev/null +++ b/target/debug/.fingerprint/nu-ansi-term-2b614c0d6177f1c8/lib-nu_ansi_term.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"derive_serde_style\", \"gnu_legacy\", \"serde\", \"std\"]","target":5239985456149308223,"profile":2241668132362809309,"path":18079266920888124076,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/nu-ansi-term-2b614c0d6177f1c8/dep-lib-nu_ansi_term","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/num-bigint-a3754ddc5ca2981d/dep-lib-num_bigint b/target/debug/.fingerprint/num-bigint-a3754ddc5ca2981d/dep-lib-num_bigint new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/num-bigint-a3754ddc5ca2981d/dep-lib-num_bigint differ diff --git a/target/debug/.fingerprint/num-bigint-a3754ddc5ca2981d/invoked.timestamp b/target/debug/.fingerprint/num-bigint-a3754ddc5ca2981d/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/num-bigint-a3754ddc5ca2981d/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/num-bigint-a3754ddc5ca2981d/lib-num_bigint b/target/debug/.fingerprint/num-bigint-a3754ddc5ca2981d/lib-num_bigint new file mode 100644 index 0000000..2c3ee2c --- /dev/null +++ b/target/debug/.fingerprint/num-bigint-a3754ddc5ca2981d/lib-num_bigint @@ -0,0 +1 @@ +68aafc48b03315bf \ No newline at end of file diff --git a/target/debug/.fingerprint/num-bigint-a3754ddc5ca2981d/lib-num_bigint.json b/target/debug/.fingerprint/num-bigint-a3754ddc5ca2981d/lib-num_bigint.json new file mode 100644 index 0000000..c2ec810 --- /dev/null +++ b/target/debug/.fingerprint/num-bigint-a3754ddc5ca2981d/lib-num_bigint.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"arbitrary\", \"default\", \"quickcheck\", \"rand\", \"serde\", \"std\"]","target":4386859821456661766,"profile":2241668132362809309,"path":16327112650261331209,"deps":[[5157631553186200874,"num_traits",false,1836119591555862011],[16795989132585092538,"num_integer",false,7135134208607534696]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/num-bigint-a3754ddc5ca2981d/dep-lib-num_bigint","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/num-conv-3245d70badb231f4/dep-lib-num_conv b/target/debug/.fingerprint/num-conv-3245d70badb231f4/dep-lib-num_conv new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/num-conv-3245d70badb231f4/dep-lib-num_conv differ diff --git a/target/debug/.fingerprint/num-conv-3245d70badb231f4/invoked.timestamp b/target/debug/.fingerprint/num-conv-3245d70badb231f4/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/num-conv-3245d70badb231f4/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/num-conv-3245d70badb231f4/lib-num_conv b/target/debug/.fingerprint/num-conv-3245d70badb231f4/lib-num_conv new file mode 100644 index 0000000..9a6521b --- /dev/null +++ b/target/debug/.fingerprint/num-conv-3245d70badb231f4/lib-num_conv @@ -0,0 +1 @@ +11679a4d317859fe \ No newline at end of file diff --git a/target/debug/.fingerprint/num-conv-3245d70badb231f4/lib-num_conv.json b/target/debug/.fingerprint/num-conv-3245d70badb231f4/lib-num_conv.json new file mode 100644 index 0000000..c72ac21 --- /dev/null +++ b/target/debug/.fingerprint/num-conv-3245d70badb231f4/lib-num_conv.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":8759765779269301280,"profile":18171221995694770001,"path":15328340822454623970,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/num-conv-3245d70badb231f4/dep-lib-num_conv","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/num-conv-e72d2ddf3f5ca1e3/dep-lib-num_conv b/target/debug/.fingerprint/num-conv-e72d2ddf3f5ca1e3/dep-lib-num_conv new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/num-conv-e72d2ddf3f5ca1e3/dep-lib-num_conv differ diff --git a/target/debug/.fingerprint/num-conv-e72d2ddf3f5ca1e3/invoked.timestamp b/target/debug/.fingerprint/num-conv-e72d2ddf3f5ca1e3/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/num-conv-e72d2ddf3f5ca1e3/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/num-conv-e72d2ddf3f5ca1e3/lib-num_conv b/target/debug/.fingerprint/num-conv-e72d2ddf3f5ca1e3/lib-num_conv new file mode 100644 index 0000000..95e8b0d --- /dev/null +++ b/target/debug/.fingerprint/num-conv-e72d2ddf3f5ca1e3/lib-num_conv @@ -0,0 +1 @@ +07fe55c5e983fb9f \ No newline at end of file diff --git a/target/debug/.fingerprint/num-conv-e72d2ddf3f5ca1e3/lib-num_conv.json b/target/debug/.fingerprint/num-conv-e72d2ddf3f5ca1e3/lib-num_conv.json new file mode 100644 index 0000000..20660a5 --- /dev/null +++ b/target/debug/.fingerprint/num-conv-e72d2ddf3f5ca1e3/lib-num_conv.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":8759765779269301280,"profile":11784300447023629780,"path":15328340822454623970,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/num-conv-e72d2ddf3f5ca1e3/dep-lib-num_conv","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/num-integer-da47b573662fb57b/dep-lib-num_integer b/target/debug/.fingerprint/num-integer-da47b573662fb57b/dep-lib-num_integer new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/num-integer-da47b573662fb57b/dep-lib-num_integer differ diff --git a/target/debug/.fingerprint/num-integer-da47b573662fb57b/invoked.timestamp b/target/debug/.fingerprint/num-integer-da47b573662fb57b/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/num-integer-da47b573662fb57b/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/num-integer-da47b573662fb57b/lib-num_integer b/target/debug/.fingerprint/num-integer-da47b573662fb57b/lib-num_integer new file mode 100644 index 0000000..9d3ba9e --- /dev/null +++ b/target/debug/.fingerprint/num-integer-da47b573662fb57b/lib-num_integer @@ -0,0 +1 @@ +683eca58c2160563 \ No newline at end of file diff --git a/target/debug/.fingerprint/num-integer-da47b573662fb57b/lib-num_integer.json b/target/debug/.fingerprint/num-integer-da47b573662fb57b/lib-num_integer.json new file mode 100644 index 0000000..b4db1b6 --- /dev/null +++ b/target/debug/.fingerprint/num-integer-da47b573662fb57b/lib-num_integer.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"i128\"]","declared_features":"[\"default\", \"i128\", \"std\"]","target":7628309033881264685,"profile":2241668132362809309,"path":14350759730889620130,"deps":[[5157631553186200874,"num_traits",false,1836119591555862011]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/num-integer-da47b573662fb57b/dep-lib-num_integer","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/num-modular-53836268f445a8db/dep-lib-num_modular b/target/debug/.fingerprint/num-modular-53836268f445a8db/dep-lib-num_modular new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/num-modular-53836268f445a8db/dep-lib-num_modular differ diff --git a/target/debug/.fingerprint/num-modular-53836268f445a8db/invoked.timestamp b/target/debug/.fingerprint/num-modular-53836268f445a8db/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/num-modular-53836268f445a8db/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/num-modular-53836268f445a8db/lib-num_modular b/target/debug/.fingerprint/num-modular-53836268f445a8db/lib-num_modular new file mode 100644 index 0000000..d0538f9 --- /dev/null +++ b/target/debug/.fingerprint/num-modular-53836268f445a8db/lib-num_modular @@ -0,0 +1 @@ +b20225e119e00857 \ No newline at end of file diff --git a/target/debug/.fingerprint/num-modular-53836268f445a8db/lib-num_modular.json b/target/debug/.fingerprint/num-modular-53836268f445a8db/lib-num_modular.json new file mode 100644 index 0000000..a8f9046 --- /dev/null +++ b/target/debug/.fingerprint/num-modular-53836268f445a8db/lib-num_modular.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"num-bigint\", \"num-integer\", \"num-traits\", \"std\"]","target":12027900475655920188,"profile":2241668132362809309,"path":9011808837826690972,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/num-modular-53836268f445a8db/dep-lib-num_modular","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/num-order-02d44920c56928ae/dep-lib-num_order b/target/debug/.fingerprint/num-order-02d44920c56928ae/dep-lib-num_order new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/num-order-02d44920c56928ae/dep-lib-num_order differ diff --git a/target/debug/.fingerprint/num-order-02d44920c56928ae/invoked.timestamp b/target/debug/.fingerprint/num-order-02d44920c56928ae/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/num-order-02d44920c56928ae/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/num-order-02d44920c56928ae/lib-num_order b/target/debug/.fingerprint/num-order-02d44920c56928ae/lib-num_order new file mode 100644 index 0000000..93ca42f --- /dev/null +++ b/target/debug/.fingerprint/num-order-02d44920c56928ae/lib-num_order @@ -0,0 +1 @@ +fc5f2fa974ef53d3 \ No newline at end of file diff --git a/target/debug/.fingerprint/num-order-02d44920c56928ae/lib-num_order.json b/target/debug/.fingerprint/num-order-02d44920c56928ae/lib-num_order.json new file mode 100644 index 0000000..02b2d18 --- /dev/null +++ b/target/debug/.fingerprint/num-order-02d44920c56928ae/lib-num_order.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\"]","declared_features":"[\"default\", \"num-bigint\", \"num-complex\", \"num-rational\", \"num-traits\", \"std\"]","target":12547986878227282918,"profile":2241668132362809309,"path":11692181863466749045,"deps":[[9418103725600733995,"num_modular",false,6271508882869519026]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/num-order-02d44920c56928ae/dep-lib-num_order","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/num-traits-09c751addfdfe33b/dep-lib-num_traits b/target/debug/.fingerprint/num-traits-09c751addfdfe33b/dep-lib-num_traits new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/num-traits-09c751addfdfe33b/dep-lib-num_traits differ diff --git a/target/debug/.fingerprint/num-traits-09c751addfdfe33b/invoked.timestamp b/target/debug/.fingerprint/num-traits-09c751addfdfe33b/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/num-traits-09c751addfdfe33b/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/num-traits-09c751addfdfe33b/lib-num_traits b/target/debug/.fingerprint/num-traits-09c751addfdfe33b/lib-num_traits new file mode 100644 index 0000000..de75466 --- /dev/null +++ b/target/debug/.fingerprint/num-traits-09c751addfdfe33b/lib-num_traits @@ -0,0 +1 @@ +fb8dd2530a357b19 \ No newline at end of file diff --git a/target/debug/.fingerprint/num-traits-09c751addfdfe33b/lib-num_traits.json b/target/debug/.fingerprint/num-traits-09c751addfdfe33b/lib-num_traits.json new file mode 100644 index 0000000..87f00d9 --- /dev/null +++ b/target/debug/.fingerprint/num-traits-09c751addfdfe33b/lib-num_traits.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"i128\", \"std\"]","declared_features":"[\"default\", \"i128\", \"libm\", \"std\"]","target":4278088450330190724,"profile":2241668132362809309,"path":1324531528887023892,"deps":[[5157631553186200874,"build_script_build",false,9799144582547589035]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/num-traits-09c751addfdfe33b/dep-lib-num_traits","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/num-traits-7340f5c1991af5c0/dep-lib-num_traits b/target/debug/.fingerprint/num-traits-7340f5c1991af5c0/dep-lib-num_traits new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/num-traits-7340f5c1991af5c0/dep-lib-num_traits differ diff --git a/target/debug/.fingerprint/num-traits-7340f5c1991af5c0/invoked.timestamp b/target/debug/.fingerprint/num-traits-7340f5c1991af5c0/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/num-traits-7340f5c1991af5c0/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/num-traits-7340f5c1991af5c0/lib-num_traits b/target/debug/.fingerprint/num-traits-7340f5c1991af5c0/lib-num_traits new file mode 100644 index 0000000..ece286f --- /dev/null +++ b/target/debug/.fingerprint/num-traits-7340f5c1991af5c0/lib-num_traits @@ -0,0 +1 @@ +d6b228be8fd1f259 \ No newline at end of file diff --git a/target/debug/.fingerprint/num-traits-7340f5c1991af5c0/lib-num_traits.json b/target/debug/.fingerprint/num-traits-7340f5c1991af5c0/lib-num_traits.json new file mode 100644 index 0000000..2c3a499 --- /dev/null +++ b/target/debug/.fingerprint/num-traits-7340f5c1991af5c0/lib-num_traits.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"i128\", \"std\"]","declared_features":"[\"default\", \"i128\", \"libm\", \"std\"]","target":4278088450330190724,"profile":2225463790103693989,"path":1324531528887023892,"deps":[[5157631553186200874,"build_script_build",false,9799144582547589035]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/num-traits-7340f5c1991af5c0/dep-lib-num_traits","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/num-traits-a87aa9d62b9c616b/run-build-script-build-script-build b/target/debug/.fingerprint/num-traits-a87aa9d62b9c616b/run-build-script-build-script-build new file mode 100644 index 0000000..8564c39 --- /dev/null +++ b/target/debug/.fingerprint/num-traits-a87aa9d62b9c616b/run-build-script-build-script-build @@ -0,0 +1 @@ +ab477169148efd87 \ No newline at end of file diff --git a/target/debug/.fingerprint/num-traits-a87aa9d62b9c616b/run-build-script-build-script-build.json b/target/debug/.fingerprint/num-traits-a87aa9d62b9c616b/run-build-script-build-script-build.json new file mode 100644 index 0000000..e49af74 --- /dev/null +++ b/target/debug/.fingerprint/num-traits-a87aa9d62b9c616b/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[5157631553186200874,"build_script_build",false,9002461175097138076]],"local":[{"RerunIfChanged":{"output":"debug/build/num-traits-a87aa9d62b9c616b/output","paths":["build.rs"]}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/num-traits-d33e8f76298fe0c5/build-script-build-script-build b/target/debug/.fingerprint/num-traits-d33e8f76298fe0c5/build-script-build-script-build new file mode 100644 index 0000000..06689d5 --- /dev/null +++ b/target/debug/.fingerprint/num-traits-d33e8f76298fe0c5/build-script-build-script-build @@ -0,0 +1 @@ +9c1be9ddbd2aef7c \ No newline at end of file diff --git a/target/debug/.fingerprint/num-traits-d33e8f76298fe0c5/build-script-build-script-build.json b/target/debug/.fingerprint/num-traits-d33e8f76298fe0c5/build-script-build-script-build.json new file mode 100644 index 0000000..2aa96f3 --- /dev/null +++ b/target/debug/.fingerprint/num-traits-d33e8f76298fe0c5/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"i128\", \"std\"]","declared_features":"[\"default\", \"i128\", \"libm\", \"std\"]","target":5408242616063297496,"profile":2225463790103693989,"path":12911526217855559104,"deps":[[13927012481677012980,"autocfg",false,13576290838935675997]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/num-traits-d33e8f76298fe0c5/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/num-traits-d33e8f76298fe0c5/dep-build-script-build-script-build b/target/debug/.fingerprint/num-traits-d33e8f76298fe0c5/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/num-traits-d33e8f76298fe0c5/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/num-traits-d33e8f76298fe0c5/invoked.timestamp b/target/debug/.fingerprint/num-traits-d33e8f76298fe0c5/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/num-traits-d33e8f76298fe0c5/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/num-traits-de558def021fe819/run-build-script-build-script-build b/target/debug/.fingerprint/num-traits-de558def021fe819/run-build-script-build-script-build new file mode 100644 index 0000000..a213d22 --- /dev/null +++ b/target/debug/.fingerprint/num-traits-de558def021fe819/run-build-script-build-script-build @@ -0,0 +1 @@ +86224120d922ee43 \ No newline at end of file diff --git a/target/debug/.fingerprint/num-traits-de558def021fe819/run-build-script-build-script-build.json b/target/debug/.fingerprint/num-traits-de558def021fe819/run-build-script-build-script-build.json new file mode 100644 index 0000000..3f09bdd --- /dev/null +++ b/target/debug/.fingerprint/num-traits-de558def021fe819/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[5157631553186200874,"build_script_build",false,5534589299927729709]],"local":[{"RerunIfChanged":{"output":"debug/build/num-traits-de558def021fe819/output","paths":["build.rs"]}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/num-traits-de76dedb3e0afb53/dep-lib-num_traits b/target/debug/.fingerprint/num-traits-de76dedb3e0afb53/dep-lib-num_traits new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/num-traits-de76dedb3e0afb53/dep-lib-num_traits differ diff --git a/target/debug/.fingerprint/num-traits-de76dedb3e0afb53/invoked.timestamp b/target/debug/.fingerprint/num-traits-de76dedb3e0afb53/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/num-traits-de76dedb3e0afb53/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/num-traits-de76dedb3e0afb53/lib-num_traits b/target/debug/.fingerprint/num-traits-de76dedb3e0afb53/lib-num_traits new file mode 100644 index 0000000..b7b628c --- /dev/null +++ b/target/debug/.fingerprint/num-traits-de76dedb3e0afb53/lib-num_traits @@ -0,0 +1 @@ +7af8a03b76b9fb80 \ No newline at end of file diff --git a/target/debug/.fingerprint/num-traits-de76dedb3e0afb53/lib-num_traits.json b/target/debug/.fingerprint/num-traits-de76dedb3e0afb53/lib-num_traits.json new file mode 100644 index 0000000..fc84d04 --- /dev/null +++ b/target/debug/.fingerprint/num-traits-de76dedb3e0afb53/lib-num_traits.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"i128\", \"libm\", \"std\"]","target":4278088450330190724,"profile":2241668132362809309,"path":1324531528887023892,"deps":[[5157631553186200874,"build_script_build",false,4894888160942695046]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/num-traits-de76dedb3e0afb53/dep-lib-num_traits","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/num-traits-f14e49d508cab33b/build-script-build-script-build b/target/debug/.fingerprint/num-traits-f14e49d508cab33b/build-script-build-script-build new file mode 100644 index 0000000..3380f49 --- /dev/null +++ b/target/debug/.fingerprint/num-traits-f14e49d508cab33b/build-script-build-script-build @@ -0,0 +1 @@ +2dc6de0fa5cfce4c \ No newline at end of file diff --git a/target/debug/.fingerprint/num-traits-f14e49d508cab33b/build-script-build-script-build.json b/target/debug/.fingerprint/num-traits-f14e49d508cab33b/build-script-build-script-build.json new file mode 100644 index 0000000..db986ee --- /dev/null +++ b/target/debug/.fingerprint/num-traits-f14e49d508cab33b/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"i128\", \"libm\", \"std\"]","target":5408242616063297496,"profile":2225463790103693989,"path":12911526217855559104,"deps":[[13927012481677012980,"autocfg",false,13576290838935675997]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/num-traits-f14e49d508cab33b/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/num-traits-f14e49d508cab33b/dep-build-script-build-script-build b/target/debug/.fingerprint/num-traits-f14e49d508cab33b/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/num-traits-f14e49d508cab33b/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/num-traits-f14e49d508cab33b/invoked.timestamp b/target/debug/.fingerprint/num-traits-f14e49d508cab33b/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/num-traits-f14e49d508cab33b/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/once_cell-9dd2b08ed9c38c44/dep-lib-once_cell b/target/debug/.fingerprint/once_cell-9dd2b08ed9c38c44/dep-lib-once_cell new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/once_cell-9dd2b08ed9c38c44/dep-lib-once_cell differ diff --git a/target/debug/.fingerprint/once_cell-9dd2b08ed9c38c44/invoked.timestamp b/target/debug/.fingerprint/once_cell-9dd2b08ed9c38c44/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/once_cell-9dd2b08ed9c38c44/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/once_cell-9dd2b08ed9c38c44/lib-once_cell b/target/debug/.fingerprint/once_cell-9dd2b08ed9c38c44/lib-once_cell new file mode 100644 index 0000000..60277df --- /dev/null +++ b/target/debug/.fingerprint/once_cell-9dd2b08ed9c38c44/lib-once_cell @@ -0,0 +1 @@ +f7351278246584a9 \ No newline at end of file diff --git a/target/debug/.fingerprint/once_cell-9dd2b08ed9c38c44/lib-once_cell.json b/target/debug/.fingerprint/once_cell-9dd2b08ed9c38c44/lib-once_cell.json new file mode 100644 index 0000000..d858701 --- /dev/null +++ b/target/debug/.fingerprint/once_cell-9dd2b08ed9c38c44/lib-once_cell.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"race\", \"std\"]","declared_features":"[\"alloc\", \"atomic-polyfill\", \"critical-section\", \"default\", \"parking_lot\", \"portable-atomic\", \"race\", \"std\", \"unstable\"]","target":17524666916136250164,"profile":2241668132362809309,"path":14373110611812178181,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/once_cell-9dd2b08ed9c38c44/dep-lib-once_cell","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/once_cell-a3271d59106b29e4/dep-lib-once_cell b/target/debug/.fingerprint/once_cell-a3271d59106b29e4/dep-lib-once_cell new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/once_cell-a3271d59106b29e4/dep-lib-once_cell differ diff --git a/target/debug/.fingerprint/once_cell-a3271d59106b29e4/invoked.timestamp b/target/debug/.fingerprint/once_cell-a3271d59106b29e4/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/once_cell-a3271d59106b29e4/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/once_cell-a3271d59106b29e4/lib-once_cell b/target/debug/.fingerprint/once_cell-a3271d59106b29e4/lib-once_cell new file mode 100644 index 0000000..e670a52 --- /dev/null +++ b/target/debug/.fingerprint/once_cell-a3271d59106b29e4/lib-once_cell @@ -0,0 +1 @@ +b845eeddd4137cd3 \ No newline at end of file diff --git a/target/debug/.fingerprint/once_cell-a3271d59106b29e4/lib-once_cell.json b/target/debug/.fingerprint/once_cell-a3271d59106b29e4/lib-once_cell.json new file mode 100644 index 0000000..2c44be6 --- /dev/null +++ b/target/debug/.fingerprint/once_cell-a3271d59106b29e4/lib-once_cell.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"race\", \"std\"]","declared_features":"[\"alloc\", \"atomic-polyfill\", \"critical-section\", \"default\", \"parking_lot\", \"portable-atomic\", \"race\", \"std\", \"unstable\"]","target":17524666916136250164,"profile":2225463790103693989,"path":14373110611812178181,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/once_cell-a3271d59106b29e4/dep-lib-once_cell","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/openssl-81f50bf338ee980f/run-build-script-build-script-build b/target/debug/.fingerprint/openssl-81f50bf338ee980f/run-build-script-build-script-build new file mode 100644 index 0000000..b17bd0b --- /dev/null +++ b/target/debug/.fingerprint/openssl-81f50bf338ee980f/run-build-script-build-script-build @@ -0,0 +1 @@ +94e4358533989f86 \ No newline at end of file diff --git a/target/debug/.fingerprint/openssl-81f50bf338ee980f/run-build-script-build-script-build.json b/target/debug/.fingerprint/openssl-81f50bf338ee980f/run-build-script-build-script-build.json new file mode 100644 index 0000000..5ebd9e0 --- /dev/null +++ b/target/debug/.fingerprint/openssl-81f50bf338ee980f/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[5761075229817198170,"build_script_build",false,2709403141583040750],[12377156390381228557,"build_script_main",false,6268728394568743632]],"local":[{"Precalculated":"0.10.75"}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/openssl-923d6a51d1aa3fdc/dep-lib-openssl b/target/debug/.fingerprint/openssl-923d6a51d1aa3fdc/dep-lib-openssl new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/openssl-923d6a51d1aa3fdc/dep-lib-openssl differ diff --git a/target/debug/.fingerprint/openssl-923d6a51d1aa3fdc/invoked.timestamp b/target/debug/.fingerprint/openssl-923d6a51d1aa3fdc/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/openssl-923d6a51d1aa3fdc/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/openssl-923d6a51d1aa3fdc/lib-openssl b/target/debug/.fingerprint/openssl-923d6a51d1aa3fdc/lib-openssl new file mode 100644 index 0000000..50ef2c6 --- /dev/null +++ b/target/debug/.fingerprint/openssl-923d6a51d1aa3fdc/lib-openssl @@ -0,0 +1 @@ +2b5f467521f1e228 \ No newline at end of file diff --git a/target/debug/.fingerprint/openssl-923d6a51d1aa3fdc/lib-openssl.json b/target/debug/.fingerprint/openssl-923d6a51d1aa3fdc/lib-openssl.json new file mode 100644 index 0000000..7607cc0 --- /dev/null +++ b/target/debug/.fingerprint/openssl-923d6a51d1aa3fdc/lib-openssl.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\"]","declared_features":"[\"aws-lc\", \"aws-lc-fips\", \"bindgen\", \"default\", \"unstable_boringssl\", \"v101\", \"v102\", \"v110\", \"v111\", \"vendored\"]","target":17474193825155910204,"profile":2241668132362809309,"path":4667560040175016207,"deps":[[203594543813181569,"libc",false,7681612199272279827],[3722963349756955755,"once_cell",false,12214999296643315191],[5761075229817198170,"build_script_build",false,9700639469424993428],[6635237767502169825,"foreign_types",false,8280126988564582570],[7667230146095136825,"cfg_if",false,5245324944763812973],[9001817693037665195,"bitflags",false,15061383507137813603],[10099563100786658307,"openssl_macros",false,9671061865535673451],[12377156390381228557,"ffi",false,1421911480946953313]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/openssl-923d6a51d1aa3fdc/dep-lib-openssl","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/openssl-f083d5ae622e4746/build-script-build-script-build b/target/debug/.fingerprint/openssl-f083d5ae622e4746/build-script-build-script-build new file mode 100644 index 0000000..b27d490 --- /dev/null +++ b/target/debug/.fingerprint/openssl-f083d5ae622e4746/build-script-build-script-build @@ -0,0 +1 @@ +ee70625fcdbb9925 \ No newline at end of file diff --git a/target/debug/.fingerprint/openssl-f083d5ae622e4746/build-script-build-script-build.json b/target/debug/.fingerprint/openssl-f083d5ae622e4746/build-script-build-script-build.json new file mode 100644 index 0000000..aa01999 --- /dev/null +++ b/target/debug/.fingerprint/openssl-f083d5ae622e4746/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\"]","declared_features":"[\"aws-lc\", \"aws-lc-fips\", \"bindgen\", \"default\", \"unstable_boringssl\", \"v101\", \"v102\", \"v110\", \"v111\", \"vendored\"]","target":5408242616063297496,"profile":2225463790103693989,"path":5960102542170588958,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/openssl-f083d5ae622e4746/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/openssl-f083d5ae622e4746/dep-build-script-build-script-build b/target/debug/.fingerprint/openssl-f083d5ae622e4746/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/openssl-f083d5ae622e4746/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/openssl-f083d5ae622e4746/invoked.timestamp b/target/debug/.fingerprint/openssl-f083d5ae622e4746/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/openssl-f083d5ae622e4746/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/openssl-macros-08d13aa47383819c/dep-lib-openssl_macros b/target/debug/.fingerprint/openssl-macros-08d13aa47383819c/dep-lib-openssl_macros new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/openssl-macros-08d13aa47383819c/dep-lib-openssl_macros differ diff --git a/target/debug/.fingerprint/openssl-macros-08d13aa47383819c/invoked.timestamp b/target/debug/.fingerprint/openssl-macros-08d13aa47383819c/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/openssl-macros-08d13aa47383819c/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/openssl-macros-08d13aa47383819c/lib-openssl_macros b/target/debug/.fingerprint/openssl-macros-08d13aa47383819c/lib-openssl_macros new file mode 100644 index 0000000..18942bd --- /dev/null +++ b/target/debug/.fingerprint/openssl-macros-08d13aa47383819c/lib-openssl_macros @@ -0,0 +1 @@ +6b9414f886833686 \ No newline at end of file diff --git a/target/debug/.fingerprint/openssl-macros-08d13aa47383819c/lib-openssl_macros.json b/target/debug/.fingerprint/openssl-macros-08d13aa47383819c/lib-openssl_macros.json new file mode 100644 index 0000000..9f8f4e5 --- /dev/null +++ b/target/debug/.fingerprint/openssl-macros-08d13aa47383819c/lib-openssl_macros.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":6313349452751560244,"profile":2225463790103693989,"path":11296128220107828483,"deps":[[4289358735036141001,"proc_macro2",false,11907438208124547768],[6100504282945712449,"quote",false,15556484999302306747],[6490058671768129134,"syn",false,13449399834116190507]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/openssl-macros-08d13aa47383819c/dep-lib-openssl_macros","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/openssl-probe-73373fded7f88842/dep-lib-openssl_probe b/target/debug/.fingerprint/openssl-probe-73373fded7f88842/dep-lib-openssl_probe new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/openssl-probe-73373fded7f88842/dep-lib-openssl_probe differ diff --git a/target/debug/.fingerprint/openssl-probe-73373fded7f88842/invoked.timestamp b/target/debug/.fingerprint/openssl-probe-73373fded7f88842/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/openssl-probe-73373fded7f88842/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/openssl-probe-73373fded7f88842/lib-openssl_probe b/target/debug/.fingerprint/openssl-probe-73373fded7f88842/lib-openssl_probe new file mode 100644 index 0000000..55aaa1a --- /dev/null +++ b/target/debug/.fingerprint/openssl-probe-73373fded7f88842/lib-openssl_probe @@ -0,0 +1 @@ +997b29252da6cabe \ No newline at end of file diff --git a/target/debug/.fingerprint/openssl-probe-73373fded7f88842/lib-openssl_probe.json b/target/debug/.fingerprint/openssl-probe-73373fded7f88842/lib-openssl_probe.json new file mode 100644 index 0000000..e638300 --- /dev/null +++ b/target/debug/.fingerprint/openssl-probe-73373fded7f88842/lib-openssl_probe.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":12456717275849424742,"profile":2241668132362809309,"path":9265522205851051065,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/openssl-probe-73373fded7f88842/dep-lib-openssl_probe","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/openssl-sys-642609fd3993518c/dep-lib-openssl_sys b/target/debug/.fingerprint/openssl-sys-642609fd3993518c/dep-lib-openssl_sys new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/openssl-sys-642609fd3993518c/dep-lib-openssl_sys differ diff --git a/target/debug/.fingerprint/openssl-sys-642609fd3993518c/invoked.timestamp b/target/debug/.fingerprint/openssl-sys-642609fd3993518c/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/openssl-sys-642609fd3993518c/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/openssl-sys-642609fd3993518c/lib-openssl_sys b/target/debug/.fingerprint/openssl-sys-642609fd3993518c/lib-openssl_sys new file mode 100644 index 0000000..3c98a04 --- /dev/null +++ b/target/debug/.fingerprint/openssl-sys-642609fd3993518c/lib-openssl_sys @@ -0,0 +1 @@ +618ce453f5a4bb13 \ No newline at end of file diff --git a/target/debug/.fingerprint/openssl-sys-642609fd3993518c/lib-openssl_sys.json b/target/debug/.fingerprint/openssl-sys-642609fd3993518c/lib-openssl_sys.json new file mode 100644 index 0000000..92e29e0 --- /dev/null +++ b/target/debug/.fingerprint/openssl-sys-642609fd3993518c/lib-openssl_sys.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"aws-lc\", \"aws-lc-fips\", \"bindgen\", \"bssl-sys\", \"openssl-src\", \"unstable_boringssl\", \"vendored\"]","target":10282251435680138098,"profile":2241668132362809309,"path":13290296008416016509,"deps":[[203594543813181569,"libc",false,7681612199272279827],[12377156390381228557,"build_script_main",false,6268728394568743632]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/openssl-sys-642609fd3993518c/dep-lib-openssl_sys","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/openssl-sys-9b1433d5f809d727/run-build-script-build-script-main b/target/debug/.fingerprint/openssl-sys-9b1433d5f809d727/run-build-script-build-script-main new file mode 100644 index 0000000..1ceebab --- /dev/null +++ b/target/debug/.fingerprint/openssl-sys-9b1433d5f809d727/run-build-script-build-script-main @@ -0,0 +1 @@ +d0baacff42fffe56 \ No newline at end of file diff --git a/target/debug/.fingerprint/openssl-sys-9b1433d5f809d727/run-build-script-build-script-main.json b/target/debug/.fingerprint/openssl-sys-9b1433d5f809d727/run-build-script-build-script-main.json new file mode 100644 index 0000000..b33edde --- /dev/null +++ b/target/debug/.fingerprint/openssl-sys-9b1433d5f809d727/run-build-script-build-script-main.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[12377156390381228557,"build_script_main",false,15633926189359793883]],"local":[{"RerunIfChanged":{"output":"debug/build/openssl-sys-9b1433d5f809d727/output","paths":["build/expando.c"]}},{"RerunIfEnvChanged":{"var":"X86_64_UNKNOWN_LINUX_GNU_OPENSSL_LIB_DIR","val":null}},{"RerunIfEnvChanged":{"var":"OPENSSL_LIB_DIR","val":null}},{"RerunIfEnvChanged":{"var":"X86_64_UNKNOWN_LINUX_GNU_OPENSSL_INCLUDE_DIR","val":null}},{"RerunIfEnvChanged":{"var":"OPENSSL_INCLUDE_DIR","val":null}},{"RerunIfEnvChanged":{"var":"X86_64_UNKNOWN_LINUX_GNU_OPENSSL_DIR","val":null}},{"RerunIfEnvChanged":{"var":"OPENSSL_DIR","val":null}},{"RerunIfEnvChanged":{"var":"OPENSSL_NO_PKG_CONFIG","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_x86_64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_x86_64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_PKG_CONFIG","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG","val":null}},{"RerunIfEnvChanged":{"var":"OPENSSL_STATIC","val":null}},{"RerunIfEnvChanged":{"var":"OPENSSL_DYNAMIC","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_ALL_STATIC","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_ALL_DYNAMIC","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_PATH_x86_64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_PATH_x86_64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_PKG_CONFIG_PATH","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_PATH","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_PKG_CONFIG_LIBDIR","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_LIBDIR","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_PKG_CONFIG_SYSROOT_DIR","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_SYSROOT_DIR","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_SYSROOT_DIR","val":null}},{"RerunIfEnvChanged":{"var":"SYSROOT","val":null}},{"RerunIfEnvChanged":{"var":"OPENSSL_STATIC","val":null}},{"RerunIfEnvChanged":{"var":"OPENSSL_DYNAMIC","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_ALL_STATIC","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_ALL_DYNAMIC","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_x86_64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_x86_64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_PKG_CONFIG","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG","val":null}},{"RerunIfEnvChanged":{"var":"OPENSSL_STATIC","val":null}},{"RerunIfEnvChanged":{"var":"OPENSSL_DYNAMIC","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_ALL_STATIC","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_ALL_DYNAMIC","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_PATH_x86_64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_PATH_x86_64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_PKG_CONFIG_PATH","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_PATH","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_PKG_CONFIG_LIBDIR","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_LIBDIR","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_PKG_CONFIG_SYSROOT_DIR","val":null}},{"RerunIfEnvChanged":{"var":"PKG_CONFIG_SYSROOT_DIR","val":null}},{"RerunIfEnvChanged":{"var":"CC_x86_64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"CC_x86_64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_CC","val":null}},{"RerunIfEnvChanged":{"var":"CC","val":null}},{"RerunIfEnvChanged":{"var":"CC_ENABLE_DEBUG_OUTPUT","val":null}},{"RerunIfEnvChanged":{"var":"CRATE_CC_NO_DEFAULTS","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS","val":null}},{"RerunIfEnvChanged":{"var":"HOST_CFLAGS","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS_x86_64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS_x86_64-unknown-linux-gnu","val":null}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/openssl-sys-e1391580940c9152/build-script-build-script-main b/target/debug/.fingerprint/openssl-sys-e1391580940c9152/build-script-build-script-main new file mode 100644 index 0000000..abd6a4a --- /dev/null +++ b/target/debug/.fingerprint/openssl-sys-e1391580940c9152/build-script-build-script-main @@ -0,0 +1 @@ +db86778109ddf6d8 \ No newline at end of file diff --git a/target/debug/.fingerprint/openssl-sys-e1391580940c9152/build-script-build-script-main.json b/target/debug/.fingerprint/openssl-sys-e1391580940c9152/build-script-build-script-main.json new file mode 100644 index 0000000..a6f1524 --- /dev/null +++ b/target/debug/.fingerprint/openssl-sys-e1391580940c9152/build-script-build-script-main.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"aws-lc\", \"aws-lc-fips\", \"bindgen\", \"bssl-sys\", \"openssl-src\", \"unstable_boringssl\", \"vendored\"]","target":10419965325687163515,"profile":2225463790103693989,"path":6480088170233151622,"deps":[[3214373357989284387,"pkg_config",false,777562139367343475],[12933202132622624734,"vcpkg",false,10018974134398309309],[15302838639930945004,"cc",false,15433810441397148721]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/openssl-sys-e1391580940c9152/dep-build-script-build-script-main","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/openssl-sys-e1391580940c9152/dep-build-script-build-script-main b/target/debug/.fingerprint/openssl-sys-e1391580940c9152/dep-build-script-build-script-main new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/openssl-sys-e1391580940c9152/dep-build-script-build-script-main differ diff --git a/target/debug/.fingerprint/openssl-sys-e1391580940c9152/invoked.timestamp b/target/debug/.fingerprint/openssl-sys-e1391580940c9152/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/openssl-sys-e1391580940c9152/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/opentelemetry-8b27c52ceb4ad749/dep-lib-opentelemetry b/target/debug/.fingerprint/opentelemetry-8b27c52ceb4ad749/dep-lib-opentelemetry new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/opentelemetry-8b27c52ceb4ad749/dep-lib-opentelemetry differ diff --git a/target/debug/.fingerprint/opentelemetry-8b27c52ceb4ad749/invoked.timestamp b/target/debug/.fingerprint/opentelemetry-8b27c52ceb4ad749/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/opentelemetry-8b27c52ceb4ad749/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/opentelemetry-8b27c52ceb4ad749/lib-opentelemetry b/target/debug/.fingerprint/opentelemetry-8b27c52ceb4ad749/lib-opentelemetry new file mode 100644 index 0000000..dd8a06f --- /dev/null +++ b/target/debug/.fingerprint/opentelemetry-8b27c52ceb4ad749/lib-opentelemetry @@ -0,0 +1 @@ +58264dee5de7ee18 \ No newline at end of file diff --git a/target/debug/.fingerprint/opentelemetry-8b27c52ceb4ad749/lib-opentelemetry.json b/target/debug/.fingerprint/opentelemetry-8b27c52ceb4ad749/lib-opentelemetry.json new file mode 100644 index 0000000..025f91c --- /dev/null +++ b/target/debug/.fingerprint/opentelemetry-8b27c52ceb4ad749/lib-opentelemetry.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"futures\", \"futures-core\", \"futures-sink\", \"internal-logs\", \"logs\", \"metrics\", \"pin-project-lite\", \"thiserror\", \"trace\", \"tracing\"]","declared_features":"[\"default\", \"futures\", \"futures-core\", \"futures-sink\", \"internal-logs\", \"logs\", \"metrics\", \"pin-project-lite\", \"spec_unstable_logs_enabled\", \"testing\", \"thiserror\", \"trace\", \"tracing\"]","target":739713175091296742,"profile":7399825566858167664,"path":15574022686497538058,"deps":[[1906322745568073236,"pin_project_lite",false,16108370810058603254],[2448563160050429386,"thiserror",false,1286597792957968042],[7013762810557009322,"futures_sink",false,10737487158563702794],[7620660491849607393,"futures_core",false,8162665628542204569],[14757622794040968908,"tracing",false,15481652202596263875]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/opentelemetry-8b27c52ceb4ad749/dep-lib-opentelemetry","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/opentelemetry-8f5519fcbc6ff5d5/dep-lib-opentelemetry b/target/debug/.fingerprint/opentelemetry-8f5519fcbc6ff5d5/dep-lib-opentelemetry new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/opentelemetry-8f5519fcbc6ff5d5/dep-lib-opentelemetry differ diff --git a/target/debug/.fingerprint/opentelemetry-8f5519fcbc6ff5d5/invoked.timestamp b/target/debug/.fingerprint/opentelemetry-8f5519fcbc6ff5d5/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/opentelemetry-8f5519fcbc6ff5d5/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/opentelemetry-8f5519fcbc6ff5d5/lib-opentelemetry b/target/debug/.fingerprint/opentelemetry-8f5519fcbc6ff5d5/lib-opentelemetry new file mode 100644 index 0000000..046776d --- /dev/null +++ b/target/debug/.fingerprint/opentelemetry-8f5519fcbc6ff5d5/lib-opentelemetry @@ -0,0 +1 @@ +89ef9daf435ef718 \ No newline at end of file diff --git a/target/debug/.fingerprint/opentelemetry-8f5519fcbc6ff5d5/lib-opentelemetry.json b/target/debug/.fingerprint/opentelemetry-8f5519fcbc6ff5d5/lib-opentelemetry.json new file mode 100644 index 0000000..b7f7617 --- /dev/null +++ b/target/debug/.fingerprint/opentelemetry-8f5519fcbc6ff5d5/lib-opentelemetry.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"pin-project-lite\", \"trace\"]","declared_features":"[\"default\", \"logs\", \"logs_level_enabled\", \"metrics\", \"otel_unstable\", \"pin-project-lite\", \"testing\", \"trace\"]","target":8496431757124413012,"profile":2241668132362809309,"path":12124723764913722583,"deps":[[1906322745568073236,"pin_project_lite",false,16108370810058603254],[1996688857878793156,"urlencoding",false,5993831785643490156],[3722963349756955755,"once_cell",false,12214999296643315191],[7013762810557009322,"futures_sink",false,10737487158563702794],[7620660491849607393,"futures_core",false,8162665628542204569],[8008191657135824715,"thiserror",false,10586255331661800275]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/opentelemetry-8f5519fcbc6ff5d5/dep-lib-opentelemetry","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/opentelemetry-otlp-6876fbe65ce1e3f5/dep-lib-opentelemetry_otlp b/target/debug/.fingerprint/opentelemetry-otlp-6876fbe65ce1e3f5/dep-lib-opentelemetry_otlp new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/opentelemetry-otlp-6876fbe65ce1e3f5/dep-lib-opentelemetry_otlp differ diff --git a/target/debug/.fingerprint/opentelemetry-otlp-6876fbe65ce1e3f5/invoked.timestamp b/target/debug/.fingerprint/opentelemetry-otlp-6876fbe65ce1e3f5/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/opentelemetry-otlp-6876fbe65ce1e3f5/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/opentelemetry-otlp-6876fbe65ce1e3f5/lib-opentelemetry_otlp b/target/debug/.fingerprint/opentelemetry-otlp-6876fbe65ce1e3f5/lib-opentelemetry_otlp new file mode 100644 index 0000000..a51af19 --- /dev/null +++ b/target/debug/.fingerprint/opentelemetry-otlp-6876fbe65ce1e3f5/lib-opentelemetry_otlp @@ -0,0 +1 @@ +55ffb7065f898d9b \ No newline at end of file diff --git a/target/debug/.fingerprint/opentelemetry-otlp-6876fbe65ce1e3f5/lib-opentelemetry_otlp.json b/target/debug/.fingerprint/opentelemetry-otlp-6876fbe65ce1e3f5/lib-opentelemetry_otlp.json new file mode 100644 index 0000000..3c96f6e --- /dev/null +++ b/target/debug/.fingerprint/opentelemetry-otlp-6876fbe65ce1e3f5/lib-opentelemetry_otlp.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"grpc-tonic\", \"http\", \"prost\", \"tokio\", \"tonic\", \"trace\"]","declared_features":"[\"default\", \"grpc-tonic\", \"gzip-tonic\", \"http\", \"http-proto\", \"integration-testing\", \"logs\", \"metrics\", \"opentelemetry-http\", \"prost\", \"reqwest\", \"reqwest-blocking-client\", \"reqwest-client\", \"reqwest-rustls\", \"serde\", \"serialize\", \"tls\", \"tls-roots\", \"tokio\", \"tonic\", \"trace\"]","target":4956782042780718915,"profile":2241668132362809309,"path":2804965186225245050,"deps":[[1256764567560321816,"opentelemetry_sdk",false,1788753165074549569],[4405182208873388884,"http",false,14793570796329949612],[7016560594308609179,"prost",false,12098886811873696058],[7620660491849607393,"futures_core",false,8162665628542204569],[8008191657135824715,"thiserror",false,10586255331661800275],[10421186047081393516,"opentelemetry_proto",false,16532176279163171517],[11175795168105652687,"opentelemetry_semantic_conventions",false,8691652199321889741],[11941208192210953393,"tonic",false,18366004829537919717],[12891030758458664808,"tokio",false,13629259371125197179],[15099732354396562078,"opentelemetry",false,1799010220959985545],[16611674984963787466,"async_trait",false,392505351023989797]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/opentelemetry-otlp-6876fbe65ce1e3f5/dep-lib-opentelemetry_otlp","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/opentelemetry-proto-541d11c69c1cffb8/dep-lib-opentelemetry_proto b/target/debug/.fingerprint/opentelemetry-proto-541d11c69c1cffb8/dep-lib-opentelemetry_proto new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/opentelemetry-proto-541d11c69c1cffb8/dep-lib-opentelemetry_proto differ diff --git a/target/debug/.fingerprint/opentelemetry-proto-541d11c69c1cffb8/invoked.timestamp b/target/debug/.fingerprint/opentelemetry-proto-541d11c69c1cffb8/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/opentelemetry-proto-541d11c69c1cffb8/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/opentelemetry-proto-541d11c69c1cffb8/lib-opentelemetry_proto b/target/debug/.fingerprint/opentelemetry-proto-541d11c69c1cffb8/lib-opentelemetry_proto new file mode 100644 index 0000000..edb7a9c --- /dev/null +++ b/target/debug/.fingerprint/opentelemetry-proto-541d11c69c1cffb8/lib-opentelemetry_proto @@ -0,0 +1 @@ +bdf2a813bc166ee5 \ No newline at end of file diff --git a/target/debug/.fingerprint/opentelemetry-proto-541d11c69c1cffb8/lib-opentelemetry_proto.json b/target/debug/.fingerprint/opentelemetry-proto-541d11c69c1cffb8/lib-opentelemetry_proto.json new file mode 100644 index 0000000..1cf373c --- /dev/null +++ b/target/debug/.fingerprint/opentelemetry-proto-541d11c69c1cffb8/lib-opentelemetry_proto.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"gen-tonic\", \"gen-tonic-messages\", \"prost\", \"tonic\", \"trace\"]","declared_features":"[\"default\", \"full\", \"gen-tonic\", \"gen-tonic-messages\", \"hex\", \"logs\", \"metrics\", \"prost\", \"schemars\", \"serde\", \"tonic\", \"trace\", \"with-schemars\", \"with-serde\", \"zpages\"]","target":17017073746136761448,"profile":2241668132362809309,"path":143970396432407123,"deps":[[1256764567560321816,"opentelemetry_sdk",false,1788753165074549569],[7016560594308609179,"prost",false,12098886811873696058],[11941208192210953393,"tonic",false,18366004829537919717],[15099732354396562078,"opentelemetry",false,1799010220959985545]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/opentelemetry-proto-541d11c69c1cffb8/dep-lib-opentelemetry_proto","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/opentelemetry-semantic-conventions-2cce8a418cca2e4f/dep-lib-opentelemetry_semantic_conventions b/target/debug/.fingerprint/opentelemetry-semantic-conventions-2cce8a418cca2e4f/dep-lib-opentelemetry_semantic_conventions new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/opentelemetry-semantic-conventions-2cce8a418cca2e4f/dep-lib-opentelemetry_semantic_conventions differ diff --git a/target/debug/.fingerprint/opentelemetry-semantic-conventions-2cce8a418cca2e4f/invoked.timestamp b/target/debug/.fingerprint/opentelemetry-semantic-conventions-2cce8a418cca2e4f/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/opentelemetry-semantic-conventions-2cce8a418cca2e4f/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/opentelemetry-semantic-conventions-2cce8a418cca2e4f/lib-opentelemetry_semantic_conventions b/target/debug/.fingerprint/opentelemetry-semantic-conventions-2cce8a418cca2e4f/lib-opentelemetry_semantic_conventions new file mode 100644 index 0000000..6eafdde --- /dev/null +++ b/target/debug/.fingerprint/opentelemetry-semantic-conventions-2cce8a418cca2e4f/lib-opentelemetry_semantic_conventions @@ -0,0 +1 @@ +cdebd2fb9ff39e78 \ No newline at end of file diff --git a/target/debug/.fingerprint/opentelemetry-semantic-conventions-2cce8a418cca2e4f/lib-opentelemetry_semantic_conventions.json b/target/debug/.fingerprint/opentelemetry-semantic-conventions-2cce8a418cca2e4f/lib-opentelemetry_semantic_conventions.json new file mode 100644 index 0000000..50d6254 --- /dev/null +++ b/target/debug/.fingerprint/opentelemetry-semantic-conventions-2cce8a418cca2e4f/lib-opentelemetry_semantic_conventions.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":13213837141728990645,"profile":2241668132362809309,"path":17306948866494303217,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/opentelemetry-semantic-conventions-2cce8a418cca2e4f/dep-lib-opentelemetry_semantic_conventions","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/opentelemetry_sdk-1ebb12fc0861e1cf/dep-lib-opentelemetry_sdk b/target/debug/.fingerprint/opentelemetry_sdk-1ebb12fc0861e1cf/dep-lib-opentelemetry_sdk new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/opentelemetry_sdk-1ebb12fc0861e1cf/dep-lib-opentelemetry_sdk differ diff --git a/target/debug/.fingerprint/opentelemetry_sdk-1ebb12fc0861e1cf/invoked.timestamp b/target/debug/.fingerprint/opentelemetry_sdk-1ebb12fc0861e1cf/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/opentelemetry_sdk-1ebb12fc0861e1cf/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/opentelemetry_sdk-1ebb12fc0861e1cf/lib-opentelemetry_sdk b/target/debug/.fingerprint/opentelemetry_sdk-1ebb12fc0861e1cf/lib-opentelemetry_sdk new file mode 100644 index 0000000..1d64690 --- /dev/null +++ b/target/debug/.fingerprint/opentelemetry_sdk-1ebb12fc0861e1cf/lib-opentelemetry_sdk @@ -0,0 +1 @@ +41cb1fc386edd218 \ No newline at end of file diff --git a/target/debug/.fingerprint/opentelemetry_sdk-1ebb12fc0861e1cf/lib-opentelemetry_sdk.json b/target/debug/.fingerprint/opentelemetry_sdk-1ebb12fc0861e1cf/lib-opentelemetry_sdk.json new file mode 100644 index 0000000..503f2f9 --- /dev/null +++ b/target/debug/.fingerprint/opentelemetry_sdk-1ebb12fc0861e1cf/lib-opentelemetry_sdk.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"async-trait\", \"crossbeam-channel\", \"percent-encoding\", \"rand\", \"trace\"]","declared_features":"[\"async-std\", \"async-trait\", \"crossbeam-channel\", \"default\", \"glob\", \"http\", \"jaeger_remote_sampler\", \"logs\", \"logs_level_enabled\", \"metrics\", \"opentelemetry-http\", \"percent-encoding\", \"rand\", \"rt-async-std\", \"rt-tokio\", \"rt-tokio-current-thread\", \"serde\", \"serde_json\", \"testing\", \"tokio\", \"tokio-stream\", \"trace\", \"url\"]","target":1023398036823501657,"profile":2241668132362809309,"path":9359017145796756585,"deps":[[1811549171721445101,"futures_channel",false,3520337013307275002],[3722963349756955755,"once_cell",false,12214999296643315191],[6803352382179706244,"percent_encoding",false,2450237552354977827],[8008191657135824715,"thiserror",false,10586255331661800275],[9727213718512686088,"crossbeam_channel",false,4335319370902473311],[10629569228670356391,"futures_util",false,7365277945834051026],[11074247395802926746,"ordered_float",false,8832227978887277396],[12779779637805422465,"futures_executor",false,18261918028567530777],[13208667028893622512,"rand",false,13391834293073274909],[15099732354396562078,"opentelemetry",false,1799010220959985545],[16611674984963787466,"async_trait",false,392505351023989797]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/opentelemetry_sdk-1ebb12fc0861e1cf/dep-lib-opentelemetry_sdk","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/opentelemetry_sdk-299afb2d42da6809/dep-lib-opentelemetry_sdk b/target/debug/.fingerprint/opentelemetry_sdk-299afb2d42da6809/dep-lib-opentelemetry_sdk new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/opentelemetry_sdk-299afb2d42da6809/dep-lib-opentelemetry_sdk differ diff --git a/target/debug/.fingerprint/opentelemetry_sdk-299afb2d42da6809/invoked.timestamp b/target/debug/.fingerprint/opentelemetry_sdk-299afb2d42da6809/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/opentelemetry_sdk-299afb2d42da6809/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/opentelemetry_sdk-299afb2d42da6809/lib-opentelemetry_sdk b/target/debug/.fingerprint/opentelemetry_sdk-299afb2d42da6809/lib-opentelemetry_sdk new file mode 100644 index 0000000..b0e4262 --- /dev/null +++ b/target/debug/.fingerprint/opentelemetry_sdk-299afb2d42da6809/lib-opentelemetry_sdk @@ -0,0 +1 @@ +bcc43efa4de54d00 \ No newline at end of file diff --git a/target/debug/.fingerprint/opentelemetry_sdk-299afb2d42da6809/lib-opentelemetry_sdk.json b/target/debug/.fingerprint/opentelemetry_sdk-299afb2d42da6809/lib-opentelemetry_sdk.json new file mode 100644 index 0000000..80c4cef --- /dev/null +++ b/target/debug/.fingerprint/opentelemetry_sdk-299afb2d42da6809/lib-opentelemetry_sdk.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"experimental_async_runtime\", \"internal-logs\", \"logs\", \"metrics\", \"percent-encoding\", \"rand\", \"rt-tokio\", \"tokio\", \"tokio-stream\", \"trace\"]","declared_features":"[\"default\", \"experimental_async_runtime\", \"experimental_logs_batch_log_processor_with_async_runtime\", \"experimental_logs_concurrent_log_processor\", \"experimental_metrics_custom_reader\", \"experimental_metrics_disable_name_validation\", \"experimental_metrics_periodicreader_with_async_runtime\", \"experimental_trace_batch_span_processor_with_async_runtime\", \"http\", \"internal-logs\", \"jaeger_remote_sampler\", \"logs\", \"metrics\", \"opentelemetry-http\", \"percent-encoding\", \"rand\", \"rt-tokio\", \"rt-tokio-current-thread\", \"serde\", \"serde_json\", \"spec_unstable_logs_enabled\", \"spec_unstable_metrics_views\", \"testing\", \"tokio\", \"tokio-stream\", \"trace\", \"url\"]","target":14887325776789996877,"profile":7399825566858167664,"path":5125533345727319754,"deps":[[1811549171721445101,"futures_channel",false,3520337013307275002],[2367087269025815500,"opentelemetry",false,1796627691983414872],[2448563160050429386,"thiserror",false,1286597792957968042],[6803352382179706244,"percent_encoding",false,2450237552354977827],[10257923056054025583,"tokio_stream",false,1790432601020121102],[10629569228670356391,"futures_util",false,7365277945834051026],[11916940916964035392,"rand",false,13635343247454748051],[12779779637805422465,"futures_executor",false,18261918028567530777],[12891030758458664808,"tokio",false,13629259371125197179]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/opentelemetry_sdk-299afb2d42da6809/dep-lib-opentelemetry_sdk","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/ordered-float-806fb29dbf62c274/dep-lib-ordered_float b/target/debug/.fingerprint/ordered-float-806fb29dbf62c274/dep-lib-ordered_float new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/ordered-float-806fb29dbf62c274/dep-lib-ordered_float differ diff --git a/target/debug/.fingerprint/ordered-float-806fb29dbf62c274/invoked.timestamp b/target/debug/.fingerprint/ordered-float-806fb29dbf62c274/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/ordered-float-806fb29dbf62c274/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/ordered-float-806fb29dbf62c274/lib-ordered_float b/target/debug/.fingerprint/ordered-float-806fb29dbf62c274/lib-ordered_float new file mode 100644 index 0000000..7e02dc0 --- /dev/null +++ b/target/debug/.fingerprint/ordered-float-806fb29dbf62c274/lib-ordered_float @@ -0,0 +1 @@ +54abd7388d60927a \ No newline at end of file diff --git a/target/debug/.fingerprint/ordered-float-806fb29dbf62c274/lib-ordered_float.json b/target/debug/.fingerprint/ordered-float-806fb29dbf62c274/lib-ordered_float.json new file mode 100644 index 0000000..8f34091 --- /dev/null +++ b/target/debug/.fingerprint/ordered-float-806fb29dbf62c274/lib-ordered_float.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"arbitrary\", \"borsh\", \"bytemuck\", \"default\", \"derive-visitor\", \"libm\", \"num-cmp\", \"proptest\", \"rand\", \"randtest\", \"rkyv\", \"rkyv_16\", \"rkyv_32\", \"rkyv_64\", \"rkyv_ck\", \"schemars\", \"serde\", \"speedy\", \"std\"]","target":2591178880570513113,"profile":2241668132362809309,"path":5794457553691478448,"deps":[[5157631553186200874,"num_traits",false,1836119591555862011]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/ordered-float-806fb29dbf62c274/dep-lib-ordered_float","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/parking-79dbd7fc94175bf0/dep-lib-parking b/target/debug/.fingerprint/parking-79dbd7fc94175bf0/dep-lib-parking new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/parking-79dbd7fc94175bf0/dep-lib-parking differ diff --git a/target/debug/.fingerprint/parking-79dbd7fc94175bf0/invoked.timestamp b/target/debug/.fingerprint/parking-79dbd7fc94175bf0/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/parking-79dbd7fc94175bf0/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/parking-79dbd7fc94175bf0/lib-parking b/target/debug/.fingerprint/parking-79dbd7fc94175bf0/lib-parking new file mode 100644 index 0000000..f30da46 --- /dev/null +++ b/target/debug/.fingerprint/parking-79dbd7fc94175bf0/lib-parking @@ -0,0 +1 @@ +6c06b6b90a28e596 \ No newline at end of file diff --git a/target/debug/.fingerprint/parking-79dbd7fc94175bf0/lib-parking.json b/target/debug/.fingerprint/parking-79dbd7fc94175bf0/lib-parking.json new file mode 100644 index 0000000..e2cb2dd --- /dev/null +++ b/target/debug/.fingerprint/parking-79dbd7fc94175bf0/lib-parking.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"loom\"]","target":9855717379987801857,"profile":2225463790103693989,"path":4127175807956439848,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/parking-79dbd7fc94175bf0/dep-lib-parking","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/parking-be9b75f8aef4e0b1/dep-lib-parking b/target/debug/.fingerprint/parking-be9b75f8aef4e0b1/dep-lib-parking new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/parking-be9b75f8aef4e0b1/dep-lib-parking differ diff --git a/target/debug/.fingerprint/parking-be9b75f8aef4e0b1/invoked.timestamp b/target/debug/.fingerprint/parking-be9b75f8aef4e0b1/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/parking-be9b75f8aef4e0b1/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/parking-be9b75f8aef4e0b1/lib-parking b/target/debug/.fingerprint/parking-be9b75f8aef4e0b1/lib-parking new file mode 100644 index 0000000..20a5539 --- /dev/null +++ b/target/debug/.fingerprint/parking-be9b75f8aef4e0b1/lib-parking @@ -0,0 +1 @@ +edf922eeca13e092 \ No newline at end of file diff --git a/target/debug/.fingerprint/parking-be9b75f8aef4e0b1/lib-parking.json b/target/debug/.fingerprint/parking-be9b75f8aef4e0b1/lib-parking.json new file mode 100644 index 0000000..601f81d --- /dev/null +++ b/target/debug/.fingerprint/parking-be9b75f8aef4e0b1/lib-parking.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"loom\"]","target":9855717379987801857,"profile":2241668132362809309,"path":4127175807956439848,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/parking-be9b75f8aef4e0b1/dep-lib-parking","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/parking_lot-34d29f29a25343b3/dep-lib-parking_lot b/target/debug/.fingerprint/parking_lot-34d29f29a25343b3/dep-lib-parking_lot new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/parking_lot-34d29f29a25343b3/dep-lib-parking_lot differ diff --git a/target/debug/.fingerprint/parking_lot-34d29f29a25343b3/invoked.timestamp b/target/debug/.fingerprint/parking_lot-34d29f29a25343b3/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/parking_lot-34d29f29a25343b3/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/parking_lot-34d29f29a25343b3/lib-parking_lot b/target/debug/.fingerprint/parking_lot-34d29f29a25343b3/lib-parking_lot new file mode 100644 index 0000000..6bb202c --- /dev/null +++ b/target/debug/.fingerprint/parking_lot-34d29f29a25343b3/lib-parking_lot @@ -0,0 +1 @@ +1eedc2ed274b6d60 \ No newline at end of file diff --git a/target/debug/.fingerprint/parking_lot-34d29f29a25343b3/lib-parking_lot.json b/target/debug/.fingerprint/parking_lot-34d29f29a25343b3/lib-parking_lot.json new file mode 100644 index 0000000..165f69c --- /dev/null +++ b/target/debug/.fingerprint/parking_lot-34d29f29a25343b3/lib-parking_lot.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\"]","declared_features":"[\"arc_lock\", \"deadlock_detection\", \"default\", \"hardware-lock-elision\", \"nightly\", \"owning_ref\", \"send_guard\", \"serde\"]","target":9887373948397848517,"profile":2241668132362809309,"path":17997010396964360387,"deps":[[2555121257709722468,"lock_api",false,2084421726101358951],[6545091685033313457,"parking_lot_core",false,3285985967989491133]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/parking_lot-34d29f29a25343b3/dep-lib-parking_lot","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/parking_lot-d735ee30ee32f7a5/dep-lib-parking_lot b/target/debug/.fingerprint/parking_lot-d735ee30ee32f7a5/dep-lib-parking_lot new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/parking_lot-d735ee30ee32f7a5/dep-lib-parking_lot differ diff --git a/target/debug/.fingerprint/parking_lot-d735ee30ee32f7a5/invoked.timestamp b/target/debug/.fingerprint/parking_lot-d735ee30ee32f7a5/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/parking_lot-d735ee30ee32f7a5/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/parking_lot-d735ee30ee32f7a5/lib-parking_lot b/target/debug/.fingerprint/parking_lot-d735ee30ee32f7a5/lib-parking_lot new file mode 100644 index 0000000..b2c45cf --- /dev/null +++ b/target/debug/.fingerprint/parking_lot-d735ee30ee32f7a5/lib-parking_lot @@ -0,0 +1 @@ +566cf5834f8174b7 \ No newline at end of file diff --git a/target/debug/.fingerprint/parking_lot-d735ee30ee32f7a5/lib-parking_lot.json b/target/debug/.fingerprint/parking_lot-d735ee30ee32f7a5/lib-parking_lot.json new file mode 100644 index 0000000..0f8e4c8 --- /dev/null +++ b/target/debug/.fingerprint/parking_lot-d735ee30ee32f7a5/lib-parking_lot.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\"]","declared_features":"[\"arc_lock\", \"deadlock_detection\", \"default\", \"hardware-lock-elision\", \"nightly\", \"owning_ref\", \"send_guard\", \"serde\"]","target":9887373948397848517,"profile":2225463790103693989,"path":17997010396964360387,"deps":[[2555121257709722468,"lock_api",false,7199289247168491735],[6545091685033313457,"parking_lot_core",false,8354610265260280695]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/parking_lot-d735ee30ee32f7a5/dep-lib-parking_lot","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/parking_lot_core-6a96193478529092/dep-lib-parking_lot_core b/target/debug/.fingerprint/parking_lot_core-6a96193478529092/dep-lib-parking_lot_core new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/parking_lot_core-6a96193478529092/dep-lib-parking_lot_core differ diff --git a/target/debug/.fingerprint/parking_lot_core-6a96193478529092/invoked.timestamp b/target/debug/.fingerprint/parking_lot_core-6a96193478529092/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/parking_lot_core-6a96193478529092/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/parking_lot_core-6a96193478529092/lib-parking_lot_core b/target/debug/.fingerprint/parking_lot_core-6a96193478529092/lib-parking_lot_core new file mode 100644 index 0000000..db94727 --- /dev/null +++ b/target/debug/.fingerprint/parking_lot_core-6a96193478529092/lib-parking_lot_core @@ -0,0 +1 @@ +77cbab89c589f173 \ No newline at end of file diff --git a/target/debug/.fingerprint/parking_lot_core-6a96193478529092/lib-parking_lot_core.json b/target/debug/.fingerprint/parking_lot_core-6a96193478529092/lib-parking_lot_core.json new file mode 100644 index 0000000..8239f53 --- /dev/null +++ b/target/debug/.fingerprint/parking_lot_core-6a96193478529092/lib-parking_lot_core.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"backtrace\", \"deadlock_detection\", \"nightly\", \"petgraph\"]","target":12558056885032795287,"profile":2225463790103693989,"path":15856249593059076572,"deps":[[203594543813181569,"libc",false,845627925582925793],[3666196340704888985,"smallvec",false,11928328106647865112],[6545091685033313457,"build_script_build",false,2394378269565429762],[7667230146095136825,"cfg_if",false,1463114408995388814]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/parking_lot_core-6a96193478529092/dep-lib-parking_lot_core","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/parking_lot_core-96fc8f2540c826c7/dep-lib-parking_lot_core b/target/debug/.fingerprint/parking_lot_core-96fc8f2540c826c7/dep-lib-parking_lot_core new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/parking_lot_core-96fc8f2540c826c7/dep-lib-parking_lot_core differ diff --git a/target/debug/.fingerprint/parking_lot_core-96fc8f2540c826c7/invoked.timestamp b/target/debug/.fingerprint/parking_lot_core-96fc8f2540c826c7/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/parking_lot_core-96fc8f2540c826c7/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/parking_lot_core-96fc8f2540c826c7/lib-parking_lot_core b/target/debug/.fingerprint/parking_lot_core-96fc8f2540c826c7/lib-parking_lot_core new file mode 100644 index 0000000..87054c3 --- /dev/null +++ b/target/debug/.fingerprint/parking_lot_core-96fc8f2540c826c7/lib-parking_lot_core @@ -0,0 +1 @@ +bd85eef6d32a9a2d \ No newline at end of file diff --git a/target/debug/.fingerprint/parking_lot_core-96fc8f2540c826c7/lib-parking_lot_core.json b/target/debug/.fingerprint/parking_lot_core-96fc8f2540c826c7/lib-parking_lot_core.json new file mode 100644 index 0000000..0aeaa69 --- /dev/null +++ b/target/debug/.fingerprint/parking_lot_core-96fc8f2540c826c7/lib-parking_lot_core.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"backtrace\", \"deadlock_detection\", \"nightly\", \"petgraph\"]","target":12558056885032795287,"profile":2241668132362809309,"path":15856249593059076572,"deps":[[203594543813181569,"libc",false,7681612199272279827],[3666196340704888985,"smallvec",false,6188232069611729028],[6545091685033313457,"build_script_build",false,2394378269565429762],[7667230146095136825,"cfg_if",false,5245324944763812973]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/parking_lot_core-96fc8f2540c826c7/dep-lib-parking_lot_core","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/parking_lot_core-a1f54925c42d264a/build-script-build-script-build b/target/debug/.fingerprint/parking_lot_core-a1f54925c42d264a/build-script-build-script-build new file mode 100644 index 0000000..a2d1073 --- /dev/null +++ b/target/debug/.fingerprint/parking_lot_core-a1f54925c42d264a/build-script-build-script-build @@ -0,0 +1 @@ +f00e24831ecbc137 \ No newline at end of file diff --git a/target/debug/.fingerprint/parking_lot_core-a1f54925c42d264a/build-script-build-script-build.json b/target/debug/.fingerprint/parking_lot_core-a1f54925c42d264a/build-script-build-script-build.json new file mode 100644 index 0000000..7942b8e --- /dev/null +++ b/target/debug/.fingerprint/parking_lot_core-a1f54925c42d264a/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"backtrace\", \"deadlock_detection\", \"nightly\", \"petgraph\"]","target":5408242616063297496,"profile":2225463790103693989,"path":1682296543392990201,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/parking_lot_core-a1f54925c42d264a/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/parking_lot_core-a1f54925c42d264a/dep-build-script-build-script-build b/target/debug/.fingerprint/parking_lot_core-a1f54925c42d264a/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/parking_lot_core-a1f54925c42d264a/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/parking_lot_core-a1f54925c42d264a/invoked.timestamp b/target/debug/.fingerprint/parking_lot_core-a1f54925c42d264a/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/parking_lot_core-a1f54925c42d264a/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/parking_lot_core-ffcaa5490a92af7a/run-build-script-build-script-build b/target/debug/.fingerprint/parking_lot_core-ffcaa5490a92af7a/run-build-script-build-script-build new file mode 100644 index 0000000..72f589b --- /dev/null +++ b/target/debug/.fingerprint/parking_lot_core-ffcaa5490a92af7a/run-build-script-build-script-build @@ -0,0 +1 @@ +02a85ca7598a3a21 \ No newline at end of file diff --git a/target/debug/.fingerprint/parking_lot_core-ffcaa5490a92af7a/run-build-script-build-script-build.json b/target/debug/.fingerprint/parking_lot_core-ffcaa5490a92af7a/run-build-script-build-script-build.json new file mode 100644 index 0000000..0d97cb9 --- /dev/null +++ b/target/debug/.fingerprint/parking_lot_core-ffcaa5490a92af7a/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[6545091685033313457,"build_script_build",false,4017715674500828912]],"local":[{"RerunIfChanged":{"output":"debug/build/parking_lot_core-ffcaa5490a92af7a/output","paths":["build.rs"]}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/parse-zoneinfo-06b695ccbf3dbe25/dep-lib-parse_zoneinfo b/target/debug/.fingerprint/parse-zoneinfo-06b695ccbf3dbe25/dep-lib-parse_zoneinfo new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/parse-zoneinfo-06b695ccbf3dbe25/dep-lib-parse_zoneinfo differ diff --git a/target/debug/.fingerprint/parse-zoneinfo-06b695ccbf3dbe25/invoked.timestamp b/target/debug/.fingerprint/parse-zoneinfo-06b695ccbf3dbe25/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/parse-zoneinfo-06b695ccbf3dbe25/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/parse-zoneinfo-06b695ccbf3dbe25/lib-parse_zoneinfo b/target/debug/.fingerprint/parse-zoneinfo-06b695ccbf3dbe25/lib-parse_zoneinfo new file mode 100644 index 0000000..c4883d7 --- /dev/null +++ b/target/debug/.fingerprint/parse-zoneinfo-06b695ccbf3dbe25/lib-parse_zoneinfo @@ -0,0 +1 @@ +317a3e5e7520d478 \ No newline at end of file diff --git a/target/debug/.fingerprint/parse-zoneinfo-06b695ccbf3dbe25/lib-parse_zoneinfo.json b/target/debug/.fingerprint/parse-zoneinfo-06b695ccbf3dbe25/lib-parse_zoneinfo.json new file mode 100644 index 0000000..bc81d26 --- /dev/null +++ b/target/debug/.fingerprint/parse-zoneinfo-06b695ccbf3dbe25/lib-parse_zoneinfo.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":1077688093201566656,"profile":2225463790103693989,"path":16640427392437579873,"deps":[[3056178850035811329,"regex",false,10515712306885408356]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/parse-zoneinfo-06b695ccbf3dbe25/dep-lib-parse_zoneinfo","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/pem-6af490a3f7af6eeb/dep-lib-pem b/target/debug/.fingerprint/pem-6af490a3f7af6eeb/dep-lib-pem new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/pem-6af490a3f7af6eeb/dep-lib-pem differ diff --git a/target/debug/.fingerprint/pem-6af490a3f7af6eeb/invoked.timestamp b/target/debug/.fingerprint/pem-6af490a3f7af6eeb/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/pem-6af490a3f7af6eeb/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/pem-6af490a3f7af6eeb/lib-pem b/target/debug/.fingerprint/pem-6af490a3f7af6eeb/lib-pem new file mode 100644 index 0000000..ab9da5b --- /dev/null +++ b/target/debug/.fingerprint/pem-6af490a3f7af6eeb/lib-pem @@ -0,0 +1 @@ +cc14df2e404baf93 \ No newline at end of file diff --git a/target/debug/.fingerprint/pem-6af490a3f7af6eeb/lib-pem.json b/target/debug/.fingerprint/pem-6af490a3f7af6eeb/lib-pem.json new file mode 100644 index 0000000..dbd40f3 --- /dev/null +++ b/target/debug/.fingerprint/pem-6af490a3f7af6eeb/lib-pem.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"serde\", \"std\"]","target":1879394167502150017,"profile":2241668132362809309,"path":14916915987608173404,"deps":[[13077212702700853852,"base64",false,2731579066016563254]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/pem-6af490a3f7af6eeb/dep-lib-pem","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/percent-encoding-2effb2ec806b20a0/dep-lib-percent_encoding b/target/debug/.fingerprint/percent-encoding-2effb2ec806b20a0/dep-lib-percent_encoding new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/percent-encoding-2effb2ec806b20a0/dep-lib-percent_encoding differ diff --git a/target/debug/.fingerprint/percent-encoding-2effb2ec806b20a0/invoked.timestamp b/target/debug/.fingerprint/percent-encoding-2effb2ec806b20a0/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/percent-encoding-2effb2ec806b20a0/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/percent-encoding-2effb2ec806b20a0/lib-percent_encoding b/target/debug/.fingerprint/percent-encoding-2effb2ec806b20a0/lib-percent_encoding new file mode 100644 index 0000000..8f7a5e6 --- /dev/null +++ b/target/debug/.fingerprint/percent-encoding-2effb2ec806b20a0/lib-percent_encoding @@ -0,0 +1 @@ +23e8706b12fe0022 \ No newline at end of file diff --git a/target/debug/.fingerprint/percent-encoding-2effb2ec806b20a0/lib-percent_encoding.json b/target/debug/.fingerprint/percent-encoding-2effb2ec806b20a0/lib-percent_encoding.json new file mode 100644 index 0000000..725be11 --- /dev/null +++ b/target/debug/.fingerprint/percent-encoding-2effb2ec806b20a0/lib-percent_encoding.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"std\"]","target":6219969305134610909,"profile":2241668132362809309,"path":16701625344101774319,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/percent-encoding-2effb2ec806b20a0/dep-lib-percent_encoding","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/percent-encoding-58030f541f82bf29/dep-lib-percent_encoding b/target/debug/.fingerprint/percent-encoding-58030f541f82bf29/dep-lib-percent_encoding new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/percent-encoding-58030f541f82bf29/dep-lib-percent_encoding differ diff --git a/target/debug/.fingerprint/percent-encoding-58030f541f82bf29/invoked.timestamp b/target/debug/.fingerprint/percent-encoding-58030f541f82bf29/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/percent-encoding-58030f541f82bf29/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/percent-encoding-58030f541f82bf29/lib-percent_encoding b/target/debug/.fingerprint/percent-encoding-58030f541f82bf29/lib-percent_encoding new file mode 100644 index 0000000..2d2ebe6 --- /dev/null +++ b/target/debug/.fingerprint/percent-encoding-58030f541f82bf29/lib-percent_encoding @@ -0,0 +1 @@ +45d7fe3d1f9197e9 \ No newline at end of file diff --git a/target/debug/.fingerprint/percent-encoding-58030f541f82bf29/lib-percent_encoding.json b/target/debug/.fingerprint/percent-encoding-58030f541f82bf29/lib-percent_encoding.json new file mode 100644 index 0000000..a49df80 --- /dev/null +++ b/target/debug/.fingerprint/percent-encoding-58030f541f82bf29/lib-percent_encoding.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"std\"]","target":6219969305134610909,"profile":2225463790103693989,"path":16701625344101774319,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/percent-encoding-58030f541f82bf29/dep-lib-percent_encoding","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/pest-63ba717aa758edad/dep-lib-pest b/target/debug/.fingerprint/pest-63ba717aa758edad/dep-lib-pest new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/pest-63ba717aa758edad/dep-lib-pest differ diff --git a/target/debug/.fingerprint/pest-63ba717aa758edad/invoked.timestamp b/target/debug/.fingerprint/pest-63ba717aa758edad/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/pest-63ba717aa758edad/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/pest-63ba717aa758edad/lib-pest b/target/debug/.fingerprint/pest-63ba717aa758edad/lib-pest new file mode 100644 index 0000000..acb9b4d --- /dev/null +++ b/target/debug/.fingerprint/pest-63ba717aa758edad/lib-pest @@ -0,0 +1 @@ +f697c819a5b3690d \ No newline at end of file diff --git a/target/debug/.fingerprint/pest-63ba717aa758edad/lib-pest.json b/target/debug/.fingerprint/pest-63ba717aa758edad/lib-pest.json new file mode 100644 index 0000000..8f922a3 --- /dev/null +++ b/target/debug/.fingerprint/pest-63ba717aa758edad/lib-pest.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"memchr\", \"std\"]","declared_features":"[\"const_prec_climber\", \"default\", \"memchr\", \"miette-error\", \"pretty-print\", \"std\"]","target":12671584014789546375,"profile":2241668132362809309,"path":9796568530829812182,"deps":[[198136567835728122,"memchr",false,13820745343826299477],[13759473511158668332,"ucd_trie",false,4383856952172969375]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/pest-63ba717aa758edad/dep-lib-pest","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/pest-ece3c1b8713b257f/dep-lib-pest b/target/debug/.fingerprint/pest-ece3c1b8713b257f/dep-lib-pest new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/pest-ece3c1b8713b257f/dep-lib-pest differ diff --git a/target/debug/.fingerprint/pest-ece3c1b8713b257f/invoked.timestamp b/target/debug/.fingerprint/pest-ece3c1b8713b257f/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/pest-ece3c1b8713b257f/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/pest-ece3c1b8713b257f/lib-pest b/target/debug/.fingerprint/pest-ece3c1b8713b257f/lib-pest new file mode 100644 index 0000000..0b1c93c --- /dev/null +++ b/target/debug/.fingerprint/pest-ece3c1b8713b257f/lib-pest @@ -0,0 +1 @@ +092f4cde87d0d6f3 \ No newline at end of file diff --git a/target/debug/.fingerprint/pest-ece3c1b8713b257f/lib-pest.json b/target/debug/.fingerprint/pest-ece3c1b8713b257f/lib-pest.json new file mode 100644 index 0000000..3b914fd --- /dev/null +++ b/target/debug/.fingerprint/pest-ece3c1b8713b257f/lib-pest.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"memchr\", \"std\"]","declared_features":"[\"const_prec_climber\", \"default\", \"memchr\", \"miette-error\", \"pretty-print\", \"std\"]","target":12671584014789546375,"profile":2225463790103693989,"path":9796568530829812182,"deps":[[198136567835728122,"memchr",false,13171808347467139300],[13759473511158668332,"ucd_trie",false,5519475590741498443]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/pest-ece3c1b8713b257f/dep-lib-pest","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/pest_derive-98844a3657747c0a/dep-lib-pest_derive b/target/debug/.fingerprint/pest_derive-98844a3657747c0a/dep-lib-pest_derive new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/pest_derive-98844a3657747c0a/dep-lib-pest_derive differ diff --git a/target/debug/.fingerprint/pest_derive-98844a3657747c0a/invoked.timestamp b/target/debug/.fingerprint/pest_derive-98844a3657747c0a/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/pest_derive-98844a3657747c0a/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/pest_derive-98844a3657747c0a/lib-pest_derive b/target/debug/.fingerprint/pest_derive-98844a3657747c0a/lib-pest_derive new file mode 100644 index 0000000..20d29fc --- /dev/null +++ b/target/debug/.fingerprint/pest_derive-98844a3657747c0a/lib-pest_derive @@ -0,0 +1 @@ +7583480000844c8f \ No newline at end of file diff --git a/target/debug/.fingerprint/pest_derive-98844a3657747c0a/lib-pest_derive.json b/target/debug/.fingerprint/pest_derive-98844a3657747c0a/lib-pest_derive.json new file mode 100644 index 0000000..136480b --- /dev/null +++ b/target/debug/.fingerprint/pest_derive-98844a3657747c0a/lib-pest_derive.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"grammar-extras\", \"not-bootstrap-in-src\", \"std\"]","target":15157493093051171245,"profile":2225463790103693989,"path":2719204742122045880,"deps":[[5938576746592958590,"pest",false,17570460278201265929],[8688118868034620497,"pest_generator",false,17897933036093955670]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/pest_derive-98844a3657747c0a/dep-lib-pest_derive","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/pest_generator-2293baa9e82ea03c/dep-lib-pest_generator b/target/debug/.fingerprint/pest_generator-2293baa9e82ea03c/dep-lib-pest_generator new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/pest_generator-2293baa9e82ea03c/dep-lib-pest_generator differ diff --git a/target/debug/.fingerprint/pest_generator-2293baa9e82ea03c/invoked.timestamp b/target/debug/.fingerprint/pest_generator-2293baa9e82ea03c/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/pest_generator-2293baa9e82ea03c/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/pest_generator-2293baa9e82ea03c/lib-pest_generator b/target/debug/.fingerprint/pest_generator-2293baa9e82ea03c/lib-pest_generator new file mode 100644 index 0000000..77c3684 --- /dev/null +++ b/target/debug/.fingerprint/pest_generator-2293baa9e82ea03c/lib-pest_generator @@ -0,0 +1 @@ +56de1bde443b62f8 \ No newline at end of file diff --git a/target/debug/.fingerprint/pest_generator-2293baa9e82ea03c/lib-pest_generator.json b/target/debug/.fingerprint/pest_generator-2293baa9e82ea03c/lib-pest_generator.json new file mode 100644 index 0000000..401c235 --- /dev/null +++ b/target/debug/.fingerprint/pest_generator-2293baa9e82ea03c/lib-pest_generator.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"std\"]","declared_features":"[\"default\", \"export-internal\", \"grammar-extras\", \"not-bootstrap-in-src\", \"std\"]","target":3031267579843285925,"profile":2225463790103693989,"path":8302527925139237528,"deps":[[518247718244440796,"pest_meta",false,8020035015662220511],[4289358735036141001,"proc_macro2",false,11907438208124547768],[5938576746592958590,"pest",false,17570460278201265929],[6100504282945712449,"quote",false,15556484999302306747],[6490058671768129134,"syn",false,13449399834116190507]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/pest_generator-2293baa9e82ea03c/dep-lib-pest_generator","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/pest_meta-d2c115d607abb7f9/dep-lib-pest_meta b/target/debug/.fingerprint/pest_meta-d2c115d607abb7f9/dep-lib-pest_meta new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/pest_meta-d2c115d607abb7f9/dep-lib-pest_meta differ diff --git a/target/debug/.fingerprint/pest_meta-d2c115d607abb7f9/invoked.timestamp b/target/debug/.fingerprint/pest_meta-d2c115d607abb7f9/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/pest_meta-d2c115d607abb7f9/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/pest_meta-d2c115d607abb7f9/lib-pest_meta b/target/debug/.fingerprint/pest_meta-d2c115d607abb7f9/lib-pest_meta new file mode 100644 index 0000000..2e71b3c --- /dev/null +++ b/target/debug/.fingerprint/pest_meta-d2c115d607abb7f9/lib-pest_meta @@ -0,0 +1 @@ +dfb4bdd25ae34c6f \ No newline at end of file diff --git a/target/debug/.fingerprint/pest_meta-d2c115d607abb7f9/lib-pest_meta.json b/target/debug/.fingerprint/pest_meta-d2c115d607abb7f9/lib-pest_meta.json new file mode 100644 index 0000000..cf9c55f --- /dev/null +++ b/target/debug/.fingerprint/pest_meta-d2c115d607abb7f9/lib-pest_meta.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\"]","declared_features":"[\"default\", \"grammar-extras\", \"not-bootstrap-in-src\"]","target":503908900707280136,"profile":2225463790103693989,"path":5424174733404403822,"deps":[[5938576746592958590,"pest",false,17570460278201265929]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/pest_meta-d2c115d607abb7f9/dep-lib-pest_meta","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/phf-199dd4a30df14e6d/dep-lib-phf b/target/debug/.fingerprint/phf-199dd4a30df14e6d/dep-lib-phf new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/phf-199dd4a30df14e6d/dep-lib-phf differ diff --git a/target/debug/.fingerprint/phf-199dd4a30df14e6d/invoked.timestamp b/target/debug/.fingerprint/phf-199dd4a30df14e6d/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/phf-199dd4a30df14e6d/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/phf-199dd4a30df14e6d/lib-phf b/target/debug/.fingerprint/phf-199dd4a30df14e6d/lib-phf new file mode 100644 index 0000000..2eb8c51 --- /dev/null +++ b/target/debug/.fingerprint/phf-199dd4a30df14e6d/lib-phf @@ -0,0 +1 @@ +942ac4bbd6ead459 \ No newline at end of file diff --git a/target/debug/.fingerprint/phf-199dd4a30df14e6d/lib-phf.json b/target/debug/.fingerprint/phf-199dd4a30df14e6d/lib-phf.json new file mode 100644 index 0000000..6be9571 --- /dev/null +++ b/target/debug/.fingerprint/phf-199dd4a30df14e6d/lib-phf.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"default\", \"macros\", \"phf_macros\", \"serde\", \"std\", \"uncased\", \"unicase\"]","target":10640910166656384580,"profile":2225463790103693989,"path":10562321863593487237,"deps":[[9060940869921439196,"phf_shared",false,14199893100279100922]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/phf-199dd4a30df14e6d/dep-lib-phf","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/phf-5317166ee61632ed/dep-lib-phf b/target/debug/.fingerprint/phf-5317166ee61632ed/dep-lib-phf new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/phf-5317166ee61632ed/dep-lib-phf differ diff --git a/target/debug/.fingerprint/phf-5317166ee61632ed/invoked.timestamp b/target/debug/.fingerprint/phf-5317166ee61632ed/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/phf-5317166ee61632ed/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/phf-5317166ee61632ed/lib-phf b/target/debug/.fingerprint/phf-5317166ee61632ed/lib-phf new file mode 100644 index 0000000..034add5 --- /dev/null +++ b/target/debug/.fingerprint/phf-5317166ee61632ed/lib-phf @@ -0,0 +1 @@ +1e891673dd9e53c4 \ No newline at end of file diff --git a/target/debug/.fingerprint/phf-5317166ee61632ed/lib-phf.json b/target/debug/.fingerprint/phf-5317166ee61632ed/lib-phf.json new file mode 100644 index 0000000..9fa756a --- /dev/null +++ b/target/debug/.fingerprint/phf-5317166ee61632ed/lib-phf.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"default\", \"macros\", \"phf_macros\", \"serde\", \"std\", \"uncased\", \"unicase\"]","target":10640910166656384580,"profile":2241668132362809309,"path":10562321863593487237,"deps":[[9060940869921439196,"phf_shared",false,7249843120564682705]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/phf-5317166ee61632ed/dep-lib-phf","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/phf_codegen-e349e7261f852e08/dep-lib-phf_codegen b/target/debug/.fingerprint/phf_codegen-e349e7261f852e08/dep-lib-phf_codegen new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/phf_codegen-e349e7261f852e08/dep-lib-phf_codegen differ diff --git a/target/debug/.fingerprint/phf_codegen-e349e7261f852e08/invoked.timestamp b/target/debug/.fingerprint/phf_codegen-e349e7261f852e08/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/phf_codegen-e349e7261f852e08/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/phf_codegen-e349e7261f852e08/lib-phf_codegen b/target/debug/.fingerprint/phf_codegen-e349e7261f852e08/lib-phf_codegen new file mode 100644 index 0000000..a3d6dce --- /dev/null +++ b/target/debug/.fingerprint/phf_codegen-e349e7261f852e08/lib-phf_codegen @@ -0,0 +1 @@ +3a42743d2278a003 \ No newline at end of file diff --git a/target/debug/.fingerprint/phf_codegen-e349e7261f852e08/lib-phf_codegen.json b/target/debug/.fingerprint/phf_codegen-e349e7261f852e08/lib-phf_codegen.json new file mode 100644 index 0000000..eaa5b92 --- /dev/null +++ b/target/debug/.fingerprint/phf_codegen-e349e7261f852e08/lib-phf_codegen.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":4007019473634205266,"profile":2225463790103693989,"path":5491367672786715956,"deps":[[9060940869921439196,"phf_shared",false,14199893100279100922],[18124350542602697595,"phf_generator",false,2075765176248863630]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/phf_codegen-e349e7261f852e08/dep-lib-phf_codegen","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/phf_generator-cf2c034d92096152/dep-lib-phf_generator b/target/debug/.fingerprint/phf_generator-cf2c034d92096152/dep-lib-phf_generator new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/phf_generator-cf2c034d92096152/dep-lib-phf_generator differ diff --git a/target/debug/.fingerprint/phf_generator-cf2c034d92096152/invoked.timestamp b/target/debug/.fingerprint/phf_generator-cf2c034d92096152/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/phf_generator-cf2c034d92096152/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/phf_generator-cf2c034d92096152/lib-phf_generator b/target/debug/.fingerprint/phf_generator-cf2c034d92096152/lib-phf_generator new file mode 100644 index 0000000..b6570b5 --- /dev/null +++ b/target/debug/.fingerprint/phf_generator-cf2c034d92096152/lib-phf_generator @@ -0,0 +1 @@ +8e8b700f6e99ce1c \ No newline at end of file diff --git a/target/debug/.fingerprint/phf_generator-cf2c034d92096152/lib-phf_generator.json b/target/debug/.fingerprint/phf_generator-cf2c034d92096152/lib-phf_generator.json new file mode 100644 index 0000000..4ebe0bd --- /dev/null +++ b/target/debug/.fingerprint/phf_generator-cf2c034d92096152/lib-phf_generator.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"criterion\"]","target":4203241669981453472,"profile":2225463790103693989,"path":11060374428916112109,"deps":[[9060940869921439196,"phf_shared",false,14199893100279100922],[13208667028893622512,"rand",false,18208866767584923979]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/phf_generator-cf2c034d92096152/dep-lib-phf_generator","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/phf_shared-0bd23ef4935f0c1c/dep-lib-phf_shared b/target/debug/.fingerprint/phf_shared-0bd23ef4935f0c1c/dep-lib-phf_shared new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/phf_shared-0bd23ef4935f0c1c/dep-lib-phf_shared differ diff --git a/target/debug/.fingerprint/phf_shared-0bd23ef4935f0c1c/invoked.timestamp b/target/debug/.fingerprint/phf_shared-0bd23ef4935f0c1c/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/phf_shared-0bd23ef4935f0c1c/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/phf_shared-0bd23ef4935f0c1c/lib-phf_shared b/target/debug/.fingerprint/phf_shared-0bd23ef4935f0c1c/lib-phf_shared new file mode 100644 index 0000000..4d5b758 --- /dev/null +++ b/target/debug/.fingerprint/phf_shared-0bd23ef4935f0c1c/lib-phf_shared @@ -0,0 +1 @@ +d13f9126e89d9c64 \ No newline at end of file diff --git a/target/debug/.fingerprint/phf_shared-0bd23ef4935f0c1c/lib-phf_shared.json b/target/debug/.fingerprint/phf_shared-0bd23ef4935f0c1c/lib-phf_shared.json new file mode 100644 index 0000000..04cbba3 --- /dev/null +++ b/target/debug/.fingerprint/phf_shared-0bd23ef4935f0c1c/lib-phf_shared.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"std\", \"uncased\", \"unicase\"]","target":13191988717353488301,"profile":2241668132362809309,"path":17365804395449481095,"deps":[[6052281619638306186,"siphasher",false,4232684995995866388]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/phf_shared-0bd23ef4935f0c1c/dep-lib-phf_shared","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/phf_shared-997dcce8b743e197/dep-lib-phf_shared b/target/debug/.fingerprint/phf_shared-997dcce8b743e197/dep-lib-phf_shared new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/phf_shared-997dcce8b743e197/dep-lib-phf_shared differ diff --git a/target/debug/.fingerprint/phf_shared-997dcce8b743e197/invoked.timestamp b/target/debug/.fingerprint/phf_shared-997dcce8b743e197/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/phf_shared-997dcce8b743e197/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/phf_shared-997dcce8b743e197/lib-phf_shared b/target/debug/.fingerprint/phf_shared-997dcce8b743e197/lib-phf_shared new file mode 100644 index 0000000..4ad3729 --- /dev/null +++ b/target/debug/.fingerprint/phf_shared-997dcce8b743e197/lib-phf_shared @@ -0,0 +1 @@ +faf5a75a8a2710c5 \ No newline at end of file diff --git a/target/debug/.fingerprint/phf_shared-997dcce8b743e197/lib-phf_shared.json b/target/debug/.fingerprint/phf_shared-997dcce8b743e197/lib-phf_shared.json new file mode 100644 index 0000000..7f4ba22 --- /dev/null +++ b/target/debug/.fingerprint/phf_shared-997dcce8b743e197/lib-phf_shared.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"std\", \"uncased\", \"unicase\"]","target":13191988717353488301,"profile":2225463790103693989,"path":17365804395449481095,"deps":[[6052281619638306186,"siphasher",false,1792072499976611772]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/phf_shared-997dcce8b743e197/dep-lib-phf_shared","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/pin-project-0df2d8e23d87cd3f/dep-lib-pin_project b/target/debug/.fingerprint/pin-project-0df2d8e23d87cd3f/dep-lib-pin_project new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/pin-project-0df2d8e23d87cd3f/dep-lib-pin_project differ diff --git a/target/debug/.fingerprint/pin-project-0df2d8e23d87cd3f/invoked.timestamp b/target/debug/.fingerprint/pin-project-0df2d8e23d87cd3f/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/pin-project-0df2d8e23d87cd3f/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/pin-project-0df2d8e23d87cd3f/lib-pin_project b/target/debug/.fingerprint/pin-project-0df2d8e23d87cd3f/lib-pin_project new file mode 100644 index 0000000..73ce639 --- /dev/null +++ b/target/debug/.fingerprint/pin-project-0df2d8e23d87cd3f/lib-pin_project @@ -0,0 +1 @@ +e65b1d951014fe45 \ No newline at end of file diff --git a/target/debug/.fingerprint/pin-project-0df2d8e23d87cd3f/lib-pin_project.json b/target/debug/.fingerprint/pin-project-0df2d8e23d87cd3f/lib-pin_project.json new file mode 100644 index 0000000..783d2ce --- /dev/null +++ b/target/debug/.fingerprint/pin-project-0df2d8e23d87cd3f/lib-pin_project.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":10486756659006472442,"profile":4123709987143192867,"path":11356402860850994844,"deps":[[11220364553967984143,"pin_project_internal",false,398259020774257653]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/pin-project-0df2d8e23d87cd3f/dep-lib-pin_project","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/pin-project-internal-38c901a6fcd08045/dep-lib-pin_project_internal b/target/debug/.fingerprint/pin-project-internal-38c901a6fcd08045/dep-lib-pin_project_internal new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/pin-project-internal-38c901a6fcd08045/dep-lib-pin_project_internal differ diff --git a/target/debug/.fingerprint/pin-project-internal-38c901a6fcd08045/invoked.timestamp b/target/debug/.fingerprint/pin-project-internal-38c901a6fcd08045/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/pin-project-internal-38c901a6fcd08045/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/pin-project-internal-38c901a6fcd08045/lib-pin_project_internal b/target/debug/.fingerprint/pin-project-internal-38c901a6fcd08045/lib-pin_project_internal new file mode 100644 index 0000000..fa65271 --- /dev/null +++ b/target/debug/.fingerprint/pin-project-internal-38c901a6fcd08045/lib-pin_project_internal @@ -0,0 +1 @@ +f533d82578e68605 \ No newline at end of file diff --git a/target/debug/.fingerprint/pin-project-internal-38c901a6fcd08045/lib-pin_project_internal.json b/target/debug/.fingerprint/pin-project-internal-38c901a6fcd08045/lib-pin_project_internal.json new file mode 100644 index 0000000..250aa05 --- /dev/null +++ b/target/debug/.fingerprint/pin-project-internal-38c901a6fcd08045/lib-pin_project_internal.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":777236694398023488,"profile":7238658530830823778,"path":1507523326381544086,"deps":[[4289358735036141001,"proc_macro2",false,11907438208124547768],[6100504282945712449,"quote",false,15556484999302306747],[6490058671768129134,"syn",false,13449399834116190507]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/pin-project-internal-38c901a6fcd08045/dep-lib-pin_project_internal","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/pin-project-lite-49c22181e3d99132/dep-lib-pin_project_lite b/target/debug/.fingerprint/pin-project-lite-49c22181e3d99132/dep-lib-pin_project_lite new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/pin-project-lite-49c22181e3d99132/dep-lib-pin_project_lite differ diff --git a/target/debug/.fingerprint/pin-project-lite-49c22181e3d99132/invoked.timestamp b/target/debug/.fingerprint/pin-project-lite-49c22181e3d99132/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/pin-project-lite-49c22181e3d99132/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/pin-project-lite-49c22181e3d99132/lib-pin_project_lite b/target/debug/.fingerprint/pin-project-lite-49c22181e3d99132/lib-pin_project_lite new file mode 100644 index 0000000..8e365a7 --- /dev/null +++ b/target/debug/.fingerprint/pin-project-lite-49c22181e3d99132/lib-pin_project_lite @@ -0,0 +1 @@ +f67ad0ebe76d8cdf \ No newline at end of file diff --git a/target/debug/.fingerprint/pin-project-lite-49c22181e3d99132/lib-pin_project_lite.json b/target/debug/.fingerprint/pin-project-lite-49c22181e3d99132/lib-pin_project_lite.json new file mode 100644 index 0000000..1a02db0 --- /dev/null +++ b/target/debug/.fingerprint/pin-project-lite-49c22181e3d99132/lib-pin_project_lite.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":7529200858990304138,"profile":11945150978823367295,"path":9155690798596707445,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/pin-project-lite-49c22181e3d99132/dep-lib-pin_project_lite","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/pin-project-lite-4cf324a5c0deafe6/dep-lib-pin_project_lite b/target/debug/.fingerprint/pin-project-lite-4cf324a5c0deafe6/dep-lib-pin_project_lite new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/pin-project-lite-4cf324a5c0deafe6/dep-lib-pin_project_lite differ diff --git a/target/debug/.fingerprint/pin-project-lite-4cf324a5c0deafe6/invoked.timestamp b/target/debug/.fingerprint/pin-project-lite-4cf324a5c0deafe6/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/pin-project-lite-4cf324a5c0deafe6/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/pin-project-lite-4cf324a5c0deafe6/lib-pin_project_lite b/target/debug/.fingerprint/pin-project-lite-4cf324a5c0deafe6/lib-pin_project_lite new file mode 100644 index 0000000..cfa4001 --- /dev/null +++ b/target/debug/.fingerprint/pin-project-lite-4cf324a5c0deafe6/lib-pin_project_lite @@ -0,0 +1 @@ +3c484668d294606d \ No newline at end of file diff --git a/target/debug/.fingerprint/pin-project-lite-4cf324a5c0deafe6/lib-pin_project_lite.json b/target/debug/.fingerprint/pin-project-lite-4cf324a5c0deafe6/lib-pin_project_lite.json new file mode 100644 index 0000000..7e42832 --- /dev/null +++ b/target/debug/.fingerprint/pin-project-lite-4cf324a5c0deafe6/lib-pin_project_lite.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":7529200858990304138,"profile":12538736310052672230,"path":9155690798596707445,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/pin-project-lite-4cf324a5c0deafe6/dep-lib-pin_project_lite","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/pin-utils-5072515886eff5e9/dep-lib-pin_utils b/target/debug/.fingerprint/pin-utils-5072515886eff5e9/dep-lib-pin_utils new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/pin-utils-5072515886eff5e9/dep-lib-pin_utils differ diff --git a/target/debug/.fingerprint/pin-utils-5072515886eff5e9/invoked.timestamp b/target/debug/.fingerprint/pin-utils-5072515886eff5e9/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/pin-utils-5072515886eff5e9/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/pin-utils-5072515886eff5e9/lib-pin_utils b/target/debug/.fingerprint/pin-utils-5072515886eff5e9/lib-pin_utils new file mode 100644 index 0000000..f1299b0 --- /dev/null +++ b/target/debug/.fingerprint/pin-utils-5072515886eff5e9/lib-pin_utils @@ -0,0 +1 @@ +e956572bb4f35da6 \ No newline at end of file diff --git a/target/debug/.fingerprint/pin-utils-5072515886eff5e9/lib-pin_utils.json b/target/debug/.fingerprint/pin-utils-5072515886eff5e9/lib-pin_utils.json new file mode 100644 index 0000000..1e384b7 --- /dev/null +++ b/target/debug/.fingerprint/pin-utils-5072515886eff5e9/lib-pin_utils.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":6142422912982997569,"profile":2241668132362809309,"path":3083080836507766354,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/pin-utils-5072515886eff5e9/dep-lib-pin_utils","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/pin-utils-6d69cc6efff583cd/dep-lib-pin_utils b/target/debug/.fingerprint/pin-utils-6d69cc6efff583cd/dep-lib-pin_utils new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/pin-utils-6d69cc6efff583cd/dep-lib-pin_utils differ diff --git a/target/debug/.fingerprint/pin-utils-6d69cc6efff583cd/invoked.timestamp b/target/debug/.fingerprint/pin-utils-6d69cc6efff583cd/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/pin-utils-6d69cc6efff583cd/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/pin-utils-6d69cc6efff583cd/lib-pin_utils b/target/debug/.fingerprint/pin-utils-6d69cc6efff583cd/lib-pin_utils new file mode 100644 index 0000000..0c9c651 --- /dev/null +++ b/target/debug/.fingerprint/pin-utils-6d69cc6efff583cd/lib-pin_utils @@ -0,0 +1 @@ +4e936d5f9215c372 \ No newline at end of file diff --git a/target/debug/.fingerprint/pin-utils-6d69cc6efff583cd/lib-pin_utils.json b/target/debug/.fingerprint/pin-utils-6d69cc6efff583cd/lib-pin_utils.json new file mode 100644 index 0000000..957a16e --- /dev/null +++ b/target/debug/.fingerprint/pin-utils-6d69cc6efff583cd/lib-pin_utils.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":6142422912982997569,"profile":2225463790103693989,"path":3083080836507766354,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/pin-utils-6d69cc6efff583cd/dep-lib-pin_utils","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/pkg-config-f6783222fab12a6c/dep-lib-pkg_config b/target/debug/.fingerprint/pkg-config-f6783222fab12a6c/dep-lib-pkg_config new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/pkg-config-f6783222fab12a6c/dep-lib-pkg_config differ diff --git a/target/debug/.fingerprint/pkg-config-f6783222fab12a6c/invoked.timestamp b/target/debug/.fingerprint/pkg-config-f6783222fab12a6c/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/pkg-config-f6783222fab12a6c/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/pkg-config-f6783222fab12a6c/lib-pkg_config b/target/debug/.fingerprint/pkg-config-f6783222fab12a6c/lib-pkg_config new file mode 100644 index 0000000..47d308e --- /dev/null +++ b/target/debug/.fingerprint/pkg-config-f6783222fab12a6c/lib-pkg_config @@ -0,0 +1 @@ +7385c863a574ca0a \ No newline at end of file diff --git a/target/debug/.fingerprint/pkg-config-f6783222fab12a6c/lib-pkg_config.json b/target/debug/.fingerprint/pkg-config-f6783222fab12a6c/lib-pkg_config.json new file mode 100644 index 0000000..645bf19 --- /dev/null +++ b/target/debug/.fingerprint/pkg-config-f6783222fab12a6c/lib-pkg_config.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":4588055084852603002,"profile":2225463790103693989,"path":692429345126190781,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/pkg-config-f6783222fab12a6c/dep-lib-pkg_config","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/polling-cca0162a6e593ce8/dep-lib-polling b/target/debug/.fingerprint/polling-cca0162a6e593ce8/dep-lib-polling new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/polling-cca0162a6e593ce8/dep-lib-polling differ diff --git a/target/debug/.fingerprint/polling-cca0162a6e593ce8/invoked.timestamp b/target/debug/.fingerprint/polling-cca0162a6e593ce8/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/polling-cca0162a6e593ce8/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/polling-cca0162a6e593ce8/lib-polling b/target/debug/.fingerprint/polling-cca0162a6e593ce8/lib-polling new file mode 100644 index 0000000..5eb991f --- /dev/null +++ b/target/debug/.fingerprint/polling-cca0162a6e593ce8/lib-polling @@ -0,0 +1 @@ +ee054189b92aeee7 \ No newline at end of file diff --git a/target/debug/.fingerprint/polling-cca0162a6e593ce8/lib-polling.json b/target/debug/.fingerprint/polling-cca0162a6e593ce8/lib-polling.json new file mode 100644 index 0000000..894908f --- /dev/null +++ b/target/debug/.fingerprint/polling-cca0162a6e593ce8/lib-polling.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"tracing\"]","target":13930968428683469001,"profile":10148899848981713100,"path":16981594878306141886,"deps":[[7667230146095136825,"cfg_if",false,5245324944763812973],[18377328279789821306,"rustix",false,11625492491161462724]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/polling-cca0162a6e593ce8/dep-lib-polling","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/potential_utf-3a8bd485eafac587/dep-lib-potential_utf b/target/debug/.fingerprint/potential_utf-3a8bd485eafac587/dep-lib-potential_utf new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/potential_utf-3a8bd485eafac587/dep-lib-potential_utf differ diff --git a/target/debug/.fingerprint/potential_utf-3a8bd485eafac587/invoked.timestamp b/target/debug/.fingerprint/potential_utf-3a8bd485eafac587/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/potential_utf-3a8bd485eafac587/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/potential_utf-3a8bd485eafac587/lib-potential_utf b/target/debug/.fingerprint/potential_utf-3a8bd485eafac587/lib-potential_utf new file mode 100644 index 0000000..fcd6540 --- /dev/null +++ b/target/debug/.fingerprint/potential_utf-3a8bd485eafac587/lib-potential_utf @@ -0,0 +1 @@ +17fc495e63b6a5f1 \ No newline at end of file diff --git a/target/debug/.fingerprint/potential_utf-3a8bd485eafac587/lib-potential_utf.json b/target/debug/.fingerprint/potential_utf-3a8bd485eafac587/lib-potential_utf.json new file mode 100644 index 0000000..a714750 --- /dev/null +++ b/target/debug/.fingerprint/potential_utf-3a8bd485eafac587/lib-potential_utf.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"zerovec\"]","declared_features":"[\"alloc\", \"databake\", \"default\", \"serde\", \"writeable\", \"zerovec\"]","target":16089386906944150126,"profile":2241668132362809309,"path":11102433265743834638,"deps":[[14563910249377136032,"zerovec",false,15275082362671581060]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/potential_utf-3a8bd485eafac587/dep-lib-potential_utf","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/potential_utf-ac0a17e46e4d1014/dep-lib-potential_utf b/target/debug/.fingerprint/potential_utf-ac0a17e46e4d1014/dep-lib-potential_utf new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/potential_utf-ac0a17e46e4d1014/dep-lib-potential_utf differ diff --git a/target/debug/.fingerprint/potential_utf-ac0a17e46e4d1014/invoked.timestamp b/target/debug/.fingerprint/potential_utf-ac0a17e46e4d1014/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/potential_utf-ac0a17e46e4d1014/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/potential_utf-ac0a17e46e4d1014/lib-potential_utf b/target/debug/.fingerprint/potential_utf-ac0a17e46e4d1014/lib-potential_utf new file mode 100644 index 0000000..96b9e50 --- /dev/null +++ b/target/debug/.fingerprint/potential_utf-ac0a17e46e4d1014/lib-potential_utf @@ -0,0 +1 @@ +5b1031ab7dead01a \ No newline at end of file diff --git a/target/debug/.fingerprint/potential_utf-ac0a17e46e4d1014/lib-potential_utf.json b/target/debug/.fingerprint/potential_utf-ac0a17e46e4d1014/lib-potential_utf.json new file mode 100644 index 0000000..e1879fd --- /dev/null +++ b/target/debug/.fingerprint/potential_utf-ac0a17e46e4d1014/lib-potential_utf.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"zerovec\"]","declared_features":"[\"alloc\", \"databake\", \"default\", \"serde\", \"writeable\", \"zerovec\"]","target":16089386906944150126,"profile":2225463790103693989,"path":11102433265743834638,"deps":[[14563910249377136032,"zerovec",false,2382413400909459277]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/potential_utf-ac0a17e46e4d1014/dep-lib-potential_utf","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/powerfmt-278c2f20b8431963/dep-lib-powerfmt b/target/debug/.fingerprint/powerfmt-278c2f20b8431963/dep-lib-powerfmt new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/powerfmt-278c2f20b8431963/dep-lib-powerfmt differ diff --git a/target/debug/.fingerprint/powerfmt-278c2f20b8431963/invoked.timestamp b/target/debug/.fingerprint/powerfmt-278c2f20b8431963/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/powerfmt-278c2f20b8431963/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/powerfmt-278c2f20b8431963/lib-powerfmt b/target/debug/.fingerprint/powerfmt-278c2f20b8431963/lib-powerfmt new file mode 100644 index 0000000..a3f85a0 --- /dev/null +++ b/target/debug/.fingerprint/powerfmt-278c2f20b8431963/lib-powerfmt @@ -0,0 +1 @@ +eaa3cb10a1058e5f \ No newline at end of file diff --git a/target/debug/.fingerprint/powerfmt-278c2f20b8431963/lib-powerfmt.json b/target/debug/.fingerprint/powerfmt-278c2f20b8431963/lib-powerfmt.json new file mode 100644 index 0000000..ef85ef1 --- /dev/null +++ b/target/debug/.fingerprint/powerfmt-278c2f20b8431963/lib-powerfmt.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"alloc\", \"default\", \"macros\", \"std\"]","target":3190409771209632544,"profile":2241668132362809309,"path":857544395478062601,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/powerfmt-278c2f20b8431963/dep-lib-powerfmt","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/ppv-lite86-55d6e69b5f542a40/dep-lib-ppv_lite86 b/target/debug/.fingerprint/ppv-lite86-55d6e69b5f542a40/dep-lib-ppv_lite86 new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/ppv-lite86-55d6e69b5f542a40/dep-lib-ppv_lite86 differ diff --git a/target/debug/.fingerprint/ppv-lite86-55d6e69b5f542a40/invoked.timestamp b/target/debug/.fingerprint/ppv-lite86-55d6e69b5f542a40/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/ppv-lite86-55d6e69b5f542a40/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/ppv-lite86-55d6e69b5f542a40/lib-ppv_lite86 b/target/debug/.fingerprint/ppv-lite86-55d6e69b5f542a40/lib-ppv_lite86 new file mode 100644 index 0000000..b3c38e6 --- /dev/null +++ b/target/debug/.fingerprint/ppv-lite86-55d6e69b5f542a40/lib-ppv_lite86 @@ -0,0 +1 @@ +ed3256c75eb4bdbc \ No newline at end of file diff --git a/target/debug/.fingerprint/ppv-lite86-55d6e69b5f542a40/lib-ppv_lite86.json b/target/debug/.fingerprint/ppv-lite86-55d6e69b5f542a40/lib-ppv_lite86.json new file mode 100644 index 0000000..a872cef --- /dev/null +++ b/target/debug/.fingerprint/ppv-lite86-55d6e69b5f542a40/lib-ppv_lite86.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"simd\", \"std\"]","declared_features":"[\"default\", \"no_simd\", \"simd\", \"std\"]","target":2607852365283500179,"profile":2225463790103693989,"path":16459951351241742688,"deps":[[5021626027629172000,"zerocopy",false,3482815193917463748]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/ppv-lite86-55d6e69b5f542a40/dep-lib-ppv_lite86","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/ppv-lite86-9d90a5c81f7d9b6d/dep-lib-ppv_lite86 b/target/debug/.fingerprint/ppv-lite86-9d90a5c81f7d9b6d/dep-lib-ppv_lite86 new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/ppv-lite86-9d90a5c81f7d9b6d/dep-lib-ppv_lite86 differ diff --git a/target/debug/.fingerprint/ppv-lite86-9d90a5c81f7d9b6d/invoked.timestamp b/target/debug/.fingerprint/ppv-lite86-9d90a5c81f7d9b6d/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/ppv-lite86-9d90a5c81f7d9b6d/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/ppv-lite86-9d90a5c81f7d9b6d/lib-ppv_lite86 b/target/debug/.fingerprint/ppv-lite86-9d90a5c81f7d9b6d/lib-ppv_lite86 new file mode 100644 index 0000000..d6547d1 --- /dev/null +++ b/target/debug/.fingerprint/ppv-lite86-9d90a5c81f7d9b6d/lib-ppv_lite86 @@ -0,0 +1 @@ +de5c69cde6f84d7f \ No newline at end of file diff --git a/target/debug/.fingerprint/ppv-lite86-9d90a5c81f7d9b6d/lib-ppv_lite86.json b/target/debug/.fingerprint/ppv-lite86-9d90a5c81f7d9b6d/lib-ppv_lite86.json new file mode 100644 index 0000000..f44e355 --- /dev/null +++ b/target/debug/.fingerprint/ppv-lite86-9d90a5c81f7d9b6d/lib-ppv_lite86.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"simd\", \"std\"]","declared_features":"[\"default\", \"no_simd\", \"simd\", \"std\"]","target":2607852365283500179,"profile":2241668132362809309,"path":16459951351241742688,"deps":[[5021626027629172000,"zerocopy",false,646662152770866833]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/ppv-lite86-9d90a5c81f7d9b6d/dep-lib-ppv_lite86","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/proc-macro-crate-fc657bc711779d40/dep-lib-proc_macro_crate b/target/debug/.fingerprint/proc-macro-crate-fc657bc711779d40/dep-lib-proc_macro_crate new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/proc-macro-crate-fc657bc711779d40/dep-lib-proc_macro_crate differ diff --git a/target/debug/.fingerprint/proc-macro-crate-fc657bc711779d40/invoked.timestamp b/target/debug/.fingerprint/proc-macro-crate-fc657bc711779d40/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/proc-macro-crate-fc657bc711779d40/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/proc-macro-crate-fc657bc711779d40/lib-proc_macro_crate b/target/debug/.fingerprint/proc-macro-crate-fc657bc711779d40/lib-proc_macro_crate new file mode 100644 index 0000000..1552fc4 --- /dev/null +++ b/target/debug/.fingerprint/proc-macro-crate-fc657bc711779d40/lib-proc_macro_crate @@ -0,0 +1 @@ +1880b1992235c781 \ No newline at end of file diff --git a/target/debug/.fingerprint/proc-macro-crate-fc657bc711779d40/lib-proc_macro_crate.json b/target/debug/.fingerprint/proc-macro-crate-fc657bc711779d40/lib-proc_macro_crate.json new file mode 100644 index 0000000..d19cb6a --- /dev/null +++ b/target/debug/.fingerprint/proc-macro-crate-fc657bc711779d40/lib-proc_macro_crate.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":5476236772333675263,"profile":2225463790103693989,"path":15159651936675921018,"deps":[[5845786823809824966,"toml_edit",false,14161870232537234566]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/proc-macro-crate-fc657bc711779d40/dep-lib-proc_macro_crate","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/proc-macro-error-8f6bb1cad2f62144/run-build-script-build-script-build b/target/debug/.fingerprint/proc-macro-error-8f6bb1cad2f62144/run-build-script-build-script-build new file mode 100644 index 0000000..eac6ead --- /dev/null +++ b/target/debug/.fingerprint/proc-macro-error-8f6bb1cad2f62144/run-build-script-build-script-build @@ -0,0 +1 @@ +ae5d521d53896799 \ No newline at end of file diff --git a/target/debug/.fingerprint/proc-macro-error-8f6bb1cad2f62144/run-build-script-build-script-build.json b/target/debug/.fingerprint/proc-macro-error-8f6bb1cad2f62144/run-build-script-build-script-build.json new file mode 100644 index 0000000..515a32e --- /dev/null +++ b/target/debug/.fingerprint/proc-macro-error-8f6bb1cad2f62144/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[248545985466586061,"build_script_build",false,338320933498461494]],"local":[{"Precalculated":"1.0.4"}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/proc-macro-error-attr-5dedb5f6a0fa002e/build-script-build-script-build b/target/debug/.fingerprint/proc-macro-error-attr-5dedb5f6a0fa002e/build-script-build-script-build new file mode 100644 index 0000000..57a5558 --- /dev/null +++ b/target/debug/.fingerprint/proc-macro-error-attr-5dedb5f6a0fa002e/build-script-build-script-build @@ -0,0 +1 @@ +ad91128f1312a5f6 \ No newline at end of file diff --git a/target/debug/.fingerprint/proc-macro-error-attr-5dedb5f6a0fa002e/build-script-build-script-build.json b/target/debug/.fingerprint/proc-macro-error-attr-5dedb5f6a0fa002e/build-script-build-script-build.json new file mode 100644 index 0000000..7eaf8b4 --- /dev/null +++ b/target/debug/.fingerprint/proc-macro-error-attr-5dedb5f6a0fa002e/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":17883862002600103897,"profile":2225463790103693989,"path":7962202490004214852,"deps":[[5398981501050481332,"version_check",false,12289091907312969087]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/proc-macro-error-attr-5dedb5f6a0fa002e/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/proc-macro-error-attr-5dedb5f6a0fa002e/dep-build-script-build-script-build b/target/debug/.fingerprint/proc-macro-error-attr-5dedb5f6a0fa002e/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/proc-macro-error-attr-5dedb5f6a0fa002e/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/proc-macro-error-attr-5dedb5f6a0fa002e/invoked.timestamp b/target/debug/.fingerprint/proc-macro-error-attr-5dedb5f6a0fa002e/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/proc-macro-error-attr-5dedb5f6a0fa002e/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/proc-macro-error-attr-7a0d35bb0f975e0f/dep-lib-proc_macro_error_attr b/target/debug/.fingerprint/proc-macro-error-attr-7a0d35bb0f975e0f/dep-lib-proc_macro_error_attr new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/proc-macro-error-attr-7a0d35bb0f975e0f/dep-lib-proc_macro_error_attr differ diff --git a/target/debug/.fingerprint/proc-macro-error-attr-7a0d35bb0f975e0f/invoked.timestamp b/target/debug/.fingerprint/proc-macro-error-attr-7a0d35bb0f975e0f/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/proc-macro-error-attr-7a0d35bb0f975e0f/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/proc-macro-error-attr-7a0d35bb0f975e0f/lib-proc_macro_error_attr b/target/debug/.fingerprint/proc-macro-error-attr-7a0d35bb0f975e0f/lib-proc_macro_error_attr new file mode 100644 index 0000000..76fee16 --- /dev/null +++ b/target/debug/.fingerprint/proc-macro-error-attr-7a0d35bb0f975e0f/lib-proc_macro_error_attr @@ -0,0 +1 @@ +856f884cc0d4773f \ No newline at end of file diff --git a/target/debug/.fingerprint/proc-macro-error-attr-7a0d35bb0f975e0f/lib-proc_macro_error_attr.json b/target/debug/.fingerprint/proc-macro-error-attr-7a0d35bb0f975e0f/lib-proc_macro_error_attr.json new file mode 100644 index 0000000..b6f08e7 --- /dev/null +++ b/target/debug/.fingerprint/proc-macro-error-attr-7a0d35bb0f975e0f/lib-proc_macro_error_attr.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":14043150936214373346,"profile":2225463790103693989,"path":2368641132080220901,"deps":[[4289358735036141001,"proc_macro2",false,11907438208124547768],[6100504282945712449,"quote",false,15556484999302306747],[13209791967043973211,"build_script_build",false,10741925444699155159]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/proc-macro-error-attr-7a0d35bb0f975e0f/dep-lib-proc_macro_error_attr","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/proc-macro-error-attr-fd19209c4c2dd960/run-build-script-build-script-build b/target/debug/.fingerprint/proc-macro-error-attr-fd19209c4c2dd960/run-build-script-build-script-build new file mode 100644 index 0000000..b316131 --- /dev/null +++ b/target/debug/.fingerprint/proc-macro-error-attr-fd19209c4c2dd960/run-build-script-build-script-build @@ -0,0 +1 @@ +d7ea055f47fc1295 \ No newline at end of file diff --git a/target/debug/.fingerprint/proc-macro-error-attr-fd19209c4c2dd960/run-build-script-build-script-build.json b/target/debug/.fingerprint/proc-macro-error-attr-fd19209c4c2dd960/run-build-script-build-script-build.json new file mode 100644 index 0000000..9eb9960 --- /dev/null +++ b/target/debug/.fingerprint/proc-macro-error-attr-fd19209c4c2dd960/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[13209791967043973211,"build_script_build",false,17772631379701567917]],"local":[{"Precalculated":"1.0.4"}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/proc-macro-error-fae4500100368d20/dep-lib-proc_macro_error b/target/debug/.fingerprint/proc-macro-error-fae4500100368d20/dep-lib-proc_macro_error new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/proc-macro-error-fae4500100368d20/dep-lib-proc_macro_error differ diff --git a/target/debug/.fingerprint/proc-macro-error-fae4500100368d20/invoked.timestamp b/target/debug/.fingerprint/proc-macro-error-fae4500100368d20/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/proc-macro-error-fae4500100368d20/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/proc-macro-error-fae4500100368d20/lib-proc_macro_error b/target/debug/.fingerprint/proc-macro-error-fae4500100368d20/lib-proc_macro_error new file mode 100644 index 0000000..69424b1 --- /dev/null +++ b/target/debug/.fingerprint/proc-macro-error-fae4500100368d20/lib-proc_macro_error @@ -0,0 +1 @@ +1d84e36cf2caba8d \ No newline at end of file diff --git a/target/debug/.fingerprint/proc-macro-error-fae4500100368d20/lib-proc_macro_error.json b/target/debug/.fingerprint/proc-macro-error-fae4500100368d20/lib-proc_macro_error.json new file mode 100644 index 0000000..ce10ba8 --- /dev/null +++ b/target/debug/.fingerprint/proc-macro-error-fae4500100368d20/lib-proc_macro_error.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"syn\", \"syn-error\"]","declared_features":"[\"default\", \"syn\", \"syn-error\"]","target":16604190203712890024,"profile":2225463790103693989,"path":10319625300240135172,"deps":[[248545985466586061,"build_script_build",false,11053954800471399854],[2713742371683562785,"syn",false,11179930942557704158],[4289358735036141001,"proc_macro2",false,11907438208124547768],[6100504282945712449,"quote",false,15556484999302306747],[13209791967043973211,"proc_macro_error_attr",false,4573357869000847237]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/proc-macro-error-fae4500100368d20/dep-lib-proc_macro_error","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/proc-macro-error-fb53a1b694a56186/build-script-build-script-build b/target/debug/.fingerprint/proc-macro-error-fb53a1b694a56186/build-script-build-script-build new file mode 100644 index 0000000..0880d5d --- /dev/null +++ b/target/debug/.fingerprint/proc-macro-error-fb53a1b694a56186/build-script-build-script-build @@ -0,0 +1 @@ +361d41b518f5b104 \ No newline at end of file diff --git a/target/debug/.fingerprint/proc-macro-error-fb53a1b694a56186/build-script-build-script-build.json b/target/debug/.fingerprint/proc-macro-error-fb53a1b694a56186/build-script-build-script-build.json new file mode 100644 index 0000000..398bcfa --- /dev/null +++ b/target/debug/.fingerprint/proc-macro-error-fb53a1b694a56186/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"syn\", \"syn-error\"]","declared_features":"[\"default\", \"syn\", \"syn-error\"]","target":17883862002600103897,"profile":2225463790103693989,"path":12462082436100774790,"deps":[[5398981501050481332,"version_check",false,12289091907312969087]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/proc-macro-error-fb53a1b694a56186/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/proc-macro-error-fb53a1b694a56186/dep-build-script-build-script-build b/target/debug/.fingerprint/proc-macro-error-fb53a1b694a56186/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/proc-macro-error-fb53a1b694a56186/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/proc-macro-error-fb53a1b694a56186/invoked.timestamp b/target/debug/.fingerprint/proc-macro-error-fb53a1b694a56186/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/proc-macro-error-fb53a1b694a56186/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/proc-macro2-193e285dcc05aa6e/dep-lib-proc_macro2 b/target/debug/.fingerprint/proc-macro2-193e285dcc05aa6e/dep-lib-proc_macro2 new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/proc-macro2-193e285dcc05aa6e/dep-lib-proc_macro2 differ diff --git a/target/debug/.fingerprint/proc-macro2-193e285dcc05aa6e/invoked.timestamp b/target/debug/.fingerprint/proc-macro2-193e285dcc05aa6e/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/proc-macro2-193e285dcc05aa6e/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/proc-macro2-193e285dcc05aa6e/lib-proc_macro2 b/target/debug/.fingerprint/proc-macro2-193e285dcc05aa6e/lib-proc_macro2 new file mode 100644 index 0000000..2f11b20 --- /dev/null +++ b/target/debug/.fingerprint/proc-macro2-193e285dcc05aa6e/lib-proc_macro2 @@ -0,0 +1 @@ +b8722d44f6b73fa5 \ No newline at end of file diff --git a/target/debug/.fingerprint/proc-macro2-193e285dcc05aa6e/lib-proc_macro2.json b/target/debug/.fingerprint/proc-macro2-193e285dcc05aa6e/lib-proc_macro2.json new file mode 100644 index 0000000..cab4b25 --- /dev/null +++ b/target/debug/.fingerprint/proc-macro2-193e285dcc05aa6e/lib-proc_macro2.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"proc-macro\", \"span-locations\"]","declared_features":"[\"default\", \"nightly\", \"proc-macro\", \"span-locations\"]","target":369203346396300798,"profile":2225463790103693989,"path":15715839356579611700,"deps":[[1548027836057496652,"unicode_ident",false,13266866413244710776],[4289358735036141001,"build_script_build",false,3973638076419181068]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/proc-macro2-193e285dcc05aa6e/dep-lib-proc_macro2","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/proc-macro2-32ed88ed09d504c2/build-script-build-script-build b/target/debug/.fingerprint/proc-macro2-32ed88ed09d504c2/build-script-build-script-build new file mode 100644 index 0000000..4bb624f --- /dev/null +++ b/target/debug/.fingerprint/proc-macro2-32ed88ed09d504c2/build-script-build-script-build @@ -0,0 +1 @@ +8d92f8d9e4417e77 \ No newline at end of file diff --git a/target/debug/.fingerprint/proc-macro2-32ed88ed09d504c2/build-script-build-script-build.json b/target/debug/.fingerprint/proc-macro2-32ed88ed09d504c2/build-script-build-script-build.json new file mode 100644 index 0000000..b3f0c29 --- /dev/null +++ b/target/debug/.fingerprint/proc-macro2-32ed88ed09d504c2/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"proc-macro\", \"span-locations\"]","declared_features":"[\"default\", \"nightly\", \"proc-macro\", \"span-locations\"]","target":5408242616063297496,"profile":2225463790103693989,"path":15532557092281347410,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/proc-macro2-32ed88ed09d504c2/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/proc-macro2-32ed88ed09d504c2/dep-build-script-build-script-build b/target/debug/.fingerprint/proc-macro2-32ed88ed09d504c2/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/proc-macro2-32ed88ed09d504c2/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/proc-macro2-32ed88ed09d504c2/invoked.timestamp b/target/debug/.fingerprint/proc-macro2-32ed88ed09d504c2/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/proc-macro2-32ed88ed09d504c2/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/proc-macro2-6784bb2c62a952f2/run-build-script-build-script-build b/target/debug/.fingerprint/proc-macro2-6784bb2c62a952f2/run-build-script-build-script-build new file mode 100644 index 0000000..fffa207 --- /dev/null +++ b/target/debug/.fingerprint/proc-macro2-6784bb2c62a952f2/run-build-script-build-script-build @@ -0,0 +1 @@ +0c8aeefac6322537 \ No newline at end of file diff --git a/target/debug/.fingerprint/proc-macro2-6784bb2c62a952f2/run-build-script-build-script-build.json b/target/debug/.fingerprint/proc-macro2-6784bb2c62a952f2/run-build-script-build-script-build.json new file mode 100644 index 0000000..c3347ce --- /dev/null +++ b/target/debug/.fingerprint/proc-macro2-6784bb2c62a952f2/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[4289358735036141001,"build_script_build",false,8610391988744262285]],"local":[{"RerunIfChanged":{"output":"debug/build/proc-macro2-6784bb2c62a952f2/output","paths":["src/probe/proc_macro_span.rs","src/probe/proc_macro_span_location.rs","src/probe/proc_macro_span_file.rs"]}},{"RerunIfEnvChanged":{"var":"RUSTC_BOOTSTRAP","val":null}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/proc-macro2-69a4eb78e76008d0/dep-lib-proc_macro2 b/target/debug/.fingerprint/proc-macro2-69a4eb78e76008d0/dep-lib-proc_macro2 new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/proc-macro2-69a4eb78e76008d0/dep-lib-proc_macro2 differ diff --git a/target/debug/.fingerprint/proc-macro2-69a4eb78e76008d0/invoked.timestamp b/target/debug/.fingerprint/proc-macro2-69a4eb78e76008d0/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/proc-macro2-69a4eb78e76008d0/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/proc-macro2-69a4eb78e76008d0/lib-proc_macro2 b/target/debug/.fingerprint/proc-macro2-69a4eb78e76008d0/lib-proc_macro2 new file mode 100644 index 0000000..396f949 --- /dev/null +++ b/target/debug/.fingerprint/proc-macro2-69a4eb78e76008d0/lib-proc_macro2 @@ -0,0 +1 @@ +18a9cf63a45eee37 \ No newline at end of file diff --git a/target/debug/.fingerprint/proc-macro2-69a4eb78e76008d0/lib-proc_macro2.json b/target/debug/.fingerprint/proc-macro2-69a4eb78e76008d0/lib-proc_macro2.json new file mode 100644 index 0000000..e55dc1a --- /dev/null +++ b/target/debug/.fingerprint/proc-macro2-69a4eb78e76008d0/lib-proc_macro2.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"proc-macro\", \"span-locations\"]","declared_features":"[\"default\", \"nightly\", \"proc-macro\", \"span-locations\"]","target":369203346396300798,"profile":2241668132362809309,"path":15715839356579611700,"deps":[[1548027836057496652,"unicode_ident",false,3532407157109608449],[4289358735036141001,"build_script_build",false,3973638076419181068]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/proc-macro2-69a4eb78e76008d0/dep-lib-proc_macro2","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/prost-7a567ab2827e84b4/dep-lib-prost b/target/debug/.fingerprint/prost-7a567ab2827e84b4/dep-lib-prost new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/prost-7a567ab2827e84b4/dep-lib-prost differ diff --git a/target/debug/.fingerprint/prost-7a567ab2827e84b4/invoked.timestamp b/target/debug/.fingerprint/prost-7a567ab2827e84b4/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/prost-7a567ab2827e84b4/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/prost-7a567ab2827e84b4/lib-prost b/target/debug/.fingerprint/prost-7a567ab2827e84b4/lib-prost new file mode 100644 index 0000000..f590ebe --- /dev/null +++ b/target/debug/.fingerprint/prost-7a567ab2827e84b4/lib-prost @@ -0,0 +1 @@ +3ad963e773e1e7a7 \ No newline at end of file diff --git a/target/debug/.fingerprint/prost-7a567ab2827e84b4/lib-prost.json b/target/debug/.fingerprint/prost-7a567ab2827e84b4/lib-prost.json new file mode 100644 index 0000000..3411ed6 --- /dev/null +++ b/target/debug/.fingerprint/prost-7a567ab2827e84b4/lib-prost.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"derive\", \"std\"]","declared_features":"[\"default\", \"derive\", \"no-recursion-limit\", \"prost-derive\", \"std\"]","target":11120345844330190324,"profile":2241668132362809309,"path":16411538760244319084,"deps":[[6355489020061627772,"bytes",false,5202919556575344190],[12597396490863292969,"prost_derive",false,7361291154657214904]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/prost-7a567ab2827e84b4/dep-lib-prost","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/prost-derive-f6d09d8a164c5a0a/dep-lib-prost_derive b/target/debug/.fingerprint/prost-derive-f6d09d8a164c5a0a/dep-lib-prost_derive new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/prost-derive-f6d09d8a164c5a0a/dep-lib-prost_derive differ diff --git a/target/debug/.fingerprint/prost-derive-f6d09d8a164c5a0a/invoked.timestamp b/target/debug/.fingerprint/prost-derive-f6d09d8a164c5a0a/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/prost-derive-f6d09d8a164c5a0a/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/prost-derive-f6d09d8a164c5a0a/lib-prost_derive b/target/debug/.fingerprint/prost-derive-f6d09d8a164c5a0a/lib-prost_derive new file mode 100644 index 0000000..76d8447 --- /dev/null +++ b/target/debug/.fingerprint/prost-derive-f6d09d8a164c5a0a/lib-prost_derive @@ -0,0 +1 @@ +b88191a94d8f2866 \ No newline at end of file diff --git a/target/debug/.fingerprint/prost-derive-f6d09d8a164c5a0a/lib-prost_derive.json b/target/debug/.fingerprint/prost-derive-f6d09d8a164c5a0a/lib-prost_derive.json new file mode 100644 index 0000000..0df0d29 --- /dev/null +++ b/target/debug/.fingerprint/prost-derive-f6d09d8a164c5a0a/lib-prost_derive.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":15271409881757698411,"profile":2225463790103693989,"path":13555298602744368770,"deps":[[1852463361802237065,"anyhow",false,14431835183352264167],[4289358735036141001,"proc_macro2",false,11907438208124547768],[6100504282945712449,"quote",false,15556484999302306747],[6490058671768129134,"syn",false,13449399834116190507],[14931062873021150766,"itertools",false,11284317462494575253]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/prost-derive-f6d09d8a164c5a0a/dep-lib-prost_derive","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/quote-03f50ba57a10a480/build-script-build-script-build b/target/debug/.fingerprint/quote-03f50ba57a10a480/build-script-build-script-build new file mode 100644 index 0000000..a70d53a --- /dev/null +++ b/target/debug/.fingerprint/quote-03f50ba57a10a480/build-script-build-script-build @@ -0,0 +1 @@ +1376124fe77267e3 \ No newline at end of file diff --git a/target/debug/.fingerprint/quote-03f50ba57a10a480/build-script-build-script-build.json b/target/debug/.fingerprint/quote-03f50ba57a10a480/build-script-build-script-build.json new file mode 100644 index 0000000..6daa9f7 --- /dev/null +++ b/target/debug/.fingerprint/quote-03f50ba57a10a480/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"proc-macro\"]","declared_features":"[\"default\", \"proc-macro\"]","target":5408242616063297496,"profile":2225463790103693989,"path":7197095051498079688,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/quote-03f50ba57a10a480/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/quote-03f50ba57a10a480/dep-build-script-build-script-build b/target/debug/.fingerprint/quote-03f50ba57a10a480/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/quote-03f50ba57a10a480/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/quote-03f50ba57a10a480/invoked.timestamp b/target/debug/.fingerprint/quote-03f50ba57a10a480/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/quote-03f50ba57a10a480/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/quote-80bd4278a2328f87/dep-lib-quote b/target/debug/.fingerprint/quote-80bd4278a2328f87/dep-lib-quote new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/quote-80bd4278a2328f87/dep-lib-quote differ diff --git a/target/debug/.fingerprint/quote-80bd4278a2328f87/invoked.timestamp b/target/debug/.fingerprint/quote-80bd4278a2328f87/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/quote-80bd4278a2328f87/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/quote-80bd4278a2328f87/lib-quote b/target/debug/.fingerprint/quote-80bd4278a2328f87/lib-quote new file mode 100644 index 0000000..4f95f86 --- /dev/null +++ b/target/debug/.fingerprint/quote-80bd4278a2328f87/lib-quote @@ -0,0 +1 @@ +bb5b1b61afbce3d7 \ No newline at end of file diff --git a/target/debug/.fingerprint/quote-80bd4278a2328f87/lib-quote.json b/target/debug/.fingerprint/quote-80bd4278a2328f87/lib-quote.json new file mode 100644 index 0000000..54f48a9 --- /dev/null +++ b/target/debug/.fingerprint/quote-80bd4278a2328f87/lib-quote.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"proc-macro\"]","declared_features":"[\"default\", \"proc-macro\"]","target":8313845041260779044,"profile":2225463790103693989,"path":3706381608065952241,"deps":[[4289358735036141001,"proc_macro2",false,11907438208124547768],[6100504282945712449,"build_script_build",false,8048263141591815514]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/quote-80bd4278a2328f87/dep-lib-quote","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/quote-a2089ec259fd164a/run-build-script-build-script-build b/target/debug/.fingerprint/quote-a2089ec259fd164a/run-build-script-build-script-build new file mode 100644 index 0000000..b081792 --- /dev/null +++ b/target/debug/.fingerprint/quote-a2089ec259fd164a/run-build-script-build-script-build @@ -0,0 +1 @@ +5a15738daf2cb16f \ No newline at end of file diff --git a/target/debug/.fingerprint/quote-a2089ec259fd164a/run-build-script-build-script-build.json b/target/debug/.fingerprint/quote-a2089ec259fd164a/run-build-script-build-script-build.json new file mode 100644 index 0000000..cc52cd3 --- /dev/null +++ b/target/debug/.fingerprint/quote-a2089ec259fd164a/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[6100504282945712449,"build_script_build",false,16386192107000460819]],"local":[{"RerunIfChanged":{"output":"debug/build/quote-a2089ec259fd164a/output","paths":["build.rs"]}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rand-127c9c57717576b7/dep-lib-rand b/target/debug/.fingerprint/rand-127c9c57717576b7/dep-lib-rand new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/rand-127c9c57717576b7/dep-lib-rand differ diff --git a/target/debug/.fingerprint/rand-127c9c57717576b7/invoked.timestamp b/target/debug/.fingerprint/rand-127c9c57717576b7/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rand-127c9c57717576b7/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rand-127c9c57717576b7/lib-rand b/target/debug/.fingerprint/rand-127c9c57717576b7/lib-rand new file mode 100644 index 0000000..e89922d --- /dev/null +++ b/target/debug/.fingerprint/rand-127c9c57717576b7/lib-rand @@ -0,0 +1 @@ +93bd0fbf70783abd \ No newline at end of file diff --git a/target/debug/.fingerprint/rand-127c9c57717576b7/lib-rand.json b/target/debug/.fingerprint/rand-127c9c57717576b7/lib-rand.json new file mode 100644 index 0000000..9ef9db0 --- /dev/null +++ b/target/debug/.fingerprint/rand-127c9c57717576b7/lib-rand.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"os_rng\", \"small_rng\", \"std\", \"std_rng\", \"thread_rng\"]","declared_features":"[\"alloc\", \"default\", \"log\", \"nightly\", \"os_rng\", \"serde\", \"simd_support\", \"small_rng\", \"std\", \"std_rng\", \"thread_rng\", \"unbiased\"]","target":4488736914369465202,"profile":2241668132362809309,"path":10491581006696168526,"deps":[[5652558058897858086,"rand_chacha",false,2441873805667028816],[8547529450283578711,"rand_core",false,8019757866969233057]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rand-127c9c57717576b7/dep-lib-rand","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rand-207fa99c36f62576/dep-lib-rand b/target/debug/.fingerprint/rand-207fa99c36f62576/dep-lib-rand new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/rand-207fa99c36f62576/dep-lib-rand differ diff --git a/target/debug/.fingerprint/rand-207fa99c36f62576/invoked.timestamp b/target/debug/.fingerprint/rand-207fa99c36f62576/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rand-207fa99c36f62576/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rand-207fa99c36f62576/lib-rand b/target/debug/.fingerprint/rand-207fa99c36f62576/lib-rand new file mode 100644 index 0000000..f880729 --- /dev/null +++ b/target/debug/.fingerprint/rand-207fa99c36f62576/lib-rand @@ -0,0 +1 @@ +bd264f9c00064ac9 \ No newline at end of file diff --git a/target/debug/.fingerprint/rand-207fa99c36f62576/lib-rand.json b/target/debug/.fingerprint/rand-207fa99c36f62576/lib-rand.json new file mode 100644 index 0000000..8a3a332 --- /dev/null +++ b/target/debug/.fingerprint/rand-207fa99c36f62576/lib-rand.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"getrandom\", \"libc\", \"rand_chacha\", \"small_rng\", \"std\", \"std_rng\"]","declared_features":"[\"alloc\", \"default\", \"getrandom\", \"libc\", \"log\", \"min_const_gen\", \"nightly\", \"packed_simd\", \"rand_chacha\", \"serde\", \"serde1\", \"simd_support\", \"small_rng\", \"std\", \"std_rng\"]","target":8827111241893198906,"profile":2241668132362809309,"path":13564582327847151019,"deps":[[203594543813181569,"libc",false,7681612199272279827],[1573238666360410412,"rand_chacha",false,18217199526240185240],[18130209639506977569,"rand_core",false,17498561485778852108]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rand-207fa99c36f62576/dep-lib-rand","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rand-ad783594c657bb17/dep-lib-rand b/target/debug/.fingerprint/rand-ad783594c657bb17/dep-lib-rand new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/rand-ad783594c657bb17/dep-lib-rand differ diff --git a/target/debug/.fingerprint/rand-ad783594c657bb17/invoked.timestamp b/target/debug/.fingerprint/rand-ad783594c657bb17/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rand-ad783594c657bb17/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rand-ad783594c657bb17/lib-rand b/target/debug/.fingerprint/rand-ad783594c657bb17/lib-rand new file mode 100644 index 0000000..57a092b --- /dev/null +++ b/target/debug/.fingerprint/rand-ad783594c657bb17/lib-rand @@ -0,0 +1 @@ +1de88629565ad9b9 \ No newline at end of file diff --git a/target/debug/.fingerprint/rand-ad783594c657bb17/lib-rand.json b/target/debug/.fingerprint/rand-ad783594c657bb17/lib-rand.json new file mode 100644 index 0000000..99ab22c --- /dev/null +++ b/target/debug/.fingerprint/rand-ad783594c657bb17/lib-rand.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"getrandom\", \"libc\", \"rand_chacha\", \"small_rng\", \"std\", \"std_rng\"]","declared_features":"[\"alloc\", \"default\", \"getrandom\", \"libc\", \"log\", \"min_const_gen\", \"nightly\", \"packed_simd\", \"rand_chacha\", \"serde\", \"serde1\", \"simd_support\", \"small_rng\", \"std\", \"std_rng\"]","target":8827111241893198906,"profile":2241668132362809309,"path":13564582327847151019,"deps":[[203594543813181569,"libc",false,7681612199272279827],[1573238666360410412,"rand_chacha",false,10537161226463905606],[18130209639506977569,"rand_core",false,13738443238282526771]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rand-ad783594c657bb17/dep-lib-rand","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rand-f085ba31edc6c44b/dep-lib-rand b/target/debug/.fingerprint/rand-f085ba31edc6c44b/dep-lib-rand new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/rand-f085ba31edc6c44b/dep-lib-rand differ diff --git a/target/debug/.fingerprint/rand-f085ba31edc6c44b/invoked.timestamp b/target/debug/.fingerprint/rand-f085ba31edc6c44b/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rand-f085ba31edc6c44b/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rand-f085ba31edc6c44b/lib-rand b/target/debug/.fingerprint/rand-f085ba31edc6c44b/lib-rand new file mode 100644 index 0000000..7f6101b --- /dev/null +++ b/target/debug/.fingerprint/rand-f085ba31edc6c44b/lib-rand @@ -0,0 +1 @@ +4b9150b4d9e3b2fc \ No newline at end of file diff --git a/target/debug/.fingerprint/rand-f085ba31edc6c44b/lib-rand.json b/target/debug/.fingerprint/rand-f085ba31edc6c44b/lib-rand.json new file mode 100644 index 0000000..7f6d9ec --- /dev/null +++ b/target/debug/.fingerprint/rand-f085ba31edc6c44b/lib-rand.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"getrandom\", \"libc\", \"rand_chacha\", \"small_rng\", \"std\", \"std_rng\"]","declared_features":"[\"alloc\", \"default\", \"getrandom\", \"libc\", \"log\", \"min_const_gen\", \"nightly\", \"packed_simd\", \"rand_chacha\", \"serde\", \"serde1\", \"simd_support\", \"small_rng\", \"std\", \"std_rng\"]","target":8827111241893198906,"profile":2225463790103693989,"path":13564582327847151019,"deps":[[203594543813181569,"libc",false,845627925582925793],[1573238666360410412,"rand_chacha",false,13580694305192400543],[18130209639506977569,"rand_core",false,16412970776361313678]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rand-f085ba31edc6c44b/dep-lib-rand","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rand_chacha-239586f2dc406064/dep-lib-rand_chacha b/target/debug/.fingerprint/rand_chacha-239586f2dc406064/dep-lib-rand_chacha new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/rand_chacha-239586f2dc406064/dep-lib-rand_chacha differ diff --git a/target/debug/.fingerprint/rand_chacha-239586f2dc406064/invoked.timestamp b/target/debug/.fingerprint/rand_chacha-239586f2dc406064/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rand_chacha-239586f2dc406064/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rand_chacha-239586f2dc406064/lib-rand_chacha b/target/debug/.fingerprint/rand_chacha-239586f2dc406064/lib-rand_chacha new file mode 100644 index 0000000..c190e52 --- /dev/null +++ b/target/debug/.fingerprint/rand_chacha-239586f2dc406064/lib-rand_chacha @@ -0,0 +1 @@ +98ebf543737ed0fc \ No newline at end of file diff --git a/target/debug/.fingerprint/rand_chacha-239586f2dc406064/lib-rand_chacha.json b/target/debug/.fingerprint/rand_chacha-239586f2dc406064/lib-rand_chacha.json new file mode 100644 index 0000000..8adb3ca --- /dev/null +++ b/target/debug/.fingerprint/rand_chacha-239586f2dc406064/lib-rand_chacha.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"std\"]","declared_features":"[\"default\", \"serde\", \"serde1\", \"simd\", \"std\"]","target":15766068575093147603,"profile":2241668132362809309,"path":11908605734127056245,"deps":[[12919011715531272606,"ppv_lite86",false,9173261686195969246],[18130209639506977569,"rand_core",false,17498561485778852108]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rand_chacha-239586f2dc406064/dep-lib-rand_chacha","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rand_chacha-a185b519e8d38fe6/dep-lib-rand_chacha b/target/debug/.fingerprint/rand_chacha-a185b519e8d38fe6/dep-lib-rand_chacha new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/rand_chacha-a185b519e8d38fe6/dep-lib-rand_chacha differ diff --git a/target/debug/.fingerprint/rand_chacha-a185b519e8d38fe6/invoked.timestamp b/target/debug/.fingerprint/rand_chacha-a185b519e8d38fe6/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rand_chacha-a185b519e8d38fe6/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rand_chacha-a185b519e8d38fe6/lib-rand_chacha b/target/debug/.fingerprint/rand_chacha-a185b519e8d38fe6/lib-rand_chacha new file mode 100644 index 0000000..e858e5a --- /dev/null +++ b/target/debug/.fingerprint/rand_chacha-a185b519e8d38fe6/lib-rand_chacha @@ -0,0 +1 @@ +468766a44e843b92 \ No newline at end of file diff --git a/target/debug/.fingerprint/rand_chacha-a185b519e8d38fe6/lib-rand_chacha.json b/target/debug/.fingerprint/rand_chacha-a185b519e8d38fe6/lib-rand_chacha.json new file mode 100644 index 0000000..0df5b8d --- /dev/null +++ b/target/debug/.fingerprint/rand_chacha-a185b519e8d38fe6/lib-rand_chacha.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"std\"]","declared_features":"[\"default\", \"serde\", \"serde1\", \"simd\", \"std\"]","target":15766068575093147603,"profile":2241668132362809309,"path":11908605734127056245,"deps":[[12919011715531272606,"ppv_lite86",false,9173261686195969246],[18130209639506977569,"rand_core",false,13738443238282526771]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rand_chacha-a185b519e8d38fe6/dep-lib-rand_chacha","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rand_chacha-b60b2c077b223c82/dep-lib-rand_chacha b/target/debug/.fingerprint/rand_chacha-b60b2c077b223c82/dep-lib-rand_chacha new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/rand_chacha-b60b2c077b223c82/dep-lib-rand_chacha differ diff --git a/target/debug/.fingerprint/rand_chacha-b60b2c077b223c82/invoked.timestamp b/target/debug/.fingerprint/rand_chacha-b60b2c077b223c82/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rand_chacha-b60b2c077b223c82/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rand_chacha-b60b2c077b223c82/lib-rand_chacha b/target/debug/.fingerprint/rand_chacha-b60b2c077b223c82/lib-rand_chacha new file mode 100644 index 0000000..eea9fb4 --- /dev/null +++ b/target/debug/.fingerprint/rand_chacha-b60b2c077b223c82/lib-rand_chacha @@ -0,0 +1 @@ +504f1de54947e321 \ No newline at end of file diff --git a/target/debug/.fingerprint/rand_chacha-b60b2c077b223c82/lib-rand_chacha.json b/target/debug/.fingerprint/rand_chacha-b60b2c077b223c82/lib-rand_chacha.json new file mode 100644 index 0000000..3d17d8e --- /dev/null +++ b/target/debug/.fingerprint/rand_chacha-b60b2c077b223c82/lib-rand_chacha.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"std\"]","declared_features":"[\"default\", \"os_rng\", \"serde\", \"std\"]","target":12152606625246618204,"profile":2241668132362809309,"path":14475600137668617191,"deps":[[8547529450283578711,"rand_core",false,8019757866969233057],[12919011715531272606,"ppv_lite86",false,9173261686195969246]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rand_chacha-b60b2c077b223c82/dep-lib-rand_chacha","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rand_chacha-e217709165cc1f2c/dep-lib-rand_chacha b/target/debug/.fingerprint/rand_chacha-e217709165cc1f2c/dep-lib-rand_chacha new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/rand_chacha-e217709165cc1f2c/dep-lib-rand_chacha differ diff --git a/target/debug/.fingerprint/rand_chacha-e217709165cc1f2c/invoked.timestamp b/target/debug/.fingerprint/rand_chacha-e217709165cc1f2c/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rand_chacha-e217709165cc1f2c/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rand_chacha-e217709165cc1f2c/lib-rand_chacha b/target/debug/.fingerprint/rand_chacha-e217709165cc1f2c/lib-rand_chacha new file mode 100644 index 0000000..b0c8e43 --- /dev/null +++ b/target/debug/.fingerprint/rand_chacha-e217709165cc1f2c/lib-rand_chacha @@ -0,0 +1 @@ +9fd62958845178bc \ No newline at end of file diff --git a/target/debug/.fingerprint/rand_chacha-e217709165cc1f2c/lib-rand_chacha.json b/target/debug/.fingerprint/rand_chacha-e217709165cc1f2c/lib-rand_chacha.json new file mode 100644 index 0000000..2bee1a0 --- /dev/null +++ b/target/debug/.fingerprint/rand_chacha-e217709165cc1f2c/lib-rand_chacha.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"std\"]","declared_features":"[\"default\", \"serde\", \"serde1\", \"simd\", \"std\"]","target":15766068575093147603,"profile":2225463790103693989,"path":11908605734127056245,"deps":[[12919011715531272606,"ppv_lite86",false,13600224768893006573],[18130209639506977569,"rand_core",false,16412970776361313678]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rand_chacha-e217709165cc1f2c/dep-lib-rand_chacha","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rand_core-06e9abe8d9f6a8ec/dep-lib-rand_core b/target/debug/.fingerprint/rand_core-06e9abe8d9f6a8ec/dep-lib-rand_core new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/rand_core-06e9abe8d9f6a8ec/dep-lib-rand_core differ diff --git a/target/debug/.fingerprint/rand_core-06e9abe8d9f6a8ec/invoked.timestamp b/target/debug/.fingerprint/rand_core-06e9abe8d9f6a8ec/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rand_core-06e9abe8d9f6a8ec/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rand_core-06e9abe8d9f6a8ec/lib-rand_core b/target/debug/.fingerprint/rand_core-06e9abe8d9f6a8ec/lib-rand_core new file mode 100644 index 0000000..d91b315 --- /dev/null +++ b/target/debug/.fingerprint/rand_core-06e9abe8d9f6a8ec/lib-rand_core @@ -0,0 +1 @@ +0c192ec0f560d7f2 \ No newline at end of file diff --git a/target/debug/.fingerprint/rand_core-06e9abe8d9f6a8ec/lib-rand_core.json b/target/debug/.fingerprint/rand_core-06e9abe8d9f6a8ec/lib-rand_core.json new file mode 100644 index 0000000..4a2e267 --- /dev/null +++ b/target/debug/.fingerprint/rand_core-06e9abe8d9f6a8ec/lib-rand_core.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"getrandom\", \"std\"]","declared_features":"[\"alloc\", \"getrandom\", \"serde\", \"serde1\", \"std\"]","target":13770603672348587087,"profile":2241668132362809309,"path":6878407563141609834,"deps":[[11023519408959114924,"getrandom",false,6656227391034046455]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rand_core-06e9abe8d9f6a8ec/dep-lib-rand_core","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rand_core-7a723da0435122ab/dep-lib-rand_core b/target/debug/.fingerprint/rand_core-7a723da0435122ab/dep-lib-rand_core new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/rand_core-7a723da0435122ab/dep-lib-rand_core differ diff --git a/target/debug/.fingerprint/rand_core-7a723da0435122ab/invoked.timestamp b/target/debug/.fingerprint/rand_core-7a723da0435122ab/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rand_core-7a723da0435122ab/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rand_core-7a723da0435122ab/lib-rand_core b/target/debug/.fingerprint/rand_core-7a723da0435122ab/lib-rand_core new file mode 100644 index 0000000..05045cc --- /dev/null +++ b/target/debug/.fingerprint/rand_core-7a723da0435122ab/lib-rand_core @@ -0,0 +1 @@ +8e25e221f695c6e3 \ No newline at end of file diff --git a/target/debug/.fingerprint/rand_core-7a723da0435122ab/lib-rand_core.json b/target/debug/.fingerprint/rand_core-7a723da0435122ab/lib-rand_core.json new file mode 100644 index 0000000..70a6bf1 --- /dev/null +++ b/target/debug/.fingerprint/rand_core-7a723da0435122ab/lib-rand_core.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"getrandom\", \"std\"]","declared_features":"[\"alloc\", \"getrandom\", \"serde\", \"serde1\", \"std\"]","target":13770603672348587087,"profile":2225463790103693989,"path":6878407563141609834,"deps":[[11023519408959114924,"getrandom",false,18262211588852607076]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rand_core-7a723da0435122ab/dep-lib-rand_core","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rand_core-d22eaf1ecb91e9f6/dep-lib-rand_core b/target/debug/.fingerprint/rand_core-d22eaf1ecb91e9f6/dep-lib-rand_core new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/rand_core-d22eaf1ecb91e9f6/dep-lib-rand_core differ diff --git a/target/debug/.fingerprint/rand_core-d22eaf1ecb91e9f6/invoked.timestamp b/target/debug/.fingerprint/rand_core-d22eaf1ecb91e9f6/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rand_core-d22eaf1ecb91e9f6/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rand_core-d22eaf1ecb91e9f6/lib-rand_core b/target/debug/.fingerprint/rand_core-d22eaf1ecb91e9f6/lib-rand_core new file mode 100644 index 0000000..2d241c9 --- /dev/null +++ b/target/debug/.fingerprint/rand_core-d22eaf1ecb91e9f6/lib-rand_core @@ -0,0 +1 @@ +3380b2f855c1a8be \ No newline at end of file diff --git a/target/debug/.fingerprint/rand_core-d22eaf1ecb91e9f6/lib-rand_core.json b/target/debug/.fingerprint/rand_core-d22eaf1ecb91e9f6/lib-rand_core.json new file mode 100644 index 0000000..3ed344f --- /dev/null +++ b/target/debug/.fingerprint/rand_core-d22eaf1ecb91e9f6/lib-rand_core.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"getrandom\", \"std\"]","declared_features":"[\"alloc\", \"getrandom\", \"serde\", \"serde1\", \"std\"]","target":13770603672348587087,"profile":2241668132362809309,"path":6878407563141609834,"deps":[[11023519408959114924,"getrandom",false,7668347945390396152]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rand_core-d22eaf1ecb91e9f6/dep-lib-rand_core","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rand_core-f359f189388dcd39/dep-lib-rand_core b/target/debug/.fingerprint/rand_core-f359f189388dcd39/dep-lib-rand_core new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/rand_core-f359f189388dcd39/dep-lib-rand_core differ diff --git a/target/debug/.fingerprint/rand_core-f359f189388dcd39/invoked.timestamp b/target/debug/.fingerprint/rand_core-f359f189388dcd39/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rand_core-f359f189388dcd39/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rand_core-f359f189388dcd39/lib-rand_core b/target/debug/.fingerprint/rand_core-f359f189388dcd39/lib-rand_core new file mode 100644 index 0000000..2c76c57 --- /dev/null +++ b/target/debug/.fingerprint/rand_core-f359f189388dcd39/lib-rand_core @@ -0,0 +1 @@ +a176581d4ae74b6f \ No newline at end of file diff --git a/target/debug/.fingerprint/rand_core-f359f189388dcd39/lib-rand_core.json b/target/debug/.fingerprint/rand_core-f359f189388dcd39/lib-rand_core.json new file mode 100644 index 0000000..cbb41c1 --- /dev/null +++ b/target/debug/.fingerprint/rand_core-f359f189388dcd39/lib-rand_core.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"os_rng\", \"std\"]","declared_features":"[\"os_rng\", \"serde\", \"std\"]","target":7103588737537114155,"profile":2241668132362809309,"path":1892170648324634490,"deps":[[18408407127522236545,"getrandom",false,8090483015710057349]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rand_core-f359f189388dcd39/dep-lib-rand_core","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/regex-1708870178da8b22/dep-lib-regex b/target/debug/.fingerprint/regex-1708870178da8b22/dep-lib-regex new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/regex-1708870178da8b22/dep-lib-regex differ diff --git a/target/debug/.fingerprint/regex-1708870178da8b22/invoked.timestamp b/target/debug/.fingerprint/regex-1708870178da8b22/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/regex-1708870178da8b22/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/regex-1708870178da8b22/lib-regex b/target/debug/.fingerprint/regex-1708870178da8b22/lib-regex new file mode 100644 index 0000000..a4a6b51 --- /dev/null +++ b/target/debug/.fingerprint/regex-1708870178da8b22/lib-regex @@ -0,0 +1 @@ +64b61be4a050ef91 \ No newline at end of file diff --git a/target/debug/.fingerprint/regex-1708870178da8b22/lib-regex.json b/target/debug/.fingerprint/regex-1708870178da8b22/lib-regex.json new file mode 100644 index 0000000..28d37eb --- /dev/null +++ b/target/debug/.fingerprint/regex-1708870178da8b22/lib-regex.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"perf\", \"perf-backtrack\", \"perf-cache\", \"perf-dfa\", \"perf-inline\", \"perf-literal\", \"perf-onepass\", \"std\", \"unicode\", \"unicode-age\", \"unicode-bool\", \"unicode-case\", \"unicode-gencat\", \"unicode-perl\", \"unicode-script\", \"unicode-segment\"]","declared_features":"[\"default\", \"logging\", \"pattern\", \"perf\", \"perf-backtrack\", \"perf-cache\", \"perf-dfa\", \"perf-dfa-full\", \"perf-inline\", \"perf-literal\", \"perf-onepass\", \"std\", \"unicode\", \"unicode-age\", \"unicode-bool\", \"unicode-case\", \"unicode-gencat\", \"unicode-perl\", \"unicode-script\", \"unicode-segment\", \"unstable\", \"use_std\"]","target":5796931310894148030,"profile":1599524294556100640,"path":4125898638194213954,"deps":[[198136567835728122,"memchr",false,13171808347467139300],[3030539787503978792,"regex_automata",false,7669750946471158320],[14659614821474690979,"regex_syntax",false,6739650430968062412],[15324871377471570981,"aho_corasick",false,11342470095878154793]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/regex-1708870178da8b22/dep-lib-regex","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/regex-automata-1ff508278ed9cbb5/dep-lib-regex_automata b/target/debug/.fingerprint/regex-automata-1ff508278ed9cbb5/dep-lib-regex_automata new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/regex-automata-1ff508278ed9cbb5/dep-lib-regex_automata differ diff --git a/target/debug/.fingerprint/regex-automata-1ff508278ed9cbb5/invoked.timestamp b/target/debug/.fingerprint/regex-automata-1ff508278ed9cbb5/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/regex-automata-1ff508278ed9cbb5/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/regex-automata-1ff508278ed9cbb5/lib-regex_automata b/target/debug/.fingerprint/regex-automata-1ff508278ed9cbb5/lib-regex_automata new file mode 100644 index 0000000..983b3f5 --- /dev/null +++ b/target/debug/.fingerprint/regex-automata-1ff508278ed9cbb5/lib-regex_automata @@ -0,0 +1 @@ +30222188d96d706a \ No newline at end of file diff --git a/target/debug/.fingerprint/regex-automata-1ff508278ed9cbb5/lib-regex_automata.json b/target/debug/.fingerprint/regex-automata-1ff508278ed9cbb5/lib-regex_automata.json new file mode 100644 index 0000000..6c1948e --- /dev/null +++ b/target/debug/.fingerprint/regex-automata-1ff508278ed9cbb5/lib-regex_automata.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"dfa-build\", \"dfa-onepass\", \"dfa-search\", \"hybrid\", \"meta\", \"nfa\", \"nfa-backtrack\", \"nfa-pikevm\", \"nfa-thompson\", \"perf\", \"perf-inline\", \"perf-literal\", \"perf-literal-multisubstring\", \"perf-literal-substring\", \"std\", \"syntax\", \"unicode\", \"unicode-age\", \"unicode-bool\", \"unicode-case\", \"unicode-gencat\", \"unicode-perl\", \"unicode-script\", \"unicode-segment\", \"unicode-word-boundary\"]","declared_features":"[\"alloc\", \"default\", \"dfa\", \"dfa-build\", \"dfa-onepass\", \"dfa-search\", \"hybrid\", \"internal-instrument\", \"internal-instrument-pikevm\", \"logging\", \"meta\", \"nfa\", \"nfa-backtrack\", \"nfa-pikevm\", \"nfa-thompson\", \"perf\", \"perf-inline\", \"perf-literal\", \"perf-literal-multisubstring\", \"perf-literal-substring\", \"std\", \"syntax\", \"unicode\", \"unicode-age\", \"unicode-bool\", \"unicode-case\", \"unicode-gencat\", \"unicode-perl\", \"unicode-script\", \"unicode-segment\", \"unicode-word-boundary\"]","target":4726246767843925232,"profile":1599524294556100640,"path":8560004532629250133,"deps":[[198136567835728122,"memchr",false,13171808347467139300],[14659614821474690979,"regex_syntax",false,6739650430968062412],[15324871377471570981,"aho_corasick",false,11342470095878154793]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/regex-automata-1ff508278ed9cbb5/dep-lib-regex_automata","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/regex-automata-24f4bb09ce32d121/dep-lib-regex_automata b/target/debug/.fingerprint/regex-automata-24f4bb09ce32d121/dep-lib-regex_automata new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/regex-automata-24f4bb09ce32d121/dep-lib-regex_automata differ diff --git a/target/debug/.fingerprint/regex-automata-24f4bb09ce32d121/invoked.timestamp b/target/debug/.fingerprint/regex-automata-24f4bb09ce32d121/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/regex-automata-24f4bb09ce32d121/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/regex-automata-24f4bb09ce32d121/lib-regex_automata b/target/debug/.fingerprint/regex-automata-24f4bb09ce32d121/lib-regex_automata new file mode 100644 index 0000000..12f90d9 --- /dev/null +++ b/target/debug/.fingerprint/regex-automata-24f4bb09ce32d121/lib-regex_automata @@ -0,0 +1 @@ +75061c6552eff07d \ No newline at end of file diff --git a/target/debug/.fingerprint/regex-automata-24f4bb09ce32d121/lib-regex_automata.json b/target/debug/.fingerprint/regex-automata-24f4bb09ce32d121/lib-regex_automata.json new file mode 100644 index 0000000..c12ea1c --- /dev/null +++ b/target/debug/.fingerprint/regex-automata-24f4bb09ce32d121/lib-regex_automata.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"dfa-build\", \"dfa-onepass\", \"dfa-search\", \"hybrid\", \"meta\", \"nfa\", \"nfa-backtrack\", \"nfa-pikevm\", \"nfa-thompson\", \"perf\", \"perf-inline\", \"perf-literal\", \"perf-literal-multisubstring\", \"perf-literal-substring\", \"std\", \"syntax\", \"unicode\", \"unicode-age\", \"unicode-bool\", \"unicode-case\", \"unicode-gencat\", \"unicode-perl\", \"unicode-script\", \"unicode-segment\", \"unicode-word-boundary\"]","declared_features":"[\"alloc\", \"default\", \"dfa\", \"dfa-build\", \"dfa-onepass\", \"dfa-search\", \"hybrid\", \"internal-instrument\", \"internal-instrument-pikevm\", \"logging\", \"meta\", \"nfa\", \"nfa-backtrack\", \"nfa-pikevm\", \"nfa-thompson\", \"perf\", \"perf-inline\", \"perf-literal\", \"perf-literal-multisubstring\", \"perf-literal-substring\", \"std\", \"syntax\", \"unicode\", \"unicode-age\", \"unicode-bool\", \"unicode-case\", \"unicode-gencat\", \"unicode-perl\", \"unicode-script\", \"unicode-segment\", \"unicode-word-boundary\"]","target":4726246767843925232,"profile":10712413002018579216,"path":8560004532629250133,"deps":[[198136567835728122,"memchr",false,13820745343826299477],[14659614821474690979,"regex_syntax",false,15237651733311981844],[15324871377471570981,"aho_corasick",false,17916787514323926594]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/regex-automata-24f4bb09ce32d121/dep-lib-regex_automata","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/regex-d01d8e4a1ea0bcaf/dep-lib-regex b/target/debug/.fingerprint/regex-d01d8e4a1ea0bcaf/dep-lib-regex new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/regex-d01d8e4a1ea0bcaf/dep-lib-regex differ diff --git a/target/debug/.fingerprint/regex-d01d8e4a1ea0bcaf/invoked.timestamp b/target/debug/.fingerprint/regex-d01d8e4a1ea0bcaf/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/regex-d01d8e4a1ea0bcaf/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/regex-d01d8e4a1ea0bcaf/lib-regex b/target/debug/.fingerprint/regex-d01d8e4a1ea0bcaf/lib-regex new file mode 100644 index 0000000..b8ddc9f --- /dev/null +++ b/target/debug/.fingerprint/regex-d01d8e4a1ea0bcaf/lib-regex @@ -0,0 +1 @@ +044b787716a7779b \ No newline at end of file diff --git a/target/debug/.fingerprint/regex-d01d8e4a1ea0bcaf/lib-regex.json b/target/debug/.fingerprint/regex-d01d8e4a1ea0bcaf/lib-regex.json new file mode 100644 index 0000000..7c8dde1 --- /dev/null +++ b/target/debug/.fingerprint/regex-d01d8e4a1ea0bcaf/lib-regex.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"perf\", \"perf-backtrack\", \"perf-cache\", \"perf-dfa\", \"perf-inline\", \"perf-literal\", \"perf-onepass\", \"std\", \"unicode\", \"unicode-age\", \"unicode-bool\", \"unicode-case\", \"unicode-gencat\", \"unicode-perl\", \"unicode-script\", \"unicode-segment\"]","declared_features":"[\"default\", \"logging\", \"pattern\", \"perf\", \"perf-backtrack\", \"perf-cache\", \"perf-dfa\", \"perf-dfa-full\", \"perf-inline\", \"perf-literal\", \"perf-onepass\", \"std\", \"unicode\", \"unicode-age\", \"unicode-bool\", \"unicode-case\", \"unicode-gencat\", \"unicode-perl\", \"unicode-script\", \"unicode-segment\", \"unstable\", \"use_std\"]","target":5796931310894148030,"profile":10712413002018579216,"path":4125898638194213954,"deps":[[198136567835728122,"memchr",false,13820745343826299477],[3030539787503978792,"regex_automata",false,9075016386314241653],[14659614821474690979,"regex_syntax",false,15237651733311981844],[15324871377471570981,"aho_corasick",false,17916787514323926594]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/regex-d01d8e4a1ea0bcaf/dep-lib-regex","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/regex-syntax-124bc699cbdd73e4/dep-lib-regex_syntax b/target/debug/.fingerprint/regex-syntax-124bc699cbdd73e4/dep-lib-regex_syntax new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/regex-syntax-124bc699cbdd73e4/dep-lib-regex_syntax differ diff --git a/target/debug/.fingerprint/regex-syntax-124bc699cbdd73e4/invoked.timestamp b/target/debug/.fingerprint/regex-syntax-124bc699cbdd73e4/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/regex-syntax-124bc699cbdd73e4/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/regex-syntax-124bc699cbdd73e4/lib-regex_syntax b/target/debug/.fingerprint/regex-syntax-124bc699cbdd73e4/lib-regex_syntax new file mode 100644 index 0000000..b816694 --- /dev/null +++ b/target/debug/.fingerprint/regex-syntax-124bc699cbdd73e4/lib-regex_syntax @@ -0,0 +1 @@ +cce128d85b0c885d \ No newline at end of file diff --git a/target/debug/.fingerprint/regex-syntax-124bc699cbdd73e4/lib-regex_syntax.json b/target/debug/.fingerprint/regex-syntax-124bc699cbdd73e4/lib-regex_syntax.json new file mode 100644 index 0000000..8d3045d --- /dev/null +++ b/target/debug/.fingerprint/regex-syntax-124bc699cbdd73e4/lib-regex_syntax.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\", \"unicode\", \"unicode-age\", \"unicode-bool\", \"unicode-case\", \"unicode-gencat\", \"unicode-perl\", \"unicode-script\", \"unicode-segment\"]","declared_features":"[\"arbitrary\", \"default\", \"std\", \"unicode\", \"unicode-age\", \"unicode-bool\", \"unicode-case\", \"unicode-gencat\", \"unicode-perl\", \"unicode-script\", \"unicode-segment\"]","target":742186494246220192,"profile":1599524294556100640,"path":1725171613085454246,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/regex-syntax-124bc699cbdd73e4/dep-lib-regex_syntax","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/regex-syntax-6f60a0fc25418602/dep-lib-regex_syntax b/target/debug/.fingerprint/regex-syntax-6f60a0fc25418602/dep-lib-regex_syntax new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/regex-syntax-6f60a0fc25418602/dep-lib-regex_syntax differ diff --git a/target/debug/.fingerprint/regex-syntax-6f60a0fc25418602/invoked.timestamp b/target/debug/.fingerprint/regex-syntax-6f60a0fc25418602/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/regex-syntax-6f60a0fc25418602/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/regex-syntax-6f60a0fc25418602/lib-regex_syntax b/target/debug/.fingerprint/regex-syntax-6f60a0fc25418602/lib-regex_syntax new file mode 100644 index 0000000..5087354 --- /dev/null +++ b/target/debug/.fingerprint/regex-syntax-6f60a0fc25418602/lib-regex_syntax @@ -0,0 +1 @@ +14092dd7840377d3 \ No newline at end of file diff --git a/target/debug/.fingerprint/regex-syntax-6f60a0fc25418602/lib-regex_syntax.json b/target/debug/.fingerprint/regex-syntax-6f60a0fc25418602/lib-regex_syntax.json new file mode 100644 index 0000000..57c4f1c --- /dev/null +++ b/target/debug/.fingerprint/regex-syntax-6f60a0fc25418602/lib-regex_syntax.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\", \"unicode\", \"unicode-age\", \"unicode-bool\", \"unicode-case\", \"unicode-gencat\", \"unicode-perl\", \"unicode-script\", \"unicode-segment\"]","declared_features":"[\"arbitrary\", \"default\", \"std\", \"unicode\", \"unicode-age\", \"unicode-bool\", \"unicode-case\", \"unicode-gencat\", \"unicode-perl\", \"unicode-script\", \"unicode-segment\"]","target":742186494246220192,"profile":10712413002018579216,"path":1725171613085454246,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/regex-syntax-6f60a0fc25418602/dep-lib-regex_syntax","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/reqwest-2ee758f0df0d0d4e/dep-lib-reqwest b/target/debug/.fingerprint/reqwest-2ee758f0df0d0d4e/dep-lib-reqwest new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/reqwest-2ee758f0df0d0d4e/dep-lib-reqwest differ diff --git a/target/debug/.fingerprint/reqwest-2ee758f0df0d0d4e/invoked.timestamp b/target/debug/.fingerprint/reqwest-2ee758f0df0d0d4e/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/reqwest-2ee758f0df0d0d4e/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/reqwest-2ee758f0df0d0d4e/lib-reqwest b/target/debug/.fingerprint/reqwest-2ee758f0df0d0d4e/lib-reqwest new file mode 100644 index 0000000..62ece0e --- /dev/null +++ b/target/debug/.fingerprint/reqwest-2ee758f0df0d0d4e/lib-reqwest @@ -0,0 +1 @@ +6d00d31e6d828053 \ No newline at end of file diff --git a/target/debug/.fingerprint/reqwest-2ee758f0df0d0d4e/lib-reqwest.json b/target/debug/.fingerprint/reqwest-2ee758f0df0d0d4e/lib-reqwest.json new file mode 100644 index 0000000..195348d --- /dev/null +++ b/target/debug/.fingerprint/reqwest-2ee758f0df0d0d4e/lib-reqwest.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"__tls\", \"charset\", \"default\", \"default-tls\", \"h2\", \"http2\", \"json\", \"system-proxy\"]","declared_features":"[\"__rustls\", \"__rustls-ring\", \"__tls\", \"blocking\", \"brotli\", \"charset\", \"cookies\", \"default\", \"default-tls\", \"deflate\", \"gzip\", \"h2\", \"hickory-dns\", \"http2\", \"http3\", \"json\", \"macos-system-configuration\", \"multipart\", \"native-tls\", \"native-tls-alpn\", \"native-tls-vendored\", \"rustls-tls\", \"rustls-tls-manual-roots\", \"rustls-tls-manual-roots-no-provider\", \"rustls-tls-native-roots\", \"rustls-tls-native-roots-no-provider\", \"rustls-tls-no-provider\", \"rustls-tls-webpki-roots\", \"rustls-tls-webpki-roots-no-provider\", \"socks\", \"stream\", \"system-proxy\", \"trust-dns\", \"zstd\"]","target":8885864859914201979,"profile":447021486742529345,"path":9075354904750214068,"deps":[[784494742817713399,"tower_service",false,10732140188555243943],[1528297757488249563,"url",false,8446390972076575059],[1906322745568073236,"pin_project_lite",false,16108370810058603254],[2517136641825875337,"sync_wrapper",false,1579714390372525676],[2620434475832828286,"http",false,4946455572965513149],[3158163345960637315,"h2",false,8834233863595990149],[3632162862999675140,"tower",false,16519126902352751222],[4160778395972110362,"hyper",false,5401543313926929249],[6355489020061627772,"bytes",false,11173992151888436898],[6803352382179706244,"percent_encoding",false,2450237552354977827],[7620660491849607393,"futures_core",false,8162665628542204569],[8098305783429564872,"hyper_util",false,15168939425889979436],[8434721349366383850,"tower_http",false,7052792086586565567],[10229185211513642314,"mime",false,12469268705379514220],[10630857666389190470,"log",false,17521242917158211660],[12186126227181294540,"tokio_native_tls",false,8884554494213953851],[12891030758458664808,"tokio",false,5072163070033021838],[13077212702700853852,"base64",false,2731579066016563254],[13548984313718623784,"serde",false,2716299212447388768],[13795362694956882968,"serde_json",false,8780529878399116378],[14084095096285906100,"http_body",false,1567518147926625254],[14564311161534545801,"encoding_rs",false,18104198505033672450],[16542808166767769916,"serde_urlencoded",false,5826070761038023654],[16785601910559813697,"native_tls_crate",false,7011086111994020937],[16900715236047033623,"http_body_util",false,17504317151694395616],[17894305664988315121,"rustls_pki_types",false,3279220375882754269],[18273243456331255970,"hyper_tls",false,9513239870398833248]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/reqwest-2ee758f0df0d0d4e/dep-lib-reqwest","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/reqwest-55aeeb7f20137d82/dep-lib-reqwest b/target/debug/.fingerprint/reqwest-55aeeb7f20137d82/dep-lib-reqwest new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/reqwest-55aeeb7f20137d82/dep-lib-reqwest differ diff --git a/target/debug/.fingerprint/reqwest-55aeeb7f20137d82/invoked.timestamp b/target/debug/.fingerprint/reqwest-55aeeb7f20137d82/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/reqwest-55aeeb7f20137d82/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/reqwest-55aeeb7f20137d82/lib-reqwest b/target/debug/.fingerprint/reqwest-55aeeb7f20137d82/lib-reqwest new file mode 100644 index 0000000..3009fed --- /dev/null +++ b/target/debug/.fingerprint/reqwest-55aeeb7f20137d82/lib-reqwest @@ -0,0 +1 @@ +2364dfa994a77faa \ No newline at end of file diff --git a/target/debug/.fingerprint/reqwest-55aeeb7f20137d82/lib-reqwest.json b/target/debug/.fingerprint/reqwest-55aeeb7f20137d82/lib-reqwest.json new file mode 100644 index 0000000..e13d289 --- /dev/null +++ b/target/debug/.fingerprint/reqwest-55aeeb7f20137d82/lib-reqwest.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"__tls\", \"charset\", \"default\", \"default-tls\", \"h2\", \"http2\", \"json\", \"system-proxy\"]","declared_features":"[\"__rustls\", \"__rustls-ring\", \"__tls\", \"blocking\", \"brotli\", \"charset\", \"cookies\", \"default\", \"default-tls\", \"deflate\", \"gzip\", \"h2\", \"hickory-dns\", \"http2\", \"http3\", \"json\", \"macos-system-configuration\", \"multipart\", \"native-tls\", \"native-tls-alpn\", \"native-tls-vendored\", \"rustls-tls\", \"rustls-tls-manual-roots\", \"rustls-tls-manual-roots-no-provider\", \"rustls-tls-native-roots\", \"rustls-tls-native-roots-no-provider\", \"rustls-tls-no-provider\", \"rustls-tls-webpki-roots\", \"rustls-tls-webpki-roots-no-provider\", \"socks\", \"stream\", \"system-proxy\", \"trust-dns\", \"zstd\"]","target":8885864859914201979,"profile":447021486742529345,"path":9075354904750214068,"deps":[[784494742817713399,"tower_service",false,10732140188555243943],[1528297757488249563,"url",false,8446390972076575059],[1906322745568073236,"pin_project_lite",false,16108370810058603254],[2517136641825875337,"sync_wrapper",false,1579714390372525676],[2620434475832828286,"http",false,2588846681164434643],[3158163345960637315,"h2",false,5855980161488265999],[3632162862999675140,"tower",false,7870639301687912611],[4160778395972110362,"hyper",false,9776823655821551011],[6355489020061627772,"bytes",false,5202919556575344190],[6803352382179706244,"percent_encoding",false,2450237552354977827],[7620660491849607393,"futures_core",false,8162665628542204569],[8098305783429564872,"hyper_util",false,14740129513123262123],[8434721349366383850,"tower_http",false,4075604615638753610],[10229185211513642314,"mime",false,12469268705379514220],[10630857666389190470,"log",false,17521242917158211660],[12186126227181294540,"tokio_native_tls",false,12558252813098454015],[12891030758458664808,"tokio",false,13629259371125197179],[13077212702700853852,"base64",false,2731579066016563254],[13548984313718623784,"serde",false,7132925528862317428],[13795362694956882968,"serde_json",false,15340009246332311666],[14084095096285906100,"http_body",false,9347416447814594941],[14564311161534545801,"encoding_rs",false,18104198505033672450],[16542808166767769916,"serde_urlencoded",false,7335578590021102160],[16785601910559813697,"native_tls_crate",false,7011086111994020937],[16900715236047033623,"http_body_util",false,16605516706429590156],[17894305664988315121,"rustls_pki_types",false,3279220375882754269],[18273243456331255970,"hyper_tls",false,6233284118845968676]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/reqwest-55aeeb7f20137d82/dep-lib-reqwest","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/ring-011a98606c3c54c8/run-build-script-build-script-build b/target/debug/.fingerprint/ring-011a98606c3c54c8/run-build-script-build-script-build new file mode 100644 index 0000000..cd1d82b --- /dev/null +++ b/target/debug/.fingerprint/ring-011a98606c3c54c8/run-build-script-build-script-build @@ -0,0 +1 @@ +397d3019705f8c95 \ No newline at end of file diff --git a/target/debug/.fingerprint/ring-011a98606c3c54c8/run-build-script-build-script-build.json b/target/debug/.fingerprint/ring-011a98606c3c54c8/run-build-script-build-script-build.json new file mode 100644 index 0000000..d331121 --- /dev/null +++ b/target/debug/.fingerprint/ring-011a98606c3c54c8/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[5491919304041016563,"build_script_build",false,2375551336540829027]],"local":[{"RerunIfChanged":{"output":"debug/build/ring-011a98606c3c54c8/output","paths":["crypto/crypto.c","crypto/mem.c","crypto/cpu_intel.c","crypto/constant_time_test.c","crypto/perlasm/x86_64-xlate.pl","crypto/perlasm/x86gas.pl","crypto/perlasm/x86nasm.pl","crypto/perlasm/x86asm.pl","crypto/perlasm/arm-xlate.pl","crypto/fipsmodule/bn/montgomery_inv.c","crypto/fipsmodule/bn/montgomery.c","crypto/fipsmodule/bn/internal.h","crypto/fipsmodule/bn/asm/x86_64-mont5.pl","crypto/fipsmodule/bn/asm/armv8-mont.pl","crypto/fipsmodule/bn/asm/x86-mont.pl","crypto/fipsmodule/bn/asm/armv4-mont.pl","crypto/fipsmodule/bn/asm/x86_64-mont.pl","crypto/fipsmodule/ec/ecp_nistz.c","crypto/fipsmodule/ec/p256-nistz.h","crypto/fipsmodule/ec/ecp_nistz.h","crypto/fipsmodule/ec/ecp_nistz384.h","crypto/fipsmodule/ec/p256_shared.h","crypto/fipsmodule/ec/p256-nistz-table.h","crypto/fipsmodule/ec/gfp_p384.c","crypto/fipsmodule/ec/p256.c","crypto/fipsmodule/ec/ecp_nistz384.inl","crypto/fipsmodule/ec/p256_table.h","crypto/fipsmodule/ec/p256-nistz.c","crypto/fipsmodule/ec/util.h","crypto/fipsmodule/ec/gfp_p256.c","crypto/fipsmodule/ec/asm/p256-x86_64-asm.pl","crypto/fipsmodule/ec/asm/p256-armv8-asm.pl","crypto/fipsmodule/aes/aes_nohw.c","crypto/fipsmodule/aes/asm/aesni-x86_64.pl","crypto/fipsmodule/aes/asm/aesv8-armx.pl","crypto/fipsmodule/aes/asm/ghash-x86.pl","crypto/fipsmodule/aes/asm/vpaes-x86_64.pl","crypto/fipsmodule/aes/asm/aesv8-gcm-armv8.pl","crypto/fipsmodule/aes/asm/ghash-armv4.pl","crypto/fipsmodule/aes/asm/vpaes-x86.pl","crypto/fipsmodule/aes/asm/aes-gcm-avx2-x86_64.pl","crypto/fipsmodule/aes/asm/ghashv8-armx.pl","crypto/fipsmodule/aes/asm/aesni-gcm-x86_64.pl","crypto/fipsmodule/aes/asm/aesni-x86.pl","crypto/fipsmodule/aes/asm/ghash-x86_64.pl","crypto/fipsmodule/aes/asm/vpaes-armv7.pl","crypto/fipsmodule/aes/asm/vpaes-armv8.pl","crypto/fipsmodule/aes/asm/bsaes-armv7.pl","crypto/fipsmodule/aes/asm/ghash-neon-armv8.pl","crypto/fipsmodule/sha/asm/sha512-x86_64.pl","crypto/fipsmodule/sha/asm/sha256-armv4.pl","crypto/fipsmodule/sha/asm/sha512-armv8.pl","crypto/fipsmodule/sha/asm/sha512-armv4.pl","crypto/chacha/asm/chacha-armv8.pl","crypto/chacha/asm/chacha-armv4.pl","crypto/chacha/asm/chacha-x86_64.pl","crypto/chacha/asm/chacha-x86.pl","crypto/cipher/asm/chacha20_poly1305_armv8.pl","crypto/cipher/asm/chacha20_poly1305_x86_64.pl","crypto/limbs/limbs.h","crypto/limbs/limbs.inl","crypto/limbs/limbs.c","crypto/poly1305/poly1305.c","crypto/poly1305/poly1305_arm_asm.S","crypto/poly1305/poly1305_arm.c","crypto/internal.h","crypto/curve25519/curve25519_64_adx.c","crypto/curve25519/curve25519.c","crypto/curve25519/curve25519_tables.h","crypto/curve25519/internal.h","crypto/curve25519/asm/x25519-asm-arm.S","include/ring-core/target.h","include/ring-core/asm_base.h","include/ring-core/type_check.h","include/ring-core/check.h","include/ring-core/base.h","include/ring-core/mem.h","include/ring-core/aes.h","third_party/fiat/LICENSE","third_party/fiat/curve25519_64_adx.h","third_party/fiat/curve25519_32.h","third_party/fiat/p256_64_msvc.h","third_party/fiat/curve25519_64.h","third_party/fiat/curve25519_64_msvc.h","third_party/fiat/p256_64.h","third_party/fiat/p256_32.h","third_party/fiat/asm/fiat_curve25519_adx_square.S","third_party/fiat/asm/fiat_curve25519_adx_mul.S"]}},{"RerunIfEnvChanged":{"var":"CARGO_MANIFEST_DIR","val":null}},{"RerunIfEnvChanged":{"var":"CARGO_PKG_NAME","val":null}},{"RerunIfEnvChanged":{"var":"CARGO_PKG_VERSION_MAJOR","val":null}},{"RerunIfEnvChanged":{"var":"CARGO_PKG_VERSION_MINOR","val":null}},{"RerunIfEnvChanged":{"var":"CARGO_PKG_VERSION_PATCH","val":null}},{"RerunIfEnvChanged":{"var":"CARGO_PKG_VERSION_PRE","val":null}},{"RerunIfEnvChanged":{"var":"CARGO_MANIFEST_LINKS","val":null}},{"RerunIfEnvChanged":{"var":"RING_PREGENERATE_ASM","val":null}},{"RerunIfEnvChanged":{"var":"OUT_DIR","val":null}},{"RerunIfEnvChanged":{"var":"CARGO_CFG_TARGET_ARCH","val":null}},{"RerunIfEnvChanged":{"var":"CARGO_CFG_TARGET_OS","val":null}},{"RerunIfEnvChanged":{"var":"CARGO_CFG_TARGET_ENV","val":null}},{"RerunIfEnvChanged":{"var":"CARGO_CFG_TARGET_ENDIAN","val":null}},{"RerunIfEnvChanged":{"var":"CC_x86_64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"CC_x86_64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_CC","val":null}},{"RerunIfEnvChanged":{"var":"CC","val":null}},{"RerunIfEnvChanged":{"var":"CC_ENABLE_DEBUG_OUTPUT","val":null}},{"RerunIfEnvChanged":{"var":"CRATE_CC_NO_DEFAULTS","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS","val":null}},{"RerunIfEnvChanged":{"var":"HOST_CFLAGS","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS_x86_64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS_x86_64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"CC_x86_64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"CC_x86_64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_CC","val":null}},{"RerunIfEnvChanged":{"var":"CC","val":null}},{"RerunIfEnvChanged":{"var":"CC_ENABLE_DEBUG_OUTPUT","val":null}},{"RerunIfEnvChanged":{"var":"CRATE_CC_NO_DEFAULTS","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS","val":null}},{"RerunIfEnvChanged":{"var":"HOST_CFLAGS","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS_x86_64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS_x86_64-unknown-linux-gnu","val":null}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/ring-19ffdc09b45d9c9f/dep-lib-ring b/target/debug/.fingerprint/ring-19ffdc09b45d9c9f/dep-lib-ring new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/ring-19ffdc09b45d9c9f/dep-lib-ring differ diff --git a/target/debug/.fingerprint/ring-19ffdc09b45d9c9f/invoked.timestamp b/target/debug/.fingerprint/ring-19ffdc09b45d9c9f/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/ring-19ffdc09b45d9c9f/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/ring-19ffdc09b45d9c9f/lib-ring b/target/debug/.fingerprint/ring-19ffdc09b45d9c9f/lib-ring new file mode 100644 index 0000000..f87b125 --- /dev/null +++ b/target/debug/.fingerprint/ring-19ffdc09b45d9c9f/lib-ring @@ -0,0 +1 @@ +72cc44edc93fa63a \ No newline at end of file diff --git a/target/debug/.fingerprint/ring-19ffdc09b45d9c9f/lib-ring.json b/target/debug/.fingerprint/ring-19ffdc09b45d9c9f/lib-ring.json new file mode 100644 index 0000000..e845ab0 --- /dev/null +++ b/target/debug/.fingerprint/ring-19ffdc09b45d9c9f/lib-ring.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"dev_urandom_fallback\", \"std\", \"wasm32_unknown_unknown_js\"]","declared_features":"[\"alloc\", \"default\", \"dev_urandom_fallback\", \"less-safe-getrandom-custom-or-rdrand\", \"less-safe-getrandom-espidf\", \"slow_tests\", \"std\", \"test_logging\", \"unstable-testing-arm-no-hw\", \"unstable-testing-arm-no-neon\", \"wasm32_unknown_unknown_js\"]","target":13947150742743679355,"profile":2241668132362809309,"path":13780960135432573390,"deps":[[5491919304041016563,"build_script_build",false,10776092943454338361],[7667230146095136825,"cfg_if",false,5245324944763812973],[8995469080876806959,"untrusted",false,9773262555225630257],[11023519408959114924,"getrandom",false,7668347945390396152]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/ring-19ffdc09b45d9c9f/dep-lib-ring","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/ring-e136248f3c708a1f/build-script-build-script-build b/target/debug/.fingerprint/ring-e136248f3c708a1f/build-script-build-script-build new file mode 100644 index 0000000..ccef89a --- /dev/null +++ b/target/debug/.fingerprint/ring-e136248f3c708a1f/build-script-build-script-build @@ -0,0 +1 @@ +637538b85aa7f720 \ No newline at end of file diff --git a/target/debug/.fingerprint/ring-e136248f3c708a1f/build-script-build-script-build.json b/target/debug/.fingerprint/ring-e136248f3c708a1f/build-script-build-script-build.json new file mode 100644 index 0000000..866d342 --- /dev/null +++ b/target/debug/.fingerprint/ring-e136248f3c708a1f/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"dev_urandom_fallback\", \"std\", \"wasm32_unknown_unknown_js\"]","declared_features":"[\"alloc\", \"default\", \"dev_urandom_fallback\", \"less-safe-getrandom-custom-or-rdrand\", \"less-safe-getrandom-espidf\", \"slow_tests\", \"std\", \"test_logging\", \"unstable-testing-arm-no-hw\", \"unstable-testing-arm-no-neon\", \"wasm32_unknown_unknown_js\"]","target":5408242616063297496,"profile":2225463790103693989,"path":602355248765837604,"deps":[[15302838639930945004,"cc",false,15433810441397148721]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/ring-e136248f3c708a1f/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/ring-e136248f3c708a1f/dep-build-script-build-script-build b/target/debug/.fingerprint/ring-e136248f3c708a1f/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/ring-e136248f3c708a1f/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/ring-e136248f3c708a1f/invoked.timestamp b/target/debug/.fingerprint/ring-e136248f3c708a1f/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/ring-e136248f3c708a1f/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rust-i18n-062356fc300bcb7a/dep-lib-rust_i18n b/target/debug/.fingerprint/rust-i18n-062356fc300bcb7a/dep-lib-rust_i18n new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/rust-i18n-062356fc300bcb7a/dep-lib-rust_i18n differ diff --git a/target/debug/.fingerprint/rust-i18n-062356fc300bcb7a/invoked.timestamp b/target/debug/.fingerprint/rust-i18n-062356fc300bcb7a/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rust-i18n-062356fc300bcb7a/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rust-i18n-062356fc300bcb7a/lib-rust_i18n b/target/debug/.fingerprint/rust-i18n-062356fc300bcb7a/lib-rust_i18n new file mode 100644 index 0000000..ed0c73d --- /dev/null +++ b/target/debug/.fingerprint/rust-i18n-062356fc300bcb7a/lib-rust_i18n @@ -0,0 +1 @@ +ea2ade75c69eb214 \ No newline at end of file diff --git a/target/debug/.fingerprint/rust-i18n-062356fc300bcb7a/lib-rust_i18n.json b/target/debug/.fingerprint/rust-i18n-062356fc300bcb7a/lib-rust_i18n.json new file mode 100644 index 0000000..06b9861 --- /dev/null +++ b/target/debug/.fingerprint/rust-i18n-062356fc300bcb7a/lib-rust_i18n.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"log-miss-tr\"]","target":13128434265314086822,"profile":2241668132362809309,"path":10373422369835074203,"deps":[[2898392040880044670,"rust_i18n_support",false,8141811896799000111],[3539725693332062492,"build_script_build",false,14480322036208445598],[3666196340704888985,"smallvec",false,6188232069611729028],[3722963349756955755,"once_cell",false,12214999296643315191],[9706836270116042981,"rust_i18n_macro",false,10749981328265765041]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rust-i18n-062356fc300bcb7a/dep-lib-rust_i18n","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rust-i18n-582d1f59f4dee0bd/dep-lib-rust_i18n b/target/debug/.fingerprint/rust-i18n-582d1f59f4dee0bd/dep-lib-rust_i18n new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/rust-i18n-582d1f59f4dee0bd/dep-lib-rust_i18n differ diff --git a/target/debug/.fingerprint/rust-i18n-582d1f59f4dee0bd/invoked.timestamp b/target/debug/.fingerprint/rust-i18n-582d1f59f4dee0bd/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rust-i18n-582d1f59f4dee0bd/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rust-i18n-582d1f59f4dee0bd/lib-rust_i18n b/target/debug/.fingerprint/rust-i18n-582d1f59f4dee0bd/lib-rust_i18n new file mode 100644 index 0000000..2632c2e --- /dev/null +++ b/target/debug/.fingerprint/rust-i18n-582d1f59f4dee0bd/lib-rust_i18n @@ -0,0 +1 @@ +6503ef26d10e9463 \ No newline at end of file diff --git a/target/debug/.fingerprint/rust-i18n-582d1f59f4dee0bd/lib-rust_i18n.json b/target/debug/.fingerprint/rust-i18n-582d1f59f4dee0bd/lib-rust_i18n.json new file mode 100644 index 0000000..4725024 --- /dev/null +++ b/target/debug/.fingerprint/rust-i18n-582d1f59f4dee0bd/lib-rust_i18n.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"log-miss-tr\"]","target":13128434265314086822,"profile":2241668132362809309,"path":10373422369835074203,"deps":[[2898392040880044670,"rust_i18n_support",false,11755587425198705554],[3539725693332062492,"build_script_build",false,14664198135422015434],[3666196340704888985,"smallvec",false,6188232069611729028],[3722963349756955755,"once_cell",false,12214999296643315191],[9706836270116042981,"rust_i18n_macro",false,15754540940320917707]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rust-i18n-582d1f59f4dee0bd/dep-lib-rust_i18n","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rust-i18n-788b19347230c744/run-build-script-build-script-build b/target/debug/.fingerprint/rust-i18n-788b19347230c744/run-build-script-build-script-build new file mode 100644 index 0000000..f81f249 --- /dev/null +++ b/target/debug/.fingerprint/rust-i18n-788b19347230c744/run-build-script-build-script-build @@ -0,0 +1 @@ +9e2877012c70f4c8 \ No newline at end of file diff --git a/target/debug/.fingerprint/rust-i18n-788b19347230c744/run-build-script-build-script-build.json b/target/debug/.fingerprint/rust-i18n-788b19347230c744/run-build-script-build-script-build.json new file mode 100644 index 0000000..72ebb98 --- /dev/null +++ b/target/debug/.fingerprint/rust-i18n-788b19347230c744/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[3539725693332062492,"build_script_build",false,18137998344916622434]],"local":[{"RerunIfChanged":{"output":"debug/build/rust-i18n-788b19347230c744/output","paths":["examples/locales/fr.yml","examples/locales/en.yml","examples/app/locales/view.en.yml","examples/app/locales/view.fr.yml","examples/app/locales/fr.yml","examples/app/locales/en.yml"]}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rust-i18n-de52c01a4c468b1c/build-script-build-script-build b/target/debug/.fingerprint/rust-i18n-de52c01a4c468b1c/build-script-build-script-build new file mode 100644 index 0000000..4328d43 --- /dev/null +++ b/target/debug/.fingerprint/rust-i18n-de52c01a4c468b1c/build-script-build-script-build @@ -0,0 +1 @@ +724bc4d9ecca214d \ No newline at end of file diff --git a/target/debug/.fingerprint/rust-i18n-de52c01a4c468b1c/build-script-build-script-build.json b/target/debug/.fingerprint/rust-i18n-de52c01a4c468b1c/build-script-build-script-build.json new file mode 100644 index 0000000..05f6a49 --- /dev/null +++ b/target/debug/.fingerprint/rust-i18n-de52c01a4c468b1c/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"log-miss-tr\"]","target":5408242616063297496,"profile":2225463790103693989,"path":15976541715333276622,"deps":[[3056178850035811329,"regex",false,10515712306885408356],[13572715315612761004,"globwalk",false,8059339803100428456]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rust-i18n-de52c01a4c468b1c/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rust-i18n-de52c01a4c468b1c/dep-build-script-build-script-build b/target/debug/.fingerprint/rust-i18n-de52c01a4c468b1c/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/rust-i18n-de52c01a4c468b1c/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/rust-i18n-de52c01a4c468b1c/invoked.timestamp b/target/debug/.fingerprint/rust-i18n-de52c01a4c468b1c/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rust-i18n-de52c01a4c468b1c/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rust-i18n-e91caeb82eaa36c0/run-build-script-build-script-build b/target/debug/.fingerprint/rust-i18n-e91caeb82eaa36c0/run-build-script-build-script-build new file mode 100644 index 0000000..052eba7 --- /dev/null +++ b/target/debug/.fingerprint/rust-i18n-e91caeb82eaa36c0/run-build-script-build-script-build @@ -0,0 +1 @@ +ca57c68982b281cb \ No newline at end of file diff --git a/target/debug/.fingerprint/rust-i18n-e91caeb82eaa36c0/run-build-script-build-script-build.json b/target/debug/.fingerprint/rust-i18n-e91caeb82eaa36c0/run-build-script-build-script-build.json new file mode 100644 index 0000000..1876dec --- /dev/null +++ b/target/debug/.fingerprint/rust-i18n-e91caeb82eaa36c0/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[3539725693332062492,"build_script_build",false,5557946533766515570]],"local":[{"RerunIfChanged":{"output":"debug/build/rust-i18n-e91caeb82eaa36c0/output","paths":["examples/locales/fr.yml","examples/locales/en.yml","examples/app/locales/view.en.yml","examples/app/locales/view.fr.yml","examples/app/locales/fr.yml","examples/app/locales/en.yml"]}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rust-i18n-f618046d6e867bfb/build-script-build-script-build b/target/debug/.fingerprint/rust-i18n-f618046d6e867bfb/build-script-build-script-build new file mode 100644 index 0000000..dfdadac --- /dev/null +++ b/target/debug/.fingerprint/rust-i18n-f618046d6e867bfb/build-script-build-script-build @@ -0,0 +1 @@ +62dc603d651db7fb \ No newline at end of file diff --git a/target/debug/.fingerprint/rust-i18n-f618046d6e867bfb/build-script-build-script-build.json b/target/debug/.fingerprint/rust-i18n-f618046d6e867bfb/build-script-build-script-build.json new file mode 100644 index 0000000..159f2aa --- /dev/null +++ b/target/debug/.fingerprint/rust-i18n-f618046d6e867bfb/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"log-miss-tr\"]","target":5408242616063297496,"profile":2225463790103693989,"path":15976541715333276622,"deps":[[3056178850035811329,"regex",false,10515712306885408356],[13572715315612761004,"globwalk",false,16919677436731055236]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rust-i18n-f618046d6e867bfb/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rust-i18n-f618046d6e867bfb/dep-build-script-build-script-build b/target/debug/.fingerprint/rust-i18n-f618046d6e867bfb/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/rust-i18n-f618046d6e867bfb/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/rust-i18n-f618046d6e867bfb/invoked.timestamp b/target/debug/.fingerprint/rust-i18n-f618046d6e867bfb/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rust-i18n-f618046d6e867bfb/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rust-i18n-macro-747eb4a79e55cff3/dep-lib-rust_i18n_macro b/target/debug/.fingerprint/rust-i18n-macro-747eb4a79e55cff3/dep-lib-rust_i18n_macro new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/rust-i18n-macro-747eb4a79e55cff3/dep-lib-rust_i18n_macro differ diff --git a/target/debug/.fingerprint/rust-i18n-macro-747eb4a79e55cff3/invoked.timestamp b/target/debug/.fingerprint/rust-i18n-macro-747eb4a79e55cff3/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rust-i18n-macro-747eb4a79e55cff3/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rust-i18n-macro-747eb4a79e55cff3/lib-rust_i18n_macro b/target/debug/.fingerprint/rust-i18n-macro-747eb4a79e55cff3/lib-rust_i18n_macro new file mode 100644 index 0000000..582be9b --- /dev/null +++ b/target/debug/.fingerprint/rust-i18n-macro-747eb4a79e55cff3/lib-rust_i18n_macro @@ -0,0 +1 @@ +b1e05ced0f9b2f95 \ No newline at end of file diff --git a/target/debug/.fingerprint/rust-i18n-macro-747eb4a79e55cff3/lib-rust_i18n_macro.json b/target/debug/.fingerprint/rust-i18n-macro-747eb4a79e55cff3/lib-rust_i18n_macro.json new file mode 100644 index 0000000..a37bf1b --- /dev/null +++ b/target/debug/.fingerprint/rust-i18n-macro-747eb4a79e55cff3/lib-rust_i18n_macro.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"log-miss-tr\"]","target":4159589500803488282,"profile":2225463790103693989,"path":2062697103145028042,"deps":[[2898392040880044670,"rust_i18n_support",false,2736865465019828011],[3722963349756955755,"once_cell",false,15239077044092290488],[4289358735036141001,"proc_macro2",false,11907438208124547768],[6100504282945712449,"quote",false,15556484999302306747],[6490058671768129134,"syn",false,13449399834116190507],[9293239362693504808,"glob",false,4163085327830832013],[9614479274285663593,"serde_yaml",false,1335624616743320655],[13548984313718623784,"serde",false,5176903875510041759],[13795362694956882968,"serde_json",false,9187292020623296557]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rust-i18n-macro-747eb4a79e55cff3/dep-lib-rust_i18n_macro","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rust-i18n-macro-94e9837c093e68fa/dep-lib-rust_i18n_macro b/target/debug/.fingerprint/rust-i18n-macro-94e9837c093e68fa/dep-lib-rust_i18n_macro new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/rust-i18n-macro-94e9837c093e68fa/dep-lib-rust_i18n_macro differ diff --git a/target/debug/.fingerprint/rust-i18n-macro-94e9837c093e68fa/invoked.timestamp b/target/debug/.fingerprint/rust-i18n-macro-94e9837c093e68fa/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rust-i18n-macro-94e9837c093e68fa/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rust-i18n-macro-94e9837c093e68fa/lib-rust_i18n_macro b/target/debug/.fingerprint/rust-i18n-macro-94e9837c093e68fa/lib-rust_i18n_macro new file mode 100644 index 0000000..0c98f5f --- /dev/null +++ b/target/debug/.fingerprint/rust-i18n-macro-94e9837c093e68fa/lib-rust_i18n_macro @@ -0,0 +1 @@ +cb482d9b835fa3da \ No newline at end of file diff --git a/target/debug/.fingerprint/rust-i18n-macro-94e9837c093e68fa/lib-rust_i18n_macro.json b/target/debug/.fingerprint/rust-i18n-macro-94e9837c093e68fa/lib-rust_i18n_macro.json new file mode 100644 index 0000000..34e3d5f --- /dev/null +++ b/target/debug/.fingerprint/rust-i18n-macro-94e9837c093e68fa/lib-rust_i18n_macro.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"log-miss-tr\"]","target":4159589500803488282,"profile":2225463790103693989,"path":2062697103145028042,"deps":[[2898392040880044670,"rust_i18n_support",false,4413065493976259493],[3722963349756955755,"once_cell",false,15239077044092290488],[4289358735036141001,"proc_macro2",false,11907438208124547768],[6100504282945712449,"quote",false,15556484999302306747],[6490058671768129134,"syn",false,13449399834116190507],[9293239362693504808,"glob",false,4163085327830832013],[9614479274285663593,"serde_yaml",false,3961021927834365319],[13548984313718623784,"serde",false,2270396630933148785],[13795362694956882968,"serde_json",false,16358041996395934417]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rust-i18n-macro-94e9837c093e68fa/dep-lib-rust_i18n_macro","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rust-i18n-support-009ce460d4ea218a/dep-lib-rust_i18n_support b/target/debug/.fingerprint/rust-i18n-support-009ce460d4ea218a/dep-lib-rust_i18n_support new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/rust-i18n-support-009ce460d4ea218a/dep-lib-rust_i18n_support differ diff --git a/target/debug/.fingerprint/rust-i18n-support-009ce460d4ea218a/invoked.timestamp b/target/debug/.fingerprint/rust-i18n-support-009ce460d4ea218a/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rust-i18n-support-009ce460d4ea218a/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rust-i18n-support-009ce460d4ea218a/lib-rust_i18n_support b/target/debug/.fingerprint/rust-i18n-support-009ce460d4ea218a/lib-rust_i18n_support new file mode 100644 index 0000000..2009470 --- /dev/null +++ b/target/debug/.fingerprint/rust-i18n-support-009ce460d4ea218a/lib-rust_i18n_support @@ -0,0 +1 @@ +a51bfd72af5b3e3d \ No newline at end of file diff --git a/target/debug/.fingerprint/rust-i18n-support-009ce460d4ea218a/lib-rust_i18n_support.json b/target/debug/.fingerprint/rust-i18n-support-009ce460d4ea218a/lib-rust_i18n_support.json new file mode 100644 index 0000000..c573c53 --- /dev/null +++ b/target/debug/.fingerprint/rust-i18n-support-009ce460d4ea218a/lib-rust_i18n_support.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":5153773228486278842,"profile":2225463790103693989,"path":7520320193751176283,"deps":[[2210062697481272471,"arc_swap",false,3006644561965099151],[3056178850035811329,"regex",false,10515712306885408356],[3722963349756955755,"once_cell",false,15239077044092290488],[4289358735036141001,"proc_macro2",false,11907438208124547768],[6052281619638306186,"siphasher",false,1792072499976611772],[9614479274285663593,"serde_yaml",false,3961021927834365319],[10186909658659212910,"normpath",false,567425628292245192],[12096462954381135006,"base62",false,12136291071789408912],[13548984313718623784,"serde",false,2270396630933148785],[13572715315612761004,"globwalk",false,8059339803100428456],[13795362694956882968,"serde_json",false,16358041996395934417],[15190275674338974840,"itertools",false,16382686326336306339],[15609422047640926750,"toml",false,7486897991305727077],[15615818887074450824,"triomphe",false,5980397831302892129],[17917672826516349275,"lazy_static",false,8386245479633673684]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rust-i18n-support-009ce460d4ea218a/dep-lib-rust_i18n_support","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rust-i18n-support-d8abee9ab1dee8db/dep-lib-rust_i18n_support b/target/debug/.fingerprint/rust-i18n-support-d8abee9ab1dee8db/dep-lib-rust_i18n_support new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/rust-i18n-support-d8abee9ab1dee8db/dep-lib-rust_i18n_support differ diff --git a/target/debug/.fingerprint/rust-i18n-support-d8abee9ab1dee8db/invoked.timestamp b/target/debug/.fingerprint/rust-i18n-support-d8abee9ab1dee8db/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rust-i18n-support-d8abee9ab1dee8db/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rust-i18n-support-d8abee9ab1dee8db/lib-rust_i18n_support b/target/debug/.fingerprint/rust-i18n-support-d8abee9ab1dee8db/lib-rust_i18n_support new file mode 100644 index 0000000..06402eb --- /dev/null +++ b/target/debug/.fingerprint/rust-i18n-support-d8abee9ab1dee8db/lib-rust_i18n_support @@ -0,0 +1 @@ +2ff6c070c886fd70 \ No newline at end of file diff --git a/target/debug/.fingerprint/rust-i18n-support-d8abee9ab1dee8db/lib-rust_i18n_support.json b/target/debug/.fingerprint/rust-i18n-support-d8abee9ab1dee8db/lib-rust_i18n_support.json new file mode 100644 index 0000000..df90800 --- /dev/null +++ b/target/debug/.fingerprint/rust-i18n-support-d8abee9ab1dee8db/lib-rust_i18n_support.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":5153773228486278842,"profile":2241668132362809309,"path":7520320193751176283,"deps":[[2210062697481272471,"arc_swap",false,6382775551425439692],[3056178850035811329,"regex",false,11202606313042889476],[3722963349756955755,"once_cell",false,12214999296643315191],[4289358735036141001,"proc_macro2",false,4030262776685373720],[6052281619638306186,"siphasher",false,4232684995995866388],[9614479274285663593,"serde_yaml",false,915581142927689492],[10186909658659212910,"normpath",false,7919484346543864432],[12096462954381135006,"base62",false,13756927129897212918],[13548984313718623784,"serde",false,2716299212447388768],[13572715315612761004,"globwalk",false,4520416970344284429],[13795362694956882968,"serde_json",false,8780529878399116378],[15190275674338974840,"itertools",false,16805027274088928866],[15609422047640926750,"toml",false,16149062966206962761],[15615818887074450824,"triomphe",false,16148683355616108556],[17917672826516349275,"lazy_static",false,6990877154631962087]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rust-i18n-support-d8abee9ab1dee8db/dep-lib-rust_i18n_support","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rust-i18n-support-dbb7b62449f32b24/dep-lib-rust_i18n_support b/target/debug/.fingerprint/rust-i18n-support-dbb7b62449f32b24/dep-lib-rust_i18n_support new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/rust-i18n-support-dbb7b62449f32b24/dep-lib-rust_i18n_support differ diff --git a/target/debug/.fingerprint/rust-i18n-support-dbb7b62449f32b24/invoked.timestamp b/target/debug/.fingerprint/rust-i18n-support-dbb7b62449f32b24/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rust-i18n-support-dbb7b62449f32b24/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rust-i18n-support-dbb7b62449f32b24/lib-rust_i18n_support b/target/debug/.fingerprint/rust-i18n-support-dbb7b62449f32b24/lib-rust_i18n_support new file mode 100644 index 0000000..86deca6 --- /dev/null +++ b/target/debug/.fingerprint/rust-i18n-support-dbb7b62449f32b24/lib-rust_i18n_support @@ -0,0 +1 @@ +928b04bd7a3c24a3 \ No newline at end of file diff --git a/target/debug/.fingerprint/rust-i18n-support-dbb7b62449f32b24/lib-rust_i18n_support.json b/target/debug/.fingerprint/rust-i18n-support-dbb7b62449f32b24/lib-rust_i18n_support.json new file mode 100644 index 0000000..12b79bd --- /dev/null +++ b/target/debug/.fingerprint/rust-i18n-support-dbb7b62449f32b24/lib-rust_i18n_support.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":5153773228486278842,"profile":2241668132362809309,"path":7520320193751176283,"deps":[[2210062697481272471,"arc_swap",false,6382775551425439692],[3056178850035811329,"regex",false,11202606313042889476],[3722963349756955755,"once_cell",false,12214999296643315191],[4289358735036141001,"proc_macro2",false,4030262776685373720],[6052281619638306186,"siphasher",false,4232684995995866388],[9614479274285663593,"serde_yaml",false,16435560640205088313],[10186909658659212910,"normpath",false,7919484346543864432],[12096462954381135006,"base62",false,13756927129897212918],[13548984313718623784,"serde",false,7132925528862317428],[13572715315612761004,"globwalk",false,1346412942686959368],[13795362694956882968,"serde_json",false,15340009246332311666],[15190275674338974840,"itertools",false,16778376669766152933],[15609422047640926750,"toml",false,301835561035897619],[15615818887074450824,"triomphe",false,6170785656071666625],[17917672826516349275,"lazy_static",false,6990877154631962087]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rust-i18n-support-dbb7b62449f32b24/dep-lib-rust_i18n_support","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rust-i18n-support-e032433c8fbfb7fc/dep-lib-rust_i18n_support b/target/debug/.fingerprint/rust-i18n-support-e032433c8fbfb7fc/dep-lib-rust_i18n_support new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/rust-i18n-support-e032433c8fbfb7fc/dep-lib-rust_i18n_support differ diff --git a/target/debug/.fingerprint/rust-i18n-support-e032433c8fbfb7fc/invoked.timestamp b/target/debug/.fingerprint/rust-i18n-support-e032433c8fbfb7fc/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rust-i18n-support-e032433c8fbfb7fc/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rust-i18n-support-e032433c8fbfb7fc/lib-rust_i18n_support b/target/debug/.fingerprint/rust-i18n-support-e032433c8fbfb7fc/lib-rust_i18n_support new file mode 100644 index 0000000..00ce9f2 --- /dev/null +++ b/target/debug/.fingerprint/rust-i18n-support-e032433c8fbfb7fc/lib-rust_i18n_support @@ -0,0 +1 @@ +2b878ad0a34cfb25 \ No newline at end of file diff --git a/target/debug/.fingerprint/rust-i18n-support-e032433c8fbfb7fc/lib-rust_i18n_support.json b/target/debug/.fingerprint/rust-i18n-support-e032433c8fbfb7fc/lib-rust_i18n_support.json new file mode 100644 index 0000000..5c072ed --- /dev/null +++ b/target/debug/.fingerprint/rust-i18n-support-e032433c8fbfb7fc/lib-rust_i18n_support.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":5153773228486278842,"profile":2225463790103693989,"path":7520320193751176283,"deps":[[2210062697481272471,"arc_swap",false,3006644561965099151],[3056178850035811329,"regex",false,10515712306885408356],[3722963349756955755,"once_cell",false,15239077044092290488],[4289358735036141001,"proc_macro2",false,11907438208124547768],[6052281619638306186,"siphasher",false,1792072499976611772],[9614479274285663593,"serde_yaml",false,1335624616743320655],[10186909658659212910,"normpath",false,567425628292245192],[12096462954381135006,"base62",false,12136291071789408912],[13548984313718623784,"serde",false,5176903875510041759],[13572715315612761004,"globwalk",false,16919677436731055236],[13795362694956882968,"serde_json",false,9187292020623296557],[15190275674338974840,"itertools",false,10644059910818513370],[15609422047640926750,"toml",false,12308759444769973630],[15615818887074450824,"triomphe",false,15104874334026598181],[17917672826516349275,"lazy_static",false,8386245479633673684]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rust-i18n-support-e032433c8fbfb7fc/dep-lib-rust_i18n_support","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rustapi-core-6c91a800e257953f/dep-lib-rustapi_core b/target/debug/.fingerprint/rustapi-core-6c91a800e257953f/dep-lib-rustapi_core new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/rustapi-core-6c91a800e257953f/dep-lib-rustapi_core differ diff --git a/target/debug/.fingerprint/rustapi-core-6c91a800e257953f/invoked.timestamp b/target/debug/.fingerprint/rustapi-core-6c91a800e257953f/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rustapi-core-6c91a800e257953f/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rustapi-core-6c91a800e257953f/lib-rustapi_core b/target/debug/.fingerprint/rustapi-core-6c91a800e257953f/lib-rustapi_core new file mode 100644 index 0000000..2f0a18e --- /dev/null +++ b/target/debug/.fingerprint/rustapi-core-6c91a800e257953f/lib-rustapi_core @@ -0,0 +1 @@ +715856b6617edb4e \ No newline at end of file diff --git a/target/debug/.fingerprint/rustapi-core-6c91a800e257953f/lib-rustapi_core.json b/target/debug/.fingerprint/rustapi-core-6c91a800e257953f/lib-rustapi_core.json new file mode 100644 index 0000000..a0dbacc --- /dev/null +++ b/target/debug/.fingerprint/rustapi-core-6c91a800e257953f/lib-rustapi_core.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"compression\", \"cookies\", \"default\", \"swagger-ui\", \"tracing\"]","declared_features":"[\"compression\", \"compression-brotli\", \"cookies\", \"default\", \"http3\", \"http3-dev\", \"metrics\", \"simd-json\", \"sqlx\", \"swagger-ui\", \"test-utils\", \"tracing\"]","target":4820693781709258576,"profile":2241668132362809309,"path":16888340848702966934,"deps":[[421255656520196549,"validator",false,18399854568995059797],[447808257890806277,"linkme",false,16502813824851129996],[784494742817713399,"tower_service",false,10732140188555243943],[1047012389722313967,"rustapi_validate",false,5924997254583145045],[1906322745568073236,"pin_project_lite",false,16108370810058603254],[2620434475832828286,"http",false,2588846681164434643],[3601586811267292532,"tower",false,1314059663397171038],[3666196340704888985,"smallvec",false,6188232069611729028],[4160778395972110362,"hyper",false,9776823655821551011],[5038908682318277104,"rustapi_openapi",false,11128055394865142828],[6355489020061627772,"bytes",false,5202919556575344190],[8008191657135824715,"thiserror",false,10586255331661800275],[8098305783429564872,"hyper_util",false,14740129513123262123],[9678799920983747518,"matchit",false,13788816122399788491],[9800012718262444189,"uuid",false,13908669619783574293],[10275819572130608261,"flate2",false,2444096773293819824],[10629569228670356391,"futures_util",false,7365277945834051026],[11192626958996522601,"inventory",false,9608341443436987889],[12041186341109472307,"tracing_subscriber",false,17128990181618721353],[12614995553916589825,"socket2",false,10451434160271961962],[12891030758458664808,"tokio",false,13629259371125197179],[13077212702700853852,"base64",false,2731579066016563254],[13548984313718623784,"serde",false,7132925528862317428],[13795362694956882968,"serde_json",false,15340009246332311666],[14084095096285906100,"http_body",false,9347416447814594941],[14435908599267459652,"tower_http",false,4861202573544448181],[14757622794040968908,"tracing",false,15481652202596263875],[15658505062885698977,"chrono",false,10199348232830182547],[16542808166767769916,"serde_urlencoded",false,7335578590021102160],[16727543399706004146,"cookie",false,689311155975514764],[16900715236047033623,"http_body_util",false,16605516706429590156]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rustapi-core-6c91a800e257953f/dep-lib-rustapi_core","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rustapi-core-ab6c3dd0e2da6d8b/dep-lib-rustapi_core b/target/debug/.fingerprint/rustapi-core-ab6c3dd0e2da6d8b/dep-lib-rustapi_core new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/rustapi-core-ab6c3dd0e2da6d8b/dep-lib-rustapi_core differ diff --git a/target/debug/.fingerprint/rustapi-core-ab6c3dd0e2da6d8b/invoked.timestamp b/target/debug/.fingerprint/rustapi-core-ab6c3dd0e2da6d8b/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rustapi-core-ab6c3dd0e2da6d8b/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rustapi-core-ab6c3dd0e2da6d8b/lib-rustapi_core b/target/debug/.fingerprint/rustapi-core-ab6c3dd0e2da6d8b/lib-rustapi_core new file mode 100644 index 0000000..bda32fa --- /dev/null +++ b/target/debug/.fingerprint/rustapi-core-ab6c3dd0e2da6d8b/lib-rustapi_core @@ -0,0 +1 @@ +fde338e2dab2533d \ No newline at end of file diff --git a/target/debug/.fingerprint/rustapi-core-ab6c3dd0e2da6d8b/lib-rustapi_core.json b/target/debug/.fingerprint/rustapi-core-ab6c3dd0e2da6d8b/lib-rustapi_core.json new file mode 100644 index 0000000..32e55a5 --- /dev/null +++ b/target/debug/.fingerprint/rustapi-core-ab6c3dd0e2da6d8b/lib-rustapi_core.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"swagger-ui\", \"tracing\"]","declared_features":"[\"compression\", \"compression-brotli\", \"cookies\", \"default\", \"http3\", \"http3-dev\", \"metrics\", \"simd-json\", \"sqlx\", \"swagger-ui\", \"test-utils\", \"tracing\"]","target":4820693781709258576,"profile":2241668132362809309,"path":16888340848702966934,"deps":[[421255656520196549,"validator",false,787904123033671583],[447808257890806277,"linkme",false,16502813824851129996],[784494742817713399,"tower_service",false,10732140188555243943],[1047012389722313967,"rustapi_validate",false,18259859470402395197],[1906322745568073236,"pin_project_lite",false,16108370810058603254],[2620434475832828286,"http",false,4946455572965513149],[3601586811267292532,"tower",false,8994403774180822926],[3666196340704888985,"smallvec",false,6188232069611729028],[4160778395972110362,"hyper",false,5401543313926929249],[5038908682318277104,"rustapi_openapi",false,3242435174932248210],[6355489020061627772,"bytes",false,11173992151888436898],[8008191657135824715,"thiserror",false,10586255331661800275],[8098305783429564872,"hyper_util",false,15168939425889979436],[9678799920983747518,"matchit",false,13788816122399788491],[9800012718262444189,"uuid",false,4029800283221620584],[10629569228670356391,"futures_util",false,17415507955354234981],[11192626958996522601,"inventory",false,9608341443436987889],[12041186341109472307,"tracing_subscriber",false,17128990181618721353],[12614995553916589825,"socket2",false,10451434160271961962],[12891030758458664808,"tokio",false,5072163070033021838],[13077212702700853852,"base64",false,2731579066016563254],[13548984313718623784,"serde",false,2716299212447388768],[13795362694956882968,"serde_json",false,8780529878399116378],[14084095096285906100,"http_body",false,1567518147926625254],[14435908599267459652,"tower_http",false,14565123186626097722],[14757622794040968908,"tracing",false,15481652202596263875],[15658505062885698977,"chrono",false,6984883505133079364],[16542808166767769916,"serde_urlencoded",false,5826070761038023654],[16900715236047033623,"http_body_util",false,17504317151694395616]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rustapi-core-ab6c3dd0e2da6d8b/dep-lib-rustapi_core","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rustapi-extras-4ad5cec43dcc21e7/dep-lib-rustapi_extras b/target/debug/.fingerprint/rustapi-extras-4ad5cec43dcc21e7/dep-lib-rustapi_extras new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/rustapi-extras-4ad5cec43dcc21e7/dep-lib-rustapi_extras differ diff --git a/target/debug/.fingerprint/rustapi-extras-4ad5cec43dcc21e7/invoked.timestamp b/target/debug/.fingerprint/rustapi-extras-4ad5cec43dcc21e7/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rustapi-extras-4ad5cec43dcc21e7/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rustapi-extras-4ad5cec43dcc21e7/lib-rustapi_extras b/target/debug/.fingerprint/rustapi-extras-4ad5cec43dcc21e7/lib-rustapi_extras new file mode 100644 index 0000000..1383734 --- /dev/null +++ b/target/debug/.fingerprint/rustapi-extras-4ad5cec43dcc21e7/lib-rustapi_extras @@ -0,0 +1 @@ +1ca973ba909cabfc \ No newline at end of file diff --git a/target/debug/.fingerprint/rustapi-extras-4ad5cec43dcc21e7/lib-rustapi_extras.json b/target/debug/.fingerprint/rustapi-extras-4ad5cec43dcc21e7/lib-rustapi_extras.json new file mode 100644 index 0000000..0178b62 --- /dev/null +++ b/target/debug/.fingerprint/rustapi-extras-4ad5cec43dcc21e7/lib-rustapi_extras.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"api-key\", \"cache\", \"circuit-breaker\", \"config\", \"cookies\", \"cors\", \"dedup\", \"default\", \"guard\", \"insight\", \"jwt\", \"logging\", \"otel\", \"rate-limit\", \"sanitization\", \"security-headers\", \"sqlx\", \"structured-logging\", \"timeout\"]","declared_features":"[\"api-key\", \"audit\", \"cache\", \"circuit-breaker\", \"config\", \"cookies\", \"cors\", \"csrf\", \"dedup\", \"default\", \"diesel\", \"diesel-mysql\", \"diesel-postgres\", \"diesel-sqlite\", \"extras\", \"full\", \"guard\", \"insight\", \"jwt\", \"logging\", \"oauth2-client\", \"observability\", \"otel\", \"rate-limit\", \"retry\", \"sanitization\", \"security-headers\", \"sqlx\", \"sqlx-mysql\", \"sqlx-postgres\", \"sqlx-sqlite\", \"structured-logging\", \"timeout\", \"webhook\"]","target":16417167313957434276,"profile":2241668132362809309,"path":1513463264595301401,"deps":[[1996688857878793156,"urlencoding",false,5993831785643490156],[2038929116474722240,"rustapi_core",false,5682274312994052209],[2620434475832828286,"http",false,2588846681164434643],[2737927996754702673,"jsonwebtoken",false,17362858314157955429],[2902550403666640036,"envy",false,15827731156411766728],[3405707034081185165,"dotenvy",false,14247290406000935325],[5038908682318277104,"rustapi_openapi",false,11128055394865142828],[6355489020061627772,"bytes",false,5202919556575344190],[6841140121864026414,"sqlx",false,7947770876292935985],[8008191657135824715,"thiserror",false,10586255331661800275],[10448019748683118955,"dashmap",false,6965688155926557775],[10629569228670356391,"futures_util",false,7365277945834051026],[11175795168105652687,"opentelemetry_semantic_conventions",false,8691652199321889741],[11878442359624488433,"tracing_opentelemetry",false,4940550298379312232],[12891030758458664808,"tokio",false,13629259371125197179],[13548984313718623784,"serde",false,7132925528862317428],[13687125610482316186,"opentelemetry_otlp",false,11208766088822652757],[13795362694956882968,"serde_json",false,15340009246332311666],[14300088082481524304,"opentelemetry_sdk",false,21925696280380604],[14757622794040968908,"tracing",false,15481652202596263875],[15099732354396562078,"opentelemetry",false,1799010220959985545],[16727543399706004146,"cookie",false,689311155975514764],[16900715236047033623,"http_body_util",false,16605516706429590156]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rustapi-extras-4ad5cec43dcc21e7/dep-lib-rustapi_extras","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rustapi-macros-0c5d0aa7e67a1d57/dep-lib-rustapi_macros b/target/debug/.fingerprint/rustapi-macros-0c5d0aa7e67a1d57/dep-lib-rustapi_macros new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/rustapi-macros-0c5d0aa7e67a1d57/dep-lib-rustapi_macros differ diff --git a/target/debug/.fingerprint/rustapi-macros-0c5d0aa7e67a1d57/invoked.timestamp b/target/debug/.fingerprint/rustapi-macros-0c5d0aa7e67a1d57/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rustapi-macros-0c5d0aa7e67a1d57/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rustapi-macros-0c5d0aa7e67a1d57/lib-rustapi_macros b/target/debug/.fingerprint/rustapi-macros-0c5d0aa7e67a1d57/lib-rustapi_macros new file mode 100644 index 0000000..b30e6e3 --- /dev/null +++ b/target/debug/.fingerprint/rustapi-macros-0c5d0aa7e67a1d57/lib-rustapi_macros @@ -0,0 +1 @@ +e9c8bbba08f0f461 \ No newline at end of file diff --git a/target/debug/.fingerprint/rustapi-macros-0c5d0aa7e67a1d57/lib-rustapi_macros.json b/target/debug/.fingerprint/rustapi-macros-0c5d0aa7e67a1d57/lib-rustapi_macros.json new file mode 100644 index 0000000..bb14728 --- /dev/null +++ b/target/debug/.fingerprint/rustapi-macros-0c5d0aa7e67a1d57/lib-rustapi_macros.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":6608684779935799468,"profile":2225463790103693989,"path":10480851218786586769,"deps":[[4289358735036141001,"proc_macro2",false,11907438208124547768],[6100504282945712449,"quote",false,15556484999302306747],[6490058671768129134,"syn",false,13449399834116190507]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rustapi-macros-0c5d0aa7e67a1d57/dep-lib-rustapi_macros","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rustapi-openapi-2f5f7af0033813ca/dep-lib-rustapi_openapi b/target/debug/.fingerprint/rustapi-openapi-2f5f7af0033813ca/dep-lib-rustapi_openapi new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/rustapi-openapi-2f5f7af0033813ca/dep-lib-rustapi_openapi differ diff --git a/target/debug/.fingerprint/rustapi-openapi-2f5f7af0033813ca/invoked.timestamp b/target/debug/.fingerprint/rustapi-openapi-2f5f7af0033813ca/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rustapi-openapi-2f5f7af0033813ca/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rustapi-openapi-2f5f7af0033813ca/lib-rustapi_openapi b/target/debug/.fingerprint/rustapi-openapi-2f5f7af0033813ca/lib-rustapi_openapi new file mode 100644 index 0000000..f5cd0f2 --- /dev/null +++ b/target/debug/.fingerprint/rustapi-openapi-2f5f7af0033813ca/lib-rustapi_openapi @@ -0,0 +1 @@ +927611c99c71ff2c \ No newline at end of file diff --git a/target/debug/.fingerprint/rustapi-openapi-2f5f7af0033813ca/lib-rustapi_openapi.json b/target/debug/.fingerprint/rustapi-openapi-2f5f7af0033813ca/lib-rustapi_openapi.json new file mode 100644 index 0000000..36631c4 --- /dev/null +++ b/target/debug/.fingerprint/rustapi-openapi-2f5f7af0033813ca/lib-rustapi_openapi.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"swagger-ui\"]","declared_features":"[\"default\", \"redoc\", \"swagger-ui\"]","target":6428796258791844809,"profile":2241668132362809309,"path":11792687223160648443,"deps":[[2620434475832828286,"http",false,4946455572965513149],[6355489020061627772,"bytes",false,11173992151888436898],[13548984313718623784,"serde",false,2716299212447388768],[13795362694956882968,"serde_json",false,8780529878399116378],[16900715236047033623,"http_body_util",false,17504317151694395616],[17303498555858728463,"utoipa",false,9162539681751346517]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rustapi-openapi-2f5f7af0033813ca/dep-lib-rustapi_openapi","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rustapi-openapi-9b471cd8f338bbca/dep-lib-rustapi_openapi b/target/debug/.fingerprint/rustapi-openapi-9b471cd8f338bbca/dep-lib-rustapi_openapi new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/rustapi-openapi-9b471cd8f338bbca/dep-lib-rustapi_openapi differ diff --git a/target/debug/.fingerprint/rustapi-openapi-9b471cd8f338bbca/invoked.timestamp b/target/debug/.fingerprint/rustapi-openapi-9b471cd8f338bbca/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rustapi-openapi-9b471cd8f338bbca/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rustapi-openapi-9b471cd8f338bbca/lib-rustapi_openapi b/target/debug/.fingerprint/rustapi-openapi-9b471cd8f338bbca/lib-rustapi_openapi new file mode 100644 index 0000000..d00ba5b --- /dev/null +++ b/target/debug/.fingerprint/rustapi-openapi-9b471cd8f338bbca/lib-rustapi_openapi @@ -0,0 +1 @@ +2c5cce336ccb6e9a \ No newline at end of file diff --git a/target/debug/.fingerprint/rustapi-openapi-9b471cd8f338bbca/lib-rustapi_openapi.json b/target/debug/.fingerprint/rustapi-openapi-9b471cd8f338bbca/lib-rustapi_openapi.json new file mode 100644 index 0000000..6bfb2b8 --- /dev/null +++ b/target/debug/.fingerprint/rustapi-openapi-9b471cd8f338bbca/lib-rustapi_openapi.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"swagger-ui\"]","declared_features":"[\"default\", \"redoc\", \"swagger-ui\"]","target":6428796258791844809,"profile":2241668132362809309,"path":11792687223160648443,"deps":[[2620434475832828286,"http",false,2588846681164434643],[6355489020061627772,"bytes",false,5202919556575344190],[13548984313718623784,"serde",false,7132925528862317428],[13795362694956882968,"serde_json",false,15340009246332311666],[16900715236047033623,"http_body_util",false,16605516706429590156],[17303498555858728463,"utoipa",false,7426941710830132348]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rustapi-openapi-9b471cd8f338bbca/dep-lib-rustapi_openapi","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rustapi-rs-d0aad71f6dacfe1f/dep-lib-rustapi_rs b/target/debug/.fingerprint/rustapi-rs-d0aad71f6dacfe1f/dep-lib-rustapi_rs new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/rustapi-rs-d0aad71f6dacfe1f/dep-lib-rustapi_rs differ diff --git a/target/debug/.fingerprint/rustapi-rs-d0aad71f6dacfe1f/invoked.timestamp b/target/debug/.fingerprint/rustapi-rs-d0aad71f6dacfe1f/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rustapi-rs-d0aad71f6dacfe1f/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rustapi-rs-d0aad71f6dacfe1f/lib-rustapi_rs b/target/debug/.fingerprint/rustapi-rs-d0aad71f6dacfe1f/lib-rustapi_rs new file mode 100644 index 0000000..604bb89 --- /dev/null +++ b/target/debug/.fingerprint/rustapi-rs-d0aad71f6dacfe1f/lib-rustapi_rs @@ -0,0 +1 @@ +b34eafe1552713d4 \ No newline at end of file diff --git a/target/debug/.fingerprint/rustapi-rs-d0aad71f6dacfe1f/lib-rustapi_rs.json b/target/debug/.fingerprint/rustapi-rs-d0aad71f6dacfe1f/lib-rustapi_rs.json new file mode 100644 index 0000000..28d102c --- /dev/null +++ b/target/debug/.fingerprint/rustapi-rs-d0aad71f6dacfe1f/lib-rustapi_rs.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"api-key\", \"cache\", \"circuit-breaker\", \"compression\", \"config\", \"cookies\", \"cors\", \"dedup\", \"default\", \"extras\", \"full\", \"guard\", \"insight\", \"jwt\", \"logging\", \"otel\", \"rate-limit\", \"sanitization\", \"security-headers\", \"sqlx\", \"structured-logging\", \"swagger-ui\", \"timeout\", \"toon\", \"tracing\", \"view\", \"ws\"]","declared_features":"[\"api-key\", \"cache\", \"circuit-breaker\", \"compression\", \"compression-brotli\", \"config\", \"cookies\", \"cors\", \"dedup\", \"default\", \"extras\", \"full\", \"guard\", \"insight\", \"jwt\", \"logging\", \"otel\", \"rate-limit\", \"retry\", \"sanitization\", \"security-headers\", \"simd-json\", \"sqlx\", \"structured-logging\", \"swagger-ui\", \"timeout\", \"toon\", \"tracing\", \"view\", \"ws\"]","target":15589460895999395663,"profile":2241668132362809309,"path":17889708094308999838,"deps":[[327385512111720276,"rustapi_extras",false,18206818063992727836],[421255656520196549,"validator",false,18399854568995059797],[744663183880089761,"rustapi_ws",false,6339993755555926225],[1047012389722313967,"rustapi_validate",false,5924997254583145045],[1294242710681494070,"rustapi_toon",false,4752407395653898433],[2038929116474722240,"rustapi_core",false,5682274312994052209],[5038908682318277104,"rustapi_openapi",false,11128055394865142828],[5854824601812585461,"rustapi_view",false,5953989156687256090],[6712637799675531949,"rustapi_macros",false,7058530436279683305],[12891030758458664808,"tokio",false,13629259371125197179],[13548984313718623784,"serde",false,7132925528862317428],[13795362694956882968,"serde_json",false,15340009246332311666],[14757622794040968908,"tracing",false,15481652202596263875],[16611674984963787466,"async_trait",false,392505351023989797]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rustapi-rs-d0aad71f6dacfe1f/dep-lib-rustapi_rs","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rustapi-rs-fa0679205d1ef883/dep-lib-rustapi_rs b/target/debug/.fingerprint/rustapi-rs-fa0679205d1ef883/dep-lib-rustapi_rs new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/rustapi-rs-fa0679205d1ef883/dep-lib-rustapi_rs differ diff --git a/target/debug/.fingerprint/rustapi-rs-fa0679205d1ef883/invoked.timestamp b/target/debug/.fingerprint/rustapi-rs-fa0679205d1ef883/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rustapi-rs-fa0679205d1ef883/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rustapi-rs-fa0679205d1ef883/lib-rustapi_rs b/target/debug/.fingerprint/rustapi-rs-fa0679205d1ef883/lib-rustapi_rs new file mode 100644 index 0000000..7967823 --- /dev/null +++ b/target/debug/.fingerprint/rustapi-rs-fa0679205d1ef883/lib-rustapi_rs @@ -0,0 +1 @@ +5d05a533b5bc10dd \ No newline at end of file diff --git a/target/debug/.fingerprint/rustapi-rs-fa0679205d1ef883/lib-rustapi_rs.json b/target/debug/.fingerprint/rustapi-rs-fa0679205d1ef883/lib-rustapi_rs.json new file mode 100644 index 0000000..37ae1f6 --- /dev/null +++ b/target/debug/.fingerprint/rustapi-rs-fa0679205d1ef883/lib-rustapi_rs.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"swagger-ui\", \"tracing\"]","declared_features":"[\"api-key\", \"cache\", \"circuit-breaker\", \"compression\", \"compression-brotli\", \"config\", \"cookies\", \"cors\", \"dedup\", \"default\", \"extras\", \"full\", \"guard\", \"insight\", \"jwt\", \"logging\", \"otel\", \"rate-limit\", \"retry\", \"sanitization\", \"security-headers\", \"simd-json\", \"sqlx\", \"structured-logging\", \"swagger-ui\", \"timeout\", \"toon\", \"tracing\", \"view\", \"ws\"]","target":15589460895999395663,"profile":2241668132362809309,"path":17889708094308999838,"deps":[[421255656520196549,"validator",false,787904123033671583],[1047012389722313967,"rustapi_validate",false,18259859470402395197],[2038929116474722240,"rustapi_core",false,4419072312548582397],[5038908682318277104,"rustapi_openapi",false,3242435174932248210],[6712637799675531949,"rustapi_macros",false,7058530436279683305],[12891030758458664808,"tokio",false,5072163070033021838],[13548984313718623784,"serde",false,2716299212447388768],[13795362694956882968,"serde_json",false,8780529878399116378],[14757622794040968908,"tracing",false,15481652202596263875],[16611674984963787466,"async_trait",false,392505351023989797]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rustapi-rs-fa0679205d1ef883/dep-lib-rustapi_rs","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rustapi-toon-b43eff3573a45b19/dep-lib-rustapi_toon b/target/debug/.fingerprint/rustapi-toon-b43eff3573a45b19/dep-lib-rustapi_toon new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/rustapi-toon-b43eff3573a45b19/dep-lib-rustapi_toon differ diff --git a/target/debug/.fingerprint/rustapi-toon-b43eff3573a45b19/invoked.timestamp b/target/debug/.fingerprint/rustapi-toon-b43eff3573a45b19/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rustapi-toon-b43eff3573a45b19/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rustapi-toon-b43eff3573a45b19/lib-rustapi_toon b/target/debug/.fingerprint/rustapi-toon-b43eff3573a45b19/lib-rustapi_toon new file mode 100644 index 0000000..a6c7031 --- /dev/null +++ b/target/debug/.fingerprint/rustapi-toon-b43eff3573a45b19/lib-rustapi_toon @@ -0,0 +1 @@ +c1d0e3d558f1f341 \ No newline at end of file diff --git a/target/debug/.fingerprint/rustapi-toon-b43eff3573a45b19/lib-rustapi_toon.json b/target/debug/.fingerprint/rustapi-toon-b43eff3573a45b19/lib-rustapi_toon.json new file mode 100644 index 0000000..9d97756 --- /dev/null +++ b/target/debug/.fingerprint/rustapi-toon-b43eff3573a45b19/lib-rustapi_toon.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":536444012801374752,"profile":2241668132362809309,"path":8013484856258684032,"deps":[[2038929116474722240,"rustapi_core",false,5682274312994052209],[2620434475832828286,"http",false,2588846681164434643],[3562235872976843028,"toon_format",false,3416395551783480231],[5038908682318277104,"rustapi_openapi",false,11128055394865142828],[6355489020061627772,"bytes",false,5202919556575344190],[8008191657135824715,"thiserror",false,10586255331661800275],[10629569228670356391,"futures_util",false,7365277945834051026],[13548984313718623784,"serde",false,7132925528862317428],[13795362694956882968,"serde_json",false,15340009246332311666],[14757622794040968908,"tracing",false,15481652202596263875],[16900715236047033623,"http_body_util",false,16605516706429590156]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rustapi-toon-b43eff3573a45b19/dep-lib-rustapi_toon","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rustapi-validate-7e27ce73738b242c/dep-lib-rustapi_validate b/target/debug/.fingerprint/rustapi-validate-7e27ce73738b242c/dep-lib-rustapi_validate new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/rustapi-validate-7e27ce73738b242c/dep-lib-rustapi_validate differ diff --git a/target/debug/.fingerprint/rustapi-validate-7e27ce73738b242c/invoked.timestamp b/target/debug/.fingerprint/rustapi-validate-7e27ce73738b242c/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rustapi-validate-7e27ce73738b242c/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rustapi-validate-7e27ce73738b242c/lib-rustapi_validate b/target/debug/.fingerprint/rustapi-validate-7e27ce73738b242c/lib-rustapi_validate new file mode 100644 index 0000000..0a7ace4 --- /dev/null +++ b/target/debug/.fingerprint/rustapi-validate-7e27ce73738b242c/lib-rustapi_validate @@ -0,0 +1 @@ +55d2976e9cd13952 \ No newline at end of file diff --git a/target/debug/.fingerprint/rustapi-validate-7e27ce73738b242c/lib-rustapi_validate.json b/target/debug/.fingerprint/rustapi-validate-7e27ce73738b242c/lib-rustapi_validate.json new file mode 100644 index 0000000..fa635a1 --- /dev/null +++ b/target/debug/.fingerprint/rustapi-validate-7e27ce73738b242c/lib-rustapi_validate.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":6894359831421252756,"profile":2241668132362809309,"path":9081639628730975581,"deps":[[2620434475832828286,"http",false,2588846681164434643],[3056178850035811329,"regex",false,11202606313042889476],[3539725693332062492,"rust_i18n",false,7175376397772194661],[6712637799675531949,"rustapi_macros",false,7058530436279683305],[8008191657135824715,"thiserror",false,10586255331661800275],[13548984313718623784,"serde",false,7132925528862317428],[13795362694956882968,"serde_json",false,15340009246332311666],[16611674984963787466,"async_trait",false,392505351023989797]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rustapi-validate-7e27ce73738b242c/dep-lib-rustapi_validate","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rustapi-validate-a4997e1e0c39baf7/dep-lib-rustapi_validate b/target/debug/.fingerprint/rustapi-validate-a4997e1e0c39baf7/dep-lib-rustapi_validate new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/rustapi-validate-a4997e1e0c39baf7/dep-lib-rustapi_validate differ diff --git a/target/debug/.fingerprint/rustapi-validate-a4997e1e0c39baf7/invoked.timestamp b/target/debug/.fingerprint/rustapi-validate-a4997e1e0c39baf7/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rustapi-validate-a4997e1e0c39baf7/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rustapi-validate-a4997e1e0c39baf7/lib-rustapi_validate b/target/debug/.fingerprint/rustapi-validate-a4997e1e0c39baf7/lib-rustapi_validate new file mode 100644 index 0000000..00fe211 --- /dev/null +++ b/target/debug/.fingerprint/rustapi-validate-a4997e1e0c39baf7/lib-rustapi_validate @@ -0,0 +1 @@ +3d1ce385710d68fd \ No newline at end of file diff --git a/target/debug/.fingerprint/rustapi-validate-a4997e1e0c39baf7/lib-rustapi_validate.json b/target/debug/.fingerprint/rustapi-validate-a4997e1e0c39baf7/lib-rustapi_validate.json new file mode 100644 index 0000000..4c196f2 --- /dev/null +++ b/target/debug/.fingerprint/rustapi-validate-a4997e1e0c39baf7/lib-rustapi_validate.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":6894359831421252756,"profile":2241668132362809309,"path":9081639628730975581,"deps":[[2620434475832828286,"http",false,4946455572965513149],[3056178850035811329,"regex",false,11202606313042889476],[3539725693332062492,"rust_i18n",false,1491429001831262954],[6712637799675531949,"rustapi_macros",false,7058530436279683305],[8008191657135824715,"thiserror",false,10586255331661800275],[13548984313718623784,"serde",false,2716299212447388768],[13795362694956882968,"serde_json",false,8780529878399116378],[16611674984963787466,"async_trait",false,392505351023989797]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rustapi-validate-a4997e1e0c39baf7/dep-lib-rustapi_validate","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rustapi-view-1539b779597bbe12/dep-lib-rustapi_view b/target/debug/.fingerprint/rustapi-view-1539b779597bbe12/dep-lib-rustapi_view new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/rustapi-view-1539b779597bbe12/dep-lib-rustapi_view differ diff --git a/target/debug/.fingerprint/rustapi-view-1539b779597bbe12/invoked.timestamp b/target/debug/.fingerprint/rustapi-view-1539b779597bbe12/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rustapi-view-1539b779597bbe12/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rustapi-view-1539b779597bbe12/lib-rustapi_view b/target/debug/.fingerprint/rustapi-view-1539b779597bbe12/lib-rustapi_view new file mode 100644 index 0000000..17b0735 --- /dev/null +++ b/target/debug/.fingerprint/rustapi-view-1539b779597bbe12/lib-rustapi_view @@ -0,0 +1 @@ +1a1adfa897d1a052 \ No newline at end of file diff --git a/target/debug/.fingerprint/rustapi-view-1539b779597bbe12/lib-rustapi_view.json b/target/debug/.fingerprint/rustapi-view-1539b779597bbe12/lib-rustapi_view.json new file mode 100644 index 0000000..3d279d4 --- /dev/null +++ b/target/debug/.fingerprint/rustapi-view-1539b779597bbe12/lib-rustapi_view.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":13483332798309503325,"profile":2241668132362809309,"path":14126333300757370791,"deps":[[2038929116474722240,"rustapi_core",false,5682274312994052209],[2620434475832828286,"http",false,2588846681164434643],[5038908682318277104,"rustapi_openapi",false,11128055394865142828],[6355489020061627772,"bytes",false,5202919556575344190],[8008191657135824715,"thiserror",false,10586255331661800275],[12891030758458664808,"tokio",false,13629259371125197179],[13548984313718623784,"serde",false,7132925528862317428],[13609823291941557425,"tera",false,473739187249224497],[13795362694956882968,"serde_json",false,15340009246332311666],[14757622794040968908,"tracing",false,15481652202596263875],[16900715236047033623,"http_body_util",false,16605516706429590156]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rustapi-view-1539b779597bbe12/dep-lib-rustapi_view","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rustapi-ws-51a40dc57afc028d/dep-lib-rustapi_ws b/target/debug/.fingerprint/rustapi-ws-51a40dc57afc028d/dep-lib-rustapi_ws new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/rustapi-ws-51a40dc57afc028d/dep-lib-rustapi_ws differ diff --git a/target/debug/.fingerprint/rustapi-ws-51a40dc57afc028d/invoked.timestamp b/target/debug/.fingerprint/rustapi-ws-51a40dc57afc028d/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rustapi-ws-51a40dc57afc028d/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rustapi-ws-51a40dc57afc028d/lib-rustapi_ws b/target/debug/.fingerprint/rustapi-ws-51a40dc57afc028d/lib-rustapi_ws new file mode 100644 index 0000000..3ad3017 --- /dev/null +++ b/target/debug/.fingerprint/rustapi-ws-51a40dc57afc028d/lib-rustapi_ws @@ -0,0 +1 @@ +d1101bdeba2efc57 \ No newline at end of file diff --git a/target/debug/.fingerprint/rustapi-ws-51a40dc57afc028d/lib-rustapi_ws.json b/target/debug/.fingerprint/rustapi-ws-51a40dc57afc028d/lib-rustapi_ws.json new file mode 100644 index 0000000..33032b9 --- /dev/null +++ b/target/debug/.fingerprint/rustapi-ws-51a40dc57afc028d/lib-rustapi_ws.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":10197504419736113148,"profile":2241668132362809309,"path":6844633761005122502,"deps":[[513018320032438414,"tungstenite",false,9484449809370115005],[1528297757488249563,"url",false,8446390972076575059],[1906322745568073236,"pin_project_lite",false,16108370810058603254],[2038929116474722240,"rustapi_core",false,5682274312994052209],[2620434475832828286,"http",false,2588846681164434643],[4160778395972110362,"hyper",false,9776823655821551011],[5038908682318277104,"rustapi_openapi",false,11128055394865142828],[6328167575312831016,"tokio_tungstenite",false,18283581506223990583],[6355489020061627772,"bytes",false,5202919556575344190],[8008191657135824715,"thiserror",false,10586255331661800275],[8098305783429564872,"hyper_util",false,14740129513123262123],[10629569228670356391,"futures_util",false,7365277945834051026],[10724389056617919257,"sha1",false,16238613422177024392],[12891030758458664808,"tokio",false,13629259371125197179],[13077212702700853852,"base64",false,2731579066016563254],[13548984313718623784,"serde",false,7132925528862317428],[13795362694956882968,"serde_json",false,15340009246332311666],[14757622794040968908,"tracing",false,15481652202596263875],[16611674984963787466,"async_trait",false,392505351023989797],[16900715236047033623,"http_body_util",false,16605516706429590156]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rustapi-ws-51a40dc57afc028d/dep-lib-rustapi_ws","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rustix-48b0b7979602738a/dep-lib-rustix b/target/debug/.fingerprint/rustix-48b0b7979602738a/dep-lib-rustix new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/rustix-48b0b7979602738a/dep-lib-rustix differ diff --git a/target/debug/.fingerprint/rustix-48b0b7979602738a/invoked.timestamp b/target/debug/.fingerprint/rustix-48b0b7979602738a/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rustix-48b0b7979602738a/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rustix-48b0b7979602738a/lib-rustix b/target/debug/.fingerprint/rustix-48b0b7979602738a/lib-rustix new file mode 100644 index 0000000..aff0403 --- /dev/null +++ b/target/debug/.fingerprint/rustix-48b0b7979602738a/lib-rustix @@ -0,0 +1 @@ +c467a682d30b56a1 \ No newline at end of file diff --git a/target/debug/.fingerprint/rustix-48b0b7979602738a/lib-rustix.json b/target/debug/.fingerprint/rustix-48b0b7979602738a/lib-rustix.json new file mode 100644 index 0000000..0e38adb --- /dev/null +++ b/target/debug/.fingerprint/rustix-48b0b7979602738a/lib-rustix.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"event\", \"fs\", \"net\", \"pipe\", \"process\", \"std\", \"time\"]","declared_features":"[\"all-apis\", \"alloc\", \"core\", \"default\", \"event\", \"fs\", \"io_uring\", \"libc\", \"libc_errno\", \"linux_4_11\", \"linux_5_1\", \"linux_5_11\", \"linux_latest\", \"mm\", \"mount\", \"net\", \"param\", \"pipe\", \"process\", \"pty\", \"rand\", \"runtime\", \"rustc-dep-of-std\", \"rustc-std-workspace-alloc\", \"shm\", \"std\", \"stdio\", \"system\", \"termios\", \"thread\", \"time\", \"try_close\", \"use-explicitly-provided-auxv\", \"use-libc\", \"use-libc-auxv\"]","target":16221545317719767766,"profile":6866685711252268493,"path":65131295657968511,"deps":[[9001817693037665195,"bitflags",false,15061383507137813603],[17146483649602403347,"linux_raw_sys",false,7383104439035208480],[18377328279789821306,"build_script_build",false,5712331949664119690]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rustix-48b0b7979602738a/dep-lib-rustix","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rustix-73afbb50ae38ce00/build-script-build-script-build b/target/debug/.fingerprint/rustix-73afbb50ae38ce00/build-script-build-script-build new file mode 100644 index 0000000..ff0d162 --- /dev/null +++ b/target/debug/.fingerprint/rustix-73afbb50ae38ce00/build-script-build-script-build @@ -0,0 +1 @@ +a0004e699db99ef6 \ No newline at end of file diff --git a/target/debug/.fingerprint/rustix-73afbb50ae38ce00/build-script-build-script-build.json b/target/debug/.fingerprint/rustix-73afbb50ae38ce00/build-script-build-script-build.json new file mode 100644 index 0000000..55599ee --- /dev/null +++ b/target/debug/.fingerprint/rustix-73afbb50ae38ce00/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"event\", \"fs\", \"net\", \"pipe\", \"process\", \"std\", \"time\"]","declared_features":"[\"all-apis\", \"alloc\", \"core\", \"default\", \"event\", \"fs\", \"io_uring\", \"libc\", \"libc_errno\", \"linux_4_11\", \"linux_5_1\", \"linux_5_11\", \"linux_latest\", \"mm\", \"mount\", \"net\", \"param\", \"pipe\", \"process\", \"pty\", \"rand\", \"runtime\", \"rustc-dep-of-std\", \"rustc-std-workspace-alloc\", \"shm\", \"std\", \"stdio\", \"system\", \"termios\", \"thread\", \"time\", \"try_close\", \"use-explicitly-provided-auxv\", \"use-libc\", \"use-libc-auxv\"]","target":5408242616063297496,"profile":4328159526104585339,"path":16117665955383368559,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rustix-73afbb50ae38ce00/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rustix-73afbb50ae38ce00/dep-build-script-build-script-build b/target/debug/.fingerprint/rustix-73afbb50ae38ce00/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/rustix-73afbb50ae38ce00/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/rustix-73afbb50ae38ce00/invoked.timestamp b/target/debug/.fingerprint/rustix-73afbb50ae38ce00/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rustix-73afbb50ae38ce00/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rustix-de2ad37a92ee1100/run-build-script-build-script-build b/target/debug/.fingerprint/rustix-de2ad37a92ee1100/run-build-script-build-script-build new file mode 100644 index 0000000..24d7172 --- /dev/null +++ b/target/debug/.fingerprint/rustix-de2ad37a92ee1100/run-build-script-build-script-build @@ -0,0 +1 @@ +8a2bd89aa447464f \ No newline at end of file diff --git a/target/debug/.fingerprint/rustix-de2ad37a92ee1100/run-build-script-build-script-build.json b/target/debug/.fingerprint/rustix-de2ad37a92ee1100/run-build-script-build-script-build.json new file mode 100644 index 0000000..891c422 --- /dev/null +++ b/target/debug/.fingerprint/rustix-de2ad37a92ee1100/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[18377328279789821306,"build_script_build",false,17770845265378279584]],"local":[{"RerunIfChanged":{"output":"debug/build/rustix-de2ad37a92ee1100/output","paths":["build.rs"]}},{"RerunIfEnvChanged":{"var":"CARGO_CFG_RUSTIX_USE_EXPERIMENTAL_ASM","val":null}},{"RerunIfEnvChanged":{"var":"CARGO_CFG_RUSTIX_USE_LIBC","val":null}},{"RerunIfEnvChanged":{"var":"CARGO_FEATURE_USE_LIBC","val":null}},{"RerunIfEnvChanged":{"var":"CARGO_FEATURE_RUSTC_DEP_OF_STD","val":null}},{"RerunIfEnvChanged":{"var":"CARGO_CFG_MIRI","val":null}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rustls-pki-types-ea1e6973ac4b3777/dep-lib-rustls_pki_types b/target/debug/.fingerprint/rustls-pki-types-ea1e6973ac4b3777/dep-lib-rustls_pki_types new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/rustls-pki-types-ea1e6973ac4b3777/dep-lib-rustls_pki_types differ diff --git a/target/debug/.fingerprint/rustls-pki-types-ea1e6973ac4b3777/invoked.timestamp b/target/debug/.fingerprint/rustls-pki-types-ea1e6973ac4b3777/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rustls-pki-types-ea1e6973ac4b3777/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rustls-pki-types-ea1e6973ac4b3777/lib-rustls_pki_types b/target/debug/.fingerprint/rustls-pki-types-ea1e6973ac4b3777/lib-rustls_pki_types new file mode 100644 index 0000000..8ba5794 --- /dev/null +++ b/target/debug/.fingerprint/rustls-pki-types-ea1e6973ac4b3777/lib-rustls_pki_types @@ -0,0 +1 @@ +dde8b6cc8e21822d \ No newline at end of file diff --git a/target/debug/.fingerprint/rustls-pki-types-ea1e6973ac4b3777/lib-rustls_pki_types.json b/target/debug/.fingerprint/rustls-pki-types-ea1e6973ac4b3777/lib-rustls_pki_types.json new file mode 100644 index 0000000..e4aeeed --- /dev/null +++ b/target/debug/.fingerprint/rustls-pki-types-ea1e6973ac4b3777/lib-rustls_pki_types.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"std\", \"web\", \"web-time\"]","target":10881799483833257506,"profile":12413679189504964935,"path":163406118463936595,"deps":[[12865141776541797048,"zeroize",false,4242326026270452461]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rustls-pki-types-ea1e6973ac4b3777/dep-lib-rustls_pki_types","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rustversion-050205c5a595f792/build-script-build-script-build b/target/debug/.fingerprint/rustversion-050205c5a595f792/build-script-build-script-build new file mode 100644 index 0000000..e4e5d25 --- /dev/null +++ b/target/debug/.fingerprint/rustversion-050205c5a595f792/build-script-build-script-build @@ -0,0 +1 @@ +c1a9f878e93a470d \ No newline at end of file diff --git a/target/debug/.fingerprint/rustversion-050205c5a595f792/build-script-build-script-build.json b/target/debug/.fingerprint/rustversion-050205c5a595f792/build-script-build-script-build.json new file mode 100644 index 0000000..d683d04 --- /dev/null +++ b/target/debug/.fingerprint/rustversion-050205c5a595f792/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":17883862002600103897,"profile":2225463790103693989,"path":2916013534148364693,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rustversion-050205c5a595f792/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rustversion-050205c5a595f792/dep-build-script-build-script-build b/target/debug/.fingerprint/rustversion-050205c5a595f792/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/rustversion-050205c5a595f792/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/rustversion-050205c5a595f792/invoked.timestamp b/target/debug/.fingerprint/rustversion-050205c5a595f792/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rustversion-050205c5a595f792/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rustversion-211bfd3963d3ccb8/dep-lib-rustversion b/target/debug/.fingerprint/rustversion-211bfd3963d3ccb8/dep-lib-rustversion new file mode 100644 index 0000000..bed9365 Binary files /dev/null and b/target/debug/.fingerprint/rustversion-211bfd3963d3ccb8/dep-lib-rustversion differ diff --git a/target/debug/.fingerprint/rustversion-211bfd3963d3ccb8/invoked.timestamp b/target/debug/.fingerprint/rustversion-211bfd3963d3ccb8/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rustversion-211bfd3963d3ccb8/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rustversion-211bfd3963d3ccb8/lib-rustversion b/target/debug/.fingerprint/rustversion-211bfd3963d3ccb8/lib-rustversion new file mode 100644 index 0000000..4cfe814 --- /dev/null +++ b/target/debug/.fingerprint/rustversion-211bfd3963d3ccb8/lib-rustversion @@ -0,0 +1 @@ +c7cc38065b926dbd \ No newline at end of file diff --git a/target/debug/.fingerprint/rustversion-211bfd3963d3ccb8/lib-rustversion.json b/target/debug/.fingerprint/rustversion-211bfd3963d3ccb8/lib-rustversion.json new file mode 100644 index 0000000..1c665c2 --- /dev/null +++ b/target/debug/.fingerprint/rustversion-211bfd3963d3ccb8/lib-rustversion.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":179193587114931863,"profile":2225463790103693989,"path":16057800195594141727,"deps":[[14156967978702956262,"build_script_build",false,1828530184575091450]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rustversion-211bfd3963d3ccb8/dep-lib-rustversion","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rustversion-d70f972e4b4cf0c8/run-build-script-build-script-build b/target/debug/.fingerprint/rustversion-d70f972e4b4cf0c8/run-build-script-build-script-build new file mode 100644 index 0000000..016a493 --- /dev/null +++ b/target/debug/.fingerprint/rustversion-d70f972e4b4cf0c8/run-build-script-build-script-build @@ -0,0 +1 @@ +fa82add0833e6019 \ No newline at end of file diff --git a/target/debug/.fingerprint/rustversion-d70f972e4b4cf0c8/run-build-script-build-script-build.json b/target/debug/.fingerprint/rustversion-d70f972e4b4cf0c8/run-build-script-build-script-build.json new file mode 100644 index 0000000..d21a7bb --- /dev/null +++ b/target/debug/.fingerprint/rustversion-d70f972e4b4cf0c8/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[14156967978702956262,"build_script_build",false,956798220270873025]],"local":[{"RerunIfChanged":{"output":"debug/build/rustversion-d70f972e4b4cf0c8/output","paths":["build/build.rs"]}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/ryu-0383a96f10be4ebf/dep-lib-ryu b/target/debug/.fingerprint/ryu-0383a96f10be4ebf/dep-lib-ryu new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/ryu-0383a96f10be4ebf/dep-lib-ryu differ diff --git a/target/debug/.fingerprint/ryu-0383a96f10be4ebf/invoked.timestamp b/target/debug/.fingerprint/ryu-0383a96f10be4ebf/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/ryu-0383a96f10be4ebf/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/ryu-0383a96f10be4ebf/lib-ryu b/target/debug/.fingerprint/ryu-0383a96f10be4ebf/lib-ryu new file mode 100644 index 0000000..5b4a3c8 --- /dev/null +++ b/target/debug/.fingerprint/ryu-0383a96f10be4ebf/lib-ryu @@ -0,0 +1 @@ +3e2490c632889701 \ No newline at end of file diff --git a/target/debug/.fingerprint/ryu-0383a96f10be4ebf/lib-ryu.json b/target/debug/.fingerprint/ryu-0383a96f10be4ebf/lib-ryu.json new file mode 100644 index 0000000..af914e5 --- /dev/null +++ b/target/debug/.fingerprint/ryu-0383a96f10be4ebf/lib-ryu.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"no-panic\", \"small\"]","target":13763186580977333631,"profile":2225463790103693989,"path":15910103274136806183,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/ryu-0383a96f10be4ebf/dep-lib-ryu","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/ryu-ab3fb54e1e78329f/dep-lib-ryu b/target/debug/.fingerprint/ryu-ab3fb54e1e78329f/dep-lib-ryu new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/ryu-ab3fb54e1e78329f/dep-lib-ryu differ diff --git a/target/debug/.fingerprint/ryu-ab3fb54e1e78329f/invoked.timestamp b/target/debug/.fingerprint/ryu-ab3fb54e1e78329f/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/ryu-ab3fb54e1e78329f/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/ryu-ab3fb54e1e78329f/lib-ryu b/target/debug/.fingerprint/ryu-ab3fb54e1e78329f/lib-ryu new file mode 100644 index 0000000..846e9da --- /dev/null +++ b/target/debug/.fingerprint/ryu-ab3fb54e1e78329f/lib-ryu @@ -0,0 +1 @@ +e407a5be60600940 \ No newline at end of file diff --git a/target/debug/.fingerprint/ryu-ab3fb54e1e78329f/lib-ryu.json b/target/debug/.fingerprint/ryu-ab3fb54e1e78329f/lib-ryu.json new file mode 100644 index 0000000..93a28ec --- /dev/null +++ b/target/debug/.fingerprint/ryu-ab3fb54e1e78329f/lib-ryu.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"no-panic\", \"small\"]","target":13763186580977333631,"profile":2241668132362809309,"path":15910103274136806183,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/ryu-ab3fb54e1e78329f/dep-lib-ryu","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/same-file-0fa11d96c298df86/dep-lib-same_file b/target/debug/.fingerprint/same-file-0fa11d96c298df86/dep-lib-same_file new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/same-file-0fa11d96c298df86/dep-lib-same_file differ diff --git a/target/debug/.fingerprint/same-file-0fa11d96c298df86/invoked.timestamp b/target/debug/.fingerprint/same-file-0fa11d96c298df86/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/same-file-0fa11d96c298df86/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/same-file-0fa11d96c298df86/lib-same_file b/target/debug/.fingerprint/same-file-0fa11d96c298df86/lib-same_file new file mode 100644 index 0000000..c701830 --- /dev/null +++ b/target/debug/.fingerprint/same-file-0fa11d96c298df86/lib-same_file @@ -0,0 +1 @@ +fe3a186e1c413ae5 \ No newline at end of file diff --git a/target/debug/.fingerprint/same-file-0fa11d96c298df86/lib-same_file.json b/target/debug/.fingerprint/same-file-0fa11d96c298df86/lib-same_file.json new file mode 100644 index 0000000..d661007 --- /dev/null +++ b/target/debug/.fingerprint/same-file-0fa11d96c298df86/lib-same_file.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":5850851708384281287,"profile":2241668132362809309,"path":4980049092820285363,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/same-file-0fa11d96c298df86/dep-lib-same_file","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/same-file-4393dd0a199412cd/dep-lib-same_file b/target/debug/.fingerprint/same-file-4393dd0a199412cd/dep-lib-same_file new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/same-file-4393dd0a199412cd/dep-lib-same_file differ diff --git a/target/debug/.fingerprint/same-file-4393dd0a199412cd/invoked.timestamp b/target/debug/.fingerprint/same-file-4393dd0a199412cd/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/same-file-4393dd0a199412cd/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/same-file-4393dd0a199412cd/lib-same_file b/target/debug/.fingerprint/same-file-4393dd0a199412cd/lib-same_file new file mode 100644 index 0000000..8eb1821 --- /dev/null +++ b/target/debug/.fingerprint/same-file-4393dd0a199412cd/lib-same_file @@ -0,0 +1 @@ +fb54adb9eaa34dc5 \ No newline at end of file diff --git a/target/debug/.fingerprint/same-file-4393dd0a199412cd/lib-same_file.json b/target/debug/.fingerprint/same-file-4393dd0a199412cd/lib-same_file.json new file mode 100644 index 0000000..f96d84a --- /dev/null +++ b/target/debug/.fingerprint/same-file-4393dd0a199412cd/lib-same_file.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":5850851708384281287,"profile":2225463790103693989,"path":4980049092820285363,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/same-file-4393dd0a199412cd/dep-lib-same_file","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/scopeguard-53ae95c864302c1e/dep-lib-scopeguard b/target/debug/.fingerprint/scopeguard-53ae95c864302c1e/dep-lib-scopeguard new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/scopeguard-53ae95c864302c1e/dep-lib-scopeguard differ diff --git a/target/debug/.fingerprint/scopeguard-53ae95c864302c1e/invoked.timestamp b/target/debug/.fingerprint/scopeguard-53ae95c864302c1e/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/scopeguard-53ae95c864302c1e/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/scopeguard-53ae95c864302c1e/lib-scopeguard b/target/debug/.fingerprint/scopeguard-53ae95c864302c1e/lib-scopeguard new file mode 100644 index 0000000..b60215f --- /dev/null +++ b/target/debug/.fingerprint/scopeguard-53ae95c864302c1e/lib-scopeguard @@ -0,0 +1 @@ +68aec76e791d5662 \ No newline at end of file diff --git a/target/debug/.fingerprint/scopeguard-53ae95c864302c1e/lib-scopeguard.json b/target/debug/.fingerprint/scopeguard-53ae95c864302c1e/lib-scopeguard.json new file mode 100644 index 0000000..2859cae --- /dev/null +++ b/target/debug/.fingerprint/scopeguard-53ae95c864302c1e/lib-scopeguard.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"default\", \"use_std\"]","target":3556356971060988614,"profile":2225463790103693989,"path":8244852617040643837,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/scopeguard-53ae95c864302c1e/dep-lib-scopeguard","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/scopeguard-881bf68c2f011ad5/dep-lib-scopeguard b/target/debug/.fingerprint/scopeguard-881bf68c2f011ad5/dep-lib-scopeguard new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/scopeguard-881bf68c2f011ad5/dep-lib-scopeguard differ diff --git a/target/debug/.fingerprint/scopeguard-881bf68c2f011ad5/invoked.timestamp b/target/debug/.fingerprint/scopeguard-881bf68c2f011ad5/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/scopeguard-881bf68c2f011ad5/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/scopeguard-881bf68c2f011ad5/lib-scopeguard b/target/debug/.fingerprint/scopeguard-881bf68c2f011ad5/lib-scopeguard new file mode 100644 index 0000000..30b4161 --- /dev/null +++ b/target/debug/.fingerprint/scopeguard-881bf68c2f011ad5/lib-scopeguard @@ -0,0 +1 @@ +09f7063de6ccc06d \ No newline at end of file diff --git a/target/debug/.fingerprint/scopeguard-881bf68c2f011ad5/lib-scopeguard.json b/target/debug/.fingerprint/scopeguard-881bf68c2f011ad5/lib-scopeguard.json new file mode 100644 index 0000000..7e2c98b --- /dev/null +++ b/target/debug/.fingerprint/scopeguard-881bf68c2f011ad5/lib-scopeguard.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"default\", \"use_std\"]","target":3556356971060988614,"profile":2241668132362809309,"path":8244852617040643837,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/scopeguard-881bf68c2f011ad5/dep-lib-scopeguard","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/serde-04eb7fe29e51f410/build-script-build-script-build b/target/debug/.fingerprint/serde-04eb7fe29e51f410/build-script-build-script-build new file mode 100644 index 0000000..9fc9040 --- /dev/null +++ b/target/debug/.fingerprint/serde-04eb7fe29e51f410/build-script-build-script-build @@ -0,0 +1 @@ +eb191ae8f368abcd \ No newline at end of file diff --git a/target/debug/.fingerprint/serde-04eb7fe29e51f410/build-script-build-script-build.json b/target/debug/.fingerprint/serde-04eb7fe29e51f410/build-script-build-script-build.json new file mode 100644 index 0000000..b922556 --- /dev/null +++ b/target/debug/.fingerprint/serde-04eb7fe29e51f410/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"derive\", \"rc\", \"serde_derive\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"derive\", \"rc\", \"serde_derive\", \"std\", \"unstable\"]","target":5408242616063297496,"profile":2225463790103693989,"path":8413027813922087066,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/serde-04eb7fe29e51f410/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/serde-04eb7fe29e51f410/dep-build-script-build-script-build b/target/debug/.fingerprint/serde-04eb7fe29e51f410/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/serde-04eb7fe29e51f410/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/serde-04eb7fe29e51f410/invoked.timestamp b/target/debug/.fingerprint/serde-04eb7fe29e51f410/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/serde-04eb7fe29e51f410/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/serde-0c79bc1bb5bf9eba/run-build-script-build-script-build b/target/debug/.fingerprint/serde-0c79bc1bb5bf9eba/run-build-script-build-script-build new file mode 100644 index 0000000..5d6c82d --- /dev/null +++ b/target/debug/.fingerprint/serde-0c79bc1bb5bf9eba/run-build-script-build-script-build @@ -0,0 +1 @@ +1d012935cd0d3113 \ No newline at end of file diff --git a/target/debug/.fingerprint/serde-0c79bc1bb5bf9eba/run-build-script-build-script-build.json b/target/debug/.fingerprint/serde-0c79bc1bb5bf9eba/run-build-script-build-script-build.json new file mode 100644 index 0000000..7249c5c --- /dev/null +++ b/target/debug/.fingerprint/serde-0c79bc1bb5bf9eba/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[13548984313718623784,"build_script_build",false,1940708774919287441]],"local":[{"RerunIfChanged":{"output":"debug/build/serde-0c79bc1bb5bf9eba/output","paths":["build.rs"]}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/serde-14b6faba9ed2f2d5/dep-lib-serde b/target/debug/.fingerprint/serde-14b6faba9ed2f2d5/dep-lib-serde new file mode 100644 index 0000000..ab28802 Binary files /dev/null and b/target/debug/.fingerprint/serde-14b6faba9ed2f2d5/dep-lib-serde differ diff --git a/target/debug/.fingerprint/serde-14b6faba9ed2f2d5/invoked.timestamp b/target/debug/.fingerprint/serde-14b6faba9ed2f2d5/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/serde-14b6faba9ed2f2d5/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/serde-14b6faba9ed2f2d5/lib-serde b/target/debug/.fingerprint/serde-14b6faba9ed2f2d5/lib-serde new file mode 100644 index 0000000..7a3fb9e --- /dev/null +++ b/target/debug/.fingerprint/serde-14b6faba9ed2f2d5/lib-serde @@ -0,0 +1 @@ +9f7c1e78a50ed847 \ No newline at end of file diff --git a/target/debug/.fingerprint/serde-14b6faba9ed2f2d5/lib-serde.json b/target/debug/.fingerprint/serde-14b6faba9ed2f2d5/lib-serde.json new file mode 100644 index 0000000..979fbd9 --- /dev/null +++ b/target/debug/.fingerprint/serde-14b6faba9ed2f2d5/lib-serde.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"derive\", \"serde_derive\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"derive\", \"rc\", \"serde_derive\", \"std\", \"unstable\"]","target":11327258112168116673,"profile":2225463790103693989,"path":12232765401749322989,"deps":[[3051629642231505422,"serde_derive",false,3685830180364140551],[11899261697793765154,"serde_core",false,11946319382333109670],[13548984313718623784,"build_script_build",false,1382901735590789405]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/serde-14b6faba9ed2f2d5/dep-lib-serde","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/serde-2734cfd91a2f931a/dep-lib-serde b/target/debug/.fingerprint/serde-2734cfd91a2f931a/dep-lib-serde new file mode 100644 index 0000000..a28f14f Binary files /dev/null and b/target/debug/.fingerprint/serde-2734cfd91a2f931a/dep-lib-serde differ diff --git a/target/debug/.fingerprint/serde-2734cfd91a2f931a/invoked.timestamp b/target/debug/.fingerprint/serde-2734cfd91a2f931a/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/serde-2734cfd91a2f931a/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/serde-2734cfd91a2f931a/lib-serde b/target/debug/.fingerprint/serde-2734cfd91a2f931a/lib-serde new file mode 100644 index 0000000..7532537 --- /dev/null +++ b/target/debug/.fingerprint/serde-2734cfd91a2f931a/lib-serde @@ -0,0 +1 @@ +719403eeb411821f \ No newline at end of file diff --git a/target/debug/.fingerprint/serde-2734cfd91a2f931a/lib-serde.json b/target/debug/.fingerprint/serde-2734cfd91a2f931a/lib-serde.json new file mode 100644 index 0000000..57791f6 --- /dev/null +++ b/target/debug/.fingerprint/serde-2734cfd91a2f931a/lib-serde.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"derive\", \"rc\", \"serde_derive\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"derive\", \"rc\", \"serde_derive\", \"std\", \"unstable\"]","target":11327258112168116673,"profile":2225463790103693989,"path":12232765401749322989,"deps":[[3051629642231505422,"serde_derive",false,3685830180364140551],[11899261697793765154,"serde_core",false,4301951189289845985],[13548984313718623784,"build_script_build",false,16453840625296721457]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/serde-2734cfd91a2f931a/dep-lib-serde","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/serde-48c117b8186a3d2e/dep-lib-serde b/target/debug/.fingerprint/serde-48c117b8186a3d2e/dep-lib-serde new file mode 100644 index 0000000..a28f14f Binary files /dev/null and b/target/debug/.fingerprint/serde-48c117b8186a3d2e/dep-lib-serde differ diff --git a/target/debug/.fingerprint/serde-48c117b8186a3d2e/invoked.timestamp b/target/debug/.fingerprint/serde-48c117b8186a3d2e/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/serde-48c117b8186a3d2e/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/serde-48c117b8186a3d2e/lib-serde b/target/debug/.fingerprint/serde-48c117b8186a3d2e/lib-serde new file mode 100644 index 0000000..9223ad7 --- /dev/null +++ b/target/debug/.fingerprint/serde-48c117b8186a3d2e/lib-serde @@ -0,0 +1 @@ +745b2705fa3dfd62 \ No newline at end of file diff --git a/target/debug/.fingerprint/serde-48c117b8186a3d2e/lib-serde.json b/target/debug/.fingerprint/serde-48c117b8186a3d2e/lib-serde.json new file mode 100644 index 0000000..5e97a2f --- /dev/null +++ b/target/debug/.fingerprint/serde-48c117b8186a3d2e/lib-serde.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"derive\", \"rc\", \"serde_derive\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"derive\", \"rc\", \"serde_derive\", \"std\", \"unstable\"]","target":11327258112168116673,"profile":2241668132362809309,"path":12232765401749322989,"deps":[[3051629642231505422,"serde_derive",false,3685830180364140551],[11899261697793765154,"serde_core",false,9848609837332900020],[13548984313718623784,"build_script_build",false,16453840625296721457]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/serde-48c117b8186a3d2e/dep-lib-serde","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/serde-49a10a9683562367/build-script-build-script-build b/target/debug/.fingerprint/serde-49a10a9683562367/build-script-build-script-build new file mode 100644 index 0000000..0e634e3 --- /dev/null +++ b/target/debug/.fingerprint/serde-49a10a9683562367/build-script-build-script-build @@ -0,0 +1 @@ +91328c3559c8ee1a \ No newline at end of file diff --git a/target/debug/.fingerprint/serde-49a10a9683562367/build-script-build-script-build.json b/target/debug/.fingerprint/serde-49a10a9683562367/build-script-build-script-build.json new file mode 100644 index 0000000..225218b --- /dev/null +++ b/target/debug/.fingerprint/serde-49a10a9683562367/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"derive\", \"serde_derive\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"derive\", \"rc\", \"serde_derive\", \"std\", \"unstable\"]","target":5408242616063297496,"profile":2225463790103693989,"path":8413027813922087066,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/serde-49a10a9683562367/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/serde-49a10a9683562367/dep-build-script-build-script-build b/target/debug/.fingerprint/serde-49a10a9683562367/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/serde-49a10a9683562367/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/serde-49a10a9683562367/invoked.timestamp b/target/debug/.fingerprint/serde-49a10a9683562367/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/serde-49a10a9683562367/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/serde-a4ceae42d15d99aa/run-build-script-build-script-build b/target/debug/.fingerprint/serde-a4ceae42d15d99aa/run-build-script-build-script-build new file mode 100644 index 0000000..05d7eca --- /dev/null +++ b/target/debug/.fingerprint/serde-a4ceae42d15d99aa/run-build-script-build-script-build @@ -0,0 +1 @@ +31c6b35ddfc857e4 \ No newline at end of file diff --git a/target/debug/.fingerprint/serde-a4ceae42d15d99aa/run-build-script-build-script-build.json b/target/debug/.fingerprint/serde-a4ceae42d15d99aa/run-build-script-build-script-build.json new file mode 100644 index 0000000..d635d0b --- /dev/null +++ b/target/debug/.fingerprint/serde-a4ceae42d15d99aa/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[13548984313718623784,"build_script_build",false,14820054395573115371]],"local":[{"RerunIfChanged":{"output":"debug/build/serde-a4ceae42d15d99aa/output","paths":["build.rs"]}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/serde-fe2aa8950035d711/dep-lib-serde b/target/debug/.fingerprint/serde-fe2aa8950035d711/dep-lib-serde new file mode 100644 index 0000000..ab28802 Binary files /dev/null and b/target/debug/.fingerprint/serde-fe2aa8950035d711/dep-lib-serde differ diff --git a/target/debug/.fingerprint/serde-fe2aa8950035d711/invoked.timestamp b/target/debug/.fingerprint/serde-fe2aa8950035d711/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/serde-fe2aa8950035d711/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/serde-fe2aa8950035d711/lib-serde b/target/debug/.fingerprint/serde-fe2aa8950035d711/lib-serde new file mode 100644 index 0000000..e809d2e --- /dev/null +++ b/target/debug/.fingerprint/serde-fe2aa8950035d711/lib-serde @@ -0,0 +1 @@ +609499fdbd3bb225 \ No newline at end of file diff --git a/target/debug/.fingerprint/serde-fe2aa8950035d711/lib-serde.json b/target/debug/.fingerprint/serde-fe2aa8950035d711/lib-serde.json new file mode 100644 index 0000000..2df49e0 --- /dev/null +++ b/target/debug/.fingerprint/serde-fe2aa8950035d711/lib-serde.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"derive\", \"serde_derive\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"derive\", \"rc\", \"serde_derive\", \"std\", \"unstable\"]","target":11327258112168116673,"profile":2241668132362809309,"path":12232765401749322989,"deps":[[3051629642231505422,"serde_derive",false,3685830180364140551],[11899261697793765154,"serde_core",false,1275225937462102368],[13548984313718623784,"build_script_build",false,1382901735590789405]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/serde-fe2aa8950035d711/dep-lib-serde","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_core-31b971cf163f0f6c/build-script-build-script-build b/target/debug/.fingerprint/serde_core-31b971cf163f0f6c/build-script-build-script-build new file mode 100644 index 0000000..5788625 --- /dev/null +++ b/target/debug/.fingerprint/serde_core-31b971cf163f0f6c/build-script-build-script-build @@ -0,0 +1 @@ +1bfd456198788d70 \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_core-31b971cf163f0f6c/build-script-build-script-build.json b/target/debug/.fingerprint/serde_core-31b971cf163f0f6c/build-script-build-script-build.json new file mode 100644 index 0000000..81c1cb9 --- /dev/null +++ b/target/debug/.fingerprint/serde_core-31b971cf163f0f6c/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"result\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"rc\", \"result\", \"std\", \"unstable\"]","target":5408242616063297496,"profile":2225463790103693989,"path":11335312312910563526,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/serde_core-31b971cf163f0f6c/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_core-31b971cf163f0f6c/dep-build-script-build-script-build b/target/debug/.fingerprint/serde_core-31b971cf163f0f6c/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/serde_core-31b971cf163f0f6c/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/serde_core-31b971cf163f0f6c/invoked.timestamp b/target/debug/.fingerprint/serde_core-31b971cf163f0f6c/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/serde_core-31b971cf163f0f6c/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_core-39b05c5517e094de/build-script-build-script-build b/target/debug/.fingerprint/serde_core-39b05c5517e094de/build-script-build-script-build new file mode 100644 index 0000000..e4fe82e --- /dev/null +++ b/target/debug/.fingerprint/serde_core-39b05c5517e094de/build-script-build-script-build @@ -0,0 +1 @@ +bc0b3444600a0cc3 \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_core-39b05c5517e094de/build-script-build-script-build.json b/target/debug/.fingerprint/serde_core-39b05c5517e094de/build-script-build-script-build.json new file mode 100644 index 0000000..2223965 --- /dev/null +++ b/target/debug/.fingerprint/serde_core-39b05c5517e094de/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"rc\", \"result\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"rc\", \"result\", \"std\", \"unstable\"]","target":5408242616063297496,"profile":2225463790103693989,"path":11335312312910563526,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/serde_core-39b05c5517e094de/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_core-39b05c5517e094de/dep-build-script-build-script-build b/target/debug/.fingerprint/serde_core-39b05c5517e094de/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/serde_core-39b05c5517e094de/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/serde_core-39b05c5517e094de/invoked.timestamp b/target/debug/.fingerprint/serde_core-39b05c5517e094de/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/serde_core-39b05c5517e094de/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_core-78a644ae372c2d59/dep-lib-serde_core b/target/debug/.fingerprint/serde_core-78a644ae372c2d59/dep-lib-serde_core new file mode 100644 index 0000000..e64e040 Binary files /dev/null and b/target/debug/.fingerprint/serde_core-78a644ae372c2d59/dep-lib-serde_core differ diff --git a/target/debug/.fingerprint/serde_core-78a644ae372c2d59/invoked.timestamp b/target/debug/.fingerprint/serde_core-78a644ae372c2d59/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/serde_core-78a644ae372c2d59/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_core-78a644ae372c2d59/lib-serde_core b/target/debug/.fingerprint/serde_core-78a644ae372c2d59/lib-serde_core new file mode 100644 index 0000000..bd24b5b --- /dev/null +++ b/target/debug/.fingerprint/serde_core-78a644ae372c2d59/lib-serde_core @@ -0,0 +1 @@ +e1c4b05ed099b33b \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_core-78a644ae372c2d59/lib-serde_core.json b/target/debug/.fingerprint/serde_core-78a644ae372c2d59/lib-serde_core.json new file mode 100644 index 0000000..b827876 --- /dev/null +++ b/target/debug/.fingerprint/serde_core-78a644ae372c2d59/lib-serde_core.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"rc\", \"result\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"rc\", \"result\", \"std\", \"unstable\"]","target":6810695588070812737,"profile":2225463790103693989,"path":4629062145999855011,"deps":[[11899261697793765154,"build_script_build",false,4727180280438504285]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/serde_core-78a644ae372c2d59/dep-lib-serde_core","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_core-7b7cb0cfdf46fc20/run-build-script-build-script-build b/target/debug/.fingerprint/serde_core-7b7cb0cfdf46fc20/run-build-script-build-script-build new file mode 100644 index 0000000..caefbf8 --- /dev/null +++ b/target/debug/.fingerprint/serde_core-7b7cb0cfdf46fc20/run-build-script-build-script-build @@ -0,0 +1 @@ +4a593b2f6660ce8a \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_core-7b7cb0cfdf46fc20/run-build-script-build-script-build.json b/target/debug/.fingerprint/serde_core-7b7cb0cfdf46fc20/run-build-script-build-script-build.json new file mode 100644 index 0000000..dcd3cb9 --- /dev/null +++ b/target/debug/.fingerprint/serde_core-7b7cb0cfdf46fc20/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[11899261697793765154,"build_script_build",false,8110271099826470171]],"local":[{"RerunIfChanged":{"output":"debug/build/serde_core-7b7cb0cfdf46fc20/output","paths":["build.rs"]}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_core-a2045ddd2bbb2331/dep-lib-serde_core b/target/debug/.fingerprint/serde_core-a2045ddd2bbb2331/dep-lib-serde_core new file mode 100644 index 0000000..672b350 Binary files /dev/null and b/target/debug/.fingerprint/serde_core-a2045ddd2bbb2331/dep-lib-serde_core differ diff --git a/target/debug/.fingerprint/serde_core-a2045ddd2bbb2331/invoked.timestamp b/target/debug/.fingerprint/serde_core-a2045ddd2bbb2331/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/serde_core-a2045ddd2bbb2331/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_core-a2045ddd2bbb2331/lib-serde_core b/target/debug/.fingerprint/serde_core-a2045ddd2bbb2331/lib-serde_core new file mode 100644 index 0000000..b252499 --- /dev/null +++ b/target/debug/.fingerprint/serde_core-a2045ddd2bbb2331/lib-serde_core @@ -0,0 +1 @@ +6009cbd23b83b211 \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_core-a2045ddd2bbb2331/lib-serde_core.json b/target/debug/.fingerprint/serde_core-a2045ddd2bbb2331/lib-serde_core.json new file mode 100644 index 0000000..ad7d1f5 --- /dev/null +++ b/target/debug/.fingerprint/serde_core-a2045ddd2bbb2331/lib-serde_core.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"result\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"rc\", \"result\", \"std\", \"unstable\"]","target":6810695588070812737,"profile":2241668132362809309,"path":4629062145999855011,"deps":[[11899261697793765154,"build_script_build",false,10002037814431799626]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/serde_core-a2045ddd2bbb2331/dep-lib-serde_core","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_core-d0175270678310c4/dep-lib-serde_core b/target/debug/.fingerprint/serde_core-d0175270678310c4/dep-lib-serde_core new file mode 100644 index 0000000..e64e040 Binary files /dev/null and b/target/debug/.fingerprint/serde_core-d0175270678310c4/dep-lib-serde_core differ diff --git a/target/debug/.fingerprint/serde_core-d0175270678310c4/invoked.timestamp b/target/debug/.fingerprint/serde_core-d0175270678310c4/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/serde_core-d0175270678310c4/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_core-d0175270678310c4/lib-serde_core b/target/debug/.fingerprint/serde_core-d0175270678310c4/lib-serde_core new file mode 100644 index 0000000..595d833 --- /dev/null +++ b/target/debug/.fingerprint/serde_core-d0175270678310c4/lib-serde_core @@ -0,0 +1 @@ +b428a585774aad88 \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_core-d0175270678310c4/lib-serde_core.json b/target/debug/.fingerprint/serde_core-d0175270678310c4/lib-serde_core.json new file mode 100644 index 0000000..9c859b1 --- /dev/null +++ b/target/debug/.fingerprint/serde_core-d0175270678310c4/lib-serde_core.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"rc\", \"result\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"rc\", \"result\", \"std\", \"unstable\"]","target":6810695588070812737,"profile":2241668132362809309,"path":4629062145999855011,"deps":[[11899261697793765154,"build_script_build",false,4727180280438504285]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/serde_core-d0175270678310c4/dep-lib-serde_core","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_core-f9fc69361ecda2ec/dep-lib-serde_core b/target/debug/.fingerprint/serde_core-f9fc69361ecda2ec/dep-lib-serde_core new file mode 100644 index 0000000..672b350 Binary files /dev/null and b/target/debug/.fingerprint/serde_core-f9fc69361ecda2ec/dep-lib-serde_core differ diff --git a/target/debug/.fingerprint/serde_core-f9fc69361ecda2ec/invoked.timestamp b/target/debug/.fingerprint/serde_core-f9fc69361ecda2ec/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/serde_core-f9fc69361ecda2ec/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_core-f9fc69361ecda2ec/lib-serde_core b/target/debug/.fingerprint/serde_core-f9fc69361ecda2ec/lib-serde_core new file mode 100644 index 0000000..060452e --- /dev/null +++ b/target/debug/.fingerprint/serde_core-f9fc69361ecda2ec/lib-serde_core @@ -0,0 +1 @@ +a63554152fdac9a5 \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_core-f9fc69361ecda2ec/lib-serde_core.json b/target/debug/.fingerprint/serde_core-f9fc69361ecda2ec/lib-serde_core.json new file mode 100644 index 0000000..989394d --- /dev/null +++ b/target/debug/.fingerprint/serde_core-f9fc69361ecda2ec/lib-serde_core.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"result\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"rc\", \"result\", \"std\", \"unstable\"]","target":6810695588070812737,"profile":2225463790103693989,"path":4629062145999855011,"deps":[[11899261697793765154,"build_script_build",false,10002037814431799626]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/serde_core-f9fc69361ecda2ec/dep-lib-serde_core","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_core-fce0ea8bda10166e/run-build-script-build-script-build b/target/debug/.fingerprint/serde_core-fce0ea8bda10166e/run-build-script-build-script-build new file mode 100644 index 0000000..188c866 --- /dev/null +++ b/target/debug/.fingerprint/serde_core-fce0ea8bda10166e/run-build-script-build-script-build @@ -0,0 +1 @@ +5dbbc45c6b519a41 \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_core-fce0ea8bda10166e/run-build-script-build-script-build.json b/target/debug/.fingerprint/serde_core-fce0ea8bda10166e/run-build-script-build-script-build.json new file mode 100644 index 0000000..1feddb8 --- /dev/null +++ b/target/debug/.fingerprint/serde_core-fce0ea8bda10166e/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[11899261697793765154,"build_script_build",false,14054619945693875132]],"local":[{"RerunIfChanged":{"output":"debug/build/serde_core-fce0ea8bda10166e/output","paths":["build.rs"]}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_derive-bf75665432df7098/dep-lib-serde_derive b/target/debug/.fingerprint/serde_derive-bf75665432df7098/dep-lib-serde_derive new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/serde_derive-bf75665432df7098/dep-lib-serde_derive differ diff --git a/target/debug/.fingerprint/serde_derive-bf75665432df7098/invoked.timestamp b/target/debug/.fingerprint/serde_derive-bf75665432df7098/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/serde_derive-bf75665432df7098/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_derive-bf75665432df7098/lib-serde_derive b/target/debug/.fingerprint/serde_derive-bf75665432df7098/lib-serde_derive new file mode 100644 index 0000000..a370b93 --- /dev/null +++ b/target/debug/.fingerprint/serde_derive-bf75665432df7098/lib-serde_derive @@ -0,0 +1 @@ +07c0044b05b32633 \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_derive-bf75665432df7098/lib-serde_derive.json b/target/debug/.fingerprint/serde_derive-bf75665432df7098/lib-serde_derive.json new file mode 100644 index 0000000..64386b1 --- /dev/null +++ b/target/debug/.fingerprint/serde_derive-bf75665432df7098/lib-serde_derive.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\"]","declared_features":"[\"default\", \"deserialize_in_place\"]","target":13076129734743110817,"profile":2225463790103693989,"path":12857656908268223334,"deps":[[4289358735036141001,"proc_macro2",false,11907438208124547768],[6100504282945712449,"quote",false,15556484999302306747],[6490058671768129134,"syn",false,13449399834116190507]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/serde_derive-bf75665432df7098/dep-lib-serde_derive","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_json-14cac1bab08fa228/build-script-build-script-build b/target/debug/.fingerprint/serde_json-14cac1bab08fa228/build-script-build-script-build new file mode 100644 index 0000000..f15bee6 --- /dev/null +++ b/target/debug/.fingerprint/serde_json-14cac1bab08fa228/build-script-build-script-build @@ -0,0 +1 @@ +1dedc04645f0d30e \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_json-14cac1bab08fa228/build-script-build-script-build.json b/target/debug/.fingerprint/serde_json-14cac1bab08fa228/build-script-build-script-build.json new file mode 100644 index 0000000..8959833 --- /dev/null +++ b/target/debug/.fingerprint/serde_json-14cac1bab08fa228/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"indexmap\", \"preserve_order\", \"raw_value\", \"std\"]","declared_features":"[\"alloc\", \"arbitrary_precision\", \"default\", \"float_roundtrip\", \"indexmap\", \"preserve_order\", \"raw_value\", \"std\", \"unbounded_depth\"]","target":5408242616063297496,"profile":2225463790103693989,"path":466196419851714280,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/serde_json-14cac1bab08fa228/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_json-14cac1bab08fa228/dep-build-script-build-script-build b/target/debug/.fingerprint/serde_json-14cac1bab08fa228/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/serde_json-14cac1bab08fa228/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/serde_json-14cac1bab08fa228/invoked.timestamp b/target/debug/.fingerprint/serde_json-14cac1bab08fa228/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/serde_json-14cac1bab08fa228/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_json-2ee3d593bb8b9674/dep-lib-serde_json b/target/debug/.fingerprint/serde_json-2ee3d593bb8b9674/dep-lib-serde_json new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/serde_json-2ee3d593bb8b9674/dep-lib-serde_json differ diff --git a/target/debug/.fingerprint/serde_json-2ee3d593bb8b9674/invoked.timestamp b/target/debug/.fingerprint/serde_json-2ee3d593bb8b9674/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/serde_json-2ee3d593bb8b9674/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_json-2ee3d593bb8b9674/lib-serde_json b/target/debug/.fingerprint/serde_json-2ee3d593bb8b9674/lib-serde_json new file mode 100644 index 0000000..18fb6ac --- /dev/null +++ b/target/debug/.fingerprint/serde_json-2ee3d593bb8b9674/lib-serde_json @@ -0,0 +1 @@ +2d4808996ad17f7f \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_json-2ee3d593bb8b9674/lib-serde_json.json b/target/debug/.fingerprint/serde_json-2ee3d593bb8b9674/lib-serde_json.json new file mode 100644 index 0000000..f524421 --- /dev/null +++ b/target/debug/.fingerprint/serde_json-2ee3d593bb8b9674/lib-serde_json.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"alloc\", \"arbitrary_precision\", \"default\", \"float_roundtrip\", \"indexmap\", \"preserve_order\", \"raw_value\", \"std\", \"unbounded_depth\"]","target":9592559880233824070,"profile":2225463790103693989,"path":165479778601887256,"deps":[[198136567835728122,"memchr",false,13171808347467139300],[9938278000850417404,"itoa",false,3553470651787105600],[11235350425663938615,"zmij",false,273006218163392006],[11899261697793765154,"serde_core",false,11946319382333109670],[13795362694956882968,"build_script_build",false,14648465445695723241]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/serde_json-2ee3d593bb8b9674/dep-lib-serde_json","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_json-46e499d00d5def7e/run-build-script-build-script-build b/target/debug/.fingerprint/serde_json-46e499d00d5def7e/run-build-script-build-script-build new file mode 100644 index 0000000..01e2235 --- /dev/null +++ b/target/debug/.fingerprint/serde_json-46e499d00d5def7e/run-build-script-build-script-build @@ -0,0 +1 @@ +e9164743b6cd49cb \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_json-46e499d00d5def7e/run-build-script-build-script-build.json b/target/debug/.fingerprint/serde_json-46e499d00d5def7e/run-build-script-build-script-build.json new file mode 100644 index 0000000..0e8755e --- /dev/null +++ b/target/debug/.fingerprint/serde_json-46e499d00d5def7e/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[13795362694956882968,"build_script_build",false,13348798190251289569]],"local":[{"RerunIfChanged":{"output":"debug/build/serde_json-46e499d00d5def7e/output","paths":["build.rs"]}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_json-5bf829e1bcc5781e/build-script-build-script-build b/target/debug/.fingerprint/serde_json-5bf829e1bcc5781e/build-script-build-script-build new file mode 100644 index 0000000..87a35d9 --- /dev/null +++ b/target/debug/.fingerprint/serde_json-5bf829e1bcc5781e/build-script-build-script-build @@ -0,0 +1 @@ +e12b4ea43a7540b9 \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_json-5bf829e1bcc5781e/build-script-build-script-build.json b/target/debug/.fingerprint/serde_json-5bf829e1bcc5781e/build-script-build-script-build.json new file mode 100644 index 0000000..07b97bf --- /dev/null +++ b/target/debug/.fingerprint/serde_json-5bf829e1bcc5781e/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"alloc\", \"arbitrary_precision\", \"default\", \"float_roundtrip\", \"indexmap\", \"preserve_order\", \"raw_value\", \"std\", \"unbounded_depth\"]","target":5408242616063297496,"profile":2225463790103693989,"path":466196419851714280,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/serde_json-5bf829e1bcc5781e/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_json-5bf829e1bcc5781e/dep-build-script-build-script-build b/target/debug/.fingerprint/serde_json-5bf829e1bcc5781e/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/serde_json-5bf829e1bcc5781e/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/serde_json-5bf829e1bcc5781e/invoked.timestamp b/target/debug/.fingerprint/serde_json-5bf829e1bcc5781e/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/serde_json-5bf829e1bcc5781e/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_json-6a5dcff92954678b/dep-lib-serde_json b/target/debug/.fingerprint/serde_json-6a5dcff92954678b/dep-lib-serde_json new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/serde_json-6a5dcff92954678b/dep-lib-serde_json differ diff --git a/target/debug/.fingerprint/serde_json-6a5dcff92954678b/invoked.timestamp b/target/debug/.fingerprint/serde_json-6a5dcff92954678b/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/serde_json-6a5dcff92954678b/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_json-6a5dcff92954678b/lib-serde_json b/target/debug/.fingerprint/serde_json-6a5dcff92954678b/lib-serde_json new file mode 100644 index 0000000..a18d322 --- /dev/null +++ b/target/debug/.fingerprint/serde_json-6a5dcff92954678b/lib-serde_json @@ -0,0 +1 @@ +7258d87a22a9e2d4 \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_json-6a5dcff92954678b/lib-serde_json.json b/target/debug/.fingerprint/serde_json-6a5dcff92954678b/lib-serde_json.json new file mode 100644 index 0000000..4ef8284 --- /dev/null +++ b/target/debug/.fingerprint/serde_json-6a5dcff92954678b/lib-serde_json.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"indexmap\", \"preserve_order\", \"raw_value\", \"std\"]","declared_features":"[\"alloc\", \"arbitrary_precision\", \"default\", \"float_roundtrip\", \"indexmap\", \"preserve_order\", \"raw_value\", \"std\", \"unbounded_depth\"]","target":9592559880233824070,"profile":2241668132362809309,"path":165479778601887256,"deps":[[198136567835728122,"memchr",false,13820745343826299477],[9938278000850417404,"itoa",false,16409472679747058530],[11235350425663938615,"zmij",false,6706534577637098310],[11899261697793765154,"serde_core",false,9848609837332900020],[12821780872552529316,"indexmap",false,8205179541564719214],[13795362694956882968,"build_script_build",false,16416887736919159524]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/serde_json-6a5dcff92954678b/dep-lib-serde_json","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_json-7327703d148871d8/dep-lib-serde_json b/target/debug/.fingerprint/serde_json-7327703d148871d8/dep-lib-serde_json new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/serde_json-7327703d148871d8/dep-lib-serde_json differ diff --git a/target/debug/.fingerprint/serde_json-7327703d148871d8/invoked.timestamp b/target/debug/.fingerprint/serde_json-7327703d148871d8/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/serde_json-7327703d148871d8/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_json-7327703d148871d8/lib-serde_json b/target/debug/.fingerprint/serde_json-7327703d148871d8/lib-serde_json new file mode 100644 index 0000000..29af050 --- /dev/null +++ b/target/debug/.fingerprint/serde_json-7327703d148871d8/lib-serde_json @@ -0,0 +1 @@ +d1f219f0867003e3 \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_json-7327703d148871d8/lib-serde_json.json b/target/debug/.fingerprint/serde_json-7327703d148871d8/lib-serde_json.json new file mode 100644 index 0000000..4dfd2a2 --- /dev/null +++ b/target/debug/.fingerprint/serde_json-7327703d148871d8/lib-serde_json.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"indexmap\", \"preserve_order\", \"raw_value\", \"std\"]","declared_features":"[\"alloc\", \"arbitrary_precision\", \"default\", \"float_roundtrip\", \"indexmap\", \"preserve_order\", \"raw_value\", \"std\", \"unbounded_depth\"]","target":9592559880233824070,"profile":2225463790103693989,"path":165479778601887256,"deps":[[198136567835728122,"memchr",false,13171808347467139300],[9938278000850417404,"itoa",false,3553470651787105600],[11235350425663938615,"zmij",false,273006218163392006],[11899261697793765154,"serde_core",false,4301951189289845985],[12821780872552529316,"indexmap",false,252812104353478942],[13795362694956882968,"build_script_build",false,16416887736919159524]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/serde_json-7327703d148871d8/dep-lib-serde_json","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_json-cffde493e3c8d8c5/dep-lib-serde_json b/target/debug/.fingerprint/serde_json-cffde493e3c8d8c5/dep-lib-serde_json new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/serde_json-cffde493e3c8d8c5/dep-lib-serde_json differ diff --git a/target/debug/.fingerprint/serde_json-cffde493e3c8d8c5/invoked.timestamp b/target/debug/.fingerprint/serde_json-cffde493e3c8d8c5/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/serde_json-cffde493e3c8d8c5/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_json-cffde493e3c8d8c5/lib-serde_json b/target/debug/.fingerprint/serde_json-cffde493e3c8d8c5/lib-serde_json new file mode 100644 index 0000000..5177c13 --- /dev/null +++ b/target/debug/.fingerprint/serde_json-cffde493e3c8d8c5/lib-serde_json @@ -0,0 +1 @@ +5ae4ae3567b5da79 \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_json-cffde493e3c8d8c5/lib-serde_json.json b/target/debug/.fingerprint/serde_json-cffde493e3c8d8c5/lib-serde_json.json new file mode 100644 index 0000000..ca6cc83 --- /dev/null +++ b/target/debug/.fingerprint/serde_json-cffde493e3c8d8c5/lib-serde_json.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"alloc\", \"arbitrary_precision\", \"default\", \"float_roundtrip\", \"indexmap\", \"preserve_order\", \"raw_value\", \"std\", \"unbounded_depth\"]","target":9592559880233824070,"profile":2241668132362809309,"path":165479778601887256,"deps":[[198136567835728122,"memchr",false,13820745343826299477],[9938278000850417404,"itoa",false,16409472679747058530],[11235350425663938615,"zmij",false,6706534577637098310],[11899261697793765154,"serde_core",false,1275225937462102368],[13795362694956882968,"build_script_build",false,14648465445695723241]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/serde_json-cffde493e3c8d8c5/dep-lib-serde_json","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_json-d4b53817adbedee5/run-build-script-build-script-build b/target/debug/.fingerprint/serde_json-d4b53817adbedee5/run-build-script-build-script-build new file mode 100644 index 0000000..c82994c --- /dev/null +++ b/target/debug/.fingerprint/serde_json-d4b53817adbedee5/run-build-script-build-script-build @@ -0,0 +1 @@ +e47288946a80d4e3 \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_json-d4b53817adbedee5/run-build-script-build-script-build.json b/target/debug/.fingerprint/serde_json-d4b53817adbedee5/run-build-script-build-script-build.json new file mode 100644 index 0000000..8e11a53 --- /dev/null +++ b/target/debug/.fingerprint/serde_json-d4b53817adbedee5/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[13795362694956882968,"build_script_build",false,1068461716947397917]],"local":[{"RerunIfChanged":{"output":"debug/build/serde_json-d4b53817adbedee5/output","paths":["build.rs"]}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_path_to_error-50023d74126589e0/dep-lib-serde_path_to_error b/target/debug/.fingerprint/serde_path_to_error-50023d74126589e0/dep-lib-serde_path_to_error new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/serde_path_to_error-50023d74126589e0/dep-lib-serde_path_to_error differ diff --git a/target/debug/.fingerprint/serde_path_to_error-50023d74126589e0/invoked.timestamp b/target/debug/.fingerprint/serde_path_to_error-50023d74126589e0/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/serde_path_to_error-50023d74126589e0/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_path_to_error-50023d74126589e0/lib-serde_path_to_error b/target/debug/.fingerprint/serde_path_to_error-50023d74126589e0/lib-serde_path_to_error new file mode 100644 index 0000000..6ece1e0 --- /dev/null +++ b/target/debug/.fingerprint/serde_path_to_error-50023d74126589e0/lib-serde_path_to_error @@ -0,0 +1 @@ +c50aeead08a822e9 \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_path_to_error-50023d74126589e0/lib-serde_path_to_error.json b/target/debug/.fingerprint/serde_path_to_error-50023d74126589e0/lib-serde_path_to_error.json new file mode 100644 index 0000000..c885394 --- /dev/null +++ b/target/debug/.fingerprint/serde_path_to_error-50023d74126589e0/lib-serde_path_to_error.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":6835353179077751532,"profile":2241668132362809309,"path":5699982583184772293,"deps":[[9938278000850417404,"itoa",false,16409472679747058530],[11899261697793765154,"serde_core",false,9848609837332900020]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/serde_path_to_error-50023d74126589e0/dep-lib-serde_path_to_error","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_spanned-1ae3dbd58ee6beef/dep-lib-serde_spanned b/target/debug/.fingerprint/serde_spanned-1ae3dbd58ee6beef/dep-lib-serde_spanned new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/serde_spanned-1ae3dbd58ee6beef/dep-lib-serde_spanned differ diff --git a/target/debug/.fingerprint/serde_spanned-1ae3dbd58ee6beef/invoked.timestamp b/target/debug/.fingerprint/serde_spanned-1ae3dbd58ee6beef/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/serde_spanned-1ae3dbd58ee6beef/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_spanned-1ae3dbd58ee6beef/lib-serde_spanned b/target/debug/.fingerprint/serde_spanned-1ae3dbd58ee6beef/lib-serde_spanned new file mode 100644 index 0000000..c3438ec --- /dev/null +++ b/target/debug/.fingerprint/serde_spanned-1ae3dbd58ee6beef/lib-serde_spanned @@ -0,0 +1 @@ +8504a6647bc7d061 \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_spanned-1ae3dbd58ee6beef/lib-serde_spanned.json b/target/debug/.fingerprint/serde_spanned-1ae3dbd58ee6beef/lib-serde_spanned.json new file mode 100644 index 0000000..1caa0aa --- /dev/null +++ b/target/debug/.fingerprint/serde_spanned-1ae3dbd58ee6beef/lib-serde_spanned.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"serde\"]","declared_features":"[\"serde\"]","target":5212962411116207836,"profile":16965543023146335886,"path":12022142745043791639,"deps":[[13548984313718623784,"serde",false,2716299212447388768]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/serde_spanned-1ae3dbd58ee6beef/dep-lib-serde_spanned","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_spanned-1d1ab3ea498dea68/dep-lib-serde_spanned b/target/debug/.fingerprint/serde_spanned-1d1ab3ea498dea68/dep-lib-serde_spanned new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/serde_spanned-1d1ab3ea498dea68/dep-lib-serde_spanned differ diff --git a/target/debug/.fingerprint/serde_spanned-1d1ab3ea498dea68/invoked.timestamp b/target/debug/.fingerprint/serde_spanned-1d1ab3ea498dea68/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/serde_spanned-1d1ab3ea498dea68/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_spanned-1d1ab3ea498dea68/lib-serde_spanned b/target/debug/.fingerprint/serde_spanned-1d1ab3ea498dea68/lib-serde_spanned new file mode 100644 index 0000000..5951850 --- /dev/null +++ b/target/debug/.fingerprint/serde_spanned-1d1ab3ea498dea68/lib-serde_spanned @@ -0,0 +1 @@ +488ea453f5662f94 \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_spanned-1d1ab3ea498dea68/lib-serde_spanned.json b/target/debug/.fingerprint/serde_spanned-1d1ab3ea498dea68/lib-serde_spanned.json new file mode 100644 index 0000000..c81d367 --- /dev/null +++ b/target/debug/.fingerprint/serde_spanned-1d1ab3ea498dea68/lib-serde_spanned.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"serde\"]","declared_features":"[\"serde\"]","target":5212962411116207836,"profile":14451993395899282124,"path":12022142745043791639,"deps":[[13548984313718623784,"serde",false,5176903875510041759]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/serde_spanned-1d1ab3ea498dea68/dep-lib-serde_spanned","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_spanned-3a34888cd416cc5a/dep-lib-serde_spanned b/target/debug/.fingerprint/serde_spanned-3a34888cd416cc5a/dep-lib-serde_spanned new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/serde_spanned-3a34888cd416cc5a/dep-lib-serde_spanned differ diff --git a/target/debug/.fingerprint/serde_spanned-3a34888cd416cc5a/invoked.timestamp b/target/debug/.fingerprint/serde_spanned-3a34888cd416cc5a/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/serde_spanned-3a34888cd416cc5a/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_spanned-3a34888cd416cc5a/lib-serde_spanned b/target/debug/.fingerprint/serde_spanned-3a34888cd416cc5a/lib-serde_spanned new file mode 100644 index 0000000..b20634a --- /dev/null +++ b/target/debug/.fingerprint/serde_spanned-3a34888cd416cc5a/lib-serde_spanned @@ -0,0 +1 @@ +72177e76efc7f018 \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_spanned-3a34888cd416cc5a/lib-serde_spanned.json b/target/debug/.fingerprint/serde_spanned-3a34888cd416cc5a/lib-serde_spanned.json new file mode 100644 index 0000000..b2cf0ea --- /dev/null +++ b/target/debug/.fingerprint/serde_spanned-3a34888cd416cc5a/lib-serde_spanned.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"serde\"]","declared_features":"[\"serde\"]","target":5212962411116207836,"profile":16965543023146335886,"path":12022142745043791639,"deps":[[13548984313718623784,"serde",false,7132925528862317428]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/serde_spanned-3a34888cd416cc5a/dep-lib-serde_spanned","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_spanned-f65dc19693b065a2/dep-lib-serde_spanned b/target/debug/.fingerprint/serde_spanned-f65dc19693b065a2/dep-lib-serde_spanned new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/serde_spanned-f65dc19693b065a2/dep-lib-serde_spanned differ diff --git a/target/debug/.fingerprint/serde_spanned-f65dc19693b065a2/invoked.timestamp b/target/debug/.fingerprint/serde_spanned-f65dc19693b065a2/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/serde_spanned-f65dc19693b065a2/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_spanned-f65dc19693b065a2/lib-serde_spanned b/target/debug/.fingerprint/serde_spanned-f65dc19693b065a2/lib-serde_spanned new file mode 100644 index 0000000..9c6b17e --- /dev/null +++ b/target/debug/.fingerprint/serde_spanned-f65dc19693b065a2/lib-serde_spanned @@ -0,0 +1 @@ +30401b6a03341806 \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_spanned-f65dc19693b065a2/lib-serde_spanned.json b/target/debug/.fingerprint/serde_spanned-f65dc19693b065a2/lib-serde_spanned.json new file mode 100644 index 0000000..f395b5f --- /dev/null +++ b/target/debug/.fingerprint/serde_spanned-f65dc19693b065a2/lib-serde_spanned.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"serde\"]","declared_features":"[\"serde\"]","target":5212962411116207836,"profile":14451993395899282124,"path":12022142745043791639,"deps":[[13548984313718623784,"serde",false,2270396630933148785]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/serde_spanned-f65dc19693b065a2/dep-lib-serde_spanned","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_urlencoded-54e68d4193d2259b/dep-lib-serde_urlencoded b/target/debug/.fingerprint/serde_urlencoded-54e68d4193d2259b/dep-lib-serde_urlencoded new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/serde_urlencoded-54e68d4193d2259b/dep-lib-serde_urlencoded differ diff --git a/target/debug/.fingerprint/serde_urlencoded-54e68d4193d2259b/invoked.timestamp b/target/debug/.fingerprint/serde_urlencoded-54e68d4193d2259b/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/serde_urlencoded-54e68d4193d2259b/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_urlencoded-54e68d4193d2259b/lib-serde_urlencoded b/target/debug/.fingerprint/serde_urlencoded-54e68d4193d2259b/lib-serde_urlencoded new file mode 100644 index 0000000..8bf41a0 --- /dev/null +++ b/target/debug/.fingerprint/serde_urlencoded-54e68d4193d2259b/lib-serde_urlencoded @@ -0,0 +1 @@ +e60bf6437d5cda50 \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_urlencoded-54e68d4193d2259b/lib-serde_urlencoded.json b/target/debug/.fingerprint/serde_urlencoded-54e68d4193d2259b/lib-serde_urlencoded.json new file mode 100644 index 0000000..2f478eb --- /dev/null +++ b/target/debug/.fingerprint/serde_urlencoded-54e68d4193d2259b/lib-serde_urlencoded.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":13961612944102757082,"profile":2241668132362809309,"path":9592398707730744049,"deps":[[1074175012458081222,"form_urlencoded",false,9039677679406153537],[7101181952280297532,"ryu",false,4614325261849397220],[9938278000850417404,"itoa",false,16409472679747058530],[13548984313718623784,"serde",false,2716299212447388768]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/serde_urlencoded-54e68d4193d2259b/dep-lib-serde_urlencoded","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_urlencoded-9f5eaccd88f2e18a/dep-lib-serde_urlencoded b/target/debug/.fingerprint/serde_urlencoded-9f5eaccd88f2e18a/dep-lib-serde_urlencoded new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/serde_urlencoded-9f5eaccd88f2e18a/dep-lib-serde_urlencoded differ diff --git a/target/debug/.fingerprint/serde_urlencoded-9f5eaccd88f2e18a/invoked.timestamp b/target/debug/.fingerprint/serde_urlencoded-9f5eaccd88f2e18a/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/serde_urlencoded-9f5eaccd88f2e18a/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_urlencoded-9f5eaccd88f2e18a/lib-serde_urlencoded b/target/debug/.fingerprint/serde_urlencoded-9f5eaccd88f2e18a/lib-serde_urlencoded new file mode 100644 index 0000000..bd44283 --- /dev/null +++ b/target/debug/.fingerprint/serde_urlencoded-9f5eaccd88f2e18a/lib-serde_urlencoded @@ -0,0 +1 @@ +85aeaead0a061467 \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_urlencoded-9f5eaccd88f2e18a/lib-serde_urlencoded.json b/target/debug/.fingerprint/serde_urlencoded-9f5eaccd88f2e18a/lib-serde_urlencoded.json new file mode 100644 index 0000000..0e8fc40 --- /dev/null +++ b/target/debug/.fingerprint/serde_urlencoded-9f5eaccd88f2e18a/lib-serde_urlencoded.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":13961612944102757082,"profile":2225463790103693989,"path":9592398707730744049,"deps":[[1074175012458081222,"form_urlencoded",false,6106980325945190479],[7101181952280297532,"ryu",false,114710067182314558],[9938278000850417404,"itoa",false,3553470651787105600],[13548984313718623784,"serde",false,2270396630933148785]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/serde_urlencoded-9f5eaccd88f2e18a/dep-lib-serde_urlencoded","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_urlencoded-b2c2295de5333763/dep-lib-serde_urlencoded b/target/debug/.fingerprint/serde_urlencoded-b2c2295de5333763/dep-lib-serde_urlencoded new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/serde_urlencoded-b2c2295de5333763/dep-lib-serde_urlencoded differ diff --git a/target/debug/.fingerprint/serde_urlencoded-b2c2295de5333763/invoked.timestamp b/target/debug/.fingerprint/serde_urlencoded-b2c2295de5333763/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/serde_urlencoded-b2c2295de5333763/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_urlencoded-b2c2295de5333763/lib-serde_urlencoded b/target/debug/.fingerprint/serde_urlencoded-b2c2295de5333763/lib-serde_urlencoded new file mode 100644 index 0000000..a41fc14 --- /dev/null +++ b/target/debug/.fingerprint/serde_urlencoded-b2c2295de5333763/lib-serde_urlencoded @@ -0,0 +1 @@ +502a2bb0dc35cd65 \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_urlencoded-b2c2295de5333763/lib-serde_urlencoded.json b/target/debug/.fingerprint/serde_urlencoded-b2c2295de5333763/lib-serde_urlencoded.json new file mode 100644 index 0000000..fffa440 --- /dev/null +++ b/target/debug/.fingerprint/serde_urlencoded-b2c2295de5333763/lib-serde_urlencoded.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":13961612944102757082,"profile":2241668132362809309,"path":9592398707730744049,"deps":[[1074175012458081222,"form_urlencoded",false,9039677679406153537],[7101181952280297532,"ryu",false,4614325261849397220],[9938278000850417404,"itoa",false,16409472679747058530],[13548984313718623784,"serde",false,7132925528862317428]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/serde_urlencoded-b2c2295de5333763/dep-lib-serde_urlencoded","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_yaml-4498936c73815d77/dep-lib-serde_yaml b/target/debug/.fingerprint/serde_yaml-4498936c73815d77/dep-lib-serde_yaml new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/serde_yaml-4498936c73815d77/dep-lib-serde_yaml differ diff --git a/target/debug/.fingerprint/serde_yaml-4498936c73815d77/invoked.timestamp b/target/debug/.fingerprint/serde_yaml-4498936c73815d77/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/serde_yaml-4498936c73815d77/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_yaml-4498936c73815d77/lib-serde_yaml b/target/debug/.fingerprint/serde_yaml-4498936c73815d77/lib-serde_yaml new file mode 100644 index 0000000..26b6791 --- /dev/null +++ b/target/debug/.fingerprint/serde_yaml-4498936c73815d77/lib-serde_yaml @@ -0,0 +1 @@ +87ad19fc7460f836 \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_yaml-4498936c73815d77/lib-serde_yaml.json b/target/debug/.fingerprint/serde_yaml-4498936c73815d77/lib-serde_yaml.json new file mode 100644 index 0000000..da25b2a --- /dev/null +++ b/target/debug/.fingerprint/serde_yaml-4498936c73815d77/lib-serde_yaml.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":10555667955608133529,"profile":2225463790103693989,"path":6210755044281334715,"deps":[[7101181952280297532,"ryu",false,114710067182314558],[9938278000850417404,"itoa",false,3553470651787105600],[10379328190212532173,"unsafe_libyaml",false,5917684356662671630],[12821780872552529316,"indexmap",false,252812104353478942],[13548984313718623784,"serde",false,2270396630933148785]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/serde_yaml-4498936c73815d77/dep-lib-serde_yaml","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_yaml-731b9697b865b8b7/dep-lib-serde_yaml b/target/debug/.fingerprint/serde_yaml-731b9697b865b8b7/dep-lib-serde_yaml new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/serde_yaml-731b9697b865b8b7/dep-lib-serde_yaml differ diff --git a/target/debug/.fingerprint/serde_yaml-731b9697b865b8b7/invoked.timestamp b/target/debug/.fingerprint/serde_yaml-731b9697b865b8b7/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/serde_yaml-731b9697b865b8b7/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_yaml-731b9697b865b8b7/lib-serde_yaml b/target/debug/.fingerprint/serde_yaml-731b9697b865b8b7/lib-serde_yaml new file mode 100644 index 0000000..91d7aac --- /dev/null +++ b/target/debug/.fingerprint/serde_yaml-731b9697b865b8b7/lib-serde_yaml @@ -0,0 +1 @@ +4fbc403283178912 \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_yaml-731b9697b865b8b7/lib-serde_yaml.json b/target/debug/.fingerprint/serde_yaml-731b9697b865b8b7/lib-serde_yaml.json new file mode 100644 index 0000000..e3bff6d --- /dev/null +++ b/target/debug/.fingerprint/serde_yaml-731b9697b865b8b7/lib-serde_yaml.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":10555667955608133529,"profile":2225463790103693989,"path":6210755044281334715,"deps":[[7101181952280297532,"ryu",false,114710067182314558],[9938278000850417404,"itoa",false,3553470651787105600],[10379328190212532173,"unsafe_libyaml",false,5917684356662671630],[12821780872552529316,"indexmap",false,7113765436460783524],[13548984313718623784,"serde",false,5176903875510041759]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/serde_yaml-731b9697b865b8b7/dep-lib-serde_yaml","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_yaml-cac8dcff94fd5ace/dep-lib-serde_yaml b/target/debug/.fingerprint/serde_yaml-cac8dcff94fd5ace/dep-lib-serde_yaml new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/serde_yaml-cac8dcff94fd5ace/dep-lib-serde_yaml differ diff --git a/target/debug/.fingerprint/serde_yaml-cac8dcff94fd5ace/invoked.timestamp b/target/debug/.fingerprint/serde_yaml-cac8dcff94fd5ace/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/serde_yaml-cac8dcff94fd5ace/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_yaml-cac8dcff94fd5ace/lib-serde_yaml b/target/debug/.fingerprint/serde_yaml-cac8dcff94fd5ace/lib-serde_yaml new file mode 100644 index 0000000..ab0e6ad --- /dev/null +++ b/target/debug/.fingerprint/serde_yaml-cac8dcff94fd5ace/lib-serde_yaml @@ -0,0 +1 @@ +39e6d0ab52d716e4 \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_yaml-cac8dcff94fd5ace/lib-serde_yaml.json b/target/debug/.fingerprint/serde_yaml-cac8dcff94fd5ace/lib-serde_yaml.json new file mode 100644 index 0000000..229e3c2 --- /dev/null +++ b/target/debug/.fingerprint/serde_yaml-cac8dcff94fd5ace/lib-serde_yaml.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":10555667955608133529,"profile":2241668132362809309,"path":6210755044281334715,"deps":[[7101181952280297532,"ryu",false,4614325261849397220],[9938278000850417404,"itoa",false,16409472679747058530],[10379328190212532173,"unsafe_libyaml",false,9290222761796943423],[12821780872552529316,"indexmap",false,8205179541564719214],[13548984313718623784,"serde",false,7132925528862317428]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/serde_yaml-cac8dcff94fd5ace/dep-lib-serde_yaml","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_yaml-e6a5bb36829f25b8/dep-lib-serde_yaml b/target/debug/.fingerprint/serde_yaml-e6a5bb36829f25b8/dep-lib-serde_yaml new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/serde_yaml-e6a5bb36829f25b8/dep-lib-serde_yaml differ diff --git a/target/debug/.fingerprint/serde_yaml-e6a5bb36829f25b8/invoked.timestamp b/target/debug/.fingerprint/serde_yaml-e6a5bb36829f25b8/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/serde_yaml-e6a5bb36829f25b8/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_yaml-e6a5bb36829f25b8/lib-serde_yaml b/target/debug/.fingerprint/serde_yaml-e6a5bb36829f25b8/lib-serde_yaml new file mode 100644 index 0000000..cf58113 --- /dev/null +++ b/target/debug/.fingerprint/serde_yaml-e6a5bb36829f25b8/lib-serde_yaml @@ -0,0 +1 @@ +144740d332ccb40c \ No newline at end of file diff --git a/target/debug/.fingerprint/serde_yaml-e6a5bb36829f25b8/lib-serde_yaml.json b/target/debug/.fingerprint/serde_yaml-e6a5bb36829f25b8/lib-serde_yaml.json new file mode 100644 index 0000000..993bf45 --- /dev/null +++ b/target/debug/.fingerprint/serde_yaml-e6a5bb36829f25b8/lib-serde_yaml.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":10555667955608133529,"profile":2241668132362809309,"path":6210755044281334715,"deps":[[7101181952280297532,"ryu",false,4614325261849397220],[9938278000850417404,"itoa",false,16409472679747058530],[10379328190212532173,"unsafe_libyaml",false,9290222761796943423],[12821780872552529316,"indexmap",false,8122438388439652767],[13548984313718623784,"serde",false,2716299212447388768]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/serde_yaml-e6a5bb36829f25b8/dep-lib-serde_yaml","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/sha1-27ee84489a0c65db/dep-lib-sha1 b/target/debug/.fingerprint/sha1-27ee84489a0c65db/dep-lib-sha1 new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/sha1-27ee84489a0c65db/dep-lib-sha1 differ diff --git a/target/debug/.fingerprint/sha1-27ee84489a0c65db/invoked.timestamp b/target/debug/.fingerprint/sha1-27ee84489a0c65db/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/sha1-27ee84489a0c65db/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/sha1-27ee84489a0c65db/lib-sha1 b/target/debug/.fingerprint/sha1-27ee84489a0c65db/lib-sha1 new file mode 100644 index 0000000..db3a07b --- /dev/null +++ b/target/debug/.fingerprint/sha1-27ee84489a0c65db/lib-sha1 @@ -0,0 +1 @@ +8879c021df245be1 \ No newline at end of file diff --git a/target/debug/.fingerprint/sha1-27ee84489a0c65db/lib-sha1.json b/target/debug/.fingerprint/sha1-27ee84489a0c65db/lib-sha1.json new file mode 100644 index 0000000..d83033a --- /dev/null +++ b/target/debug/.fingerprint/sha1-27ee84489a0c65db/lib-sha1.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"asm\", \"compress\", \"default\", \"force-soft\", \"loongarch64_asm\", \"oid\", \"sha1-asm\", \"std\"]","target":2434896857235101365,"profile":2241668132362809309,"path":1293292385442882669,"deps":[[7667230146095136825,"cfg_if",false,5245324944763812973],[17475753849556516473,"digest",false,6257213378232385935],[17620084158052398167,"cpufeatures",false,7763562665713484341]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/sha1-27ee84489a0c65db/dep-lib-sha1","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/sha2-b84dcd9a6bc90926/dep-lib-sha2 b/target/debug/.fingerprint/sha2-b84dcd9a6bc90926/dep-lib-sha2 new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/sha2-b84dcd9a6bc90926/dep-lib-sha2 differ diff --git a/target/debug/.fingerprint/sha2-b84dcd9a6bc90926/invoked.timestamp b/target/debug/.fingerprint/sha2-b84dcd9a6bc90926/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/sha2-b84dcd9a6bc90926/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/sha2-b84dcd9a6bc90926/lib-sha2 b/target/debug/.fingerprint/sha2-b84dcd9a6bc90926/lib-sha2 new file mode 100644 index 0000000..5435f32 --- /dev/null +++ b/target/debug/.fingerprint/sha2-b84dcd9a6bc90926/lib-sha2 @@ -0,0 +1 @@ +c98d8524cd81d8e0 \ No newline at end of file diff --git a/target/debug/.fingerprint/sha2-b84dcd9a6bc90926/lib-sha2.json b/target/debug/.fingerprint/sha2-b84dcd9a6bc90926/lib-sha2.json new file mode 100644 index 0000000..3e031de --- /dev/null +++ b/target/debug/.fingerprint/sha2-b84dcd9a6bc90926/lib-sha2.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"asm\", \"asm-aarch64\", \"compress\", \"default\", \"force-soft\", \"force-soft-compact\", \"loongarch64_asm\", \"oid\", \"sha2-asm\", \"std\"]","target":9593554856174113207,"profile":2241668132362809309,"path":323418184261072739,"deps":[[7667230146095136825,"cfg_if",false,5245324944763812973],[17475753849556516473,"digest",false,6257213378232385935],[17620084158052398167,"cpufeatures",false,7763562665713484341]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/sha2-b84dcd9a6bc90926/dep-lib-sha2","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/sha2-fba7e09f156d0b63/dep-lib-sha2 b/target/debug/.fingerprint/sha2-fba7e09f156d0b63/dep-lib-sha2 new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/sha2-fba7e09f156d0b63/dep-lib-sha2 differ diff --git a/target/debug/.fingerprint/sha2-fba7e09f156d0b63/invoked.timestamp b/target/debug/.fingerprint/sha2-fba7e09f156d0b63/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/sha2-fba7e09f156d0b63/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/sha2-fba7e09f156d0b63/lib-sha2 b/target/debug/.fingerprint/sha2-fba7e09f156d0b63/lib-sha2 new file mode 100644 index 0000000..6fb404c --- /dev/null +++ b/target/debug/.fingerprint/sha2-fba7e09f156d0b63/lib-sha2 @@ -0,0 +1 @@ +220c2a4ed9e6587d \ No newline at end of file diff --git a/target/debug/.fingerprint/sha2-fba7e09f156d0b63/lib-sha2.json b/target/debug/.fingerprint/sha2-fba7e09f156d0b63/lib-sha2.json new file mode 100644 index 0000000..3e8bb4b --- /dev/null +++ b/target/debug/.fingerprint/sha2-fba7e09f156d0b63/lib-sha2.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"asm\", \"asm-aarch64\", \"compress\", \"default\", \"force-soft\", \"force-soft-compact\", \"loongarch64_asm\", \"oid\", \"sha2-asm\", \"std\"]","target":9593554856174113207,"profile":2225463790103693989,"path":323418184261072739,"deps":[[7667230146095136825,"cfg_if",false,1463114408995388814],[17475753849556516473,"digest",false,4909187751892096980],[17620084158052398167,"cpufeatures",false,14948347969887072940]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/sha2-fba7e09f156d0b63/dep-lib-sha2","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/sharded-slab-b8e62b199d6c5140/dep-lib-sharded_slab b/target/debug/.fingerprint/sharded-slab-b8e62b199d6c5140/dep-lib-sharded_slab new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/sharded-slab-b8e62b199d6c5140/dep-lib-sharded_slab differ diff --git a/target/debug/.fingerprint/sharded-slab-b8e62b199d6c5140/invoked.timestamp b/target/debug/.fingerprint/sharded-slab-b8e62b199d6c5140/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/sharded-slab-b8e62b199d6c5140/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/sharded-slab-b8e62b199d6c5140/lib-sharded_slab b/target/debug/.fingerprint/sharded-slab-b8e62b199d6c5140/lib-sharded_slab new file mode 100644 index 0000000..a3edad3 --- /dev/null +++ b/target/debug/.fingerprint/sharded-slab-b8e62b199d6c5140/lib-sharded_slab @@ -0,0 +1 @@ +fe7baf140836e0c6 \ No newline at end of file diff --git a/target/debug/.fingerprint/sharded-slab-b8e62b199d6c5140/lib-sharded_slab.json b/target/debug/.fingerprint/sharded-slab-b8e62b199d6c5140/lib-sharded_slab.json new file mode 100644 index 0000000..8076d29 --- /dev/null +++ b/target/debug/.fingerprint/sharded-slab-b8e62b199d6c5140/lib-sharded_slab.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"loom\"]","target":12629115416767553567,"profile":2241668132362809309,"path":4823873288137686260,"deps":[[17917672826516349275,"lazy_static",false,6990877154631962087]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/sharded-slab-b8e62b199d6c5140/dep-lib-sharded_slab","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/shlex-3b90976fe851454e/dep-lib-shlex b/target/debug/.fingerprint/shlex-3b90976fe851454e/dep-lib-shlex new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/shlex-3b90976fe851454e/dep-lib-shlex differ diff --git a/target/debug/.fingerprint/shlex-3b90976fe851454e/invoked.timestamp b/target/debug/.fingerprint/shlex-3b90976fe851454e/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/shlex-3b90976fe851454e/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/shlex-3b90976fe851454e/lib-shlex b/target/debug/.fingerprint/shlex-3b90976fe851454e/lib-shlex new file mode 100644 index 0000000..a8803ac --- /dev/null +++ b/target/debug/.fingerprint/shlex-3b90976fe851454e/lib-shlex @@ -0,0 +1 @@ +2a1b6d231fcca3e3 \ No newline at end of file diff --git a/target/debug/.fingerprint/shlex-3b90976fe851454e/lib-shlex.json b/target/debug/.fingerprint/shlex-3b90976fe851454e/lib-shlex.json new file mode 100644 index 0000000..4cce03d --- /dev/null +++ b/target/debug/.fingerprint/shlex-3b90976fe851454e/lib-shlex.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"std\"]","target":929485496544747924,"profile":2225463790103693989,"path":6954200552622877091,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/shlex-3b90976fe851454e/dep-lib-shlex","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/signal-hook-registry-3e723b2aa4964f4a/dep-lib-signal_hook_registry b/target/debug/.fingerprint/signal-hook-registry-3e723b2aa4964f4a/dep-lib-signal_hook_registry new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/signal-hook-registry-3e723b2aa4964f4a/dep-lib-signal_hook_registry differ diff --git a/target/debug/.fingerprint/signal-hook-registry-3e723b2aa4964f4a/invoked.timestamp b/target/debug/.fingerprint/signal-hook-registry-3e723b2aa4964f4a/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/signal-hook-registry-3e723b2aa4964f4a/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/signal-hook-registry-3e723b2aa4964f4a/lib-signal_hook_registry b/target/debug/.fingerprint/signal-hook-registry-3e723b2aa4964f4a/lib-signal_hook_registry new file mode 100644 index 0000000..2899f32 --- /dev/null +++ b/target/debug/.fingerprint/signal-hook-registry-3e723b2aa4964f4a/lib-signal_hook_registry @@ -0,0 +1 @@ +dc7086f958e9fb94 \ No newline at end of file diff --git a/target/debug/.fingerprint/signal-hook-registry-3e723b2aa4964f4a/lib-signal_hook_registry.json b/target/debug/.fingerprint/signal-hook-registry-3e723b2aa4964f4a/lib-signal_hook_registry.json new file mode 100644 index 0000000..404f4b7 --- /dev/null +++ b/target/debug/.fingerprint/signal-hook-registry-3e723b2aa4964f4a/lib-signal_hook_registry.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":17877812014956321412,"profile":8781612296889826038,"path":3510966678469684891,"deps":[[203594543813181569,"libc",false,845627925582925793],[3666973139609465052,"errno",false,1689594893140145522]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/signal-hook-registry-3e723b2aa4964f4a/dep-lib-signal_hook_registry","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/signal-hook-registry-534e8b9d8fe1169f/dep-lib-signal_hook_registry b/target/debug/.fingerprint/signal-hook-registry-534e8b9d8fe1169f/dep-lib-signal_hook_registry new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/signal-hook-registry-534e8b9d8fe1169f/dep-lib-signal_hook_registry differ diff --git a/target/debug/.fingerprint/signal-hook-registry-534e8b9d8fe1169f/invoked.timestamp b/target/debug/.fingerprint/signal-hook-registry-534e8b9d8fe1169f/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/signal-hook-registry-534e8b9d8fe1169f/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/signal-hook-registry-534e8b9d8fe1169f/lib-signal_hook_registry b/target/debug/.fingerprint/signal-hook-registry-534e8b9d8fe1169f/lib-signal_hook_registry new file mode 100644 index 0000000..b3674b4 --- /dev/null +++ b/target/debug/.fingerprint/signal-hook-registry-534e8b9d8fe1169f/lib-signal_hook_registry @@ -0,0 +1 @@ +6d4fb2f2ab87c2f1 \ No newline at end of file diff --git a/target/debug/.fingerprint/signal-hook-registry-534e8b9d8fe1169f/lib-signal_hook_registry.json b/target/debug/.fingerprint/signal-hook-registry-534e8b9d8fe1169f/lib-signal_hook_registry.json new file mode 100644 index 0000000..0d4a9c3 --- /dev/null +++ b/target/debug/.fingerprint/signal-hook-registry-534e8b9d8fe1169f/lib-signal_hook_registry.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":17877812014956321412,"profile":10024706962467689494,"path":3510966678469684891,"deps":[[203594543813181569,"libc",false,7681612199272279827],[3666973139609465052,"errno",false,15335652945675999994]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/signal-hook-registry-534e8b9d8fe1169f/dep-lib-signal_hook_registry","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/simd-adler32-0c51b99d1c15b0dc/dep-lib-simd_adler32 b/target/debug/.fingerprint/simd-adler32-0c51b99d1c15b0dc/dep-lib-simd_adler32 new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/simd-adler32-0c51b99d1c15b0dc/dep-lib-simd_adler32 differ diff --git a/target/debug/.fingerprint/simd-adler32-0c51b99d1c15b0dc/invoked.timestamp b/target/debug/.fingerprint/simd-adler32-0c51b99d1c15b0dc/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/simd-adler32-0c51b99d1c15b0dc/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/simd-adler32-0c51b99d1c15b0dc/lib-simd_adler32 b/target/debug/.fingerprint/simd-adler32-0c51b99d1c15b0dc/lib-simd_adler32 new file mode 100644 index 0000000..f542025 --- /dev/null +++ b/target/debug/.fingerprint/simd-adler32-0c51b99d1c15b0dc/lib-simd_adler32 @@ -0,0 +1 @@ +5bac8cfdc4a2210a \ No newline at end of file diff --git a/target/debug/.fingerprint/simd-adler32-0c51b99d1c15b0dc/lib-simd_adler32.json b/target/debug/.fingerprint/simd-adler32-0c51b99d1c15b0dc/lib-simd_adler32.json new file mode 100644 index 0000000..f4a304d --- /dev/null +++ b/target/debug/.fingerprint/simd-adler32-0c51b99d1c15b0dc/lib-simd_adler32.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"const-generics\", \"default\", \"nightly\", \"std\"]","target":13480744403352105069,"profile":2241668132362809309,"path":15357366745859095103,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/simd-adler32-0c51b99d1c15b0dc/dep-lib-simd_adler32","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/simple_asn1-cfafbdf4d0d10307/dep-lib-simple_asn1 b/target/debug/.fingerprint/simple_asn1-cfafbdf4d0d10307/dep-lib-simple_asn1 new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/simple_asn1-cfafbdf4d0d10307/dep-lib-simple_asn1 differ diff --git a/target/debug/.fingerprint/simple_asn1-cfafbdf4d0d10307/invoked.timestamp b/target/debug/.fingerprint/simple_asn1-cfafbdf4d0d10307/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/simple_asn1-cfafbdf4d0d10307/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/simple_asn1-cfafbdf4d0d10307/lib-simple_asn1 b/target/debug/.fingerprint/simple_asn1-cfafbdf4d0d10307/lib-simple_asn1 new file mode 100644 index 0000000..d041a66 --- /dev/null +++ b/target/debug/.fingerprint/simple_asn1-cfafbdf4d0d10307/lib-simple_asn1 @@ -0,0 +1 @@ +c827331c29a21d6c \ No newline at end of file diff --git a/target/debug/.fingerprint/simple_asn1-cfafbdf4d0d10307/lib-simple_asn1.json b/target/debug/.fingerprint/simple_asn1-cfafbdf4d0d10307/lib-simple_asn1.json new file mode 100644 index 0000000..500715d --- /dev/null +++ b/target/debug/.fingerprint/simple_asn1-cfafbdf4d0d10307/lib-simple_asn1.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":11828958330654174067,"profile":2241668132362809309,"path":17661869361649478402,"deps":[[1665578009914794376,"time",false,11665456651649752078],[2448563160050429386,"thiserror",false,1286597792957968042],[5157631553186200874,"num_traits",false,1836119591555862011],[12528732512569713347,"num_bigint",false,13768968267986938472]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/simple_asn1-cfafbdf4d0d10307/dep-lib-simple_asn1","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/siphasher-16fb49294d3a5a7d/dep-lib-siphasher b/target/debug/.fingerprint/siphasher-16fb49294d3a5a7d/dep-lib-siphasher new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/siphasher-16fb49294d3a5a7d/dep-lib-siphasher differ diff --git a/target/debug/.fingerprint/siphasher-16fb49294d3a5a7d/invoked.timestamp b/target/debug/.fingerprint/siphasher-16fb49294d3a5a7d/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/siphasher-16fb49294d3a5a7d/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/siphasher-16fb49294d3a5a7d/lib-siphasher b/target/debug/.fingerprint/siphasher-16fb49294d3a5a7d/lib-siphasher new file mode 100644 index 0000000..dca4131 --- /dev/null +++ b/target/debug/.fingerprint/siphasher-16fb49294d3a5a7d/lib-siphasher @@ -0,0 +1 @@ +149575009484bd3a \ No newline at end of file diff --git a/target/debug/.fingerprint/siphasher-16fb49294d3a5a7d/lib-siphasher.json b/target/debug/.fingerprint/siphasher-16fb49294d3a5a7d/lib-siphasher.json new file mode 100644 index 0000000..a300418 --- /dev/null +++ b/target/debug/.fingerprint/siphasher-16fb49294d3a5a7d/lib-siphasher.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"serde\", \"serde_json\", \"serde_no_std\", \"serde_std\", \"std\"]","target":4119152769974956727,"profile":2241668132362809309,"path":3523733283268347826,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/siphasher-16fb49294d3a5a7d/dep-lib-siphasher","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/siphasher-b4b13535927ae645/dep-lib-siphasher b/target/debug/.fingerprint/siphasher-b4b13535927ae645/dep-lib-siphasher new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/siphasher-b4b13535927ae645/dep-lib-siphasher differ diff --git a/target/debug/.fingerprint/siphasher-b4b13535927ae645/invoked.timestamp b/target/debug/.fingerprint/siphasher-b4b13535927ae645/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/siphasher-b4b13535927ae645/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/siphasher-b4b13535927ae645/lib-siphasher b/target/debug/.fingerprint/siphasher-b4b13535927ae645/lib-siphasher new file mode 100644 index 0000000..bb2cc38 --- /dev/null +++ b/target/debug/.fingerprint/siphasher-b4b13535927ae645/lib-siphasher @@ -0,0 +1 @@ +bc27daa471b8de18 \ No newline at end of file diff --git a/target/debug/.fingerprint/siphasher-b4b13535927ae645/lib-siphasher.json b/target/debug/.fingerprint/siphasher-b4b13535927ae645/lib-siphasher.json new file mode 100644 index 0000000..35b8666 --- /dev/null +++ b/target/debug/.fingerprint/siphasher-b4b13535927ae645/lib-siphasher.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"serde\", \"serde_json\", \"serde_no_std\", \"serde_std\", \"std\"]","target":4119152769974956727,"profile":2225463790103693989,"path":3523733283268347826,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/siphasher-b4b13535927ae645/dep-lib-siphasher","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/slab-6c23cd7fc3b30649/dep-lib-slab b/target/debug/.fingerprint/slab-6c23cd7fc3b30649/dep-lib-slab new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/slab-6c23cd7fc3b30649/dep-lib-slab differ diff --git a/target/debug/.fingerprint/slab-6c23cd7fc3b30649/invoked.timestamp b/target/debug/.fingerprint/slab-6c23cd7fc3b30649/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/slab-6c23cd7fc3b30649/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/slab-6c23cd7fc3b30649/lib-slab b/target/debug/.fingerprint/slab-6c23cd7fc3b30649/lib-slab new file mode 100644 index 0000000..9a77a95 --- /dev/null +++ b/target/debug/.fingerprint/slab-6c23cd7fc3b30649/lib-slab @@ -0,0 +1 @@ +55e54ecf8535b2ca \ No newline at end of file diff --git a/target/debug/.fingerprint/slab-6c23cd7fc3b30649/lib-slab.json b/target/debug/.fingerprint/slab-6c23cd7fc3b30649/lib-slab.json new file mode 100644 index 0000000..7238490 --- /dev/null +++ b/target/debug/.fingerprint/slab-6c23cd7fc3b30649/lib-slab.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"serde\", \"std\"]","target":7798044754532116308,"profile":2225463790103693989,"path":2434857699724542373,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/slab-6c23cd7fc3b30649/dep-lib-slab","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/slab-7e13a7c437da02b2/dep-lib-slab b/target/debug/.fingerprint/slab-7e13a7c437da02b2/dep-lib-slab new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/slab-7e13a7c437da02b2/dep-lib-slab differ diff --git a/target/debug/.fingerprint/slab-7e13a7c437da02b2/invoked.timestamp b/target/debug/.fingerprint/slab-7e13a7c437da02b2/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/slab-7e13a7c437da02b2/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/slab-7e13a7c437da02b2/lib-slab b/target/debug/.fingerprint/slab-7e13a7c437da02b2/lib-slab new file mode 100644 index 0000000..d9f32ca --- /dev/null +++ b/target/debug/.fingerprint/slab-7e13a7c437da02b2/lib-slab @@ -0,0 +1 @@ +393987dfdbd157f1 \ No newline at end of file diff --git a/target/debug/.fingerprint/slab-7e13a7c437da02b2/lib-slab.json b/target/debug/.fingerprint/slab-7e13a7c437da02b2/lib-slab.json new file mode 100644 index 0000000..ca849c0 --- /dev/null +++ b/target/debug/.fingerprint/slab-7e13a7c437da02b2/lib-slab.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"serde\", \"std\"]","target":7798044754532116308,"profile":2241668132362809309,"path":2434857699724542373,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/slab-7e13a7c437da02b2/dep-lib-slab","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/slug-1d3db0ad2f5db747/dep-lib-slug b/target/debug/.fingerprint/slug-1d3db0ad2f5db747/dep-lib-slug new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/slug-1d3db0ad2f5db747/dep-lib-slug differ diff --git a/target/debug/.fingerprint/slug-1d3db0ad2f5db747/invoked.timestamp b/target/debug/.fingerprint/slug-1d3db0ad2f5db747/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/slug-1d3db0ad2f5db747/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/slug-1d3db0ad2f5db747/lib-slug b/target/debug/.fingerprint/slug-1d3db0ad2f5db747/lib-slug new file mode 100644 index 0000000..d976548 --- /dev/null +++ b/target/debug/.fingerprint/slug-1d3db0ad2f5db747/lib-slug @@ -0,0 +1 @@ +cac3a7a468e3d295 \ No newline at end of file diff --git a/target/debug/.fingerprint/slug-1d3db0ad2f5db747/lib-slug.json b/target/debug/.fingerprint/slug-1d3db0ad2f5db747/lib-slug.json new file mode 100644 index 0000000..18dfc23 --- /dev/null +++ b/target/debug/.fingerprint/slug-1d3db0ad2f5db747/lib-slug.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":7481421035773064302,"profile":2241668132362809309,"path":4541113276497864925,"deps":[[12704089933809001231,"deunicode",false,2081876500922093271]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/slug-1d3db0ad2f5db747/dep-lib-slug","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/smallvec-627dc2c4b3ff995a/dep-lib-smallvec b/target/debug/.fingerprint/smallvec-627dc2c4b3ff995a/dep-lib-smallvec new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/smallvec-627dc2c4b3ff995a/dep-lib-smallvec differ diff --git a/target/debug/.fingerprint/smallvec-627dc2c4b3ff995a/invoked.timestamp b/target/debug/.fingerprint/smallvec-627dc2c4b3ff995a/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/smallvec-627dc2c4b3ff995a/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/smallvec-627dc2c4b3ff995a/lib-smallvec b/target/debug/.fingerprint/smallvec-627dc2c4b3ff995a/lib-smallvec new file mode 100644 index 0000000..c7715af --- /dev/null +++ b/target/debug/.fingerprint/smallvec-627dc2c4b3ff995a/lib-smallvec @@ -0,0 +1 @@ +18c70dc936ef89a5 \ No newline at end of file diff --git a/target/debug/.fingerprint/smallvec-627dc2c4b3ff995a/lib-smallvec.json b/target/debug/.fingerprint/smallvec-627dc2c4b3ff995a/lib-smallvec.json new file mode 100644 index 0000000..0f297fb --- /dev/null +++ b/target/debug/.fingerprint/smallvec-627dc2c4b3ff995a/lib-smallvec.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"const_generics\", \"const_new\"]","declared_features":"[\"arbitrary\", \"bincode\", \"const_generics\", \"const_new\", \"debugger_visualizer\", \"drain_filter\", \"drain_keep_rest\", \"impl_bincode\", \"malloc_size_of\", \"may_dangle\", \"serde\", \"specialization\", \"union\", \"unty\", \"write\"]","target":9091769176333489034,"profile":2225463790103693989,"path":9601061273601807407,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/smallvec-627dc2c4b3ff995a/dep-lib-smallvec","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/smallvec-87b934370d092c9e/dep-lib-smallvec b/target/debug/.fingerprint/smallvec-87b934370d092c9e/dep-lib-smallvec new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/smallvec-87b934370d092c9e/dep-lib-smallvec differ diff --git a/target/debug/.fingerprint/smallvec-87b934370d092c9e/invoked.timestamp b/target/debug/.fingerprint/smallvec-87b934370d092c9e/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/smallvec-87b934370d092c9e/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/smallvec-87b934370d092c9e/lib-smallvec b/target/debug/.fingerprint/smallvec-87b934370d092c9e/lib-smallvec new file mode 100644 index 0000000..a3ccbfc --- /dev/null +++ b/target/debug/.fingerprint/smallvec-87b934370d092c9e/lib-smallvec @@ -0,0 +1 @@ +8430e3d84704e155 \ No newline at end of file diff --git a/target/debug/.fingerprint/smallvec-87b934370d092c9e/lib-smallvec.json b/target/debug/.fingerprint/smallvec-87b934370d092c9e/lib-smallvec.json new file mode 100644 index 0000000..d08663e --- /dev/null +++ b/target/debug/.fingerprint/smallvec-87b934370d092c9e/lib-smallvec.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"const_generics\", \"const_new\"]","declared_features":"[\"arbitrary\", \"bincode\", \"const_generics\", \"const_new\", \"debugger_visualizer\", \"drain_filter\", \"drain_keep_rest\", \"impl_bincode\", \"malloc_size_of\", \"may_dangle\", \"serde\", \"specialization\", \"union\", \"unty\", \"write\"]","target":9091769176333489034,"profile":2241668132362809309,"path":9601061273601807407,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/smallvec-87b934370d092c9e/dep-lib-smallvec","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/socket2-6500643f75b90252/dep-lib-socket2 b/target/debug/.fingerprint/socket2-6500643f75b90252/dep-lib-socket2 new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/socket2-6500643f75b90252/dep-lib-socket2 differ diff --git a/target/debug/.fingerprint/socket2-6500643f75b90252/invoked.timestamp b/target/debug/.fingerprint/socket2-6500643f75b90252/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/socket2-6500643f75b90252/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/socket2-6500643f75b90252/lib-socket2 b/target/debug/.fingerprint/socket2-6500643f75b90252/lib-socket2 new file mode 100644 index 0000000..56a9081 --- /dev/null +++ b/target/debug/.fingerprint/socket2-6500643f75b90252/lib-socket2 @@ -0,0 +1 @@ +fdc08f74b05f8ac0 \ No newline at end of file diff --git a/target/debug/.fingerprint/socket2-6500643f75b90252/lib-socket2.json b/target/debug/.fingerprint/socket2-6500643f75b90252/lib-socket2.json new file mode 100644 index 0000000..0a4818e --- /dev/null +++ b/target/debug/.fingerprint/socket2-6500643f75b90252/lib-socket2.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"all\"]","declared_features":"[\"all\"]","target":2270514485357617025,"profile":2225463790103693989,"path":11063146305953939518,"deps":[[203594543813181569,"libc",false,845627925582925793]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/socket2-6500643f75b90252/dep-lib-socket2","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/socket2-69217cb3fa319c97/dep-lib-socket2 b/target/debug/.fingerprint/socket2-69217cb3fa319c97/dep-lib-socket2 new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/socket2-69217cb3fa319c97/dep-lib-socket2 differ diff --git a/target/debug/.fingerprint/socket2-69217cb3fa319c97/invoked.timestamp b/target/debug/.fingerprint/socket2-69217cb3fa319c97/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/socket2-69217cb3fa319c97/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/socket2-69217cb3fa319c97/lib-socket2 b/target/debug/.fingerprint/socket2-69217cb3fa319c97/lib-socket2 new file mode 100644 index 0000000..6f2b75a --- /dev/null +++ b/target/debug/.fingerprint/socket2-69217cb3fa319c97/lib-socket2 @@ -0,0 +1 @@ +6aaf64a4fef30a91 \ No newline at end of file diff --git a/target/debug/.fingerprint/socket2-69217cb3fa319c97/lib-socket2.json b/target/debug/.fingerprint/socket2-69217cb3fa319c97/lib-socket2.json new file mode 100644 index 0000000..4b5bd08 --- /dev/null +++ b/target/debug/.fingerprint/socket2-69217cb3fa319c97/lib-socket2.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"all\"]","declared_features":"[\"all\"]","target":2270514485357617025,"profile":2241668132362809309,"path":11511214248142919844,"deps":[[203594543813181569,"libc",false,7681612199272279827]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/socket2-69217cb3fa319c97/dep-lib-socket2","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/socket2-764a1ac090f20d9d/dep-lib-socket2 b/target/debug/.fingerprint/socket2-764a1ac090f20d9d/dep-lib-socket2 new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/socket2-764a1ac090f20d9d/dep-lib-socket2 differ diff --git a/target/debug/.fingerprint/socket2-764a1ac090f20d9d/invoked.timestamp b/target/debug/.fingerprint/socket2-764a1ac090f20d9d/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/socket2-764a1ac090f20d9d/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/socket2-764a1ac090f20d9d/lib-socket2 b/target/debug/.fingerprint/socket2-764a1ac090f20d9d/lib-socket2 new file mode 100644 index 0000000..4c3af98 --- /dev/null +++ b/target/debug/.fingerprint/socket2-764a1ac090f20d9d/lib-socket2 @@ -0,0 +1 @@ +ace50dfa6503fec0 \ No newline at end of file diff --git a/target/debug/.fingerprint/socket2-764a1ac090f20d9d/lib-socket2.json b/target/debug/.fingerprint/socket2-764a1ac090f20d9d/lib-socket2.json new file mode 100644 index 0000000..0beaf60 --- /dev/null +++ b/target/debug/.fingerprint/socket2-764a1ac090f20d9d/lib-socket2.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"all\"]","declared_features":"[\"all\"]","target":2270514485357617025,"profile":2241668132362809309,"path":11063146305953939518,"deps":[[203594543813181569,"libc",false,7681612199272279827]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/socket2-764a1ac090f20d9d/dep-lib-socket2","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/spin-9c0c5c5634f5fe9d/dep-lib-spin b/target/debug/.fingerprint/spin-9c0c5c5634f5fe9d/dep-lib-spin new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/spin-9c0c5c5634f5fe9d/dep-lib-spin differ diff --git a/target/debug/.fingerprint/spin-9c0c5c5634f5fe9d/invoked.timestamp b/target/debug/.fingerprint/spin-9c0c5c5634f5fe9d/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/spin-9c0c5c5634f5fe9d/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/spin-9c0c5c5634f5fe9d/lib-spin b/target/debug/.fingerprint/spin-9c0c5c5634f5fe9d/lib-spin new file mode 100644 index 0000000..5f746a8 --- /dev/null +++ b/target/debug/.fingerprint/spin-9c0c5c5634f5fe9d/lib-spin @@ -0,0 +1 @@ +bd3a8661503d77fb \ No newline at end of file diff --git a/target/debug/.fingerprint/spin-9c0c5c5634f5fe9d/lib-spin.json b/target/debug/.fingerprint/spin-9c0c5c5634f5fe9d/lib-spin.json new file mode 100644 index 0000000..2da9b25 --- /dev/null +++ b/target/debug/.fingerprint/spin-9c0c5c5634f5fe9d/lib-spin.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"barrier\", \"default\", \"lazy\", \"lock_api\", \"lock_api_crate\", \"mutex\", \"once\", \"rwlock\", \"spin_mutex\"]","declared_features":"[\"barrier\", \"default\", \"fair_mutex\", \"lazy\", \"lock_api\", \"lock_api_crate\", \"mutex\", \"once\", \"portable-atomic\", \"portable_atomic\", \"rwlock\", \"spin_mutex\", \"std\", \"ticket_mutex\", \"use_ticket_mutex\"]","target":4260413527236709406,"profile":2225463790103693989,"path":10928506495459814082,"deps":[[2555121257709722468,"lock_api_crate",false,7199289247168491735]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/spin-9c0c5c5634f5fe9d/dep-lib-spin","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/spin-da28cc6826e3825d/dep-lib-spin b/target/debug/.fingerprint/spin-da28cc6826e3825d/dep-lib-spin new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/spin-da28cc6826e3825d/dep-lib-spin differ diff --git a/target/debug/.fingerprint/spin-da28cc6826e3825d/invoked.timestamp b/target/debug/.fingerprint/spin-da28cc6826e3825d/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/spin-da28cc6826e3825d/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/spin-da28cc6826e3825d/lib-spin b/target/debug/.fingerprint/spin-da28cc6826e3825d/lib-spin new file mode 100644 index 0000000..2a19217 --- /dev/null +++ b/target/debug/.fingerprint/spin-da28cc6826e3825d/lib-spin @@ -0,0 +1 @@ +aecfdde3c761246b \ No newline at end of file diff --git a/target/debug/.fingerprint/spin-da28cc6826e3825d/lib-spin.json b/target/debug/.fingerprint/spin-da28cc6826e3825d/lib-spin.json new file mode 100644 index 0000000..b63f8cf --- /dev/null +++ b/target/debug/.fingerprint/spin-da28cc6826e3825d/lib-spin.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"barrier\", \"default\", \"lazy\", \"lock_api\", \"lock_api_crate\", \"mutex\", \"once\", \"rwlock\", \"spin_mutex\"]","declared_features":"[\"barrier\", \"default\", \"fair_mutex\", \"lazy\", \"lock_api\", \"lock_api_crate\", \"mutex\", \"once\", \"portable-atomic\", \"portable_atomic\", \"rwlock\", \"spin_mutex\", \"std\", \"ticket_mutex\", \"use_ticket_mutex\"]","target":4260413527236709406,"profile":2241668132362809309,"path":10928506495459814082,"deps":[[2555121257709722468,"lock_api_crate",false,2084421726101358951]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/spin-da28cc6826e3825d/dep-lib-spin","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/sqlx-core-0f46912c8dde07e0/dep-lib-sqlx_core b/target/debug/.fingerprint/sqlx-core-0f46912c8dde07e0/dep-lib-sqlx_core new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/sqlx-core-0f46912c8dde07e0/dep-lib-sqlx_core differ diff --git a/target/debug/.fingerprint/sqlx-core-0f46912c8dde07e0/invoked.timestamp b/target/debug/.fingerprint/sqlx-core-0f46912c8dde07e0/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/sqlx-core-0f46912c8dde07e0/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/sqlx-core-0f46912c8dde07e0/lib-sqlx_core b/target/debug/.fingerprint/sqlx-core-0f46912c8dde07e0/lib-sqlx_core new file mode 100644 index 0000000..8e599a2 --- /dev/null +++ b/target/debug/.fingerprint/sqlx-core-0f46912c8dde07e0/lib-sqlx_core @@ -0,0 +1 @@ +da5c8eb4b511d80b \ No newline at end of file diff --git a/target/debug/.fingerprint/sqlx-core-0f46912c8dde07e0/lib-sqlx_core.json b/target/debug/.fingerprint/sqlx-core-0f46912c8dde07e0/lib-sqlx_core.json new file mode 100644 index 0000000..812c472 --- /dev/null +++ b/target/debug/.fingerprint/sqlx-core-0f46912c8dde07e0/lib-sqlx_core.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"_rt-tokio\", \"any\", \"crc\", \"default\", \"json\", \"migrate\", \"offline\", \"serde\", \"serde_json\", \"sha2\", \"tokio\", \"tokio-stream\"]","declared_features":"[\"_rt-async-std\", \"_rt-tokio\", \"_tls-native-tls\", \"_tls-none\", \"_tls-rustls\", \"_tls-rustls-aws-lc-rs\", \"_tls-rustls-ring-native-roots\", \"_tls-rustls-ring-webpki\", \"any\", \"async-io\", \"async-std\", \"bigdecimal\", \"bit-vec\", \"bstr\", \"chrono\", \"crc\", \"default\", \"ipnet\", \"ipnetwork\", \"json\", \"mac_address\", \"migrate\", \"native-tls\", \"offline\", \"regex\", \"rust_decimal\", \"rustls\", \"rustls-native-certs\", \"serde\", \"serde_json\", \"sha2\", \"time\", \"tokio\", \"tokio-stream\", \"uuid\", \"webpki-roots\"]","target":2042750936636613814,"profile":1384594146405796144,"path":10549247358727968749,"deps":[[5103565458935487,"futures_io",false,6748604888136614829],[198136567835728122,"memchr",false,13171808347467139300],[788558663644978524,"crossbeam_queue",false,14071742475759458968],[1303438375223863970,"hashlink",false,11481805720483220692],[1528297757488249563,"url",false,5538493313505846579],[2448563160050429386,"thiserror",false,6522675824000172804],[3646857438214563691,"futures_intrusive",false,15128684657484920126],[3666196340704888985,"smallvec",false,11928328106647865112],[3722963349756955755,"once_cell",false,15239077044092290488],[6355489020061627772,"bytes",false,10036223567504659944],[6803352382179706244,"percent_encoding",false,16832081695690643269],[7620660491849607393,"futures_core",false,8472644205853922330],[8921336173939679069,"hashbrown",false,16248845355237840790],[9857275760291862238,"sha2",false,9032222873685199906],[10257923056054025583,"tokio_stream",false,8847122478577797450],[10629569228670356391,"futures_util",false,13929056499380527018],[10630857666389190470,"log",false,1567224994077434894],[12170264697963848012,"either",false,16212027958697658670],[12821780872552529316,"indexmap",false,252812104353478942],[12891030758458664808,"tokio",false,15900055113483340526],[13077212702700853852,"base64",false,3176352792344565704],[13548984313718623784,"serde",false,2270396630933148785],[13795362694956882968,"serde_json",false,16358041996395934417],[14474722528862052230,"event_listener",false,12706849462487661702],[14757622794040968908,"tracing",false,9618163604543896240],[16498904324486754729,"crc",false,10182988144505382594]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/sqlx-core-0f46912c8dde07e0/dep-lib-sqlx_core","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/sqlx-core-7f3cc6807d995e58/dep-lib-sqlx_core b/target/debug/.fingerprint/sqlx-core-7f3cc6807d995e58/dep-lib-sqlx_core new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/sqlx-core-7f3cc6807d995e58/dep-lib-sqlx_core differ diff --git a/target/debug/.fingerprint/sqlx-core-7f3cc6807d995e58/invoked.timestamp b/target/debug/.fingerprint/sqlx-core-7f3cc6807d995e58/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/sqlx-core-7f3cc6807d995e58/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/sqlx-core-7f3cc6807d995e58/lib-sqlx_core b/target/debug/.fingerprint/sqlx-core-7f3cc6807d995e58/lib-sqlx_core new file mode 100644 index 0000000..93cb5c8 --- /dev/null +++ b/target/debug/.fingerprint/sqlx-core-7f3cc6807d995e58/lib-sqlx_core @@ -0,0 +1 @@ +decbb2fe92037e3b \ No newline at end of file diff --git a/target/debug/.fingerprint/sqlx-core-7f3cc6807d995e58/lib-sqlx_core.json b/target/debug/.fingerprint/sqlx-core-7f3cc6807d995e58/lib-sqlx_core.json new file mode 100644 index 0000000..ac32985 --- /dev/null +++ b/target/debug/.fingerprint/sqlx-core-7f3cc6807d995e58/lib-sqlx_core.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"_rt-tokio\", \"any\", \"crc\", \"default\", \"json\", \"migrate\", \"offline\", \"serde\", \"serde_json\", \"sha2\", \"tokio\", \"tokio-stream\"]","declared_features":"[\"_rt-async-std\", \"_rt-tokio\", \"_tls-native-tls\", \"_tls-none\", \"_tls-rustls\", \"_tls-rustls-aws-lc-rs\", \"_tls-rustls-ring-native-roots\", \"_tls-rustls-ring-webpki\", \"any\", \"async-io\", \"async-std\", \"bigdecimal\", \"bit-vec\", \"bstr\", \"chrono\", \"crc\", \"default\", \"ipnet\", \"ipnetwork\", \"json\", \"mac_address\", \"migrate\", \"native-tls\", \"offline\", \"regex\", \"rust_decimal\", \"rustls\", \"rustls-native-certs\", \"serde\", \"serde_json\", \"sha2\", \"time\", \"tokio\", \"tokio-stream\", \"uuid\", \"webpki-roots\"]","target":2042750936636613814,"profile":13907316459256012398,"path":10549247358727968749,"deps":[[5103565458935487,"futures_io",false,12388044384922827018],[198136567835728122,"memchr",false,13820745343826299477],[788558663644978524,"crossbeam_queue",false,1424616870415973837],[1303438375223863970,"hashlink",false,16758825633067650591],[1528297757488249563,"url",false,8446390972076575059],[2448563160050429386,"thiserror",false,1286597792957968042],[3646857438214563691,"futures_intrusive",false,12829397504799818505],[3666196340704888985,"smallvec",false,6188232069611729028],[3722963349756955755,"once_cell",false,12214999296643315191],[6355489020061627772,"bytes",false,5202919556575344190],[6803352382179706244,"percent_encoding",false,2450237552354977827],[7620660491849607393,"futures_core",false,8162665628542204569],[8921336173939679069,"hashbrown",false,9793064406319706940],[9857275760291862238,"sha2",false,16201842377546370505],[10257923056054025583,"tokio_stream",false,1790432601020121102],[10629569228670356391,"futures_util",false,7365277945834051026],[10630857666389190470,"log",false,17521242917158211660],[12170264697963848012,"either",false,16912261755183117010],[12821780872552529316,"indexmap",false,8205179541564719214],[12891030758458664808,"tokio",false,13629259371125197179],[13077212702700853852,"base64",false,2731579066016563254],[13548984313718623784,"serde",false,7132925528862317428],[13795362694956882968,"serde_json",false,15340009246332311666],[14474722528862052230,"event_listener",false,10272751621295041713],[14757622794040968908,"tracing",false,15481652202596263875],[16498904324486754729,"crc",false,18111334388971097336]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/sqlx-core-7f3cc6807d995e58/dep-lib-sqlx_core","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/sqlx-fc7008492b6b1cc5/dep-lib-sqlx b/target/debug/.fingerprint/sqlx-fc7008492b6b1cc5/dep-lib-sqlx new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/sqlx-fc7008492b6b1cc5/dep-lib-sqlx differ diff --git a/target/debug/.fingerprint/sqlx-fc7008492b6b1cc5/invoked.timestamp b/target/debug/.fingerprint/sqlx-fc7008492b6b1cc5/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/sqlx-fc7008492b6b1cc5/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/sqlx-fc7008492b6b1cc5/lib-sqlx b/target/debug/.fingerprint/sqlx-fc7008492b6b1cc5/lib-sqlx new file mode 100644 index 0000000..1c7e03f --- /dev/null +++ b/target/debug/.fingerprint/sqlx-fc7008492b6b1cc5/lib-sqlx @@ -0,0 +1 @@ +31b1a2bd80274c6e \ No newline at end of file diff --git a/target/debug/.fingerprint/sqlx-fc7008492b6b1cc5/lib-sqlx.json b/target/debug/.fingerprint/sqlx-fc7008492b6b1cc5/lib-sqlx.json new file mode 100644 index 0000000..caf73e2 --- /dev/null +++ b/target/debug/.fingerprint/sqlx-fc7008492b6b1cc5/lib-sqlx.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"_rt-tokio\", \"_sqlite\", \"any\", \"default\", \"derive\", \"json\", \"macros\", \"migrate\", \"runtime-tokio\", \"sqlite\", \"sqlx-macros\", \"sqlx-sqlite\"]","declared_features":"[\"_rt-async-std\", \"_rt-tokio\", \"_sqlite\", \"_unstable-all-types\", \"all-databases\", \"any\", \"bigdecimal\", \"bit-vec\", \"bstr\", \"chrono\", \"default\", \"derive\", \"ipnet\", \"ipnetwork\", \"json\", \"mac_address\", \"macros\", \"migrate\", \"mysql\", \"postgres\", \"regexp\", \"runtime-async-std\", \"runtime-async-std-native-tls\", \"runtime-async-std-rustls\", \"runtime-tokio\", \"runtime-tokio-native-tls\", \"runtime-tokio-rustls\", \"rust_decimal\", \"sqlite\", \"sqlite-preupdate-hook\", \"sqlite-unbundled\", \"sqlx-macros\", \"sqlx-mysql\", \"sqlx-postgres\", \"sqlx-sqlite\", \"time\", \"tls-native-tls\", \"tls-none\", \"tls-rustls\", \"tls-rustls-aws-lc-rs\", \"tls-rustls-ring\", \"tls-rustls-ring-native-roots\", \"tls-rustls-ring-webpki\", \"uuid\"]","target":3003836824758849296,"profile":2241668132362809309,"path":16942362598672403659,"deps":[[3276107248499827220,"sqlx_macros",false,6415887342667960607],[10776111606377762245,"sqlx_core",false,4286867825176529886],[17038106176255014628,"sqlx_sqlite",false,11929752333712871712]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/sqlx-fc7008492b6b1cc5/dep-lib-sqlx","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/sqlx-macros-b01e24124b90a398/dep-lib-sqlx_macros b/target/debug/.fingerprint/sqlx-macros-b01e24124b90a398/dep-lib-sqlx_macros new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/sqlx-macros-b01e24124b90a398/dep-lib-sqlx_macros differ diff --git a/target/debug/.fingerprint/sqlx-macros-b01e24124b90a398/invoked.timestamp b/target/debug/.fingerprint/sqlx-macros-b01e24124b90a398/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/sqlx-macros-b01e24124b90a398/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/sqlx-macros-b01e24124b90a398/lib-sqlx_macros b/target/debug/.fingerprint/sqlx-macros-b01e24124b90a398/lib-sqlx_macros new file mode 100644 index 0000000..c03e92b --- /dev/null +++ b/target/debug/.fingerprint/sqlx-macros-b01e24124b90a398/lib-sqlx_macros @@ -0,0 +1 @@ +1f11a69a8bcf0959 \ No newline at end of file diff --git a/target/debug/.fingerprint/sqlx-macros-b01e24124b90a398/lib-sqlx_macros.json b/target/debug/.fingerprint/sqlx-macros-b01e24124b90a398/lib-sqlx_macros.json new file mode 100644 index 0000000..32131f3 --- /dev/null +++ b/target/debug/.fingerprint/sqlx-macros-b01e24124b90a398/lib-sqlx_macros.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"_rt-tokio\", \"default\", \"derive\", \"json\", \"macros\", \"migrate\", \"sqlite\"]","declared_features":"[\"_rt-async-std\", \"_rt-tokio\", \"_tls-native-tls\", \"_tls-rustls-aws-lc-rs\", \"_tls-rustls-ring-native-roots\", \"_tls-rustls-ring-webpki\", \"bigdecimal\", \"bit-vec\", \"chrono\", \"default\", \"derive\", \"ipnet\", \"ipnetwork\", \"json\", \"mac_address\", \"macros\", \"migrate\", \"mysql\", \"postgres\", \"rust_decimal\", \"sqlite\", \"sqlite-unbundled\", \"time\", \"uuid\"]","target":13494433325021527976,"profile":1384594146405796144,"path":3951736583009788984,"deps":[[4289358735036141001,"proc_macro2",false,11907438208124547768],[6100504282945712449,"quote",false,15556484999302306747],[6490058671768129134,"syn",false,13449399834116190507],[10654871823602349891,"sqlx_macros_core",false,756440276612762060],[10776111606377762245,"sqlx_core",false,853451601502690522]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/sqlx-macros-b01e24124b90a398/dep-lib-sqlx_macros","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/sqlx-macros-core-d8727b68a74f76bb/dep-lib-sqlx_macros_core b/target/debug/.fingerprint/sqlx-macros-core-d8727b68a74f76bb/dep-lib-sqlx_macros_core new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/sqlx-macros-core-d8727b68a74f76bb/dep-lib-sqlx_macros_core differ diff --git a/target/debug/.fingerprint/sqlx-macros-core-d8727b68a74f76bb/invoked.timestamp b/target/debug/.fingerprint/sqlx-macros-core-d8727b68a74f76bb/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/sqlx-macros-core-d8727b68a74f76bb/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/sqlx-macros-core-d8727b68a74f76bb/lib-sqlx_macros_core b/target/debug/.fingerprint/sqlx-macros-core-d8727b68a74f76bb/lib-sqlx_macros_core new file mode 100644 index 0000000..1e4d3b7 --- /dev/null +++ b/target/debug/.fingerprint/sqlx-macros-core-d8727b68a74f76bb/lib-sqlx_macros_core @@ -0,0 +1 @@ +cc494d7d6c6a7f0a \ No newline at end of file diff --git a/target/debug/.fingerprint/sqlx-macros-core-d8727b68a74f76bb/lib-sqlx_macros_core.json b/target/debug/.fingerprint/sqlx-macros-core-d8727b68a74f76bb/lib-sqlx_macros_core.json new file mode 100644 index 0000000..3a9b156 --- /dev/null +++ b/target/debug/.fingerprint/sqlx-macros-core-d8727b68a74f76bb/lib-sqlx_macros_core.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"_rt-tokio\", \"_sqlite\", \"default\", \"derive\", \"json\", \"macros\", \"migrate\", \"sqlite\", \"sqlx-sqlite\", \"tokio\"]","declared_features":"[\"_rt-async-std\", \"_rt-tokio\", \"_sqlite\", \"_tls-native-tls\", \"_tls-rustls-aws-lc-rs\", \"_tls-rustls-ring-native-roots\", \"_tls-rustls-ring-webpki\", \"async-std\", \"bigdecimal\", \"bit-vec\", \"chrono\", \"default\", \"derive\", \"ipnet\", \"ipnetwork\", \"json\", \"mac_address\", \"macros\", \"migrate\", \"mysql\", \"postgres\", \"rust_decimal\", \"sqlite\", \"sqlite-unbundled\", \"sqlx-mysql\", \"sqlx-postgres\", \"sqlx-sqlite\", \"time\", \"tokio\", \"uuid\"]","target":961973412475639632,"profile":2175425913391121376,"path":15736379576467672064,"deps":[[530211389790465181,"hex",false,11333160617967742663],[1528297757488249563,"url",false,5538493313505846579],[3405707034081185165,"dotenvy",false,378178411814868591],[3722963349756955755,"once_cell",false,15239077044092290488],[4289358735036141001,"proc_macro2",false,11907438208124547768],[6100504282945712449,"quote",false,15556484999302306747],[6490058671768129134,"syn",false,13449399834116190507],[9857275760291862238,"sha2",false,9032222873685199906],[10776111606377762245,"sqlx_core",false,853451601502690522],[12170264697963848012,"either",false,16212027958697658670],[12891030758458664808,"tokio",false,15900055113483340526],[13077543566650298139,"heck",false,15974435230684962374],[13548984313718623784,"serde",false,2270396630933148785],[13795362694956882968,"serde_json",false,16358041996395934417],[17038106176255014628,"sqlx_sqlite",false,15137973621922947693]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/sqlx-macros-core-d8727b68a74f76bb/dep-lib-sqlx_macros_core","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/sqlx-sqlite-4065bb182e0dc35b/dep-lib-sqlx_sqlite b/target/debug/.fingerprint/sqlx-sqlite-4065bb182e0dc35b/dep-lib-sqlx_sqlite new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/sqlx-sqlite-4065bb182e0dc35b/dep-lib-sqlx_sqlite differ diff --git a/target/debug/.fingerprint/sqlx-sqlite-4065bb182e0dc35b/invoked.timestamp b/target/debug/.fingerprint/sqlx-sqlite-4065bb182e0dc35b/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/sqlx-sqlite-4065bb182e0dc35b/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/sqlx-sqlite-4065bb182e0dc35b/lib-sqlx_sqlite b/target/debug/.fingerprint/sqlx-sqlite-4065bb182e0dc35b/lib-sqlx_sqlite new file mode 100644 index 0000000..7f4c4e8 --- /dev/null +++ b/target/debug/.fingerprint/sqlx-sqlite-4065bb182e0dc35b/lib-sqlx_sqlite @@ -0,0 +1 @@ +6d62f301cee214d2 \ No newline at end of file diff --git a/target/debug/.fingerprint/sqlx-sqlite-4065bb182e0dc35b/lib-sqlx_sqlite.json b/target/debug/.fingerprint/sqlx-sqlite-4065bb182e0dc35b/lib-sqlx_sqlite.json new file mode 100644 index 0000000..8b75b81 --- /dev/null +++ b/target/debug/.fingerprint/sqlx-sqlite-4065bb182e0dc35b/lib-sqlx_sqlite.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"any\", \"bundled\", \"json\", \"migrate\", \"offline\", \"serde\"]","declared_features":"[\"any\", \"bundled\", \"chrono\", \"json\", \"migrate\", \"offline\", \"preupdate-hook\", \"regexp\", \"serde\", \"time\", \"unbundled\", \"uuid\"]","target":5285666887510670045,"profile":1384594146405796144,"path":15795378383241067048,"deps":[[1528297757488249563,"url",false,5538493313505846579],[1811549171721445101,"futures_channel",false,7095637975367089970],[2448563160050429386,"thiserror",false,6522675824000172804],[3646857438214563691,"futures_intrusive",false,15128684657484920126],[4656928804077918400,"flume",false,9190174823457682643],[6803352382179706244,"percent_encoding",false,16832081695690643269],[7620660491849607393,"futures_core",false,8472644205853922330],[10629569228670356391,"futures_util",false,13929056499380527018],[10630857666389190470,"log",false,1567224994077434894],[10776111606377762245,"sqlx_core",false,853451601502690522],[12779779637805422465,"futures_executor",false,10243702388917669914],[13548984313718623784,"serde",false,2270396630933148785],[14757622794040968908,"tracing",false,9618163604543896240],[16542808166767769916,"serde_urlencoded",false,7427568328374136453],[16675652872862304210,"libsqlite3_sys",false,17215461531317335147],[17106256174509013259,"atoi",false,14850052278411498939]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/sqlx-sqlite-4065bb182e0dc35b/dep-lib-sqlx_sqlite","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/sqlx-sqlite-8e90817be66438c3/dep-lib-sqlx_sqlite b/target/debug/.fingerprint/sqlx-sqlite-8e90817be66438c3/dep-lib-sqlx_sqlite new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/sqlx-sqlite-8e90817be66438c3/dep-lib-sqlx_sqlite differ diff --git a/target/debug/.fingerprint/sqlx-sqlite-8e90817be66438c3/invoked.timestamp b/target/debug/.fingerprint/sqlx-sqlite-8e90817be66438c3/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/sqlx-sqlite-8e90817be66438c3/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/sqlx-sqlite-8e90817be66438c3/lib-sqlx_sqlite b/target/debug/.fingerprint/sqlx-sqlite-8e90817be66438c3/lib-sqlx_sqlite new file mode 100644 index 0000000..a8f7024 --- /dev/null +++ b/target/debug/.fingerprint/sqlx-sqlite-8e90817be66438c3/lib-sqlx_sqlite @@ -0,0 +1 @@ +20d1577d8afe8ea5 \ No newline at end of file diff --git a/target/debug/.fingerprint/sqlx-sqlite-8e90817be66438c3/lib-sqlx_sqlite.json b/target/debug/.fingerprint/sqlx-sqlite-8e90817be66438c3/lib-sqlx_sqlite.json new file mode 100644 index 0000000..9609abc --- /dev/null +++ b/target/debug/.fingerprint/sqlx-sqlite-8e90817be66438c3/lib-sqlx_sqlite.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"any\", \"bundled\", \"json\", \"migrate\", \"offline\", \"serde\"]","declared_features":"[\"any\", \"bundled\", \"chrono\", \"json\", \"migrate\", \"offline\", \"preupdate-hook\", \"regexp\", \"serde\", \"time\", \"unbundled\", \"uuid\"]","target":5285666887510670045,"profile":13907316459256012398,"path":15795378383241067048,"deps":[[1528297757488249563,"url",false,8446390972076575059],[1811549171721445101,"futures_channel",false,3520337013307275002],[2448563160050429386,"thiserror",false,1286597792957968042],[3646857438214563691,"futures_intrusive",false,12829397504799818505],[4656928804077918400,"flume",false,12691627346087051015],[6803352382179706244,"percent_encoding",false,2450237552354977827],[7620660491849607393,"futures_core",false,8162665628542204569],[10629569228670356391,"futures_util",false,7365277945834051026],[10630857666389190470,"log",false,17521242917158211660],[10776111606377762245,"sqlx_core",false,4286867825176529886],[12779779637805422465,"futures_executor",false,18261918028567530777],[13548984313718623784,"serde",false,7132925528862317428],[14757622794040968908,"tracing",false,15481652202596263875],[16542808166767769916,"serde_urlencoded",false,7335578590021102160],[16675652872862304210,"libsqlite3_sys",false,18263419327954441223],[17106256174509013259,"atoi",false,5916771880358914245]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/sqlx-sqlite-8e90817be66438c3/dep-lib-sqlx_sqlite","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/stable_deref_trait-7f79269140ce92e7/dep-lib-stable_deref_trait b/target/debug/.fingerprint/stable_deref_trait-7f79269140ce92e7/dep-lib-stable_deref_trait new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/stable_deref_trait-7f79269140ce92e7/dep-lib-stable_deref_trait differ diff --git a/target/debug/.fingerprint/stable_deref_trait-7f79269140ce92e7/invoked.timestamp b/target/debug/.fingerprint/stable_deref_trait-7f79269140ce92e7/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/stable_deref_trait-7f79269140ce92e7/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/stable_deref_trait-7f79269140ce92e7/lib-stable_deref_trait b/target/debug/.fingerprint/stable_deref_trait-7f79269140ce92e7/lib-stable_deref_trait new file mode 100644 index 0000000..28d12bb --- /dev/null +++ b/target/debug/.fingerprint/stable_deref_trait-7f79269140ce92e7/lib-stable_deref_trait @@ -0,0 +1 @@ +3756a290e897c3cc \ No newline at end of file diff --git a/target/debug/.fingerprint/stable_deref_trait-7f79269140ce92e7/lib-stable_deref_trait.json b/target/debug/.fingerprint/stable_deref_trait-7f79269140ce92e7/lib-stable_deref_trait.json new file mode 100644 index 0000000..27370df --- /dev/null +++ b/target/debug/.fingerprint/stable_deref_trait-7f79269140ce92e7/lib-stable_deref_trait.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"alloc\", \"default\", \"std\"]","target":5616890217583455155,"profile":2225463790103693989,"path":8768001114355029530,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/stable_deref_trait-7f79269140ce92e7/dep-lib-stable_deref_trait","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/stable_deref_trait-c1b563a78da1ff57/dep-lib-stable_deref_trait b/target/debug/.fingerprint/stable_deref_trait-c1b563a78da1ff57/dep-lib-stable_deref_trait new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/stable_deref_trait-c1b563a78da1ff57/dep-lib-stable_deref_trait differ diff --git a/target/debug/.fingerprint/stable_deref_trait-c1b563a78da1ff57/invoked.timestamp b/target/debug/.fingerprint/stable_deref_trait-c1b563a78da1ff57/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/stable_deref_trait-c1b563a78da1ff57/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/stable_deref_trait-c1b563a78da1ff57/lib-stable_deref_trait b/target/debug/.fingerprint/stable_deref_trait-c1b563a78da1ff57/lib-stable_deref_trait new file mode 100644 index 0000000..12f5a9b --- /dev/null +++ b/target/debug/.fingerprint/stable_deref_trait-c1b563a78da1ff57/lib-stable_deref_trait @@ -0,0 +1 @@ +69fbefa1058f9915 \ No newline at end of file diff --git a/target/debug/.fingerprint/stable_deref_trait-c1b563a78da1ff57/lib-stable_deref_trait.json b/target/debug/.fingerprint/stable_deref_trait-c1b563a78da1ff57/lib-stable_deref_trait.json new file mode 100644 index 0000000..3265a7a --- /dev/null +++ b/target/debug/.fingerprint/stable_deref_trait-c1b563a78da1ff57/lib-stable_deref_trait.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"alloc\", \"default\", \"std\"]","target":5616890217583455155,"profile":2241668132362809309,"path":8768001114355029530,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/stable_deref_trait-c1b563a78da1ff57/dep-lib-stable_deref_trait","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/static_assertions_next-a48d3be304008e09/dep-lib-static_assertions_next b/target/debug/.fingerprint/static_assertions_next-a48d3be304008e09/dep-lib-static_assertions_next new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/static_assertions_next-a48d3be304008e09/dep-lib-static_assertions_next differ diff --git a/target/debug/.fingerprint/static_assertions_next-a48d3be304008e09/invoked.timestamp b/target/debug/.fingerprint/static_assertions_next-a48d3be304008e09/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/static_assertions_next-a48d3be304008e09/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/static_assertions_next-a48d3be304008e09/lib-static_assertions_next b/target/debug/.fingerprint/static_assertions_next-a48d3be304008e09/lib-static_assertions_next new file mode 100644 index 0000000..d4d44e1 --- /dev/null +++ b/target/debug/.fingerprint/static_assertions_next-a48d3be304008e09/lib-static_assertions_next @@ -0,0 +1 @@ +0eeb4b91ec815961 \ No newline at end of file diff --git a/target/debug/.fingerprint/static_assertions_next-a48d3be304008e09/lib-static_assertions_next.json b/target/debug/.fingerprint/static_assertions_next-a48d3be304008e09/lib-static_assertions_next.json new file mode 100644 index 0000000..305c341 --- /dev/null +++ b/target/debug/.fingerprint/static_assertions_next-a48d3be304008e09/lib-static_assertions_next.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"nightly\", \"proc\", \"proc_static_assertions_next\"]","target":9748163652019775384,"profile":2241668132362809309,"path":802524448916005353,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/static_assertions_next-a48d3be304008e09/dep-lib-static_assertions_next","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/strsim-cdfa80b3792e870c/dep-lib-strsim b/target/debug/.fingerprint/strsim-cdfa80b3792e870c/dep-lib-strsim new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/strsim-cdfa80b3792e870c/dep-lib-strsim differ diff --git a/target/debug/.fingerprint/strsim-cdfa80b3792e870c/invoked.timestamp b/target/debug/.fingerprint/strsim-cdfa80b3792e870c/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/strsim-cdfa80b3792e870c/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/strsim-cdfa80b3792e870c/lib-strsim b/target/debug/.fingerprint/strsim-cdfa80b3792e870c/lib-strsim new file mode 100644 index 0000000..f63ef36 --- /dev/null +++ b/target/debug/.fingerprint/strsim-cdfa80b3792e870c/lib-strsim @@ -0,0 +1 @@ +b6a848c934e8ea16 \ No newline at end of file diff --git a/target/debug/.fingerprint/strsim-cdfa80b3792e870c/lib-strsim.json b/target/debug/.fingerprint/strsim-cdfa80b3792e870c/lib-strsim.json new file mode 100644 index 0000000..1289009 --- /dev/null +++ b/target/debug/.fingerprint/strsim-cdfa80b3792e870c/lib-strsim.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":14520901741915772287,"profile":2225463790103693989,"path":9485832773405500454,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/strsim-cdfa80b3792e870c/dep-lib-strsim","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/strum-416d782a1cf3cc6a/dep-lib-strum b/target/debug/.fingerprint/strum-416d782a1cf3cc6a/dep-lib-strum new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/strum-416d782a1cf3cc6a/dep-lib-strum differ diff --git a/target/debug/.fingerprint/strum-416d782a1cf3cc6a/invoked.timestamp b/target/debug/.fingerprint/strum-416d782a1cf3cc6a/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/strum-416d782a1cf3cc6a/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/strum-416d782a1cf3cc6a/lib-strum b/target/debug/.fingerprint/strum-416d782a1cf3cc6a/lib-strum new file mode 100644 index 0000000..85115c7 --- /dev/null +++ b/target/debug/.fingerprint/strum-416d782a1cf3cc6a/lib-strum @@ -0,0 +1 @@ +e2b34d13a2118693 \ No newline at end of file diff --git a/target/debug/.fingerprint/strum-416d782a1cf3cc6a/lib-strum.json b/target/debug/.fingerprint/strum-416d782a1cf3cc6a/lib-strum.json new file mode 100644 index 0000000..898442f --- /dev/null +++ b/target/debug/.fingerprint/strum-416d782a1cf3cc6a/lib-strum.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"derive\", \"std\", \"strum_macros\"]","declared_features":"[\"default\", \"derive\", \"phf\", \"std\", \"strum_macros\"]","target":13982682127404921501,"profile":2225463790103693989,"path":13869747754160004337,"deps":[[6720261652904515362,"strum_macros",false,3899451808815093831]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/strum-416d782a1cf3cc6a/dep-lib-strum","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/strum_macros-23c71c3032a95f33/dep-lib-strum_macros b/target/debug/.fingerprint/strum_macros-23c71c3032a95f33/dep-lib-strum_macros new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/strum_macros-23c71c3032a95f33/dep-lib-strum_macros differ diff --git a/target/debug/.fingerprint/strum_macros-23c71c3032a95f33/invoked.timestamp b/target/debug/.fingerprint/strum_macros-23c71c3032a95f33/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/strum_macros-23c71c3032a95f33/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/strum_macros-23c71c3032a95f33/lib-strum_macros b/target/debug/.fingerprint/strum_macros-23c71c3032a95f33/lib-strum_macros new file mode 100644 index 0000000..96b4b83 --- /dev/null +++ b/target/debug/.fingerprint/strum_macros-23c71c3032a95f33/lib-strum_macros @@ -0,0 +1 @@ +47982d8bc2a21d36 \ No newline at end of file diff --git a/target/debug/.fingerprint/strum_macros-23c71c3032a95f33/lib-strum_macros.json b/target/debug/.fingerprint/strum_macros-23c71c3032a95f33/lib-strum_macros.json new file mode 100644 index 0000000..7ed4aae --- /dev/null +++ b/target/debug/.fingerprint/strum_macros-23c71c3032a95f33/lib-strum_macros.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":3610670443696148479,"profile":2225463790103693989,"path":17642135919974938615,"deps":[[4289358735036141001,"proc_macro2",false,11907438208124547768],[6100504282945712449,"quote",false,15556484999302306747],[6490058671768129134,"syn",false,13449399834116190507],[13077543566650298139,"heck",false,15974435230684962374]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/strum_macros-23c71c3032a95f33/dep-lib-strum_macros","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/syn-2374f90a9617b800/run-build-script-build-script-build b/target/debug/.fingerprint/syn-2374f90a9617b800/run-build-script-build-script-build new file mode 100644 index 0000000..c691dd6 --- /dev/null +++ b/target/debug/.fingerprint/syn-2374f90a9617b800/run-build-script-build-script-build @@ -0,0 +1 @@ +96d6b5fdc7175b17 \ No newline at end of file diff --git a/target/debug/.fingerprint/syn-2374f90a9617b800/run-build-script-build-script-build.json b/target/debug/.fingerprint/syn-2374f90a9617b800/run-build-script-build-script-build.json new file mode 100644 index 0000000..5acff0b --- /dev/null +++ b/target/debug/.fingerprint/syn-2374f90a9617b800/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[2713742371683562785,"build_script_build",false,1290180149953580379]],"local":[{"Precalculated":"1.0.109"}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/syn-303424a6868c3aa8/build-script-build-script-build b/target/debug/.fingerprint/syn-303424a6868c3aa8/build-script-build-script-build new file mode 100644 index 0000000..516df48 --- /dev/null +++ b/target/debug/.fingerprint/syn-303424a6868c3aa8/build-script-build-script-build @@ -0,0 +1 @@ +5b4d3ebe02a4e711 \ No newline at end of file diff --git a/target/debug/.fingerprint/syn-303424a6868c3aa8/build-script-build-script-build.json b/target/debug/.fingerprint/syn-303424a6868c3aa8/build-script-build-script-build.json new file mode 100644 index 0000000..04ea0d0 --- /dev/null +++ b/target/debug/.fingerprint/syn-303424a6868c3aa8/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"clone-impls\", \"default\", \"derive\", \"extra-traits\", \"fold\", \"full\", \"parsing\", \"printing\", \"proc-macro\", \"quote\", \"test\", \"visit\", \"visit-mut\"]","target":17883862002600103897,"profile":2225463790103693989,"path":8484456487652148186,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/syn-303424a6868c3aa8/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/syn-303424a6868c3aa8/dep-build-script-build-script-build b/target/debug/.fingerprint/syn-303424a6868c3aa8/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/syn-303424a6868c3aa8/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/syn-303424a6868c3aa8/invoked.timestamp b/target/debug/.fingerprint/syn-303424a6868c3aa8/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/syn-303424a6868c3aa8/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/syn-b8069dca327ae3bc/dep-lib-syn b/target/debug/.fingerprint/syn-b8069dca327ae3bc/dep-lib-syn new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/syn-b8069dca327ae3bc/dep-lib-syn differ diff --git a/target/debug/.fingerprint/syn-b8069dca327ae3bc/invoked.timestamp b/target/debug/.fingerprint/syn-b8069dca327ae3bc/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/syn-b8069dca327ae3bc/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/syn-b8069dca327ae3bc/lib-syn b/target/debug/.fingerprint/syn-b8069dca327ae3bc/lib-syn new file mode 100644 index 0000000..6aa185b --- /dev/null +++ b/target/debug/.fingerprint/syn-b8069dca327ae3bc/lib-syn @@ -0,0 +1 @@ +2b71b122e4dda5ba \ No newline at end of file diff --git a/target/debug/.fingerprint/syn-b8069dca327ae3bc/lib-syn.json b/target/debug/.fingerprint/syn-b8069dca327ae3bc/lib-syn.json new file mode 100644 index 0000000..0b498e9 --- /dev/null +++ b/target/debug/.fingerprint/syn-b8069dca327ae3bc/lib-syn.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"clone-impls\", \"default\", \"derive\", \"extra-traits\", \"fold\", \"full\", \"parsing\", \"printing\", \"proc-macro\", \"visit\", \"visit-mut\"]","declared_features":"[\"clone-impls\", \"default\", \"derive\", \"extra-traits\", \"fold\", \"full\", \"parsing\", \"printing\", \"proc-macro\", \"test\", \"visit\", \"visit-mut\"]","target":9442126953582868550,"profile":2225463790103693989,"path":5898855401108333135,"deps":[[1548027836057496652,"unicode_ident",false,13266866413244710776],[4289358735036141001,"proc_macro2",false,11907438208124547768],[6100504282945712449,"quote",false,15556484999302306747]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/syn-b8069dca327ae3bc/dep-lib-syn","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/syn-f9a2cd9cab39a38e/dep-lib-syn b/target/debug/.fingerprint/syn-f9a2cd9cab39a38e/dep-lib-syn new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/syn-f9a2cd9cab39a38e/dep-lib-syn differ diff --git a/target/debug/.fingerprint/syn-f9a2cd9cab39a38e/invoked.timestamp b/target/debug/.fingerprint/syn-f9a2cd9cab39a38e/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/syn-f9a2cd9cab39a38e/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/syn-f9a2cd9cab39a38e/lib-syn b/target/debug/.fingerprint/syn-f9a2cd9cab39a38e/lib-syn new file mode 100644 index 0000000..e2ce451 --- /dev/null +++ b/target/debug/.fingerprint/syn-f9a2cd9cab39a38e/lib-syn @@ -0,0 +1 @@ +decf8c5cf517279b \ No newline at end of file diff --git a/target/debug/.fingerprint/syn-f9a2cd9cab39a38e/lib-syn.json b/target/debug/.fingerprint/syn-f9a2cd9cab39a38e/lib-syn.json new file mode 100644 index 0000000..1462da4 --- /dev/null +++ b/target/debug/.fingerprint/syn-f9a2cd9cab39a38e/lib-syn.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"clone-impls\", \"default\", \"derive\", \"extra-traits\", \"fold\", \"full\", \"parsing\", \"printing\", \"proc-macro\", \"quote\", \"test\", \"visit\", \"visit-mut\"]","target":11103975901103234717,"profile":2225463790103693989,"path":406231767411382745,"deps":[[1548027836057496652,"unicode_ident",false,13266866413244710776],[2713742371683562785,"build_script_build",false,1682965033475495574],[4289358735036141001,"proc_macro2",false,11907438208124547768]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/syn-f9a2cd9cab39a38e/dep-lib-syn","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/sync_wrapper-ae88c46316df8057/dep-lib-sync_wrapper b/target/debug/.fingerprint/sync_wrapper-ae88c46316df8057/dep-lib-sync_wrapper new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/sync_wrapper-ae88c46316df8057/dep-lib-sync_wrapper differ diff --git a/target/debug/.fingerprint/sync_wrapper-ae88c46316df8057/invoked.timestamp b/target/debug/.fingerprint/sync_wrapper-ae88c46316df8057/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/sync_wrapper-ae88c46316df8057/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/sync_wrapper-ae88c46316df8057/lib-sync_wrapper b/target/debug/.fingerprint/sync_wrapper-ae88c46316df8057/lib-sync_wrapper new file mode 100644 index 0000000..a5a1694 --- /dev/null +++ b/target/debug/.fingerprint/sync_wrapper-ae88c46316df8057/lib-sync_wrapper @@ -0,0 +1 @@ +f8d3c2cf113b2361 \ No newline at end of file diff --git a/target/debug/.fingerprint/sync_wrapper-ae88c46316df8057/lib-sync_wrapper.json b/target/debug/.fingerprint/sync_wrapper-ae88c46316df8057/lib-sync_wrapper.json new file mode 100644 index 0000000..2f39908 --- /dev/null +++ b/target/debug/.fingerprint/sync_wrapper-ae88c46316df8057/lib-sync_wrapper.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"futures\", \"futures-core\"]","target":1703982665153516621,"profile":2241668132362809309,"path":16022519681898062047,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/sync_wrapper-ae88c46316df8057/dep-lib-sync_wrapper","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/sync_wrapper-c3e474a5d60d69c6/dep-lib-sync_wrapper b/target/debug/.fingerprint/sync_wrapper-c3e474a5d60d69c6/dep-lib-sync_wrapper new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/sync_wrapper-c3e474a5d60d69c6/dep-lib-sync_wrapper differ diff --git a/target/debug/.fingerprint/sync_wrapper-c3e474a5d60d69c6/invoked.timestamp b/target/debug/.fingerprint/sync_wrapper-c3e474a5d60d69c6/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/sync_wrapper-c3e474a5d60d69c6/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/sync_wrapper-c3e474a5d60d69c6/lib-sync_wrapper b/target/debug/.fingerprint/sync_wrapper-c3e474a5d60d69c6/lib-sync_wrapper new file mode 100644 index 0000000..5de42ba --- /dev/null +++ b/target/debug/.fingerprint/sync_wrapper-c3e474a5d60d69c6/lib-sync_wrapper @@ -0,0 +1 @@ +6c26ba4cde45ec15 \ No newline at end of file diff --git a/target/debug/.fingerprint/sync_wrapper-c3e474a5d60d69c6/lib-sync_wrapper.json b/target/debug/.fingerprint/sync_wrapper-c3e474a5d60d69c6/lib-sync_wrapper.json new file mode 100644 index 0000000..4ee9a3c --- /dev/null +++ b/target/debug/.fingerprint/sync_wrapper-c3e474a5d60d69c6/lib-sync_wrapper.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"futures\", \"futures-core\"]","declared_features":"[\"futures\", \"futures-core\"]","target":4931834116445848126,"profile":2241668132362809309,"path":10413205900363697328,"deps":[[7620660491849607393,"futures_core",false,8162665628542204569]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/sync_wrapper-c3e474a5d60d69c6/dep-lib-sync_wrapper","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/synstructure-43c1224956a2b1c3/dep-lib-synstructure b/target/debug/.fingerprint/synstructure-43c1224956a2b1c3/dep-lib-synstructure new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/synstructure-43c1224956a2b1c3/dep-lib-synstructure differ diff --git a/target/debug/.fingerprint/synstructure-43c1224956a2b1c3/invoked.timestamp b/target/debug/.fingerprint/synstructure-43c1224956a2b1c3/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/synstructure-43c1224956a2b1c3/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/synstructure-43c1224956a2b1c3/lib-synstructure b/target/debug/.fingerprint/synstructure-43c1224956a2b1c3/lib-synstructure new file mode 100644 index 0000000..73eb5ac --- /dev/null +++ b/target/debug/.fingerprint/synstructure-43c1224956a2b1c3/lib-synstructure @@ -0,0 +1 @@ +a3a26478681c9887 \ No newline at end of file diff --git a/target/debug/.fingerprint/synstructure-43c1224956a2b1c3/lib-synstructure.json b/target/debug/.fingerprint/synstructure-43c1224956a2b1c3/lib-synstructure.json new file mode 100644 index 0000000..ba59b35 --- /dev/null +++ b/target/debug/.fingerprint/synstructure-43c1224956a2b1c3/lib-synstructure.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"proc-macro\"]","declared_features":"[\"default\", \"proc-macro\"]","target":14291004384071580589,"profile":2225463790103693989,"path":14648073043892964899,"deps":[[4289358735036141001,"proc_macro2",false,11907438208124547768],[6100504282945712449,"quote",false,15556484999302306747],[6490058671768129134,"syn",false,13449399834116190507]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/synstructure-43c1224956a2b1c3/dep-lib-synstructure","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/tempfile-2410d7b6e6bc3751/dep-lib-tempfile b/target/debug/.fingerprint/tempfile-2410d7b6e6bc3751/dep-lib-tempfile new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/tempfile-2410d7b6e6bc3751/dep-lib-tempfile differ diff --git a/target/debug/.fingerprint/tempfile-2410d7b6e6bc3751/invoked.timestamp b/target/debug/.fingerprint/tempfile-2410d7b6e6bc3751/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/tempfile-2410d7b6e6bc3751/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/tempfile-2410d7b6e6bc3751/lib-tempfile b/target/debug/.fingerprint/tempfile-2410d7b6e6bc3751/lib-tempfile new file mode 100644 index 0000000..18be0c0 --- /dev/null +++ b/target/debug/.fingerprint/tempfile-2410d7b6e6bc3751/lib-tempfile @@ -0,0 +1 @@ +abe44186df16b821 \ No newline at end of file diff --git a/target/debug/.fingerprint/tempfile-2410d7b6e6bc3751/lib-tempfile.json b/target/debug/.fingerprint/tempfile-2410d7b6e6bc3751/lib-tempfile.json new file mode 100644 index 0000000..98d62a8 --- /dev/null +++ b/target/debug/.fingerprint/tempfile-2410d7b6e6bc3751/lib-tempfile.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"getrandom\"]","declared_features":"[\"default\", \"getrandom\", \"nightly\"]","target":44311651032485388,"profile":2241668132362809309,"path":13591928677631165774,"deps":[[3722963349756955755,"once_cell",false,12214999296643315191],[12285238697122577036,"fastrand",false,3371572299188761130],[18377328279789821306,"rustix",false,11625492491161462724],[18408407127522236545,"getrandom",false,8090483015710057349]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tempfile-2410d7b6e6bc3751/dep-lib-tempfile","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/tera-300240054a2008db/dep-lib-tera b/target/debug/.fingerprint/tera-300240054a2008db/dep-lib-tera new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/tera-300240054a2008db/dep-lib-tera differ diff --git a/target/debug/.fingerprint/tera-300240054a2008db/invoked.timestamp b/target/debug/.fingerprint/tera-300240054a2008db/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/tera-300240054a2008db/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/tera-300240054a2008db/lib-tera b/target/debug/.fingerprint/tera-300240054a2008db/lib-tera new file mode 100644 index 0000000..81ccb6e --- /dev/null +++ b/target/debug/.fingerprint/tera-300240054a2008db/lib-tera @@ -0,0 +1 @@ +311b2ce4470f9306 \ No newline at end of file diff --git a/target/debug/.fingerprint/tera-300240054a2008db/lib-tera.json b/target/debug/.fingerprint/tera-300240054a2008db/lib-tera.json new file mode 100644 index 0000000..2f97950 --- /dev/null +++ b/target/debug/.fingerprint/tera-300240054a2008db/lib-tera.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"builtins\", \"chrono\", \"chrono-tz\", \"default\", \"humansize\", \"percent-encoding\", \"rand\", \"slug\", \"urlencode\"]","declared_features":"[\"builtins\", \"chrono\", \"chrono-tz\", \"date-locale\", \"default\", \"humansize\", \"percent-encoding\", \"preserve_order\", \"rand\", \"slug\", \"urlencode\"]","target":11957245688092612482,"profile":2241668132362809309,"path":17341817575815986022,"deps":[[1232198224951696867,"unicode_segmentation",false,18195949977504706571],[2631894480810835227,"chrono_tz",false,15347479763188360324],[3056178850035811329,"regex",false,11202606313042889476],[5938576746592958590,"pest",false,966501116731234294],[6593674146359544692,"humansize",false,4280816628099587811],[6803352382179706244,"percent_encoding",false,2450237552354977827],[9767028476160571336,"pest_derive",false,10325773181193323381],[9901698829223861929,"globwalk",false,7914110158394851858],[12719040206398185542,"slug",false,10795941295339062218],[13208667028893622512,"rand",false,13391834293073274909],[13548984313718623784,"serde",false,7132925528862317428],[13795362694956882968,"serde_json",false,15340009246332311666],[15658505062885698977,"chrono",false,10199348232830182547],[17917672826516349275,"lazy_static",false,6990877154631962087]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tera-300240054a2008db/dep-lib-tera","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/thiserror-17289574bc4a1cbd/dep-lib-thiserror b/target/debug/.fingerprint/thiserror-17289574bc4a1cbd/dep-lib-thiserror new file mode 100644 index 0000000..234b42f Binary files /dev/null and b/target/debug/.fingerprint/thiserror-17289574bc4a1cbd/dep-lib-thiserror differ diff --git a/target/debug/.fingerprint/thiserror-17289574bc4a1cbd/invoked.timestamp b/target/debug/.fingerprint/thiserror-17289574bc4a1cbd/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/thiserror-17289574bc4a1cbd/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/thiserror-17289574bc4a1cbd/lib-thiserror b/target/debug/.fingerprint/thiserror-17289574bc4a1cbd/lib-thiserror new file mode 100644 index 0000000..6c92043 --- /dev/null +++ b/target/debug/.fingerprint/thiserror-17289574bc4a1cbd/lib-thiserror @@ -0,0 +1 @@ +aaae0f42e0e9da11 \ No newline at end of file diff --git a/target/debug/.fingerprint/thiserror-17289574bc4a1cbd/lib-thiserror.json b/target/debug/.fingerprint/thiserror-17289574bc4a1cbd/lib-thiserror.json new file mode 100644 index 0000000..d839ec5 --- /dev/null +++ b/target/debug/.fingerprint/thiserror-17289574bc4a1cbd/lib-thiserror.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"std\"]","target":13586076721141200315,"profile":2241668132362809309,"path":3283561916527053028,"deps":[[2448563160050429386,"build_script_build",false,10607440550029926106],[10353313219209519794,"thiserror_impl",false,17441634365383968810]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/thiserror-17289574bc4a1cbd/dep-lib-thiserror","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/thiserror-437a386bfa466cb8/dep-lib-thiserror b/target/debug/.fingerprint/thiserror-437a386bfa466cb8/dep-lib-thiserror new file mode 100644 index 0000000..234b42f Binary files /dev/null and b/target/debug/.fingerprint/thiserror-437a386bfa466cb8/dep-lib-thiserror differ diff --git a/target/debug/.fingerprint/thiserror-437a386bfa466cb8/invoked.timestamp b/target/debug/.fingerprint/thiserror-437a386bfa466cb8/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/thiserror-437a386bfa466cb8/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/thiserror-437a386bfa466cb8/lib-thiserror b/target/debug/.fingerprint/thiserror-437a386bfa466cb8/lib-thiserror new file mode 100644 index 0000000..65b7d44 --- /dev/null +++ b/target/debug/.fingerprint/thiserror-437a386bfa466cb8/lib-thiserror @@ -0,0 +1 @@ +04038f721a33855a \ No newline at end of file diff --git a/target/debug/.fingerprint/thiserror-437a386bfa466cb8/lib-thiserror.json b/target/debug/.fingerprint/thiserror-437a386bfa466cb8/lib-thiserror.json new file mode 100644 index 0000000..4e948da --- /dev/null +++ b/target/debug/.fingerprint/thiserror-437a386bfa466cb8/lib-thiserror.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"std\"]","target":13586076721141200315,"profile":2225463790103693989,"path":3283561916527053028,"deps":[[2448563160050429386,"build_script_build",false,10607440550029926106],[10353313219209519794,"thiserror_impl",false,17441634365383968810]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/thiserror-437a386bfa466cb8/dep-lib-thiserror","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/thiserror-a345b3ae36f46eea/build-script-build-script-build b/target/debug/.fingerprint/thiserror-a345b3ae36f46eea/build-script-build-script-build new file mode 100644 index 0000000..6b2405a --- /dev/null +++ b/target/debug/.fingerprint/thiserror-a345b3ae36f46eea/build-script-build-script-build @@ -0,0 +1 @@ +63c4584d252801cc \ No newline at end of file diff --git a/target/debug/.fingerprint/thiserror-a345b3ae36f46eea/build-script-build-script-build.json b/target/debug/.fingerprint/thiserror-a345b3ae36f46eea/build-script-build-script-build.json new file mode 100644 index 0000000..c71c16b --- /dev/null +++ b/target/debug/.fingerprint/thiserror-a345b3ae36f46eea/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"std\"]","target":5408242616063297496,"profile":2225463790103693989,"path":15194211941089091189,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/thiserror-a345b3ae36f46eea/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/thiserror-a345b3ae36f46eea/dep-build-script-build-script-build b/target/debug/.fingerprint/thiserror-a345b3ae36f46eea/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/thiserror-a345b3ae36f46eea/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/thiserror-a345b3ae36f46eea/invoked.timestamp b/target/debug/.fingerprint/thiserror-a345b3ae36f46eea/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/thiserror-a345b3ae36f46eea/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/thiserror-b28f052e3ba5c2bc/run-build-script-build-script-build b/target/debug/.fingerprint/thiserror-b28f052e3ba5c2bc/run-build-script-build-script-build new file mode 100644 index 0000000..839c793 --- /dev/null +++ b/target/debug/.fingerprint/thiserror-b28f052e3ba5c2bc/run-build-script-build-script-build @@ -0,0 +1 @@ +bdd2d82ac6e14e2a \ No newline at end of file diff --git a/target/debug/.fingerprint/thiserror-b28f052e3ba5c2bc/run-build-script-build-script-build.json b/target/debug/.fingerprint/thiserror-b28f052e3ba5c2bc/run-build-script-build-script-build.json new file mode 100644 index 0000000..79a9a17 --- /dev/null +++ b/target/debug/.fingerprint/thiserror-b28f052e3ba5c2bc/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[8008191657135824715,"build_script_build",false,16556173409240002799]],"local":[{"RerunIfChanged":{"output":"debug/build/thiserror-b28f052e3ba5c2bc/output","paths":["build/probe.rs"]}},{"RerunIfEnvChanged":{"var":"RUSTC_BOOTSTRAP","val":null}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/thiserror-d2b20bc5606dd667/build-script-build-script-build b/target/debug/.fingerprint/thiserror-d2b20bc5606dd667/build-script-build-script-build new file mode 100644 index 0000000..340f994 --- /dev/null +++ b/target/debug/.fingerprint/thiserror-d2b20bc5606dd667/build-script-build-script-build @@ -0,0 +1 @@ +efb08451ff57c3e5 \ No newline at end of file diff --git a/target/debug/.fingerprint/thiserror-d2b20bc5606dd667/build-script-build-script-build.json b/target/debug/.fingerprint/thiserror-d2b20bc5606dd667/build-script-build-script-build.json new file mode 100644 index 0000000..c6370f3 --- /dev/null +++ b/target/debug/.fingerprint/thiserror-d2b20bc5606dd667/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":5408242616063297496,"profile":2225463790103693989,"path":10570519569597760911,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/thiserror-d2b20bc5606dd667/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/thiserror-d2b20bc5606dd667/dep-build-script-build-script-build b/target/debug/.fingerprint/thiserror-d2b20bc5606dd667/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/thiserror-d2b20bc5606dd667/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/thiserror-d2b20bc5606dd667/invoked.timestamp b/target/debug/.fingerprint/thiserror-d2b20bc5606dd667/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/thiserror-d2b20bc5606dd667/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/thiserror-f120952bacb12ece/run-build-script-build-script-build b/target/debug/.fingerprint/thiserror-f120952bacb12ece/run-build-script-build-script-build new file mode 100644 index 0000000..0afec03 --- /dev/null +++ b/target/debug/.fingerprint/thiserror-f120952bacb12ece/run-build-script-build-script-build @@ -0,0 +1 @@ +da9e9bc8fa323593 \ No newline at end of file diff --git a/target/debug/.fingerprint/thiserror-f120952bacb12ece/run-build-script-build-script-build.json b/target/debug/.fingerprint/thiserror-f120952bacb12ece/run-build-script-build-script-build.json new file mode 100644 index 0000000..3f37d27 --- /dev/null +++ b/target/debug/.fingerprint/thiserror-f120952bacb12ece/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[2448563160050429386,"build_script_build",false,14700074799390573667]],"local":[{"RerunIfChanged":{"output":"debug/build/thiserror-f120952bacb12ece/output","paths":["build/probe.rs"]}},{"RerunIfEnvChanged":{"var":"RUSTC_BOOTSTRAP","val":null}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/thiserror-f9e5beb7cc800297/dep-lib-thiserror b/target/debug/.fingerprint/thiserror-f9e5beb7cc800297/dep-lib-thiserror new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/thiserror-f9e5beb7cc800297/dep-lib-thiserror differ diff --git a/target/debug/.fingerprint/thiserror-f9e5beb7cc800297/invoked.timestamp b/target/debug/.fingerprint/thiserror-f9e5beb7cc800297/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/thiserror-f9e5beb7cc800297/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/thiserror-f9e5beb7cc800297/lib-thiserror b/target/debug/.fingerprint/thiserror-f9e5beb7cc800297/lib-thiserror new file mode 100644 index 0000000..6c15367 --- /dev/null +++ b/target/debug/.fingerprint/thiserror-f9e5beb7cc800297/lib-thiserror @@ -0,0 +1 @@ +536349c122efe992 \ No newline at end of file diff --git a/target/debug/.fingerprint/thiserror-f9e5beb7cc800297/lib-thiserror.json b/target/debug/.fingerprint/thiserror-f9e5beb7cc800297/lib-thiserror.json new file mode 100644 index 0000000..b27401a --- /dev/null +++ b/target/debug/.fingerprint/thiserror-f9e5beb7cc800297/lib-thiserror.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":13586076721141200315,"profile":2241668132362809309,"path":10906088129533449233,"deps":[[8008191657135824715,"build_script_build",false,3048622239015031485],[15291996789830541733,"thiserror_impl",false,12135840075204814697]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/thiserror-f9e5beb7cc800297/dep-lib-thiserror","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/thiserror-impl-2188e4137b8801f4/dep-lib-thiserror_impl b/target/debug/.fingerprint/thiserror-impl-2188e4137b8801f4/dep-lib-thiserror_impl new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/thiserror-impl-2188e4137b8801f4/dep-lib-thiserror_impl differ diff --git a/target/debug/.fingerprint/thiserror-impl-2188e4137b8801f4/invoked.timestamp b/target/debug/.fingerprint/thiserror-impl-2188e4137b8801f4/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/thiserror-impl-2188e4137b8801f4/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/thiserror-impl-2188e4137b8801f4/lib-thiserror_impl b/target/debug/.fingerprint/thiserror-impl-2188e4137b8801f4/lib-thiserror_impl new file mode 100644 index 0000000..56f4c8a --- /dev/null +++ b/target/debug/.fingerprint/thiserror-impl-2188e4137b8801f4/lib-thiserror_impl @@ -0,0 +1 @@ +696788fd3f2a6ba8 \ No newline at end of file diff --git a/target/debug/.fingerprint/thiserror-impl-2188e4137b8801f4/lib-thiserror_impl.json b/target/debug/.fingerprint/thiserror-impl-2188e4137b8801f4/lib-thiserror_impl.json new file mode 100644 index 0000000..a028314 --- /dev/null +++ b/target/debug/.fingerprint/thiserror-impl-2188e4137b8801f4/lib-thiserror_impl.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":6216210811039475267,"profile":2225463790103693989,"path":7225793248921102361,"deps":[[4289358735036141001,"proc_macro2",false,11907438208124547768],[6100504282945712449,"quote",false,15556484999302306747],[6490058671768129134,"syn",false,13449399834116190507]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/thiserror-impl-2188e4137b8801f4/dep-lib-thiserror_impl","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/thiserror-impl-43950d666f6cc470/dep-lib-thiserror_impl b/target/debug/.fingerprint/thiserror-impl-43950d666f6cc470/dep-lib-thiserror_impl new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/thiserror-impl-43950d666f6cc470/dep-lib-thiserror_impl differ diff --git a/target/debug/.fingerprint/thiserror-impl-43950d666f6cc470/invoked.timestamp b/target/debug/.fingerprint/thiserror-impl-43950d666f6cc470/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/thiserror-impl-43950d666f6cc470/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/thiserror-impl-43950d666f6cc470/lib-thiserror_impl b/target/debug/.fingerprint/thiserror-impl-43950d666f6cc470/lib-thiserror_impl new file mode 100644 index 0000000..f0aa5fe --- /dev/null +++ b/target/debug/.fingerprint/thiserror-impl-43950d666f6cc470/lib-thiserror_impl @@ -0,0 +1 @@ +2a08f5aa0b220df2 \ No newline at end of file diff --git a/target/debug/.fingerprint/thiserror-impl-43950d666f6cc470/lib-thiserror_impl.json b/target/debug/.fingerprint/thiserror-impl-43950d666f6cc470/lib-thiserror_impl.json new file mode 100644 index 0000000..8632476 --- /dev/null +++ b/target/debug/.fingerprint/thiserror-impl-43950d666f6cc470/lib-thiserror_impl.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":6216210811039475267,"profile":2225463790103693989,"path":10017272612191929779,"deps":[[4289358735036141001,"proc_macro2",false,11907438208124547768],[6100504282945712449,"quote",false,15556484999302306747],[6490058671768129134,"syn",false,13449399834116190507]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/thiserror-impl-43950d666f6cc470/dep-lib-thiserror_impl","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/thread_local-46c93de8f488b98a/dep-lib-thread_local b/target/debug/.fingerprint/thread_local-46c93de8f488b98a/dep-lib-thread_local new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/thread_local-46c93de8f488b98a/dep-lib-thread_local differ diff --git a/target/debug/.fingerprint/thread_local-46c93de8f488b98a/invoked.timestamp b/target/debug/.fingerprint/thread_local-46c93de8f488b98a/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/thread_local-46c93de8f488b98a/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/thread_local-46c93de8f488b98a/lib-thread_local b/target/debug/.fingerprint/thread_local-46c93de8f488b98a/lib-thread_local new file mode 100644 index 0000000..b6679e3 --- /dev/null +++ b/target/debug/.fingerprint/thread_local-46c93de8f488b98a/lib-thread_local @@ -0,0 +1 @@ +81bb24815277aacf \ No newline at end of file diff --git a/target/debug/.fingerprint/thread_local-46c93de8f488b98a/lib-thread_local.json b/target/debug/.fingerprint/thread_local-46c93de8f488b98a/lib-thread_local.json new file mode 100644 index 0000000..330827a --- /dev/null +++ b/target/debug/.fingerprint/thread_local-46c93de8f488b98a/lib-thread_local.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"nightly\"]","target":4721033718741301145,"profile":2241668132362809309,"path":1945901267409197656,"deps":[[7667230146095136825,"cfg_if",false,5245324944763812973]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/thread_local-46c93de8f488b98a/dep-lib-thread_local","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/time-6db96e2fc098167b/dep-lib-time b/target/debug/.fingerprint/time-6db96e2fc098167b/dep-lib-time new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/time-6db96e2fc098167b/dep-lib-time differ diff --git a/target/debug/.fingerprint/time-6db96e2fc098167b/invoked.timestamp b/target/debug/.fingerprint/time-6db96e2fc098167b/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/time-6db96e2fc098167b/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/time-6db96e2fc098167b/lib-time b/target/debug/.fingerprint/time-6db96e2fc098167b/lib-time new file mode 100644 index 0000000..13a3cd1 --- /dev/null +++ b/target/debug/.fingerprint/time-6db96e2fc098167b/lib-time @@ -0,0 +1 @@ +0e1c4db80407e4a1 \ No newline at end of file diff --git a/target/debug/.fingerprint/time-6db96e2fc098167b/lib-time.json b/target/debug/.fingerprint/time-6db96e2fc098167b/lib-time.json new file mode 100644 index 0000000..ffa7908 --- /dev/null +++ b/target/debug/.fingerprint/time-6db96e2fc098167b/lib-time.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"formatting\", \"macros\", \"parsing\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"formatting\", \"large-dates\", \"local-offset\", \"macros\", \"parsing\", \"quickcheck\", \"rand\", \"rand08\", \"rand09\", \"serde\", \"serde-human-readable\", \"serde-well-known\", \"std\", \"wasm-bindgen\"]","target":8476133839300368761,"profile":2263997393868540911,"path":13921146020851809256,"deps":[[2804908209088426635,"deranged",false,11170298299952799722],[5901133744777009488,"powerfmt",false,6885447069625721834],[9938278000850417404,"itoa",false,16409472679747058530],[15572560757901793625,"time_core",false,1575346016390433282],[15673264339717225619,"num_conv",false,11527952711246282247],[15692561970100189851,"time_macros",false,14256843855292229484]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/time-6db96e2fc098167b/dep-lib-time","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/time-core-340098ba84029b7a/dep-lib-time_core b/target/debug/.fingerprint/time-core-340098ba84029b7a/dep-lib-time_core new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/time-core-340098ba84029b7a/dep-lib-time_core differ diff --git a/target/debug/.fingerprint/time-core-340098ba84029b7a/invoked.timestamp b/target/debug/.fingerprint/time-core-340098ba84029b7a/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/time-core-340098ba84029b7a/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/time-core-340098ba84029b7a/lib-time_core b/target/debug/.fingerprint/time-core-340098ba84029b7a/lib-time_core new file mode 100644 index 0000000..e9cc627 --- /dev/null +++ b/target/debug/.fingerprint/time-core-340098ba84029b7a/lib-time_core @@ -0,0 +1 @@ +c1262c608c1bff14 \ No newline at end of file diff --git a/target/debug/.fingerprint/time-core-340098ba84029b7a/lib-time_core.json b/target/debug/.fingerprint/time-core-340098ba84029b7a/lib-time_core.json new file mode 100644 index 0000000..d0dd87a --- /dev/null +++ b/target/debug/.fingerprint/time-core-340098ba84029b7a/lib-time_core.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"large-dates\"]","target":10582047573009931897,"profile":3917305393394401773,"path":5971793443637888780,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/time-core-340098ba84029b7a/dep-lib-time_core","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/time-core-fdc0c8c365759cfd/dep-lib-time_core b/target/debug/.fingerprint/time-core-fdc0c8c365759cfd/dep-lib-time_core new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/time-core-fdc0c8c365759cfd/dep-lib-time_core differ diff --git a/target/debug/.fingerprint/time-core-fdc0c8c365759cfd/invoked.timestamp b/target/debug/.fingerprint/time-core-fdc0c8c365759cfd/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/time-core-fdc0c8c365759cfd/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/time-core-fdc0c8c365759cfd/lib-time_core b/target/debug/.fingerprint/time-core-fdc0c8c365759cfd/lib-time_core new file mode 100644 index 0000000..0c95c24 --- /dev/null +++ b/target/debug/.fingerprint/time-core-fdc0c8c365759cfd/lib-time_core @@ -0,0 +1 @@ +024a47f9dac0dc15 \ No newline at end of file diff --git a/target/debug/.fingerprint/time-core-fdc0c8c365759cfd/lib-time_core.json b/target/debug/.fingerprint/time-core-fdc0c8c365759cfd/lib-time_core.json new file mode 100644 index 0000000..b8b3123 --- /dev/null +++ b/target/debug/.fingerprint/time-core-fdc0c8c365759cfd/lib-time_core.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"large-dates\"]","target":10582047573009931897,"profile":2263997393868540911,"path":5971793443637888780,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/time-core-fdc0c8c365759cfd/dep-lib-time_core","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/time-macros-3d4aa55385e32ee1/dep-lib-time_macros b/target/debug/.fingerprint/time-macros-3d4aa55385e32ee1/dep-lib-time_macros new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/time-macros-3d4aa55385e32ee1/dep-lib-time_macros differ diff --git a/target/debug/.fingerprint/time-macros-3d4aa55385e32ee1/invoked.timestamp b/target/debug/.fingerprint/time-macros-3d4aa55385e32ee1/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/time-macros-3d4aa55385e32ee1/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/time-macros-3d4aa55385e32ee1/lib-time_macros b/target/debug/.fingerprint/time-macros-3d4aa55385e32ee1/lib-time_macros new file mode 100644 index 0000000..9ed0a85 --- /dev/null +++ b/target/debug/.fingerprint/time-macros-3d4aa55385e32ee1/lib-time_macros @@ -0,0 +1 @@ +6c67e74cf37bdac5 \ No newline at end of file diff --git a/target/debug/.fingerprint/time-macros-3d4aa55385e32ee1/lib-time_macros.json b/target/debug/.fingerprint/time-macros-3d4aa55385e32ee1/lib-time_macros.json new file mode 100644 index 0000000..9e69746 --- /dev/null +++ b/target/debug/.fingerprint/time-macros-3d4aa55385e32ee1/lib-time_macros.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"formatting\", \"parsing\"]","declared_features":"[\"formatting\", \"large-dates\", \"parsing\", \"serde\"]","target":6150452040990090255,"profile":3917305393394401773,"path":5807654184663060449,"deps":[[15572560757901793625,"time_core",false,1512958289542653633],[15673264339717225619,"num_conv",false,18327812311711639313]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/time-macros-3d4aa55385e32ee1/dep-lib-time_macros","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/tinystr-8a8ff710f2b5b9c2/dep-lib-tinystr b/target/debug/.fingerprint/tinystr-8a8ff710f2b5b9c2/dep-lib-tinystr new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/tinystr-8a8ff710f2b5b9c2/dep-lib-tinystr differ diff --git a/target/debug/.fingerprint/tinystr-8a8ff710f2b5b9c2/invoked.timestamp b/target/debug/.fingerprint/tinystr-8a8ff710f2b5b9c2/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/tinystr-8a8ff710f2b5b9c2/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/tinystr-8a8ff710f2b5b9c2/lib-tinystr b/target/debug/.fingerprint/tinystr-8a8ff710f2b5b9c2/lib-tinystr new file mode 100644 index 0000000..db06684 --- /dev/null +++ b/target/debug/.fingerprint/tinystr-8a8ff710f2b5b9c2/lib-tinystr @@ -0,0 +1 @@ +70bacfcc6e689b18 \ No newline at end of file diff --git a/target/debug/.fingerprint/tinystr-8a8ff710f2b5b9c2/lib-tinystr.json b/target/debug/.fingerprint/tinystr-8a8ff710f2b5b9c2/lib-tinystr.json new file mode 100644 index 0000000..99912fb --- /dev/null +++ b/target/debug/.fingerprint/tinystr-8a8ff710f2b5b9c2/lib-tinystr.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"zerovec\"]","declared_features":"[\"alloc\", \"databake\", \"default\", \"serde\", \"std\", \"zerovec\"]","target":161691779326313357,"profile":2225463790103693989,"path":600737061830735124,"deps":[[5298260564258778412,"displaydoc",false,4615219064331014460],[14563910249377136032,"zerovec",false,2382413400909459277]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tinystr-8a8ff710f2b5b9c2/dep-lib-tinystr","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/tinystr-c638305acd43b1e0/dep-lib-tinystr b/target/debug/.fingerprint/tinystr-c638305acd43b1e0/dep-lib-tinystr new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/tinystr-c638305acd43b1e0/dep-lib-tinystr differ diff --git a/target/debug/.fingerprint/tinystr-c638305acd43b1e0/invoked.timestamp b/target/debug/.fingerprint/tinystr-c638305acd43b1e0/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/tinystr-c638305acd43b1e0/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/tinystr-c638305acd43b1e0/lib-tinystr b/target/debug/.fingerprint/tinystr-c638305acd43b1e0/lib-tinystr new file mode 100644 index 0000000..fd2823d --- /dev/null +++ b/target/debug/.fingerprint/tinystr-c638305acd43b1e0/lib-tinystr @@ -0,0 +1 @@ +b7530d4ca541f00f \ No newline at end of file diff --git a/target/debug/.fingerprint/tinystr-c638305acd43b1e0/lib-tinystr.json b/target/debug/.fingerprint/tinystr-c638305acd43b1e0/lib-tinystr.json new file mode 100644 index 0000000..e9012e1 --- /dev/null +++ b/target/debug/.fingerprint/tinystr-c638305acd43b1e0/lib-tinystr.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"zerovec\"]","declared_features":"[\"alloc\", \"databake\", \"default\", \"serde\", \"std\", \"zerovec\"]","target":161691779326313357,"profile":2241668132362809309,"path":600737061830735124,"deps":[[5298260564258778412,"displaydoc",false,4615219064331014460],[14563910249377136032,"zerovec",false,15275082362671581060]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tinystr-c638305acd43b1e0/dep-lib-tinystr","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/tinyvec-fe03f976cf60bbf5/dep-lib-tinyvec b/target/debug/.fingerprint/tinyvec-fe03f976cf60bbf5/dep-lib-tinyvec new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/tinyvec-fe03f976cf60bbf5/dep-lib-tinyvec differ diff --git a/target/debug/.fingerprint/tinyvec-fe03f976cf60bbf5/invoked.timestamp b/target/debug/.fingerprint/tinyvec-fe03f976cf60bbf5/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/tinyvec-fe03f976cf60bbf5/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/tinyvec-fe03f976cf60bbf5/lib-tinyvec b/target/debug/.fingerprint/tinyvec-fe03f976cf60bbf5/lib-tinyvec new file mode 100644 index 0000000..36b6c50 --- /dev/null +++ b/target/debug/.fingerprint/tinyvec-fe03f976cf60bbf5/lib-tinyvec @@ -0,0 +1 @@ +5b42e4bb97357758 \ No newline at end of file diff --git a/target/debug/.fingerprint/tinyvec-fe03f976cf60bbf5/lib-tinyvec.json b/target/debug/.fingerprint/tinyvec-fe03f976cf60bbf5/lib-tinyvec.json new file mode 100644 index 0000000..d282f4c --- /dev/null +++ b/target/debug/.fingerprint/tinyvec-fe03f976cf60bbf5/lib-tinyvec.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"tinyvec_macros\"]","declared_features":"[\"alloc\", \"arbitrary\", \"borsh\", \"debugger_visualizer\", \"default\", \"experimental_write_impl\", \"generic-array\", \"grab_spare_slice\", \"latest_stable_rust\", \"nightly_slice_partition_dedup\", \"real_blackbox\", \"rustc_1_40\", \"rustc_1_55\", \"rustc_1_57\", \"rustc_1_61\", \"serde\", \"std\", \"tinyvec_macros\"]","target":9043339761408747423,"profile":2241668132362809309,"path":9747492811704605611,"deps":[[4524103270527811306,"tinyvec_macros",false,16779333748058527025]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tinyvec-fe03f976cf60bbf5/dep-lib-tinyvec","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/tinyvec_macros-18eb71eb0ba5c5c3/dep-lib-tinyvec_macros b/target/debug/.fingerprint/tinyvec_macros-18eb71eb0ba5c5c3/dep-lib-tinyvec_macros new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/tinyvec_macros-18eb71eb0ba5c5c3/dep-lib-tinyvec_macros differ diff --git a/target/debug/.fingerprint/tinyvec_macros-18eb71eb0ba5c5c3/invoked.timestamp b/target/debug/.fingerprint/tinyvec_macros-18eb71eb0ba5c5c3/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/tinyvec_macros-18eb71eb0ba5c5c3/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/tinyvec_macros-18eb71eb0ba5c5c3/lib-tinyvec_macros b/target/debug/.fingerprint/tinyvec_macros-18eb71eb0ba5c5c3/lib-tinyvec_macros new file mode 100644 index 0000000..da17280 --- /dev/null +++ b/target/debug/.fingerprint/tinyvec_macros-18eb71eb0ba5c5c3/lib-tinyvec_macros @@ -0,0 +1 @@ +3195c0a4242bdce8 \ No newline at end of file diff --git a/target/debug/.fingerprint/tinyvec_macros-18eb71eb0ba5c5c3/lib-tinyvec_macros.json b/target/debug/.fingerprint/tinyvec_macros-18eb71eb0ba5c5c3/lib-tinyvec_macros.json new file mode 100644 index 0000000..d6b6d3c --- /dev/null +++ b/target/debug/.fingerprint/tinyvec_macros-18eb71eb0ba5c5c3/lib-tinyvec_macros.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":15145676655729463769,"profile":2241668132362809309,"path":12264703596775071203,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tinyvec_macros-18eb71eb0ba5c5c3/dep-lib-tinyvec_macros","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/tokio-6656cb205e2a1c50/dep-lib-tokio b/target/debug/.fingerprint/tokio-6656cb205e2a1c50/dep-lib-tokio new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/tokio-6656cb205e2a1c50/dep-lib-tokio differ diff --git a/target/debug/.fingerprint/tokio-6656cb205e2a1c50/invoked.timestamp b/target/debug/.fingerprint/tokio-6656cb205e2a1c50/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/tokio-6656cb205e2a1c50/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/tokio-6656cb205e2a1c50/lib-tokio b/target/debug/.fingerprint/tokio-6656cb205e2a1c50/lib-tokio new file mode 100644 index 0000000..23a3da7 --- /dev/null +++ b/target/debug/.fingerprint/tokio-6656cb205e2a1c50/lib-tokio @@ -0,0 +1 @@ +8e4b2c5070f16346 \ No newline at end of file diff --git a/target/debug/.fingerprint/tokio-6656cb205e2a1c50/lib-tokio.json b/target/debug/.fingerprint/tokio-6656cb205e2a1c50/lib-tokio.json new file mode 100644 index 0000000..ac589e4 --- /dev/null +++ b/target/debug/.fingerprint/tokio-6656cb205e2a1c50/lib-tokio.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"bytes\", \"default\", \"fs\", \"full\", \"io-std\", \"io-util\", \"libc\", \"macros\", \"mio\", \"net\", \"parking_lot\", \"process\", \"rt\", \"rt-multi-thread\", \"signal\", \"signal-hook-registry\", \"socket2\", \"sync\", \"time\", \"tokio-macros\", \"windows-sys\"]","declared_features":"[\"bytes\", \"default\", \"fs\", \"full\", \"io-std\", \"io-uring\", \"io-util\", \"libc\", \"macros\", \"mio\", \"net\", \"parking_lot\", \"process\", \"rt\", \"rt-multi-thread\", \"signal\", \"signal-hook-registry\", \"socket2\", \"sync\", \"taskdump\", \"test-util\", \"time\", \"tokio-macros\", \"tracing\", \"windows-sys\"]","target":9605832425414080464,"profile":16115388926700855947,"path":18163530368690871601,"deps":[[203594543813181569,"libc",false,7681612199272279827],[1906322745568073236,"pin_project_lite",false,16108370810058603254],[3052355008400501463,"tokio_macros",false,8450449905798910274],[6355489020061627772,"bytes",false,11173992151888436898],[6684496268350303357,"signal_hook_registry",false,17420635481203429229],[9156379307790651767,"mio",false,8840645019088694280],[12459942763388630573,"parking_lot",false,6948292434967325982],[14271021400703034441,"socket2",false,13906556435888465324]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tokio-6656cb205e2a1c50/dep-lib-tokio","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/tokio-a9e97f0c5e030d4c/dep-lib-tokio b/target/debug/.fingerprint/tokio-a9e97f0c5e030d4c/dep-lib-tokio new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/tokio-a9e97f0c5e030d4c/dep-lib-tokio differ diff --git a/target/debug/.fingerprint/tokio-a9e97f0c5e030d4c/invoked.timestamp b/target/debug/.fingerprint/tokio-a9e97f0c5e030d4c/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/tokio-a9e97f0c5e030d4c/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/tokio-a9e97f0c5e030d4c/lib-tokio b/target/debug/.fingerprint/tokio-a9e97f0c5e030d4c/lib-tokio new file mode 100644 index 0000000..f1c38d9 --- /dev/null +++ b/target/debug/.fingerprint/tokio-a9e97f0c5e030d4c/lib-tokio @@ -0,0 +1 @@ +7bc994e72fdb24bd \ No newline at end of file diff --git a/target/debug/.fingerprint/tokio-a9e97f0c5e030d4c/lib-tokio.json b/target/debug/.fingerprint/tokio-a9e97f0c5e030d4c/lib-tokio.json new file mode 100644 index 0000000..4664f1b --- /dev/null +++ b/target/debug/.fingerprint/tokio-a9e97f0c5e030d4c/lib-tokio.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"bytes\", \"default\", \"fs\", \"full\", \"io-std\", \"io-util\", \"libc\", \"macros\", \"mio\", \"net\", \"parking_lot\", \"process\", \"rt\", \"rt-multi-thread\", \"signal\", \"signal-hook-registry\", \"socket2\", \"sync\", \"time\", \"tokio-macros\", \"windows-sys\"]","declared_features":"[\"bytes\", \"default\", \"fs\", \"full\", \"io-std\", \"io-uring\", \"io-util\", \"libc\", \"macros\", \"mio\", \"net\", \"parking_lot\", \"process\", \"rt\", \"rt-multi-thread\", \"signal\", \"signal-hook-registry\", \"socket2\", \"sync\", \"taskdump\", \"test-util\", \"time\", \"tokio-macros\", \"tracing\", \"windows-sys\"]","target":9605832425414080464,"profile":16115388926700855947,"path":18163530368690871601,"deps":[[203594543813181569,"libc",false,7681612199272279827],[1906322745568073236,"pin_project_lite",false,16108370810058603254],[3052355008400501463,"tokio_macros",false,8450449905798910274],[6355489020061627772,"bytes",false,5202919556575344190],[6684496268350303357,"signal_hook_registry",false,17420635481203429229],[9156379307790651767,"mio",false,8840645019088694280],[12459942763388630573,"parking_lot",false,6948292434967325982],[14271021400703034441,"socket2",false,13906556435888465324]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tokio-a9e97f0c5e030d4c/dep-lib-tokio","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/tokio-ebb289e22f5fb0a6/dep-lib-tokio b/target/debug/.fingerprint/tokio-ebb289e22f5fb0a6/dep-lib-tokio new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/tokio-ebb289e22f5fb0a6/dep-lib-tokio differ diff --git a/target/debug/.fingerprint/tokio-ebb289e22f5fb0a6/invoked.timestamp b/target/debug/.fingerprint/tokio-ebb289e22f5fb0a6/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/tokio-ebb289e22f5fb0a6/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/tokio-ebb289e22f5fb0a6/lib-tokio b/target/debug/.fingerprint/tokio-ebb289e22f5fb0a6/lib-tokio new file mode 100644 index 0000000..c964c76 --- /dev/null +++ b/target/debug/.fingerprint/tokio-ebb289e22f5fb0a6/lib-tokio @@ -0,0 +1 @@ +eeca4e34e257a8dc \ No newline at end of file diff --git a/target/debug/.fingerprint/tokio-ebb289e22f5fb0a6/lib-tokio.json b/target/debug/.fingerprint/tokio-ebb289e22f5fb0a6/lib-tokio.json new file mode 100644 index 0000000..fa15766 --- /dev/null +++ b/target/debug/.fingerprint/tokio-ebb289e22f5fb0a6/lib-tokio.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"bytes\", \"default\", \"fs\", \"full\", \"io-std\", \"io-util\", \"libc\", \"macros\", \"mio\", \"net\", \"parking_lot\", \"process\", \"rt\", \"rt-multi-thread\", \"signal\", \"signal-hook-registry\", \"socket2\", \"sync\", \"time\", \"tokio-macros\", \"windows-sys\"]","declared_features":"[\"bytes\", \"default\", \"fs\", \"full\", \"io-std\", \"io-uring\", \"io-util\", \"libc\", \"macros\", \"mio\", \"net\", \"parking_lot\", \"process\", \"rt\", \"rt-multi-thread\", \"signal\", \"signal-hook-registry\", \"socket2\", \"sync\", \"taskdump\", \"test-util\", \"time\", \"tokio-macros\", \"tracing\", \"windows-sys\"]","target":9605832425414080464,"profile":7508124752878485869,"path":18163530368690871601,"deps":[[203594543813181569,"libc",false,845627925582925793],[1906322745568073236,"pin_project_lite",false,7881462979311847484],[3052355008400501463,"tokio_macros",false,8450449905798910274],[6355489020061627772,"bytes",false,10036223567504659944],[6684496268350303357,"signal_hook_registry",false,10735430705120440540],[9156379307790651767,"mio",false,7839025065417517147],[12459942763388630573,"parking_lot",false,13219332984755547222],[14271021400703034441,"socket2",false,13874006813542695165]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tokio-ebb289e22f5fb0a6/dep-lib-tokio","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/tokio-io-timeout-f30ef92173681b02/dep-lib-tokio_io_timeout b/target/debug/.fingerprint/tokio-io-timeout-f30ef92173681b02/dep-lib-tokio_io_timeout new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/tokio-io-timeout-f30ef92173681b02/dep-lib-tokio_io_timeout differ diff --git a/target/debug/.fingerprint/tokio-io-timeout-f30ef92173681b02/invoked.timestamp b/target/debug/.fingerprint/tokio-io-timeout-f30ef92173681b02/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/tokio-io-timeout-f30ef92173681b02/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/tokio-io-timeout-f30ef92173681b02/lib-tokio_io_timeout b/target/debug/.fingerprint/tokio-io-timeout-f30ef92173681b02/lib-tokio_io_timeout new file mode 100644 index 0000000..47a36af --- /dev/null +++ b/target/debug/.fingerprint/tokio-io-timeout-f30ef92173681b02/lib-tokio_io_timeout @@ -0,0 +1 @@ +df2105752d487098 \ No newline at end of file diff --git a/target/debug/.fingerprint/tokio-io-timeout-f30ef92173681b02/lib-tokio_io_timeout.json b/target/debug/.fingerprint/tokio-io-timeout-f30ef92173681b02/lib-tokio_io_timeout.json new file mode 100644 index 0000000..a8cc69b --- /dev/null +++ b/target/debug/.fingerprint/tokio-io-timeout-f30ef92173681b02/lib-tokio_io_timeout.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":7459537093455808964,"profile":2241668132362809309,"path":17103504012879069567,"deps":[[1906322745568073236,"pin_project_lite",false,16108370810058603254],[12891030758458664808,"tokio",false,13629259371125197179]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tokio-io-timeout-f30ef92173681b02/dep-lib-tokio_io_timeout","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/tokio-macros-b49e39855aa7e65b/dep-lib-tokio_macros b/target/debug/.fingerprint/tokio-macros-b49e39855aa7e65b/dep-lib-tokio_macros new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/tokio-macros-b49e39855aa7e65b/dep-lib-tokio_macros differ diff --git a/target/debug/.fingerprint/tokio-macros-b49e39855aa7e65b/invoked.timestamp b/target/debug/.fingerprint/tokio-macros-b49e39855aa7e65b/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/tokio-macros-b49e39855aa7e65b/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/tokio-macros-b49e39855aa7e65b/lib-tokio_macros b/target/debug/.fingerprint/tokio-macros-b49e39855aa7e65b/lib-tokio_macros new file mode 100644 index 0000000..20e8699 --- /dev/null +++ b/target/debug/.fingerprint/tokio-macros-b49e39855aa7e65b/lib-tokio_macros @@ -0,0 +1 @@ +429160bb6a074675 \ No newline at end of file diff --git a/target/debug/.fingerprint/tokio-macros-b49e39855aa7e65b/lib-tokio_macros.json b/target/debug/.fingerprint/tokio-macros-b49e39855aa7e65b/lib-tokio_macros.json new file mode 100644 index 0000000..66714f3 --- /dev/null +++ b/target/debug/.fingerprint/tokio-macros-b49e39855aa7e65b/lib-tokio_macros.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":5059940852446330081,"profile":7508124752878485869,"path":18279505343957002134,"deps":[[4289358735036141001,"proc_macro2",false,11907438208124547768],[6100504282945712449,"quote",false,15556484999302306747],[6490058671768129134,"syn",false,13449399834116190507]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tokio-macros-b49e39855aa7e65b/dep-lib-tokio_macros","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/tokio-native-tls-1532f9186e975bbf/dep-lib-tokio_native_tls b/target/debug/.fingerprint/tokio-native-tls-1532f9186e975bbf/dep-lib-tokio_native_tls new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/tokio-native-tls-1532f9186e975bbf/dep-lib-tokio_native_tls differ diff --git a/target/debug/.fingerprint/tokio-native-tls-1532f9186e975bbf/invoked.timestamp b/target/debug/.fingerprint/tokio-native-tls-1532f9186e975bbf/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/tokio-native-tls-1532f9186e975bbf/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/tokio-native-tls-1532f9186e975bbf/lib-tokio_native_tls b/target/debug/.fingerprint/tokio-native-tls-1532f9186e975bbf/lib-tokio_native_tls new file mode 100644 index 0000000..5987f55 --- /dev/null +++ b/target/debug/.fingerprint/tokio-native-tls-1532f9186e975bbf/lib-tokio_native_tls @@ -0,0 +1 @@ +ff8b48a465e047ae \ No newline at end of file diff --git a/target/debug/.fingerprint/tokio-native-tls-1532f9186e975bbf/lib-tokio_native_tls.json b/target/debug/.fingerprint/tokio-native-tls-1532f9186e975bbf/lib-tokio_native_tls.json new file mode 100644 index 0000000..4628a28 --- /dev/null +++ b/target/debug/.fingerprint/tokio-native-tls-1532f9186e975bbf/lib-tokio_native_tls.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"vendored\"]","target":1892474590604224423,"profile":2241668132362809309,"path":1708548314755624167,"deps":[[12891030758458664808,"tokio",false,13629259371125197179],[16785601910559813697,"native_tls",false,7011086111994020937]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tokio-native-tls-1532f9186e975bbf/dep-lib-tokio_native_tls","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/tokio-native-tls-ad86e026e4720f90/dep-lib-tokio_native_tls b/target/debug/.fingerprint/tokio-native-tls-ad86e026e4720f90/dep-lib-tokio_native_tls new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/tokio-native-tls-ad86e026e4720f90/dep-lib-tokio_native_tls differ diff --git a/target/debug/.fingerprint/tokio-native-tls-ad86e026e4720f90/invoked.timestamp b/target/debug/.fingerprint/tokio-native-tls-ad86e026e4720f90/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/tokio-native-tls-ad86e026e4720f90/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/tokio-native-tls-ad86e026e4720f90/lib-tokio_native_tls b/target/debug/.fingerprint/tokio-native-tls-ad86e026e4720f90/lib-tokio_native_tls new file mode 100644 index 0000000..4457048 --- /dev/null +++ b/target/debug/.fingerprint/tokio-native-tls-ad86e026e4720f90/lib-tokio_native_tls @@ -0,0 +1 @@ +3b1939773d474c7b \ No newline at end of file diff --git a/target/debug/.fingerprint/tokio-native-tls-ad86e026e4720f90/lib-tokio_native_tls.json b/target/debug/.fingerprint/tokio-native-tls-ad86e026e4720f90/lib-tokio_native_tls.json new file mode 100644 index 0000000..a4a5c2e --- /dev/null +++ b/target/debug/.fingerprint/tokio-native-tls-ad86e026e4720f90/lib-tokio_native_tls.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"vendored\"]","target":1892474590604224423,"profile":2241668132362809309,"path":1708548314755624167,"deps":[[12891030758458664808,"tokio",false,5072163070033021838],[16785601910559813697,"native_tls",false,7011086111994020937]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tokio-native-tls-ad86e026e4720f90/dep-lib-tokio_native_tls","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/tokio-stream-0da0c1e3fd77bf3c/dep-lib-tokio_stream b/target/debug/.fingerprint/tokio-stream-0da0c1e3fd77bf3c/dep-lib-tokio_stream new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/tokio-stream-0da0c1e3fd77bf3c/dep-lib-tokio_stream differ diff --git a/target/debug/.fingerprint/tokio-stream-0da0c1e3fd77bf3c/invoked.timestamp b/target/debug/.fingerprint/tokio-stream-0da0c1e3fd77bf3c/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/tokio-stream-0da0c1e3fd77bf3c/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/tokio-stream-0da0c1e3fd77bf3c/lib-tokio_stream b/target/debug/.fingerprint/tokio-stream-0da0c1e3fd77bf3c/lib-tokio_stream new file mode 100644 index 0000000..e52d14b --- /dev/null +++ b/target/debug/.fingerprint/tokio-stream-0da0c1e3fd77bf3c/lib-tokio_stream @@ -0,0 +1 @@ +0e4015eaf6e4d818 \ No newline at end of file diff --git a/target/debug/.fingerprint/tokio-stream-0da0c1e3fd77bf3c/lib-tokio_stream.json b/target/debug/.fingerprint/tokio-stream-0da0c1e3fd77bf3c/lib-tokio_stream.json new file mode 100644 index 0000000..9f04db3 --- /dev/null +++ b/target/debug/.fingerprint/tokio-stream-0da0c1e3fd77bf3c/lib-tokio_stream.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"fs\", \"time\"]","declared_features":"[\"default\", \"fs\", \"full\", \"io-util\", \"net\", \"signal\", \"sync\", \"time\", \"tokio-util\"]","target":13526430384360234991,"profile":16115388926700855947,"path":7122128352520421986,"deps":[[1906322745568073236,"pin_project_lite",false,16108370810058603254],[7620660491849607393,"futures_core",false,8162665628542204569],[12891030758458664808,"tokio",false,13629259371125197179]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tokio-stream-0da0c1e3fd77bf3c/dep-lib-tokio_stream","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/tokio-stream-1dbf339a52a8ad4e/dep-lib-tokio_stream b/target/debug/.fingerprint/tokio-stream-1dbf339a52a8ad4e/dep-lib-tokio_stream new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/tokio-stream-1dbf339a52a8ad4e/dep-lib-tokio_stream differ diff --git a/target/debug/.fingerprint/tokio-stream-1dbf339a52a8ad4e/invoked.timestamp b/target/debug/.fingerprint/tokio-stream-1dbf339a52a8ad4e/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/tokio-stream-1dbf339a52a8ad4e/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/tokio-stream-1dbf339a52a8ad4e/lib-tokio_stream b/target/debug/.fingerprint/tokio-stream-1dbf339a52a8ad4e/lib-tokio_stream new file mode 100644 index 0000000..a9c621b --- /dev/null +++ b/target/debug/.fingerprint/tokio-stream-1dbf339a52a8ad4e/lib-tokio_stream @@ -0,0 +1 @@ +4ac9002c054bc77a \ No newline at end of file diff --git a/target/debug/.fingerprint/tokio-stream-1dbf339a52a8ad4e/lib-tokio_stream.json b/target/debug/.fingerprint/tokio-stream-1dbf339a52a8ad4e/lib-tokio_stream.json new file mode 100644 index 0000000..7b0bb5a --- /dev/null +++ b/target/debug/.fingerprint/tokio-stream-1dbf339a52a8ad4e/lib-tokio_stream.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"fs\", \"time\"]","declared_features":"[\"default\", \"fs\", \"full\", \"io-util\", \"net\", \"signal\", \"sync\", \"time\", \"tokio-util\"]","target":13526430384360234991,"profile":7508124752878485869,"path":7122128352520421986,"deps":[[1906322745568073236,"pin_project_lite",false,7881462979311847484],[7620660491849607393,"futures_core",false,8472644205853922330],[12891030758458664808,"tokio",false,15900055113483340526]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tokio-stream-1dbf339a52a8ad4e/dep-lib-tokio_stream","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/tokio-tungstenite-97919cdf2263de74/dep-lib-tokio_tungstenite b/target/debug/.fingerprint/tokio-tungstenite-97919cdf2263de74/dep-lib-tokio_tungstenite new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/tokio-tungstenite-97919cdf2263de74/dep-lib-tokio_tungstenite differ diff --git a/target/debug/.fingerprint/tokio-tungstenite-97919cdf2263de74/invoked.timestamp b/target/debug/.fingerprint/tokio-tungstenite-97919cdf2263de74/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/tokio-tungstenite-97919cdf2263de74/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/tokio-tungstenite-97919cdf2263de74/lib-tokio_tungstenite b/target/debug/.fingerprint/tokio-tungstenite-97919cdf2263de74/lib-tokio_tungstenite new file mode 100644 index 0000000..1168e2c --- /dev/null +++ b/target/debug/.fingerprint/tokio-tungstenite-97919cdf2263de74/lib-tokio_tungstenite @@ -0,0 +1 @@ +37e761648254bcfd \ No newline at end of file diff --git a/target/debug/.fingerprint/tokio-tungstenite-97919cdf2263de74/lib-tokio_tungstenite.json b/target/debug/.fingerprint/tokio-tungstenite-97919cdf2263de74/lib-tokio_tungstenite.json new file mode 100644 index 0000000..7037356 --- /dev/null +++ b/target/debug/.fingerprint/tokio-tungstenite-97919cdf2263de74/lib-tokio_tungstenite.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"connect\", \"default\", \"handshake\", \"stream\"]","declared_features":"[\"__rustls-tls\", \"connect\", \"default\", \"handshake\", \"native-tls\", \"native-tls-crate\", \"native-tls-vendored\", \"rustls\", \"rustls-native-certs\", \"rustls-pki-types\", \"rustls-tls-native-roots\", \"rustls-tls-webpki-roots\", \"stream\", \"tokio-native-tls\", \"tokio-rustls\", \"url\", \"webpki-roots\"]","target":10194999948271016277,"profile":2241668132362809309,"path":2470082351983402409,"deps":[[513018320032438414,"tungstenite",false,9484449809370115005],[10629569228670356391,"futures_util",false,7365277945834051026],[10630857666389190470,"log",false,17521242917158211660],[12891030758458664808,"tokio",false,13629259371125197179]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tokio-tungstenite-97919cdf2263de74/dep-lib-tokio_tungstenite","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/tokio-tungstenite-ef2eccde82bdb0d8/dep-lib-tokio_tungstenite b/target/debug/.fingerprint/tokio-tungstenite-ef2eccde82bdb0d8/dep-lib-tokio_tungstenite new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/tokio-tungstenite-ef2eccde82bdb0d8/dep-lib-tokio_tungstenite differ diff --git a/target/debug/.fingerprint/tokio-tungstenite-ef2eccde82bdb0d8/invoked.timestamp b/target/debug/.fingerprint/tokio-tungstenite-ef2eccde82bdb0d8/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/tokio-tungstenite-ef2eccde82bdb0d8/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/tokio-tungstenite-ef2eccde82bdb0d8/lib-tokio_tungstenite b/target/debug/.fingerprint/tokio-tungstenite-ef2eccde82bdb0d8/lib-tokio_tungstenite new file mode 100644 index 0000000..83ae53c --- /dev/null +++ b/target/debug/.fingerprint/tokio-tungstenite-ef2eccde82bdb0d8/lib-tokio_tungstenite @@ -0,0 +1 @@ +5b2af556d177ab0e \ No newline at end of file diff --git a/target/debug/.fingerprint/tokio-tungstenite-ef2eccde82bdb0d8/lib-tokio_tungstenite.json b/target/debug/.fingerprint/tokio-tungstenite-ef2eccde82bdb0d8/lib-tokio_tungstenite.json new file mode 100644 index 0000000..cb58fc8 --- /dev/null +++ b/target/debug/.fingerprint/tokio-tungstenite-ef2eccde82bdb0d8/lib-tokio_tungstenite.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"connect\", \"default\", \"handshake\", \"stream\"]","declared_features":"[\"__rustls-tls\", \"connect\", \"default\", \"handshake\", \"native-tls\", \"native-tls-crate\", \"native-tls-vendored\", \"rustls\", \"rustls-native-certs\", \"rustls-pki-types\", \"rustls-tls-native-roots\", \"rustls-tls-webpki-roots\", \"stream\", \"tokio-native-tls\", \"tokio-rustls\", \"url\", \"webpki-roots\"]","target":10194999948271016277,"profile":2241668132362809309,"path":9529473602505619671,"deps":[[9009175392804015381,"tungstenite",false,9883142960729957384],[10629569228670356391,"futures_util",false,7365277945834051026],[10630857666389190470,"log",false,17521242917158211660],[12891030758458664808,"tokio",false,13629259371125197179]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tokio-tungstenite-ef2eccde82bdb0d8/dep-lib-tokio_tungstenite","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/tokio-util-9a3426cbfd945e6e/dep-lib-tokio_util b/target/debug/.fingerprint/tokio-util-9a3426cbfd945e6e/dep-lib-tokio_util new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/tokio-util-9a3426cbfd945e6e/dep-lib-tokio_util differ diff --git a/target/debug/.fingerprint/tokio-util-9a3426cbfd945e6e/invoked.timestamp b/target/debug/.fingerprint/tokio-util-9a3426cbfd945e6e/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/tokio-util-9a3426cbfd945e6e/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/tokio-util-9a3426cbfd945e6e/lib-tokio_util b/target/debug/.fingerprint/tokio-util-9a3426cbfd945e6e/lib-tokio_util new file mode 100644 index 0000000..46b2767 --- /dev/null +++ b/target/debug/.fingerprint/tokio-util-9a3426cbfd945e6e/lib-tokio_util @@ -0,0 +1 @@ +50e0224317c614a0 \ No newline at end of file diff --git a/target/debug/.fingerprint/tokio-util-9a3426cbfd945e6e/lib-tokio_util.json b/target/debug/.fingerprint/tokio-util-9a3426cbfd945e6e/lib-tokio_util.json new file mode 100644 index 0000000..7b4f1a7 --- /dev/null +++ b/target/debug/.fingerprint/tokio-util-9a3426cbfd945e6e/lib-tokio_util.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"codec\", \"default\", \"io\"]","declared_features":"[\"__docs_rs\", \"codec\", \"compat\", \"default\", \"full\", \"futures-io\", \"futures-util\", \"hashbrown\", \"io\", \"io-util\", \"join-map\", \"net\", \"rt\", \"slab\", \"time\", \"tracing\"]","target":17993092506817503379,"profile":16115388926700855947,"path":2279190890009818573,"deps":[[1906322745568073236,"pin_project_lite",false,16108370810058603254],[6355489020061627772,"bytes",false,11173992151888436898],[7013762810557009322,"futures_sink",false,10737487158563702794],[7620660491849607393,"futures_core",false,8162665628542204569],[12891030758458664808,"tokio",false,5072163070033021838]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tokio-util-9a3426cbfd945e6e/dep-lib-tokio_util","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/tokio-util-e6b99cff7ed06260/dep-lib-tokio_util b/target/debug/.fingerprint/tokio-util-e6b99cff7ed06260/dep-lib-tokio_util new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/tokio-util-e6b99cff7ed06260/dep-lib-tokio_util differ diff --git a/target/debug/.fingerprint/tokio-util-e6b99cff7ed06260/invoked.timestamp b/target/debug/.fingerprint/tokio-util-e6b99cff7ed06260/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/tokio-util-e6b99cff7ed06260/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/tokio-util-e6b99cff7ed06260/lib-tokio_util b/target/debug/.fingerprint/tokio-util-e6b99cff7ed06260/lib-tokio_util new file mode 100644 index 0000000..4e21505 --- /dev/null +++ b/target/debug/.fingerprint/tokio-util-e6b99cff7ed06260/lib-tokio_util @@ -0,0 +1 @@ +c83edd8f061dbd9a \ No newline at end of file diff --git a/target/debug/.fingerprint/tokio-util-e6b99cff7ed06260/lib-tokio_util.json b/target/debug/.fingerprint/tokio-util-e6b99cff7ed06260/lib-tokio_util.json new file mode 100644 index 0000000..1d2dca6 --- /dev/null +++ b/target/debug/.fingerprint/tokio-util-e6b99cff7ed06260/lib-tokio_util.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"codec\", \"compat\", \"default\", \"futures-io\", \"io\"]","declared_features":"[\"__docs_rs\", \"codec\", \"compat\", \"default\", \"full\", \"futures-io\", \"futures-util\", \"hashbrown\", \"io\", \"io-util\", \"join-map\", \"net\", \"rt\", \"slab\", \"time\", \"tracing\"]","target":17993092506817503379,"profile":16115388926700855947,"path":2279190890009818573,"deps":[[5103565458935487,"futures_io",false,12388044384922827018],[1906322745568073236,"pin_project_lite",false,16108370810058603254],[6355489020061627772,"bytes",false,5202919556575344190],[7013762810557009322,"futures_sink",false,10737487158563702794],[7620660491849607393,"futures_core",false,8162665628542204569],[12891030758458664808,"tokio",false,13629259371125197179]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tokio-util-e6b99cff7ed06260/dep-lib-tokio_util","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/toml-3aeaf8439c07f425/dep-lib-toml b/target/debug/.fingerprint/toml-3aeaf8439c07f425/dep-lib-toml new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/toml-3aeaf8439c07f425/dep-lib-toml differ diff --git a/target/debug/.fingerprint/toml-3aeaf8439c07f425/invoked.timestamp b/target/debug/.fingerprint/toml-3aeaf8439c07f425/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/toml-3aeaf8439c07f425/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/toml-3aeaf8439c07f425/lib-toml b/target/debug/.fingerprint/toml-3aeaf8439c07f425/lib-toml new file mode 100644 index 0000000..0b906ac --- /dev/null +++ b/target/debug/.fingerprint/toml-3aeaf8439c07f425/lib-toml @@ -0,0 +1 @@ +499c2ed434ff1ce0 \ No newline at end of file diff --git a/target/debug/.fingerprint/toml-3aeaf8439c07f425/lib-toml.json b/target/debug/.fingerprint/toml-3aeaf8439c07f425/lib-toml.json new file mode 100644 index 0000000..d28d06f --- /dev/null +++ b/target/debug/.fingerprint/toml-3aeaf8439c07f425/lib-toml.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"display\", \"parse\"]","declared_features":"[\"default\", \"display\", \"indexmap\", \"parse\", \"preserve_order\", \"unbounded\"]","target":11307174408538613157,"profile":16965543023146335886,"path":9959258995876497068,"deps":[[1188343475734137475,"serde_spanned",false,7048352749618332805],[2236794229980649045,"toml_edit",false,16832422827448679776],[4092966635514367252,"toml_datetime",false,18178059962243892289],[13548984313718623784,"serde",false,2716299212447388768]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/toml-3aeaf8439c07f425/dep-lib-toml","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/toml-818538e4d108d313/dep-lib-toml b/target/debug/.fingerprint/toml-818538e4d108d313/dep-lib-toml new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/toml-818538e4d108d313/dep-lib-toml differ diff --git a/target/debug/.fingerprint/toml-818538e4d108d313/invoked.timestamp b/target/debug/.fingerprint/toml-818538e4d108d313/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/toml-818538e4d108d313/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/toml-818538e4d108d313/lib-toml b/target/debug/.fingerprint/toml-818538e4d108d313/lib-toml new file mode 100644 index 0000000..64b5713 --- /dev/null +++ b/target/debug/.fingerprint/toml-818538e4d108d313/lib-toml @@ -0,0 +1 @@ +7ea53f1b807fd1aa \ No newline at end of file diff --git a/target/debug/.fingerprint/toml-818538e4d108d313/lib-toml.json b/target/debug/.fingerprint/toml-818538e4d108d313/lib-toml.json new file mode 100644 index 0000000..138d71c --- /dev/null +++ b/target/debug/.fingerprint/toml-818538e4d108d313/lib-toml.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"display\", \"parse\"]","declared_features":"[\"default\", \"display\", \"indexmap\", \"parse\", \"preserve_order\", \"unbounded\"]","target":11307174408538613157,"profile":14451993395899282124,"path":9959258995876497068,"deps":[[1188343475734137475,"serde_spanned",false,10677866445375049288],[2236794229980649045,"toml_edit",false,7553219109809241335],[4092966635514367252,"toml_datetime",false,1573934999873000482],[13548984313718623784,"serde",false,5176903875510041759]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/toml-818538e4d108d313/dep-lib-toml","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/toml-b3cf37b2270a836f/dep-lib-toml b/target/debug/.fingerprint/toml-b3cf37b2270a836f/dep-lib-toml new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/toml-b3cf37b2270a836f/dep-lib-toml differ diff --git a/target/debug/.fingerprint/toml-b3cf37b2270a836f/invoked.timestamp b/target/debug/.fingerprint/toml-b3cf37b2270a836f/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/toml-b3cf37b2270a836f/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/toml-b3cf37b2270a836f/lib-toml b/target/debug/.fingerprint/toml-b3cf37b2270a836f/lib-toml new file mode 100644 index 0000000..b342b77 --- /dev/null +++ b/target/debug/.fingerprint/toml-b3cf37b2270a836f/lib-toml @@ -0,0 +1 @@ +131b20f4d7553004 \ No newline at end of file diff --git a/target/debug/.fingerprint/toml-b3cf37b2270a836f/lib-toml.json b/target/debug/.fingerprint/toml-b3cf37b2270a836f/lib-toml.json new file mode 100644 index 0000000..92984fd --- /dev/null +++ b/target/debug/.fingerprint/toml-b3cf37b2270a836f/lib-toml.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"display\", \"parse\"]","declared_features":"[\"default\", \"display\", \"indexmap\", \"parse\", \"preserve_order\", \"unbounded\"]","target":11307174408538613157,"profile":16965543023146335886,"path":9959258995876497068,"deps":[[1188343475734137475,"serde_spanned",false,1797156082619914098],[2236794229980649045,"toml_edit",false,13825061717373978636],[4092966635514367252,"toml_datetime",false,5211914177750526281],[13548984313718623784,"serde",false,7132925528862317428]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/toml-b3cf37b2270a836f/dep-lib-toml","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/toml-d24731b6c4bc25fc/dep-lib-toml b/target/debug/.fingerprint/toml-d24731b6c4bc25fc/dep-lib-toml new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/toml-d24731b6c4bc25fc/dep-lib-toml differ diff --git a/target/debug/.fingerprint/toml-d24731b6c4bc25fc/invoked.timestamp b/target/debug/.fingerprint/toml-d24731b6c4bc25fc/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/toml-d24731b6c4bc25fc/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/toml-d24731b6c4bc25fc/lib-toml b/target/debug/.fingerprint/toml-d24731b6c4bc25fc/lib-toml new file mode 100644 index 0000000..870ec61 --- /dev/null +++ b/target/debug/.fingerprint/toml-d24731b6c4bc25fc/lib-toml @@ -0,0 +1 @@ +650c5d490ecee667 \ No newline at end of file diff --git a/target/debug/.fingerprint/toml-d24731b6c4bc25fc/lib-toml.json b/target/debug/.fingerprint/toml-d24731b6c4bc25fc/lib-toml.json new file mode 100644 index 0000000..b7a05bf --- /dev/null +++ b/target/debug/.fingerprint/toml-d24731b6c4bc25fc/lib-toml.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"display\", \"parse\"]","declared_features":"[\"default\", \"display\", \"indexmap\", \"parse\", \"preserve_order\", \"unbounded\"]","target":11307174408538613157,"profile":14451993395899282124,"path":9959258995876497068,"deps":[[1188343475734137475,"serde_spanned",false,439158152938340400],[2236794229980649045,"toml_edit",false,9066527371532718494],[4092966635514367252,"toml_datetime",false,12189098012698793301],[13548984313718623784,"serde",false,2270396630933148785]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/toml-d24731b6c4bc25fc/dep-lib-toml","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/toml_datetime-01a4b77fadd4c8c2/dep-lib-toml_datetime b/target/debug/.fingerprint/toml_datetime-01a4b77fadd4c8c2/dep-lib-toml_datetime new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/toml_datetime-01a4b77fadd4c8c2/dep-lib-toml_datetime differ diff --git a/target/debug/.fingerprint/toml_datetime-01a4b77fadd4c8c2/invoked.timestamp b/target/debug/.fingerprint/toml_datetime-01a4b77fadd4c8c2/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/toml_datetime-01a4b77fadd4c8c2/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/toml_datetime-01a4b77fadd4c8c2/lib-toml_datetime b/target/debug/.fingerprint/toml_datetime-01a4b77fadd4c8c2/lib-toml_datetime new file mode 100644 index 0000000..415af11 --- /dev/null +++ b/target/debug/.fingerprint/toml_datetime-01a4b77fadd4c8c2/lib-toml_datetime @@ -0,0 +1 @@ +2214fc168bbdd715 \ No newline at end of file diff --git a/target/debug/.fingerprint/toml_datetime-01a4b77fadd4c8c2/lib-toml_datetime.json b/target/debug/.fingerprint/toml_datetime-01a4b77fadd4c8c2/lib-toml_datetime.json new file mode 100644 index 0000000..1aa26e3 --- /dev/null +++ b/target/debug/.fingerprint/toml_datetime-01a4b77fadd4c8c2/lib-toml_datetime.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"serde\"]","declared_features":"[\"serde\"]","target":17332020374355320730,"profile":14451993395899282124,"path":16303022602770138780,"deps":[[13548984313718623784,"serde",false,5176903875510041759]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/toml_datetime-01a4b77fadd4c8c2/dep-lib-toml_datetime","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/toml_datetime-39a980bca2876347/dep-lib-toml_datetime b/target/debug/.fingerprint/toml_datetime-39a980bca2876347/dep-lib-toml_datetime new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/toml_datetime-39a980bca2876347/dep-lib-toml_datetime differ diff --git a/target/debug/.fingerprint/toml_datetime-39a980bca2876347/invoked.timestamp b/target/debug/.fingerprint/toml_datetime-39a980bca2876347/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/toml_datetime-39a980bca2876347/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/toml_datetime-39a980bca2876347/lib-toml_datetime b/target/debug/.fingerprint/toml_datetime-39a980bca2876347/lib-toml_datetime new file mode 100644 index 0000000..e4863c4 --- /dev/null +++ b/target/debug/.fingerprint/toml_datetime-39a980bca2876347/lib-toml_datetime @@ -0,0 +1 @@ +4969a4ac54705448 \ No newline at end of file diff --git a/target/debug/.fingerprint/toml_datetime-39a980bca2876347/lib-toml_datetime.json b/target/debug/.fingerprint/toml_datetime-39a980bca2876347/lib-toml_datetime.json new file mode 100644 index 0000000..b049b9b --- /dev/null +++ b/target/debug/.fingerprint/toml_datetime-39a980bca2876347/lib-toml_datetime.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"serde\"]","declared_features":"[\"serde\"]","target":17332020374355320730,"profile":16965543023146335886,"path":16303022602770138780,"deps":[[13548984313718623784,"serde",false,7132925528862317428]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/toml_datetime-39a980bca2876347/dep-lib-toml_datetime","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/toml_datetime-3c9653ff05f8fc9e/dep-lib-toml_datetime b/target/debug/.fingerprint/toml_datetime-3c9653ff05f8fc9e/dep-lib-toml_datetime new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/toml_datetime-3c9653ff05f8fc9e/dep-lib-toml_datetime differ diff --git a/target/debug/.fingerprint/toml_datetime-3c9653ff05f8fc9e/invoked.timestamp b/target/debug/.fingerprint/toml_datetime-3c9653ff05f8fc9e/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/toml_datetime-3c9653ff05f8fc9e/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/toml_datetime-3c9653ff05f8fc9e/lib-toml_datetime b/target/debug/.fingerprint/toml_datetime-3c9653ff05f8fc9e/lib-toml_datetime new file mode 100644 index 0000000..0849430 --- /dev/null +++ b/target/debug/.fingerprint/toml_datetime-3c9653ff05f8fc9e/lib-toml_datetime @@ -0,0 +1 @@ +41444c63397145fc \ No newline at end of file diff --git a/target/debug/.fingerprint/toml_datetime-3c9653ff05f8fc9e/lib-toml_datetime.json b/target/debug/.fingerprint/toml_datetime-3c9653ff05f8fc9e/lib-toml_datetime.json new file mode 100644 index 0000000..258beae --- /dev/null +++ b/target/debug/.fingerprint/toml_datetime-3c9653ff05f8fc9e/lib-toml_datetime.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"serde\"]","declared_features":"[\"serde\"]","target":17332020374355320730,"profile":16965543023146335886,"path":16303022602770138780,"deps":[[13548984313718623784,"serde",false,2716299212447388768]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/toml_datetime-3c9653ff05f8fc9e/dep-lib-toml_datetime","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/toml_datetime-431c2beb02caa2f7/dep-lib-toml_datetime b/target/debug/.fingerprint/toml_datetime-431c2beb02caa2f7/dep-lib-toml_datetime new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/toml_datetime-431c2beb02caa2f7/dep-lib-toml_datetime differ diff --git a/target/debug/.fingerprint/toml_datetime-431c2beb02caa2f7/invoked.timestamp b/target/debug/.fingerprint/toml_datetime-431c2beb02caa2f7/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/toml_datetime-431c2beb02caa2f7/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/toml_datetime-431c2beb02caa2f7/lib-toml_datetime b/target/debug/.fingerprint/toml_datetime-431c2beb02caa2f7/lib-toml_datetime new file mode 100644 index 0000000..a58fcd0 --- /dev/null +++ b/target/debug/.fingerprint/toml_datetime-431c2beb02caa2f7/lib-toml_datetime @@ -0,0 +1 @@ +55d554db0f6028a9 \ No newline at end of file diff --git a/target/debug/.fingerprint/toml_datetime-431c2beb02caa2f7/lib-toml_datetime.json b/target/debug/.fingerprint/toml_datetime-431c2beb02caa2f7/lib-toml_datetime.json new file mode 100644 index 0000000..8bede72 --- /dev/null +++ b/target/debug/.fingerprint/toml_datetime-431c2beb02caa2f7/lib-toml_datetime.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"serde\"]","declared_features":"[\"serde\"]","target":17332020374355320730,"profile":14451993395899282124,"path":16303022602770138780,"deps":[[13548984313718623784,"serde",false,2270396630933148785]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/toml_datetime-431c2beb02caa2f7/dep-lib-toml_datetime","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/toml_datetime-67c010ee59a21b7f/dep-lib-toml_datetime b/target/debug/.fingerprint/toml_datetime-67c010ee59a21b7f/dep-lib-toml_datetime new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/toml_datetime-67c010ee59a21b7f/dep-lib-toml_datetime differ diff --git a/target/debug/.fingerprint/toml_datetime-67c010ee59a21b7f/invoked.timestamp b/target/debug/.fingerprint/toml_datetime-67c010ee59a21b7f/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/toml_datetime-67c010ee59a21b7f/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/toml_datetime-67c010ee59a21b7f/lib-toml_datetime b/target/debug/.fingerprint/toml_datetime-67c010ee59a21b7f/lib-toml_datetime new file mode 100644 index 0000000..0b723f5 --- /dev/null +++ b/target/debug/.fingerprint/toml_datetime-67c010ee59a21b7f/lib-toml_datetime @@ -0,0 +1 @@ +c73e9600c79f7c0c \ No newline at end of file diff --git a/target/debug/.fingerprint/toml_datetime-67c010ee59a21b7f/lib-toml_datetime.json b/target/debug/.fingerprint/toml_datetime-67c010ee59a21b7f/lib-toml_datetime.json new file mode 100644 index 0000000..725f24c --- /dev/null +++ b/target/debug/.fingerprint/toml_datetime-67c010ee59a21b7f/lib-toml_datetime.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"serde\", \"std\"]","target":17332020374355320730,"profile":7941837337276732121,"path":1868619324593110992,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/toml_datetime-67c010ee59a21b7f/dep-lib-toml_datetime","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/toml_edit-669e2d20a3ac4a56/dep-lib-toml_edit b/target/debug/.fingerprint/toml_edit-669e2d20a3ac4a56/dep-lib-toml_edit new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/toml_edit-669e2d20a3ac4a56/dep-lib-toml_edit differ diff --git a/target/debug/.fingerprint/toml_edit-669e2d20a3ac4a56/invoked.timestamp b/target/debug/.fingerprint/toml_edit-669e2d20a3ac4a56/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/toml_edit-669e2d20a3ac4a56/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/toml_edit-669e2d20a3ac4a56/lib-toml_edit b/target/debug/.fingerprint/toml_edit-669e2d20a3ac4a56/lib-toml_edit new file mode 100644 index 0000000..9bd055c --- /dev/null +++ b/target/debug/.fingerprint/toml_edit-669e2d20a3ac4a56/lib-toml_edit @@ -0,0 +1 @@ +603d412b61c798e9 \ No newline at end of file diff --git a/target/debug/.fingerprint/toml_edit-669e2d20a3ac4a56/lib-toml_edit.json b/target/debug/.fingerprint/toml_edit-669e2d20a3ac4a56/lib-toml_edit.json new file mode 100644 index 0000000..f715ef2 --- /dev/null +++ b/target/debug/.fingerprint/toml_edit-669e2d20a3ac4a56/lib-toml_edit.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"display\", \"parse\", \"serde\"]","declared_features":"[\"default\", \"display\", \"parse\", \"perf\", \"serde\", \"unbounded\", \"unstable-debug\"]","target":6238804416149507186,"profile":16965543023146335886,"path":4966099767190558107,"deps":[[1188343475734137475,"serde_spanned",false,7048352749618332805],[2738045524308749212,"winnow",false,14979068457607425485],[4092966635514367252,"toml_datetime",false,18178059962243892289],[12821780872552529316,"indexmap",false,8122438388439652767],[13548984313718623784,"serde",false,2716299212447388768],[15951765469714418051,"toml_write",false,16503286648647914853]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/toml_edit-669e2d20a3ac4a56/dep-lib-toml_edit","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/toml_edit-84383163cd1688b5/dep-lib-toml_edit b/target/debug/.fingerprint/toml_edit-84383163cd1688b5/dep-lib-toml_edit new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/toml_edit-84383163cd1688b5/dep-lib-toml_edit differ diff --git a/target/debug/.fingerprint/toml_edit-84383163cd1688b5/invoked.timestamp b/target/debug/.fingerprint/toml_edit-84383163cd1688b5/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/toml_edit-84383163cd1688b5/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/toml_edit-84383163cd1688b5/lib-toml_edit b/target/debug/.fingerprint/toml_edit-84383163cd1688b5/lib-toml_edit new file mode 100644 index 0000000..be492d9 --- /dev/null +++ b/target/debug/.fingerprint/toml_edit-84383163cd1688b5/lib-toml_edit @@ -0,0 +1 @@ +9e51909e9bc6d27d \ No newline at end of file diff --git a/target/debug/.fingerprint/toml_edit-84383163cd1688b5/lib-toml_edit.json b/target/debug/.fingerprint/toml_edit-84383163cd1688b5/lib-toml_edit.json new file mode 100644 index 0000000..58f368f --- /dev/null +++ b/target/debug/.fingerprint/toml_edit-84383163cd1688b5/lib-toml_edit.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"display\", \"parse\", \"serde\"]","declared_features":"[\"default\", \"display\", \"parse\", \"perf\", \"serde\", \"unbounded\", \"unstable-debug\"]","target":6238804416149507186,"profile":14451993395899282124,"path":4966099767190558107,"deps":[[1188343475734137475,"serde_spanned",false,439158152938340400],[2738045524308749212,"winnow",false,15746787469826607564],[4092966635514367252,"toml_datetime",false,12189098012698793301],[12821780872552529316,"indexmap",false,252812104353478942],[13548984313718623784,"serde",false,2270396630933148785],[15951765469714418051,"toml_write",false,2282131196461134848]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/toml_edit-84383163cd1688b5/dep-lib-toml_edit","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/toml_edit-aa67c31bda4ef47b/dep-lib-toml_edit b/target/debug/.fingerprint/toml_edit-aa67c31bda4ef47b/dep-lib-toml_edit new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/toml_edit-aa67c31bda4ef47b/dep-lib-toml_edit differ diff --git a/target/debug/.fingerprint/toml_edit-aa67c31bda4ef47b/invoked.timestamp b/target/debug/.fingerprint/toml_edit-aa67c31bda4ef47b/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/toml_edit-aa67c31bda4ef47b/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/toml_edit-aa67c31bda4ef47b/lib-toml_edit b/target/debug/.fingerprint/toml_edit-aa67c31bda4ef47b/lib-toml_edit new file mode 100644 index 0000000..0975033 --- /dev/null +++ b/target/debug/.fingerprint/toml_edit-aa67c31bda4ef47b/lib-toml_edit @@ -0,0 +1 @@ +867c8f95f11189c4 \ No newline at end of file diff --git a/target/debug/.fingerprint/toml_edit-aa67c31bda4ef47b/lib-toml_edit.json b/target/debug/.fingerprint/toml_edit-aa67c31bda4ef47b/lib-toml_edit.json new file mode 100644 index 0000000..c10539f --- /dev/null +++ b/target/debug/.fingerprint/toml_edit-aa67c31bda4ef47b/lib-toml_edit.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"parse\"]","declared_features":"[\"debug\", \"default\", \"display\", \"parse\", \"serde\", \"unbounded\"]","target":6238804416149507186,"profile":7941837337276732121,"path":3551411629318992156,"deps":[[1756183356744720125,"toml_parser",false,1671812293586473033],[2738045524308749212,"winnow",false,15746787469826607564],[6911000249307528833,"toml_datetime",false,899769702624411335],[12821780872552529316,"indexmap",false,252812104353478942]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/toml_edit-aa67c31bda4ef47b/dep-lib-toml_edit","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/toml_edit-b3871ab36473ef50/dep-lib-toml_edit b/target/debug/.fingerprint/toml_edit-b3871ab36473ef50/dep-lib-toml_edit new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/toml_edit-b3871ab36473ef50/dep-lib-toml_edit differ diff --git a/target/debug/.fingerprint/toml_edit-b3871ab36473ef50/invoked.timestamp b/target/debug/.fingerprint/toml_edit-b3871ab36473ef50/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/toml_edit-b3871ab36473ef50/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/toml_edit-b3871ab36473ef50/lib-toml_edit b/target/debug/.fingerprint/toml_edit-b3871ab36473ef50/lib-toml_edit new file mode 100644 index 0000000..fb1dda4 --- /dev/null +++ b/target/debug/.fingerprint/toml_edit-b3871ab36473ef50/lib-toml_edit @@ -0,0 +1 @@ +0c88ed35627cdcbf \ No newline at end of file diff --git a/target/debug/.fingerprint/toml_edit-b3871ab36473ef50/lib-toml_edit.json b/target/debug/.fingerprint/toml_edit-b3871ab36473ef50/lib-toml_edit.json new file mode 100644 index 0000000..8190b74 --- /dev/null +++ b/target/debug/.fingerprint/toml_edit-b3871ab36473ef50/lib-toml_edit.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"display\", \"parse\", \"serde\"]","declared_features":"[\"default\", \"display\", \"parse\", \"perf\", \"serde\", \"unbounded\", \"unstable-debug\"]","target":6238804416149507186,"profile":16965543023146335886,"path":4966099767190558107,"deps":[[1188343475734137475,"serde_spanned",false,1797156082619914098],[2738045524308749212,"winnow",false,14979068457607425485],[4092966635514367252,"toml_datetime",false,5211914177750526281],[12821780872552529316,"indexmap",false,8205179541564719214],[13548984313718623784,"serde",false,7132925528862317428],[15951765469714418051,"toml_write",false,16503286648647914853]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/toml_edit-b3871ab36473ef50/dep-lib-toml_edit","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/toml_edit-e1b06f1f760d1360/dep-lib-toml_edit b/target/debug/.fingerprint/toml_edit-e1b06f1f760d1360/dep-lib-toml_edit new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/toml_edit-e1b06f1f760d1360/dep-lib-toml_edit differ diff --git a/target/debug/.fingerprint/toml_edit-e1b06f1f760d1360/invoked.timestamp b/target/debug/.fingerprint/toml_edit-e1b06f1f760d1360/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/toml_edit-e1b06f1f760d1360/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/toml_edit-e1b06f1f760d1360/lib-toml_edit b/target/debug/.fingerprint/toml_edit-e1b06f1f760d1360/lib-toml_edit new file mode 100644 index 0000000..c17289f --- /dev/null +++ b/target/debug/.fingerprint/toml_edit-e1b06f1f760d1360/lib-toml_edit @@ -0,0 +1 @@ +f73cdffec26cd268 \ No newline at end of file diff --git a/target/debug/.fingerprint/toml_edit-e1b06f1f760d1360/lib-toml_edit.json b/target/debug/.fingerprint/toml_edit-e1b06f1f760d1360/lib-toml_edit.json new file mode 100644 index 0000000..5a17437 --- /dev/null +++ b/target/debug/.fingerprint/toml_edit-e1b06f1f760d1360/lib-toml_edit.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"display\", \"parse\", \"serde\"]","declared_features":"[\"default\", \"display\", \"parse\", \"perf\", \"serde\", \"unbounded\", \"unstable-debug\"]","target":6238804416149507186,"profile":14451993395899282124,"path":4966099767190558107,"deps":[[1188343475734137475,"serde_spanned",false,10677866445375049288],[2738045524308749212,"winnow",false,15746787469826607564],[4092966635514367252,"toml_datetime",false,1573934999873000482],[12821780872552529316,"indexmap",false,7113765436460783524],[13548984313718623784,"serde",false,5176903875510041759],[15951765469714418051,"toml_write",false,2282131196461134848]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/toml_edit-e1b06f1f760d1360/dep-lib-toml_edit","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/toml_parser-39f6cfe1b4cf0b08/dep-lib-toml_parser b/target/debug/.fingerprint/toml_parser-39f6cfe1b4cf0b08/dep-lib-toml_parser new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/toml_parser-39f6cfe1b4cf0b08/dep-lib-toml_parser differ diff --git a/target/debug/.fingerprint/toml_parser-39f6cfe1b4cf0b08/invoked.timestamp b/target/debug/.fingerprint/toml_parser-39f6cfe1b4cf0b08/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/toml_parser-39f6cfe1b4cf0b08/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/toml_parser-39f6cfe1b4cf0b08/lib-toml_parser b/target/debug/.fingerprint/toml_parser-39f6cfe1b4cf0b08/lib-toml_parser new file mode 100644 index 0000000..bff0672 --- /dev/null +++ b/target/debug/.fingerprint/toml_parser-39f6cfe1b4cf0b08/lib-toml_parser @@ -0,0 +1 @@ +49505a626c783317 \ No newline at end of file diff --git a/target/debug/.fingerprint/toml_parser-39f6cfe1b4cf0b08/lib-toml_parser.json b/target/debug/.fingerprint/toml_parser-39f6cfe1b4cf0b08/lib-toml_parser.json new file mode 100644 index 0000000..0b2d04d --- /dev/null +++ b/target/debug/.fingerprint/toml_parser-39f6cfe1b4cf0b08/lib-toml_parser.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"std\"]","declared_features":"[\"alloc\", \"debug\", \"default\", \"simd\", \"std\", \"unsafe\"]","target":7844405055962294123,"profile":7941837337276732121,"path":16025485627652952221,"deps":[[2738045524308749212,"winnow",false,15746787469826607564]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/toml_parser-39f6cfe1b4cf0b08/dep-lib-toml_parser","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/toml_write-3b9e6dbe7e6bb85e/dep-lib-toml_write b/target/debug/.fingerprint/toml_write-3b9e6dbe7e6bb85e/dep-lib-toml_write new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/toml_write-3b9e6dbe7e6bb85e/dep-lib-toml_write differ diff --git a/target/debug/.fingerprint/toml_write-3b9e6dbe7e6bb85e/invoked.timestamp b/target/debug/.fingerprint/toml_write-3b9e6dbe7e6bb85e/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/toml_write-3b9e6dbe7e6bb85e/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/toml_write-3b9e6dbe7e6bb85e/lib-toml_write b/target/debug/.fingerprint/toml_write-3b9e6dbe7e6bb85e/lib-toml_write new file mode 100644 index 0000000..b90526b --- /dev/null +++ b/target/debug/.fingerprint/toml_write-3b9e6dbe7e6bb85e/lib-toml_write @@ -0,0 +1 @@ +0034e75f3bc2ab1f \ No newline at end of file diff --git a/target/debug/.fingerprint/toml_write-3b9e6dbe7e6bb85e/lib-toml_write.json b/target/debug/.fingerprint/toml_write-3b9e6dbe7e6bb85e/lib-toml_write.json new file mode 100644 index 0000000..00528d1 --- /dev/null +++ b/target/debug/.fingerprint/toml_write-3b9e6dbe7e6bb85e/lib-toml_write.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"std\"]","target":15943748010645046320,"profile":14451993395899282124,"path":18113337063373566900,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/toml_write-3b9e6dbe7e6bb85e/dep-lib-toml_write","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/toml_write-9778582e7f77367c/dep-lib-toml_write b/target/debug/.fingerprint/toml_write-9778582e7f77367c/dep-lib-toml_write new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/toml_write-9778582e7f77367c/dep-lib-toml_write differ diff --git a/target/debug/.fingerprint/toml_write-9778582e7f77367c/invoked.timestamp b/target/debug/.fingerprint/toml_write-9778582e7f77367c/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/toml_write-9778582e7f77367c/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/toml_write-9778582e7f77367c/lib-toml_write b/target/debug/.fingerprint/toml_write-9778582e7f77367c/lib-toml_write new file mode 100644 index 0000000..785d04b --- /dev/null +++ b/target/debug/.fingerprint/toml_write-9778582e7f77367c/lib-toml_write @@ -0,0 +1 @@ +65151bcfc47307e5 \ No newline at end of file diff --git a/target/debug/.fingerprint/toml_write-9778582e7f77367c/lib-toml_write.json b/target/debug/.fingerprint/toml_write-9778582e7f77367c/lib-toml_write.json new file mode 100644 index 0000000..8ad7920 --- /dev/null +++ b/target/debug/.fingerprint/toml_write-9778582e7f77367c/lib-toml_write.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"std\"]","target":15943748010645046320,"profile":16965543023146335886,"path":18113337063373566900,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/toml_write-9778582e7f77367c/dep-lib-toml_write","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/tonic-00fe03e42e0b535a/dep-lib-tonic b/target/debug/.fingerprint/tonic-00fe03e42e0b535a/dep-lib-tonic new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/tonic-00fe03e42e0b535a/dep-lib-tonic differ diff --git a/target/debug/.fingerprint/tonic-00fe03e42e0b535a/invoked.timestamp b/target/debug/.fingerprint/tonic-00fe03e42e0b535a/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/tonic-00fe03e42e0b535a/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/tonic-00fe03e42e0b535a/lib-tonic b/target/debug/.fingerprint/tonic-00fe03e42e0b535a/lib-tonic new file mode 100644 index 0000000..6f167d9 --- /dev/null +++ b/target/debug/.fingerprint/tonic-00fe03e42e0b535a/lib-tonic @@ -0,0 +1 @@ +e562b7cf1528e1fe \ No newline at end of file diff --git a/target/debug/.fingerprint/tonic-00fe03e42e0b535a/lib-tonic.json b/target/debug/.fingerprint/tonic-00fe03e42e0b535a/lib-tonic.json new file mode 100644 index 0000000..c8df499 --- /dev/null +++ b/target/debug/.fingerprint/tonic-00fe03e42e0b535a/lib-tonic.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"channel\", \"codegen\", \"prost\", \"transport\"]","declared_features":"[\"channel\", \"codegen\", \"default\", \"gzip\", \"prost\", \"tls\", \"tls-roots\", \"tls-roots-common\", \"tls-webpki-roots\", \"transport\", \"zstd\"]","target":9768045782336099008,"profile":2241668132362809309,"path":8528950045459580968,"deps":[[784494742817713399,"tower_service",false,10732140188555243943],[1188017320647144970,"async_stream",false,1812352534685953729],[3601586811267292532,"tower",false,1314059663397171038],[4405182208873388884,"http",false,14793570796329949612],[6264115378959545688,"pin_project",false,5043490694155295718],[6355489020061627772,"bytes",false,5202919556575344190],[6803352382179706244,"percent_encoding",false,2450237552354977827],[7016560594308609179,"prost",false,12098886811873696058],[7414427314941361239,"hyper",false,18244991819216870583],[7712452662827335977,"tower_layer",false,11385674884169205677],[8915503303801890683,"http_body",false,15915189439927958959],[10257923056054025583,"tokio_stream",false,1790432601020121102],[12891030758458664808,"tokio",false,13629259371125197179],[13763625454224483636,"h2",false,9988741693665076023],[14757622794040968908,"tracing",false,15481652202596263875],[16244562316228021087,"axum",false,9898722651168896897],[16611674984963787466,"async_trait",false,392505351023989797],[18066890886671768183,"base64",false,18113944178801753093],[18373415760454684740,"hyper_timeout",false,7623965799676248445]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tonic-00fe03e42e0b535a/dep-lib-tonic","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/toon-format-217c2054e16fc0a5/dep-lib-toon_format b/target/debug/.fingerprint/toon-format-217c2054e16fc0a5/dep-lib-toon_format new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/toon-format-217c2054e16fc0a5/dep-lib-toon_format differ diff --git a/target/debug/.fingerprint/toon-format-217c2054e16fc0a5/invoked.timestamp b/target/debug/.fingerprint/toon-format-217c2054e16fc0a5/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/toon-format-217c2054e16fc0a5/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/toon-format-217c2054e16fc0a5/lib-toon_format b/target/debug/.fingerprint/toon-format-217c2054e16fc0a5/lib-toon_format new file mode 100644 index 0000000..574d4ce --- /dev/null +++ b/target/debug/.fingerprint/toon-format-217c2054e16fc0a5/lib-toon_format @@ -0,0 +1 @@ +a76b474ca779692f \ No newline at end of file diff --git a/target/debug/.fingerprint/toon-format-217c2054e16fc0a5/lib-toon_format.json b/target/debug/.fingerprint/toon-format-217c2054e16fc0a5/lib-toon_format.json new file mode 100644 index 0000000..e394dd8 --- /dev/null +++ b/target/debug/.fingerprint/toon-format-217c2054e16fc0a5/lib-toon_format.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"cli\", \"default\"]","target":2154912714186507721,"profile":2241668132362809309,"path":4273507372872179842,"deps":[[2448563160050429386,"thiserror",false,1286597792957968042],[12821780872552529316,"indexmap",false,8205179541564719214],[13548984313718623784,"serde",false,7132925528862317428],[13795362694956882968,"serde_json",false,15340009246332311666]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/toon-format-217c2054e16fc0a5/dep-lib-toon_format","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/tower-00b4fbe713c186c3/dep-lib-tower b/target/debug/.fingerprint/tower-00b4fbe713c186c3/dep-lib-tower new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/tower-00b4fbe713c186c3/dep-lib-tower differ diff --git a/target/debug/.fingerprint/tower-00b4fbe713c186c3/invoked.timestamp b/target/debug/.fingerprint/tower-00b4fbe713c186c3/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/tower-00b4fbe713c186c3/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/tower-00b4fbe713c186c3/lib-tower b/target/debug/.fingerprint/tower-00b4fbe713c186c3/lib-tower new file mode 100644 index 0000000..863e75a --- /dev/null +++ b/target/debug/.fingerprint/tower-00b4fbe713c186c3/lib-tower @@ -0,0 +1 @@ +8e0f7b06948ad27c \ No newline at end of file diff --git a/target/debug/.fingerprint/tower-00b4fbe713c186c3/lib-tower.json b/target/debug/.fingerprint/tower-00b4fbe713c186c3/lib-tower.json new file mode 100644 index 0000000..cdf9378 --- /dev/null +++ b/target/debug/.fingerprint/tower-00b4fbe713c186c3/lib-tower.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"__common\", \"balance\", \"buffer\", \"default\", \"discover\", \"filter\", \"full\", \"futures-core\", \"futures-util\", \"hdrhistogram\", \"hedge\", \"indexmap\", \"limit\", \"load\", \"load-shed\", \"log\", \"make\", \"pin-project\", \"pin-project-lite\", \"rand\", \"ready-cache\", \"reconnect\", \"retry\", \"slab\", \"spawn-ready\", \"steer\", \"timeout\", \"tokio\", \"tokio-util\", \"tracing\", \"util\"]","declared_features":"[\"__common\", \"balance\", \"buffer\", \"default\", \"discover\", \"filter\", \"full\", \"futures-core\", \"futures-util\", \"hdrhistogram\", \"hedge\", \"indexmap\", \"limit\", \"load\", \"load-shed\", \"log\", \"make\", \"pin-project\", \"pin-project-lite\", \"rand\", \"ready-cache\", \"reconnect\", \"retry\", \"slab\", \"spawn-ready\", \"steer\", \"timeout\", \"tokio\", \"tokio-stream\", \"tokio-util\", \"tracing\", \"util\"]","target":3486700084251681313,"profile":2241668132362809309,"path":7636119067187032888,"deps":[[784494742817713399,"tower_service",false,10732140188555243943],[1906322745568073236,"pin_project_lite",false,16108370810058603254],[3163899731817361221,"tokio_util",false,11535062348815589456],[6264115378959545688,"pin_project",false,5043490694155295718],[7620660491849607393,"futures_core",false,8162665628542204569],[7712452662827335977,"tower_layer",false,11385674884169205677],[8153389937262086537,"hdrhistogram",false,14814002924723551878],[10629569228670356391,"futures_util",false,17415507955354234981],[12891030758458664808,"tokio",false,5072163070033021838],[13208667028893622512,"rand",false,14504412149592303293],[14757622794040968908,"tracing",false,15481652202596263875],[14767213526276824509,"slab",false,17390599228392683833],[14923790796823607459,"indexmap",false,12293685467075682330]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tower-00b4fbe713c186c3/dep-lib-tower","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/tower-4c36230c2cfc6c44/dep-lib-tower b/target/debug/.fingerprint/tower-4c36230c2cfc6c44/dep-lib-tower new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/tower-4c36230c2cfc6c44/dep-lib-tower differ diff --git a/target/debug/.fingerprint/tower-4c36230c2cfc6c44/invoked.timestamp b/target/debug/.fingerprint/tower-4c36230c2cfc6c44/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/tower-4c36230c2cfc6c44/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/tower-4c36230c2cfc6c44/lib-tower b/target/debug/.fingerprint/tower-4c36230c2cfc6c44/lib-tower new file mode 100644 index 0000000..c96c54d --- /dev/null +++ b/target/debug/.fingerprint/tower-4c36230c2cfc6c44/lib-tower @@ -0,0 +1 @@ +5e2f753a4d7a3c12 \ No newline at end of file diff --git a/target/debug/.fingerprint/tower-4c36230c2cfc6c44/lib-tower.json b/target/debug/.fingerprint/tower-4c36230c2cfc6c44/lib-tower.json new file mode 100644 index 0000000..c64b807 --- /dev/null +++ b/target/debug/.fingerprint/tower-4c36230c2cfc6c44/lib-tower.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"__common\", \"balance\", \"buffer\", \"default\", \"discover\", \"filter\", \"full\", \"futures-core\", \"futures-util\", \"hdrhistogram\", \"hedge\", \"indexmap\", \"limit\", \"load\", \"load-shed\", \"log\", \"make\", \"pin-project\", \"pin-project-lite\", \"rand\", \"ready-cache\", \"reconnect\", \"retry\", \"slab\", \"spawn-ready\", \"steer\", \"timeout\", \"tokio\", \"tokio-util\", \"tracing\", \"util\"]","declared_features":"[\"__common\", \"balance\", \"buffer\", \"default\", \"discover\", \"filter\", \"full\", \"futures-core\", \"futures-util\", \"hdrhistogram\", \"hedge\", \"indexmap\", \"limit\", \"load\", \"load-shed\", \"log\", \"make\", \"pin-project\", \"pin-project-lite\", \"rand\", \"ready-cache\", \"reconnect\", \"retry\", \"slab\", \"spawn-ready\", \"steer\", \"timeout\", \"tokio\", \"tokio-stream\", \"tokio-util\", \"tracing\", \"util\"]","target":3486700084251681313,"profile":2241668132362809309,"path":7636119067187032888,"deps":[[784494742817713399,"tower_service",false,10732140188555243943],[1906322745568073236,"pin_project_lite",false,16108370810058603254],[3163899731817361221,"tokio_util",false,11150100166459866824],[6264115378959545688,"pin_project",false,5043490694155295718],[7620660491849607393,"futures_core",false,8162665628542204569],[7712452662827335977,"tower_layer",false,11385674884169205677],[8153389937262086537,"hdrhistogram",false,1000611614015106986],[10629569228670356391,"futures_util",false,7365277945834051026],[12891030758458664808,"tokio",false,13629259371125197179],[13208667028893622512,"rand",false,13391834293073274909],[14757622794040968908,"tracing",false,15481652202596263875],[14767213526276824509,"slab",false,17390599228392683833],[14923790796823607459,"indexmap",false,12293685467075682330]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tower-4c36230c2cfc6c44/dep-lib-tower","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/tower-985eef0ab28b497f/dep-lib-tower b/target/debug/.fingerprint/tower-985eef0ab28b497f/dep-lib-tower new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/tower-985eef0ab28b497f/dep-lib-tower differ diff --git a/target/debug/.fingerprint/tower-985eef0ab28b497f/invoked.timestamp b/target/debug/.fingerprint/tower-985eef0ab28b497f/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/tower-985eef0ab28b497f/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/tower-985eef0ab28b497f/lib-tower b/target/debug/.fingerprint/tower-985eef0ab28b497f/lib-tower new file mode 100644 index 0000000..47107c8 --- /dev/null +++ b/target/debug/.fingerprint/tower-985eef0ab28b497f/lib-tower @@ -0,0 +1 @@ +a3285694be203a6d \ No newline at end of file diff --git a/target/debug/.fingerprint/tower-985eef0ab28b497f/lib-tower.json b/target/debug/.fingerprint/tower-985eef0ab28b497f/lib-tower.json new file mode 100644 index 0000000..56536e7 --- /dev/null +++ b/target/debug/.fingerprint/tower-985eef0ab28b497f/lib-tower.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"futures-core\", \"futures-util\", \"log\", \"make\", \"pin-project-lite\", \"retry\", \"sync_wrapper\", \"timeout\", \"tokio\", \"tracing\", \"util\"]","declared_features":"[\"balance\", \"buffer\", \"discover\", \"filter\", \"full\", \"futures-core\", \"futures-util\", \"hdrhistogram\", \"hedge\", \"indexmap\", \"limit\", \"load\", \"load-shed\", \"log\", \"make\", \"pin-project-lite\", \"ready-cache\", \"reconnect\", \"retry\", \"slab\", \"spawn-ready\", \"steer\", \"sync_wrapper\", \"timeout\", \"tokio\", \"tokio-stream\", \"tokio-util\", \"tracing\", \"util\"]","target":12249542225364378818,"profile":2241668132362809309,"path":2086627417348360913,"deps":[[784494742817713399,"tower_service",false,10732140188555243943],[1906322745568073236,"pin_project_lite",false,16108370810058603254],[2517136641825875337,"sync_wrapper",false,1579714390372525676],[7620660491849607393,"futures_core",false,8162665628542204569],[7712452662827335977,"tower_layer",false,11385674884169205677],[10629569228670356391,"futures_util",false,7365277945834051026],[12891030758458664808,"tokio",false,13629259371125197179],[14757622794040968908,"tracing",false,15481652202596263875]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tower-985eef0ab28b497f/dep-lib-tower","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/tower-eb26c8b7788b4489/dep-lib-tower b/target/debug/.fingerprint/tower-eb26c8b7788b4489/dep-lib-tower new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/tower-eb26c8b7788b4489/dep-lib-tower differ diff --git a/target/debug/.fingerprint/tower-eb26c8b7788b4489/invoked.timestamp b/target/debug/.fingerprint/tower-eb26c8b7788b4489/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/tower-eb26c8b7788b4489/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/tower-eb26c8b7788b4489/lib-tower b/target/debug/.fingerprint/tower-eb26c8b7788b4489/lib-tower new file mode 100644 index 0000000..7388d94 --- /dev/null +++ b/target/debug/.fingerprint/tower-eb26c8b7788b4489/lib-tower @@ -0,0 +1 @@ +76aa554665ba3fe5 \ No newline at end of file diff --git a/target/debug/.fingerprint/tower-eb26c8b7788b4489/lib-tower.json b/target/debug/.fingerprint/tower-eb26c8b7788b4489/lib-tower.json new file mode 100644 index 0000000..aca2be7 --- /dev/null +++ b/target/debug/.fingerprint/tower-eb26c8b7788b4489/lib-tower.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"futures-core\", \"futures-util\", \"pin-project-lite\", \"retry\", \"sync_wrapper\", \"timeout\", \"tokio\", \"util\"]","declared_features":"[\"balance\", \"buffer\", \"discover\", \"filter\", \"full\", \"futures-core\", \"futures-util\", \"hdrhistogram\", \"hedge\", \"indexmap\", \"limit\", \"load\", \"load-shed\", \"log\", \"make\", \"pin-project-lite\", \"ready-cache\", \"reconnect\", \"retry\", \"slab\", \"spawn-ready\", \"steer\", \"sync_wrapper\", \"timeout\", \"tokio\", \"tokio-stream\", \"tokio-util\", \"tracing\", \"util\"]","target":12249542225364378818,"profile":2241668132362809309,"path":2086627417348360913,"deps":[[784494742817713399,"tower_service",false,10732140188555243943],[1906322745568073236,"pin_project_lite",false,16108370810058603254],[2517136641825875337,"sync_wrapper",false,1579714390372525676],[7620660491849607393,"futures_core",false,8162665628542204569],[7712452662827335977,"tower_layer",false,11385674884169205677],[10629569228670356391,"futures_util",false,17415507955354234981],[12891030758458664808,"tokio",false,5072163070033021838]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tower-eb26c8b7788b4489/dep-lib-tower","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/tower-http-2e428eaae3f38f4d/dep-lib-tower_http b/target/debug/.fingerprint/tower-http-2e428eaae3f38f4d/dep-lib-tower_http new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/tower-http-2e428eaae3f38f4d/dep-lib-tower_http differ diff --git a/target/debug/.fingerprint/tower-http-2e428eaae3f38f4d/invoked.timestamp b/target/debug/.fingerprint/tower-http-2e428eaae3f38f4d/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/tower-http-2e428eaae3f38f4d/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/tower-http-2e428eaae3f38f4d/lib-tower_http b/target/debug/.fingerprint/tower-http-2e428eaae3f38f4d/lib-tower_http new file mode 100644 index 0000000..6cb81ab --- /dev/null +++ b/target/debug/.fingerprint/tower-http-2e428eaae3f38f4d/lib-tower_http @@ -0,0 +1 @@ +3a72a7705eb621ca \ No newline at end of file diff --git a/target/debug/.fingerprint/tower-http-2e428eaae3f38f4d/lib-tower_http.json b/target/debug/.fingerprint/tower-http-2e428eaae3f38f4d/lib-tower_http.json new file mode 100644 index 0000000..46fa457 --- /dev/null +++ b/target/debug/.fingerprint/tower-http-2e428eaae3f38f4d/lib-tower_http.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"add-extension\", \"async-compression\", \"auth\", \"base64\", \"catch-panic\", \"compression-br\", \"compression-deflate\", \"compression-full\", \"compression-gzip\", \"compression-zstd\", \"cors\", \"decompression-br\", \"decompression-deflate\", \"decompression-full\", \"decompression-gzip\", \"decompression-zstd\", \"default\", \"follow-redirect\", \"fs\", \"full\", \"futures-core\", \"futures-util\", \"httpdate\", \"iri-string\", \"limit\", \"map-request-body\", \"map-response-body\", \"metrics\", \"mime\", \"mime_guess\", \"normalize-path\", \"percent-encoding\", \"propagate-header\", \"redirect\", \"request-id\", \"sensitive-headers\", \"set-header\", \"set-status\", \"timeout\", \"tokio\", \"tokio-util\", \"tower\", \"trace\", \"tracing\", \"util\", \"uuid\", \"validate-request\"]","declared_features":"[\"add-extension\", \"async-compression\", \"auth\", \"base64\", \"catch-panic\", \"compression-br\", \"compression-deflate\", \"compression-full\", \"compression-gzip\", \"compression-zstd\", \"cors\", \"decompression-br\", \"decompression-deflate\", \"decompression-full\", \"decompression-gzip\", \"decompression-zstd\", \"default\", \"follow-redirect\", \"fs\", \"full\", \"futures-core\", \"futures-util\", \"httpdate\", \"iri-string\", \"limit\", \"map-request-body\", \"map-response-body\", \"metrics\", \"mime\", \"mime_guess\", \"normalize-path\", \"percent-encoding\", \"propagate-header\", \"redirect\", \"request-id\", \"sensitive-headers\", \"set-header\", \"set-status\", \"timeout\", \"tokio\", \"tokio-util\", \"tower\", \"trace\", \"tracing\", \"util\", \"uuid\", \"validate-request\"]","target":14850331575045365232,"profile":2241668132362809309,"path":15702525321576344266,"deps":[[784494742817713399,"tower_service",false,10732140188555243943],[1906322745568073236,"pin_project_lite",false,16108370810058603254],[2620434475832828286,"http",false,4946455572965513149],[3163899731817361221,"tokio_util",false,11535062348815589456],[3601586811267292532,"tower",false,8994403774180822926],[6304235478050270880,"httpdate",false,7013522180514949619],[6355489020061627772,"bytes",false,11173992151888436898],[6803352382179706244,"percent_encoding",false,2450237552354977827],[7620660491849607393,"futures_core",false,8162665628542204569],[7712452662827335977,"tower_layer",false,11385674884169205677],[9001817693037665195,"bitflags",false,15061383507137813603],[9800012718262444189,"uuid",false,4029800283221620584],[10229185211513642314,"mime",false,12469268705379514220],[10629569228670356391,"futures_util",false,17415507955354234981],[10678500899971835392,"iri_string",false,14908209965126212419],[12475322156296016012,"http_range_header",false,10303888494770532503],[12891030758458664808,"tokio",false,5072163070033021838],[14084095096285906100,"http_body",false,1567518147926625254],[14757622794040968908,"tracing",false,15481652202596263875],[16493604640791981113,"async_compression",false,12843985205833379953],[16900715236047033623,"http_body_util",false,17504317151694395616],[18066890886671768183,"base64",false,18113944178801753093],[18071510856783138481,"mime_guess",false,11128236133398873445]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tower-http-2e428eaae3f38f4d/dep-lib-tower_http","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/tower-http-618f78590bf7d0cf/dep-lib-tower_http b/target/debug/.fingerprint/tower-http-618f78590bf7d0cf/dep-lib-tower_http new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/tower-http-618f78590bf7d0cf/dep-lib-tower_http differ diff --git a/target/debug/.fingerprint/tower-http-618f78590bf7d0cf/invoked.timestamp b/target/debug/.fingerprint/tower-http-618f78590bf7d0cf/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/tower-http-618f78590bf7d0cf/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/tower-http-618f78590bf7d0cf/lib-tower_http b/target/debug/.fingerprint/tower-http-618f78590bf7d0cf/lib-tower_http new file mode 100644 index 0000000..bd4ca3b --- /dev/null +++ b/target/debug/.fingerprint/tower-http-618f78590bf7d0cf/lib-tower_http @@ -0,0 +1 @@ +4a2117f0cd748f38 \ No newline at end of file diff --git a/target/debug/.fingerprint/tower-http-618f78590bf7d0cf/lib-tower_http.json b/target/debug/.fingerprint/tower-http-618f78590bf7d0cf/lib-tower_http.json new file mode 100644 index 0000000..fb97684 --- /dev/null +++ b/target/debug/.fingerprint/tower-http-618f78590bf7d0cf/lib-tower_http.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"follow-redirect\", \"futures-util\", \"iri-string\", \"tower\"]","declared_features":"[\"add-extension\", \"async-compression\", \"auth\", \"base64\", \"catch-panic\", \"compression-br\", \"compression-deflate\", \"compression-full\", \"compression-gzip\", \"compression-zstd\", \"cors\", \"decompression-br\", \"decompression-deflate\", \"decompression-full\", \"decompression-gzip\", \"decompression-zstd\", \"default\", \"follow-redirect\", \"fs\", \"full\", \"futures-core\", \"futures-util\", \"httpdate\", \"iri-string\", \"limit\", \"map-request-body\", \"map-response-body\", \"metrics\", \"mime\", \"mime_guess\", \"normalize-path\", \"percent-encoding\", \"propagate-header\", \"redirect\", \"request-id\", \"sensitive-headers\", \"set-header\", \"set-status\", \"timeout\", \"tokio\", \"tokio-util\", \"tower\", \"trace\", \"tracing\", \"util\", \"uuid\", \"validate-request\"]","target":17577061573142048237,"profile":2241668132362809309,"path":5283045404604397978,"deps":[[784494742817713399,"tower_service",false,10732140188555243943],[1906322745568073236,"pin_project_lite",false,16108370810058603254],[2620434475832828286,"http",false,2588846681164434643],[3632162862999675140,"tower",false,7870639301687912611],[6355489020061627772,"bytes",false,5202919556575344190],[7712452662827335977,"tower_layer",false,11385674884169205677],[9001817693037665195,"bitflags",false,15061383507137813603],[10629569228670356391,"futures_util",false,7365277945834051026],[10678500899971835392,"iri_string",false,14908209965126212419],[14084095096285906100,"http_body",false,9347416447814594941]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tower-http-618f78590bf7d0cf/dep-lib-tower_http","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/tower-http-a11246bc307eb931/dep-lib-tower_http b/target/debug/.fingerprint/tower-http-a11246bc307eb931/dep-lib-tower_http new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/tower-http-a11246bc307eb931/dep-lib-tower_http differ diff --git a/target/debug/.fingerprint/tower-http-a11246bc307eb931/invoked.timestamp b/target/debug/.fingerprint/tower-http-a11246bc307eb931/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/tower-http-a11246bc307eb931/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/tower-http-a11246bc307eb931/lib-tower_http b/target/debug/.fingerprint/tower-http-a11246bc307eb931/lib-tower_http new file mode 100644 index 0000000..6605ea0 --- /dev/null +++ b/target/debug/.fingerprint/tower-http-a11246bc307eb931/lib-tower_http @@ -0,0 +1 @@ +b5e05421fc757643 \ No newline at end of file diff --git a/target/debug/.fingerprint/tower-http-a11246bc307eb931/lib-tower_http.json b/target/debug/.fingerprint/tower-http-a11246bc307eb931/lib-tower_http.json new file mode 100644 index 0000000..ac96fcd --- /dev/null +++ b/target/debug/.fingerprint/tower-http-a11246bc307eb931/lib-tower_http.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"add-extension\", \"async-compression\", \"auth\", \"base64\", \"catch-panic\", \"compression-br\", \"compression-deflate\", \"compression-full\", \"compression-gzip\", \"compression-zstd\", \"cors\", \"decompression-br\", \"decompression-deflate\", \"decompression-full\", \"decompression-gzip\", \"decompression-zstd\", \"default\", \"follow-redirect\", \"fs\", \"full\", \"futures-core\", \"futures-util\", \"httpdate\", \"iri-string\", \"limit\", \"map-request-body\", \"map-response-body\", \"metrics\", \"mime\", \"mime_guess\", \"normalize-path\", \"percent-encoding\", \"propagate-header\", \"redirect\", \"request-id\", \"sensitive-headers\", \"set-header\", \"set-status\", \"timeout\", \"tokio\", \"tokio-util\", \"tower\", \"trace\", \"tracing\", \"util\", \"uuid\", \"validate-request\"]","declared_features":"[\"add-extension\", \"async-compression\", \"auth\", \"base64\", \"catch-panic\", \"compression-br\", \"compression-deflate\", \"compression-full\", \"compression-gzip\", \"compression-zstd\", \"cors\", \"decompression-br\", \"decompression-deflate\", \"decompression-full\", \"decompression-gzip\", \"decompression-zstd\", \"default\", \"follow-redirect\", \"fs\", \"full\", \"futures-core\", \"futures-util\", \"httpdate\", \"iri-string\", \"limit\", \"map-request-body\", \"map-response-body\", \"metrics\", \"mime\", \"mime_guess\", \"normalize-path\", \"percent-encoding\", \"propagate-header\", \"redirect\", \"request-id\", \"sensitive-headers\", \"set-header\", \"set-status\", \"timeout\", \"tokio\", \"tokio-util\", \"tower\", \"trace\", \"tracing\", \"util\", \"uuid\", \"validate-request\"]","target":14850331575045365232,"profile":2241668132362809309,"path":15702525321576344266,"deps":[[784494742817713399,"tower_service",false,10732140188555243943],[1906322745568073236,"pin_project_lite",false,16108370810058603254],[2620434475832828286,"http",false,2588846681164434643],[3163899731817361221,"tokio_util",false,11150100166459866824],[3601586811267292532,"tower",false,1314059663397171038],[6304235478050270880,"httpdate",false,7013522180514949619],[6355489020061627772,"bytes",false,5202919556575344190],[6803352382179706244,"percent_encoding",false,2450237552354977827],[7620660491849607393,"futures_core",false,8162665628542204569],[7712452662827335977,"tower_layer",false,11385674884169205677],[9001817693037665195,"bitflags",false,15061383507137813603],[9800012718262444189,"uuid",false,13908669619783574293],[10229185211513642314,"mime",false,12469268705379514220],[10629569228670356391,"futures_util",false,7365277945834051026],[10678500899971835392,"iri_string",false,14908209965126212419],[12475322156296016012,"http_range_header",false,10303888494770532503],[12891030758458664808,"tokio",false,13629259371125197179],[14084095096285906100,"http_body",false,9347416447814594941],[14757622794040968908,"tracing",false,15481652202596263875],[16493604640791981113,"async_compression",false,14366024957695719106],[16900715236047033623,"http_body_util",false,16605516706429590156],[18066890886671768183,"base64",false,18113944178801753093],[18071510856783138481,"mime_guess",false,11128236133398873445]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tower-http-a11246bc307eb931/dep-lib-tower_http","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/tower-http-d5b760f0e02e3e46/dep-lib-tower_http b/target/debug/.fingerprint/tower-http-d5b760f0e02e3e46/dep-lib-tower_http new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/tower-http-d5b760f0e02e3e46/dep-lib-tower_http differ diff --git a/target/debug/.fingerprint/tower-http-d5b760f0e02e3e46/invoked.timestamp b/target/debug/.fingerprint/tower-http-d5b760f0e02e3e46/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/tower-http-d5b760f0e02e3e46/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/tower-http-d5b760f0e02e3e46/lib-tower_http b/target/debug/.fingerprint/tower-http-d5b760f0e02e3e46/lib-tower_http new file mode 100644 index 0000000..7bc835d --- /dev/null +++ b/target/debug/.fingerprint/tower-http-d5b760f0e02e3e46/lib-tower_http @@ -0,0 +1 @@ +bfa3ad13098de061 \ No newline at end of file diff --git a/target/debug/.fingerprint/tower-http-d5b760f0e02e3e46/lib-tower_http.json b/target/debug/.fingerprint/tower-http-d5b760f0e02e3e46/lib-tower_http.json new file mode 100644 index 0000000..c27a378 --- /dev/null +++ b/target/debug/.fingerprint/tower-http-d5b760f0e02e3e46/lib-tower_http.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"follow-redirect\", \"futures-util\", \"iri-string\", \"tower\"]","declared_features":"[\"add-extension\", \"async-compression\", \"auth\", \"base64\", \"catch-panic\", \"compression-br\", \"compression-deflate\", \"compression-full\", \"compression-gzip\", \"compression-zstd\", \"cors\", \"decompression-br\", \"decompression-deflate\", \"decompression-full\", \"decompression-gzip\", \"decompression-zstd\", \"default\", \"follow-redirect\", \"fs\", \"full\", \"futures-core\", \"futures-util\", \"httpdate\", \"iri-string\", \"limit\", \"map-request-body\", \"map-response-body\", \"metrics\", \"mime\", \"mime_guess\", \"normalize-path\", \"percent-encoding\", \"propagate-header\", \"redirect\", \"request-id\", \"sensitive-headers\", \"set-header\", \"set-status\", \"timeout\", \"tokio\", \"tokio-util\", \"tower\", \"trace\", \"tracing\", \"util\", \"uuid\", \"validate-request\"]","target":17577061573142048237,"profile":2241668132362809309,"path":5283045404604397978,"deps":[[784494742817713399,"tower_service",false,10732140188555243943],[1906322745568073236,"pin_project_lite",false,16108370810058603254],[2620434475832828286,"http",false,4946455572965513149],[3632162862999675140,"tower",false,16519126902352751222],[6355489020061627772,"bytes",false,11173992151888436898],[7712452662827335977,"tower_layer",false,11385674884169205677],[9001817693037665195,"bitflags",false,15061383507137813603],[10629569228670356391,"futures_util",false,17415507955354234981],[10678500899971835392,"iri_string",false,14908209965126212419],[14084095096285906100,"http_body",false,1567518147926625254]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tower-http-d5b760f0e02e3e46/dep-lib-tower_http","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/tower-layer-2818eae78a76061c/dep-lib-tower_layer b/target/debug/.fingerprint/tower-layer-2818eae78a76061c/dep-lib-tower_layer new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/tower-layer-2818eae78a76061c/dep-lib-tower_layer differ diff --git a/target/debug/.fingerprint/tower-layer-2818eae78a76061c/invoked.timestamp b/target/debug/.fingerprint/tower-layer-2818eae78a76061c/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/tower-layer-2818eae78a76061c/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/tower-layer-2818eae78a76061c/lib-tower_layer b/target/debug/.fingerprint/tower-layer-2818eae78a76061c/lib-tower_layer new file mode 100644 index 0000000..5731853 --- /dev/null +++ b/target/debug/.fingerprint/tower-layer-2818eae78a76061c/lib-tower_layer @@ -0,0 +1 @@ +ad07feb6fb0a029e \ No newline at end of file diff --git a/target/debug/.fingerprint/tower-layer-2818eae78a76061c/lib-tower_layer.json b/target/debug/.fingerprint/tower-layer-2818eae78a76061c/lib-tower_layer.json new file mode 100644 index 0000000..8accd2e --- /dev/null +++ b/target/debug/.fingerprint/tower-layer-2818eae78a76061c/lib-tower_layer.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":6656734005897261505,"profile":2241668132362809309,"path":15607216278747495990,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tower-layer-2818eae78a76061c/dep-lib-tower_layer","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/tower-service-7552ee2ff29ea54a/dep-lib-tower_service b/target/debug/.fingerprint/tower-service-7552ee2ff29ea54a/dep-lib-tower_service new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/tower-service-7552ee2ff29ea54a/dep-lib-tower_service differ diff --git a/target/debug/.fingerprint/tower-service-7552ee2ff29ea54a/invoked.timestamp b/target/debug/.fingerprint/tower-service-7552ee2ff29ea54a/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/tower-service-7552ee2ff29ea54a/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/tower-service-7552ee2ff29ea54a/lib-tower_service b/target/debug/.fingerprint/tower-service-7552ee2ff29ea54a/lib-tower_service new file mode 100644 index 0000000..ddc23fe --- /dev/null +++ b/target/debug/.fingerprint/tower-service-7552ee2ff29ea54a/lib-tower_service @@ -0,0 +1 @@ +a77187e2a338f094 \ No newline at end of file diff --git a/target/debug/.fingerprint/tower-service-7552ee2ff29ea54a/lib-tower_service.json b/target/debug/.fingerprint/tower-service-7552ee2ff29ea54a/lib-tower_service.json new file mode 100644 index 0000000..cefa7a4 --- /dev/null +++ b/target/debug/.fingerprint/tower-service-7552ee2ff29ea54a/lib-tower_service.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":4262671303997282168,"profile":2241668132362809309,"path":17563472566300815491,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tower-service-7552ee2ff29ea54a/dep-lib-tower_service","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/tracing-65ce8f6713f0b680/dep-lib-tracing b/target/debug/.fingerprint/tracing-65ce8f6713f0b680/dep-lib-tracing new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/tracing-65ce8f6713f0b680/dep-lib-tracing differ diff --git a/target/debug/.fingerprint/tracing-65ce8f6713f0b680/invoked.timestamp b/target/debug/.fingerprint/tracing-65ce8f6713f0b680/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/tracing-65ce8f6713f0b680/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/tracing-65ce8f6713f0b680/lib-tracing b/target/debug/.fingerprint/tracing-65ce8f6713f0b680/lib-tracing new file mode 100644 index 0000000..4c4e0e6 --- /dev/null +++ b/target/debug/.fingerprint/tracing-65ce8f6713f0b680/lib-tracing @@ -0,0 +1 @@ +c3e7e427a7e0d9d6 \ No newline at end of file diff --git a/target/debug/.fingerprint/tracing-65ce8f6713f0b680/lib-tracing.json b/target/debug/.fingerprint/tracing-65ce8f6713f0b680/lib-tracing.json new file mode 100644 index 0000000..a553134 --- /dev/null +++ b/target/debug/.fingerprint/tracing-65ce8f6713f0b680/lib-tracing.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"attributes\", \"default\", \"log\", \"std\", \"tracing-attributes\"]","declared_features":"[\"async-await\", \"attributes\", \"default\", \"log\", \"log-always\", \"max_level_debug\", \"max_level_error\", \"max_level_info\", \"max_level_off\", \"max_level_trace\", \"max_level_warn\", \"release_max_level_debug\", \"release_max_level_error\", \"release_max_level_info\", \"release_max_level_off\", \"release_max_level_trace\", \"release_max_level_warn\", \"std\", \"tracing-attributes\", \"valuable\"]","target":5568135053145998517,"profile":15960269462403795582,"path":6837824842250249830,"deps":[[1906322745568073236,"pin_project_lite",false,16108370810058603254],[5938672567312282946,"tracing_attributes",false,10973489636977241109],[10630857666389190470,"log",false,17521242917158211660],[16023452927926505185,"tracing_core",false,4754507559283354895]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tracing-65ce8f6713f0b680/dep-lib-tracing","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/tracing-attributes-19996bfd12e65500/dep-lib-tracing_attributes b/target/debug/.fingerprint/tracing-attributes-19996bfd12e65500/dep-lib-tracing_attributes new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/tracing-attributes-19996bfd12e65500/dep-lib-tracing_attributes differ diff --git a/target/debug/.fingerprint/tracing-attributes-19996bfd12e65500/invoked.timestamp b/target/debug/.fingerprint/tracing-attributes-19996bfd12e65500/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/tracing-attributes-19996bfd12e65500/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/tracing-attributes-19996bfd12e65500/lib-tracing_attributes b/target/debug/.fingerprint/tracing-attributes-19996bfd12e65500/lib-tracing_attributes new file mode 100644 index 0000000..ed05ca7 --- /dev/null +++ b/target/debug/.fingerprint/tracing-attributes-19996bfd12e65500/lib-tracing_attributes @@ -0,0 +1 @@ +156c754eafaa4998 \ No newline at end of file diff --git a/target/debug/.fingerprint/tracing-attributes-19996bfd12e65500/lib-tracing_attributes.json b/target/debug/.fingerprint/tracing-attributes-19996bfd12e65500/lib-tracing_attributes.json new file mode 100644 index 0000000..902b602 --- /dev/null +++ b/target/debug/.fingerprint/tracing-attributes-19996bfd12e65500/lib-tracing_attributes.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"async-await\"]","target":8647784244936583625,"profile":8954976685155339804,"path":13363560680212830189,"deps":[[4289358735036141001,"proc_macro2",false,11907438208124547768],[6100504282945712449,"quote",false,15556484999302306747],[6490058671768129134,"syn",false,13449399834116190507]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tracing-attributes-19996bfd12e65500/dep-lib-tracing_attributes","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/tracing-b6ba6d27eb90f7ed/dep-lib-tracing b/target/debug/.fingerprint/tracing-b6ba6d27eb90f7ed/dep-lib-tracing new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/tracing-b6ba6d27eb90f7ed/dep-lib-tracing differ diff --git a/target/debug/.fingerprint/tracing-b6ba6d27eb90f7ed/invoked.timestamp b/target/debug/.fingerprint/tracing-b6ba6d27eb90f7ed/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/tracing-b6ba6d27eb90f7ed/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/tracing-b6ba6d27eb90f7ed/lib-tracing b/target/debug/.fingerprint/tracing-b6ba6d27eb90f7ed/lib-tracing new file mode 100644 index 0000000..1d5fe16 --- /dev/null +++ b/target/debug/.fingerprint/tracing-b6ba6d27eb90f7ed/lib-tracing @@ -0,0 +1 @@ +b0fa6dd0d6947a85 \ No newline at end of file diff --git a/target/debug/.fingerprint/tracing-b6ba6d27eb90f7ed/lib-tracing.json b/target/debug/.fingerprint/tracing-b6ba6d27eb90f7ed/lib-tracing.json new file mode 100644 index 0000000..a048666 --- /dev/null +++ b/target/debug/.fingerprint/tracing-b6ba6d27eb90f7ed/lib-tracing.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"attributes\", \"default\", \"log\", \"std\", \"tracing-attributes\"]","declared_features":"[\"async-await\", \"attributes\", \"default\", \"log\", \"log-always\", \"max_level_debug\", \"max_level_error\", \"max_level_info\", \"max_level_off\", \"max_level_trace\", \"max_level_warn\", \"release_max_level_debug\", \"release_max_level_error\", \"release_max_level_info\", \"release_max_level_off\", \"release_max_level_trace\", \"release_max_level_warn\", \"std\", \"tracing-attributes\", \"valuable\"]","target":5568135053145998517,"profile":8954976685155339804,"path":6837824842250249830,"deps":[[1906322745568073236,"pin_project_lite",false,7881462979311847484],[5938672567312282946,"tracing_attributes",false,10973489636977241109],[10630857666389190470,"log",false,1567224994077434894],[16023452927926505185,"tracing_core",false,4261458433936792698]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tracing-b6ba6d27eb90f7ed/dep-lib-tracing","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/tracing-core-653eeb4cc3461430/dep-lib-tracing_core b/target/debug/.fingerprint/tracing-core-653eeb4cc3461430/dep-lib-tracing_core new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/tracing-core-653eeb4cc3461430/dep-lib-tracing_core differ diff --git a/target/debug/.fingerprint/tracing-core-653eeb4cc3461430/invoked.timestamp b/target/debug/.fingerprint/tracing-core-653eeb4cc3461430/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/tracing-core-653eeb4cc3461430/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/tracing-core-653eeb4cc3461430/lib-tracing_core b/target/debug/.fingerprint/tracing-core-653eeb4cc3461430/lib-tracing_core new file mode 100644 index 0000000..6b1781f --- /dev/null +++ b/target/debug/.fingerprint/tracing-core-653eeb4cc3461430/lib-tracing_core @@ -0,0 +1 @@ +0f6dfe486f67fb41 \ No newline at end of file diff --git a/target/debug/.fingerprint/tracing-core-653eeb4cc3461430/lib-tracing_core.json b/target/debug/.fingerprint/tracing-core-653eeb4cc3461430/lib-tracing_core.json new file mode 100644 index 0000000..6acdb53 --- /dev/null +++ b/target/debug/.fingerprint/tracing-core-653eeb4cc3461430/lib-tracing_core.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"once_cell\", \"std\"]","declared_features":"[\"default\", \"once_cell\", \"std\", \"valuable\"]","target":14276081467424924844,"profile":15960269462403795582,"path":5095091454922405140,"deps":[[3722963349756955755,"once_cell",false,12214999296643315191]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tracing-core-653eeb4cc3461430/dep-lib-tracing_core","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/tracing-core-9812de11b812a273/dep-lib-tracing_core b/target/debug/.fingerprint/tracing-core-9812de11b812a273/dep-lib-tracing_core new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/tracing-core-9812de11b812a273/dep-lib-tracing_core differ diff --git a/target/debug/.fingerprint/tracing-core-9812de11b812a273/invoked.timestamp b/target/debug/.fingerprint/tracing-core-9812de11b812a273/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/tracing-core-9812de11b812a273/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/tracing-core-9812de11b812a273/lib-tracing_core b/target/debug/.fingerprint/tracing-core-9812de11b812a273/lib-tracing_core new file mode 100644 index 0000000..ba38061 --- /dev/null +++ b/target/debug/.fingerprint/tracing-core-9812de11b812a273/lib-tracing_core @@ -0,0 +1 @@ +7a1ce513debd233b \ No newline at end of file diff --git a/target/debug/.fingerprint/tracing-core-9812de11b812a273/lib-tracing_core.json b/target/debug/.fingerprint/tracing-core-9812de11b812a273/lib-tracing_core.json new file mode 100644 index 0000000..6e4f6ad --- /dev/null +++ b/target/debug/.fingerprint/tracing-core-9812de11b812a273/lib-tracing_core.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"once_cell\", \"std\"]","declared_features":"[\"default\", \"once_cell\", \"std\", \"valuable\"]","target":14276081467424924844,"profile":8954976685155339804,"path":5095091454922405140,"deps":[[3722963349756955755,"once_cell",false,15239077044092290488]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tracing-core-9812de11b812a273/dep-lib-tracing_core","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/tracing-log-cf09c3cf7e1c9557/dep-lib-tracing_log b/target/debug/.fingerprint/tracing-log-cf09c3cf7e1c9557/dep-lib-tracing_log new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/tracing-log-cf09c3cf7e1c9557/dep-lib-tracing_log differ diff --git a/target/debug/.fingerprint/tracing-log-cf09c3cf7e1c9557/invoked.timestamp b/target/debug/.fingerprint/tracing-log-cf09c3cf7e1c9557/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/tracing-log-cf09c3cf7e1c9557/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/tracing-log-cf09c3cf7e1c9557/lib-tracing_log b/target/debug/.fingerprint/tracing-log-cf09c3cf7e1c9557/lib-tracing_log new file mode 100644 index 0000000..3b9f290 --- /dev/null +++ b/target/debug/.fingerprint/tracing-log-cf09c3cf7e1c9557/lib-tracing_log @@ -0,0 +1 @@ +e45346d0aefe8638 \ No newline at end of file diff --git a/target/debug/.fingerprint/tracing-log-cf09c3cf7e1c9557/lib-tracing_log.json b/target/debug/.fingerprint/tracing-log-cf09c3cf7e1c9557/lib-tracing_log.json new file mode 100644 index 0000000..a96f460 --- /dev/null +++ b/target/debug/.fingerprint/tracing-log-cf09c3cf7e1c9557/lib-tracing_log.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"log-tracer\", \"std\"]","declared_features":"[\"ahash\", \"default\", \"interest-cache\", \"log-tracer\", \"lru\", \"std\"]","target":13317203838154184687,"profile":2241668132362809309,"path":16697812663548375076,"deps":[[3722963349756955755,"once_cell",false,12214999296643315191],[10630857666389190470,"log",false,17521242917158211660],[16023452927926505185,"tracing_core",false,4754507559283354895]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tracing-log-cf09c3cf7e1c9557/dep-lib-tracing_log","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/tracing-opentelemetry-087ad441ac105af7/dep-lib-tracing_opentelemetry b/target/debug/.fingerprint/tracing-opentelemetry-087ad441ac105af7/dep-lib-tracing_opentelemetry new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/tracing-opentelemetry-087ad441ac105af7/dep-lib-tracing_opentelemetry differ diff --git a/target/debug/.fingerprint/tracing-opentelemetry-087ad441ac105af7/invoked.timestamp b/target/debug/.fingerprint/tracing-opentelemetry-087ad441ac105af7/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/tracing-opentelemetry-087ad441ac105af7/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/tracing-opentelemetry-087ad441ac105af7/lib-tracing_opentelemetry b/target/debug/.fingerprint/tracing-opentelemetry-087ad441ac105af7/lib-tracing_opentelemetry new file mode 100644 index 0000000..96cc214 --- /dev/null +++ b/target/debug/.fingerprint/tracing-opentelemetry-087ad441ac105af7/lib-tracing_opentelemetry @@ -0,0 +1 @@ +685cd9f9515c9044 \ No newline at end of file diff --git a/target/debug/.fingerprint/tracing-opentelemetry-087ad441ac105af7/lib-tracing_opentelemetry.json b/target/debug/.fingerprint/tracing-opentelemetry-087ad441ac105af7/lib-tracing_opentelemetry.json new file mode 100644 index 0000000..32da481 --- /dev/null +++ b/target/debug/.fingerprint/tracing-opentelemetry-087ad441ac105af7/lib-tracing_opentelemetry.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"metrics\", \"smallvec\", \"tracing-log\"]","declared_features":"[\"default\", \"lazy_static\", \"metrics\", \"smallvec\", \"tracing-log\"]","target":922067146417037607,"profile":16829983699128877236,"path":16340927729686073317,"deps":[[2367087269025815500,"opentelemetry",false,1796627691983414872],[3666196340704888985,"smallvec",false,6188232069611729028],[10806489435541507125,"tracing_log",false,4073222939775226852],[12041186341109472307,"tracing_subscriber",false,17128990181618721353],[14757622794040968908,"tracing",false,15481652202596263875],[16023452927926505185,"tracing_core",false,4754507559283354895]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tracing-opentelemetry-087ad441ac105af7/dep-lib-tracing_opentelemetry","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/tracing-subscriber-d34b9998c8af634d/dep-lib-tracing_subscriber b/target/debug/.fingerprint/tracing-subscriber-d34b9998c8af634d/dep-lib-tracing_subscriber new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/tracing-subscriber-d34b9998c8af634d/dep-lib-tracing_subscriber differ diff --git a/target/debug/.fingerprint/tracing-subscriber-d34b9998c8af634d/invoked.timestamp b/target/debug/.fingerprint/tracing-subscriber-d34b9998c8af634d/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/tracing-subscriber-d34b9998c8af634d/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/tracing-subscriber-d34b9998c8af634d/lib-tracing_subscriber b/target/debug/.fingerprint/tracing-subscriber-d34b9998c8af634d/lib-tracing_subscriber new file mode 100644 index 0000000..6fc2c22 --- /dev/null +++ b/target/debug/.fingerprint/tracing-subscriber-d34b9998c8af634d/lib-tracing_subscriber @@ -0,0 +1 @@ +49a28920d165b6ed \ No newline at end of file diff --git a/target/debug/.fingerprint/tracing-subscriber-d34b9998c8af634d/lib-tracing_subscriber.json b/target/debug/.fingerprint/tracing-subscriber-d34b9998c8af634d/lib-tracing_subscriber.json new file mode 100644 index 0000000..020c4a3 --- /dev/null +++ b/target/debug/.fingerprint/tracing-subscriber-d34b9998c8af634d/lib-tracing_subscriber.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"ansi\", \"default\", \"env-filter\", \"fmt\", \"matchers\", \"nu-ansi-term\", \"once_cell\", \"registry\", \"sharded-slab\", \"smallvec\", \"std\", \"thread_local\", \"tracing\", \"tracing-log\"]","declared_features":"[\"alloc\", \"ansi\", \"chrono\", \"default\", \"env-filter\", \"fmt\", \"json\", \"local-time\", \"matchers\", \"nu-ansi-term\", \"once_cell\", \"parking_lot\", \"regex\", \"registry\", \"serde\", \"serde_json\", \"sharded-slab\", \"smallvec\", \"std\", \"thread_local\", \"time\", \"tracing\", \"tracing-log\", \"tracing-serde\", \"valuable\", \"valuable-serde\", \"valuable_crate\"]","target":4817557058868189149,"profile":15960269462403795582,"path":2942815418359183878,"deps":[[1017461770342116999,"sharded_slab",false,14330513422627601406],[1359731229228270592,"thread_local",false,14963903908129586049],[3030539787503978792,"regex_automata",false,9075016386314241653],[3666196340704888985,"smallvec",false,6188232069611729028],[3722963349756955755,"once_cell",false,12214999296643315191],[5599393681448432053,"nu_ansi_term",false,13763758617957587122],[10806489435541507125,"tracing_log",false,4073222939775226852],[14757622794040968908,"tracing",false,15481652202596263875],[16023452927926505185,"tracing_core",false,4754507559283354895],[18218885586351977002,"matchers",false,17230398802680073205]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tracing-subscriber-d34b9998c8af634d/dep-lib-tracing_subscriber","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/triomphe-2237db2e9ea43298/dep-lib-triomphe b/target/debug/.fingerprint/triomphe-2237db2e9ea43298/dep-lib-triomphe new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/triomphe-2237db2e9ea43298/dep-lib-triomphe differ diff --git a/target/debug/.fingerprint/triomphe-2237db2e9ea43298/invoked.timestamp b/target/debug/.fingerprint/triomphe-2237db2e9ea43298/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/triomphe-2237db2e9ea43298/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/triomphe-2237db2e9ea43298/lib-triomphe b/target/debug/.fingerprint/triomphe-2237db2e9ea43298/lib-triomphe new file mode 100644 index 0000000..48eb1ab --- /dev/null +++ b/target/debug/.fingerprint/triomphe-2237db2e9ea43298/lib-triomphe @@ -0,0 +1 @@ +250792802d4b9fd1 \ No newline at end of file diff --git a/target/debug/.fingerprint/triomphe-2237db2e9ea43298/lib-triomphe.json b/target/debug/.fingerprint/triomphe-2237db2e9ea43298/lib-triomphe.json new file mode 100644 index 0000000..2fed062 --- /dev/null +++ b/target/debug/.fingerprint/triomphe-2237db2e9ea43298/lib-triomphe.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"arc-swap\", \"default\", \"serde\", \"stable_deref_trait\", \"std\"]","declared_features":"[\"arc-swap\", \"default\", \"serde\", \"stable_deref_trait\", \"std\", \"unsize\", \"unstable_dropck_eyepatch\"]","target":1739781566870837500,"profile":2225463790103693989,"path":437224579680815440,"deps":[[2210062697481272471,"arc_swap",false,3006644561965099151],[12669569555400633618,"stable_deref_trait",false,14754803829310641719],[13548984313718623784,"serde",false,5176903875510041759]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/triomphe-2237db2e9ea43298/dep-lib-triomphe","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/triomphe-3237f80369a2d51b/dep-lib-triomphe b/target/debug/.fingerprint/triomphe-3237f80369a2d51b/dep-lib-triomphe new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/triomphe-3237f80369a2d51b/dep-lib-triomphe differ diff --git a/target/debug/.fingerprint/triomphe-3237f80369a2d51b/invoked.timestamp b/target/debug/.fingerprint/triomphe-3237f80369a2d51b/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/triomphe-3237f80369a2d51b/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/triomphe-3237f80369a2d51b/lib-triomphe b/target/debug/.fingerprint/triomphe-3237f80369a2d51b/lib-triomphe new file mode 100644 index 0000000..4a5097d --- /dev/null +++ b/target/debug/.fingerprint/triomphe-3237f80369a2d51b/lib-triomphe @@ -0,0 +1 @@ +c13b3a27dc08a355 \ No newline at end of file diff --git a/target/debug/.fingerprint/triomphe-3237f80369a2d51b/lib-triomphe.json b/target/debug/.fingerprint/triomphe-3237f80369a2d51b/lib-triomphe.json new file mode 100644 index 0000000..011f5f4 --- /dev/null +++ b/target/debug/.fingerprint/triomphe-3237f80369a2d51b/lib-triomphe.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"arc-swap\", \"default\", \"serde\", \"stable_deref_trait\", \"std\"]","declared_features":"[\"arc-swap\", \"default\", \"serde\", \"stable_deref_trait\", \"std\", \"unsize\", \"unstable_dropck_eyepatch\"]","target":1739781566870837500,"profile":2241668132362809309,"path":437224579680815440,"deps":[[2210062697481272471,"arc_swap",false,6382775551425439692],[12669569555400633618,"stable_deref_trait",false,1556432400587684713],[13548984313718623784,"serde",false,7132925528862317428]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/triomphe-3237f80369a2d51b/dep-lib-triomphe","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/triomphe-93f4a0bb0e0afb63/dep-lib-triomphe b/target/debug/.fingerprint/triomphe-93f4a0bb0e0afb63/dep-lib-triomphe new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/triomphe-93f4a0bb0e0afb63/dep-lib-triomphe differ diff --git a/target/debug/.fingerprint/triomphe-93f4a0bb0e0afb63/invoked.timestamp b/target/debug/.fingerprint/triomphe-93f4a0bb0e0afb63/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/triomphe-93f4a0bb0e0afb63/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/triomphe-93f4a0bb0e0afb63/lib-triomphe b/target/debug/.fingerprint/triomphe-93f4a0bb0e0afb63/lib-triomphe new file mode 100644 index 0000000..907ccd7 --- /dev/null +++ b/target/debug/.fingerprint/triomphe-93f4a0bb0e0afb63/lib-triomphe @@ -0,0 +1 @@ +0ce0c2d9f3a51be0 \ No newline at end of file diff --git a/target/debug/.fingerprint/triomphe-93f4a0bb0e0afb63/lib-triomphe.json b/target/debug/.fingerprint/triomphe-93f4a0bb0e0afb63/lib-triomphe.json new file mode 100644 index 0000000..ec942c5 --- /dev/null +++ b/target/debug/.fingerprint/triomphe-93f4a0bb0e0afb63/lib-triomphe.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"arc-swap\", \"default\", \"serde\", \"stable_deref_trait\", \"std\"]","declared_features":"[\"arc-swap\", \"default\", \"serde\", \"stable_deref_trait\", \"std\", \"unsize\", \"unstable_dropck_eyepatch\"]","target":1739781566870837500,"profile":2241668132362809309,"path":437224579680815440,"deps":[[2210062697481272471,"arc_swap",false,6382775551425439692],[12669569555400633618,"stable_deref_trait",false,1556432400587684713],[13548984313718623784,"serde",false,2716299212447388768]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/triomphe-93f4a0bb0e0afb63/dep-lib-triomphe","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/triomphe-fa2603cad1b98758/dep-lib-triomphe b/target/debug/.fingerprint/triomphe-fa2603cad1b98758/dep-lib-triomphe new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/triomphe-fa2603cad1b98758/dep-lib-triomphe differ diff --git a/target/debug/.fingerprint/triomphe-fa2603cad1b98758/invoked.timestamp b/target/debug/.fingerprint/triomphe-fa2603cad1b98758/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/triomphe-fa2603cad1b98758/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/triomphe-fa2603cad1b98758/lib-triomphe b/target/debug/.fingerprint/triomphe-fa2603cad1b98758/lib-triomphe new file mode 100644 index 0000000..0e2ee4e --- /dev/null +++ b/target/debug/.fingerprint/triomphe-fa2603cad1b98758/lib-triomphe @@ -0,0 +1 @@ +614a535e24a4fe52 \ No newline at end of file diff --git a/target/debug/.fingerprint/triomphe-fa2603cad1b98758/lib-triomphe.json b/target/debug/.fingerprint/triomphe-fa2603cad1b98758/lib-triomphe.json new file mode 100644 index 0000000..c49cf2c --- /dev/null +++ b/target/debug/.fingerprint/triomphe-fa2603cad1b98758/lib-triomphe.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"arc-swap\", \"default\", \"serde\", \"stable_deref_trait\", \"std\"]","declared_features":"[\"arc-swap\", \"default\", \"serde\", \"stable_deref_trait\", \"std\", \"unsize\", \"unstable_dropck_eyepatch\"]","target":1739781566870837500,"profile":2225463790103693989,"path":437224579680815440,"deps":[[2210062697481272471,"arc_swap",false,3006644561965099151],[12669569555400633618,"stable_deref_trait",false,14754803829310641719],[13548984313718623784,"serde",false,2270396630933148785]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/triomphe-fa2603cad1b98758/dep-lib-triomphe","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/try-lock-d369a8cb96356c02/dep-lib-try_lock b/target/debug/.fingerprint/try-lock-d369a8cb96356c02/dep-lib-try_lock new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/try-lock-d369a8cb96356c02/dep-lib-try_lock differ diff --git a/target/debug/.fingerprint/try-lock-d369a8cb96356c02/invoked.timestamp b/target/debug/.fingerprint/try-lock-d369a8cb96356c02/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/try-lock-d369a8cb96356c02/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/try-lock-d369a8cb96356c02/lib-try_lock b/target/debug/.fingerprint/try-lock-d369a8cb96356c02/lib-try_lock new file mode 100644 index 0000000..25379ac --- /dev/null +++ b/target/debug/.fingerprint/try-lock-d369a8cb96356c02/lib-try_lock @@ -0,0 +1 @@ +9f2f78a3558dfeed \ No newline at end of file diff --git a/target/debug/.fingerprint/try-lock-d369a8cb96356c02/lib-try_lock.json b/target/debug/.fingerprint/try-lock-d369a8cb96356c02/lib-try_lock.json new file mode 100644 index 0000000..1ea16c5 --- /dev/null +++ b/target/debug/.fingerprint/try-lock-d369a8cb96356c02/lib-try_lock.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":6156168532037231327,"profile":2241668132362809309,"path":13653398198837099514,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/try-lock-d369a8cb96356c02/dep-lib-try_lock","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/tungstenite-3724fc58b35d80c0/dep-lib-tungstenite b/target/debug/.fingerprint/tungstenite-3724fc58b35d80c0/dep-lib-tungstenite new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/tungstenite-3724fc58b35d80c0/dep-lib-tungstenite differ diff --git a/target/debug/.fingerprint/tungstenite-3724fc58b35d80c0/invoked.timestamp b/target/debug/.fingerprint/tungstenite-3724fc58b35d80c0/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/tungstenite-3724fc58b35d80c0/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/tungstenite-3724fc58b35d80c0/lib-tungstenite b/target/debug/.fingerprint/tungstenite-3724fc58b35d80c0/lib-tungstenite new file mode 100644 index 0000000..94a3b80 --- /dev/null +++ b/target/debug/.fingerprint/tungstenite-3724fc58b35d80c0/lib-tungstenite @@ -0,0 +1 @@ +bdeb86d1d9889f83 \ No newline at end of file diff --git a/target/debug/.fingerprint/tungstenite-3724fc58b35d80c0/lib-tungstenite.json b/target/debug/.fingerprint/tungstenite-3724fc58b35d80c0/lib-tungstenite.json new file mode 100644 index 0000000..ea02054 --- /dev/null +++ b/target/debug/.fingerprint/tungstenite-3724fc58b35d80c0/lib-tungstenite.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"data-encoding\", \"default\", \"handshake\", \"http\", \"httparse\", \"sha1\"]","declared_features":"[\"__rustls-tls\", \"data-encoding\", \"default\", \"handshake\", \"http\", \"httparse\", \"native-tls\", \"native-tls-crate\", \"native-tls-vendored\", \"rustls\", \"rustls-native-certs\", \"rustls-pki-types\", \"rustls-tls-native-roots\", \"rustls-tls-webpki-roots\", \"sha1\", \"url\", \"webpki-roots\"]","target":3965174974797606104,"profile":2241668132362809309,"path":16282388333673534710,"deps":[[557536748061756522,"data_encoding",false,12539122111275389325],[2620434475832828286,"http",false,2588846681164434643],[3712811570531045576,"byteorder",false,15897422570677799587],[4359956005902820838,"utf8",false,16627350792639508627],[6163892036024256188,"httparse",false,16532248825377336507],[6355489020061627772,"bytes",false,5202919556575344190],[8008191657135824715,"thiserror",false,10586255331661800275],[10630857666389190470,"log",false,17521242917158211660],[10724389056617919257,"sha1",false,16238613422177024392],[13208667028893622512,"rand",false,13391834293073274909]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tungstenite-3724fc58b35d80c0/dep-lib-tungstenite","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/tungstenite-9c353e04dad28687/dep-lib-tungstenite b/target/debug/.fingerprint/tungstenite-9c353e04dad28687/dep-lib-tungstenite new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/tungstenite-9c353e04dad28687/dep-lib-tungstenite differ diff --git a/target/debug/.fingerprint/tungstenite-9c353e04dad28687/invoked.timestamp b/target/debug/.fingerprint/tungstenite-9c353e04dad28687/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/tungstenite-9c353e04dad28687/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/tungstenite-9c353e04dad28687/lib-tungstenite b/target/debug/.fingerprint/tungstenite-9c353e04dad28687/lib-tungstenite new file mode 100644 index 0000000..1a058c1 --- /dev/null +++ b/target/debug/.fingerprint/tungstenite-9c353e04dad28687/lib-tungstenite @@ -0,0 +1 @@ +0824b6de28fa2789 \ No newline at end of file diff --git a/target/debug/.fingerprint/tungstenite-9c353e04dad28687/lib-tungstenite.json b/target/debug/.fingerprint/tungstenite-9c353e04dad28687/lib-tungstenite.json new file mode 100644 index 0000000..76ed10d --- /dev/null +++ b/target/debug/.fingerprint/tungstenite-9c353e04dad28687/lib-tungstenite.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"data-encoding\", \"handshake\", \"http\", \"httparse\", \"sha1\"]","declared_features":"[\"__rustls-tls\", \"data-encoding\", \"default\", \"handshake\", \"http\", \"httparse\", \"native-tls\", \"native-tls-crate\", \"native-tls-vendored\", \"rustls\", \"rustls-native-certs\", \"rustls-pki-types\", \"rustls-tls-native-roots\", \"rustls-tls-webpki-roots\", \"sha1\", \"url\", \"webpki-roots\"]","target":5395530797274129873,"profile":2241668132362809309,"path":2218090364508030988,"deps":[[557536748061756522,"data_encoding",false,12539122111275389325],[2448563160050429386,"thiserror",false,1286597792957968042],[2620434475832828286,"http",false,2588846681164434643],[4359956005902820838,"utf8",false,16627350792639508627],[6163892036024256188,"httparse",false,16532248825377336507],[6355489020061627772,"bytes",false,5202919556575344190],[10630857666389190470,"log",false,17521242917158211660],[10724389056617919257,"sha1",false,16238613422177024392],[11916940916964035392,"rand",false,13635343247454748051]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/tungstenite-9c353e04dad28687/dep-lib-tungstenite","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/typenum-059357c2950c45e7/build-script-build-script-build b/target/debug/.fingerprint/typenum-059357c2950c45e7/build-script-build-script-build new file mode 100644 index 0000000..acdfb09 --- /dev/null +++ b/target/debug/.fingerprint/typenum-059357c2950c45e7/build-script-build-script-build @@ -0,0 +1 @@ +7835f3f0e8b1db29 \ No newline at end of file diff --git a/target/debug/.fingerprint/typenum-059357c2950c45e7/build-script-build-script-build.json b/target/debug/.fingerprint/typenum-059357c2950c45e7/build-script-build-script-build.json new file mode 100644 index 0000000..05c4334 --- /dev/null +++ b/target/debug/.fingerprint/typenum-059357c2950c45e7/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"const-generics\", \"force_unix_path_separator\", \"i128\", \"no_std\", \"scale-info\", \"scale_info\", \"strict\"]","target":17883862002600103897,"profile":2225463790103693989,"path":7406766893841995377,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/typenum-059357c2950c45e7/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/typenum-059357c2950c45e7/dep-build-script-build-script-build b/target/debug/.fingerprint/typenum-059357c2950c45e7/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/typenum-059357c2950c45e7/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/typenum-059357c2950c45e7/invoked.timestamp b/target/debug/.fingerprint/typenum-059357c2950c45e7/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/typenum-059357c2950c45e7/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/typenum-25760b79df229d63/dep-lib-typenum b/target/debug/.fingerprint/typenum-25760b79df229d63/dep-lib-typenum new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/typenum-25760b79df229d63/dep-lib-typenum differ diff --git a/target/debug/.fingerprint/typenum-25760b79df229d63/invoked.timestamp b/target/debug/.fingerprint/typenum-25760b79df229d63/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/typenum-25760b79df229d63/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/typenum-25760b79df229d63/lib-typenum b/target/debug/.fingerprint/typenum-25760b79df229d63/lib-typenum new file mode 100644 index 0000000..15d2381 --- /dev/null +++ b/target/debug/.fingerprint/typenum-25760b79df229d63/lib-typenum @@ -0,0 +1 @@ +6b53116c5d201c26 \ No newline at end of file diff --git a/target/debug/.fingerprint/typenum-25760b79df229d63/lib-typenum.json b/target/debug/.fingerprint/typenum-25760b79df229d63/lib-typenum.json new file mode 100644 index 0000000..c2206ee --- /dev/null +++ b/target/debug/.fingerprint/typenum-25760b79df229d63/lib-typenum.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"const-generics\", \"force_unix_path_separator\", \"i128\", \"no_std\", \"scale-info\", \"scale_info\", \"strict\"]","target":2349969882102649915,"profile":2225463790103693989,"path":3332972896011100510,"deps":[[857979250431893282,"build_script_build",false,8782731764448940400]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/typenum-25760b79df229d63/dep-lib-typenum","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/typenum-ed6fc27c53f13f56/dep-lib-typenum b/target/debug/.fingerprint/typenum-ed6fc27c53f13f56/dep-lib-typenum new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/typenum-ed6fc27c53f13f56/dep-lib-typenum differ diff --git a/target/debug/.fingerprint/typenum-ed6fc27c53f13f56/invoked.timestamp b/target/debug/.fingerprint/typenum-ed6fc27c53f13f56/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/typenum-ed6fc27c53f13f56/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/typenum-ed6fc27c53f13f56/lib-typenum b/target/debug/.fingerprint/typenum-ed6fc27c53f13f56/lib-typenum new file mode 100644 index 0000000..061a61b --- /dev/null +++ b/target/debug/.fingerprint/typenum-ed6fc27c53f13f56/lib-typenum @@ -0,0 +1 @@ +28cd004518a7b618 \ No newline at end of file diff --git a/target/debug/.fingerprint/typenum-ed6fc27c53f13f56/lib-typenum.json b/target/debug/.fingerprint/typenum-ed6fc27c53f13f56/lib-typenum.json new file mode 100644 index 0000000..f963b54 --- /dev/null +++ b/target/debug/.fingerprint/typenum-ed6fc27c53f13f56/lib-typenum.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"const-generics\", \"force_unix_path_separator\", \"i128\", \"no_std\", \"scale-info\", \"scale_info\", \"strict\"]","target":2349969882102649915,"profile":2241668132362809309,"path":3332972896011100510,"deps":[[857979250431893282,"build_script_build",false,8782731764448940400]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/typenum-ed6fc27c53f13f56/dep-lib-typenum","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/typenum-f0d3a75958b66a8e/run-build-script-build-script-build b/target/debug/.fingerprint/typenum-f0d3a75958b66a8e/run-build-script-build-script-build new file mode 100644 index 0000000..5ca523d --- /dev/null +++ b/target/debug/.fingerprint/typenum-f0d3a75958b66a8e/run-build-script-build-script-build @@ -0,0 +1 @@ +70d184c10188e279 \ No newline at end of file diff --git a/target/debug/.fingerprint/typenum-f0d3a75958b66a8e/run-build-script-build-script-build.json b/target/debug/.fingerprint/typenum-f0d3a75958b66a8e/run-build-script-build-script-build.json new file mode 100644 index 0000000..5c8f9d4 --- /dev/null +++ b/target/debug/.fingerprint/typenum-f0d3a75958b66a8e/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[857979250431893282,"build_script_build",false,3016199989487678840]],"local":[{"RerunIfChanged":{"output":"debug/build/typenum-f0d3a75958b66a8e/output","paths":["tests"]}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/ucd-trie-3db7031fc5d9f7f4/dep-lib-ucd_trie b/target/debug/.fingerprint/ucd-trie-3db7031fc5d9f7f4/dep-lib-ucd_trie new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/ucd-trie-3db7031fc5d9f7f4/dep-lib-ucd_trie differ diff --git a/target/debug/.fingerprint/ucd-trie-3db7031fc5d9f7f4/invoked.timestamp b/target/debug/.fingerprint/ucd-trie-3db7031fc5d9f7f4/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/ucd-trie-3db7031fc5d9f7f4/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/ucd-trie-3db7031fc5d9f7f4/lib-ucd_trie b/target/debug/.fingerprint/ucd-trie-3db7031fc5d9f7f4/lib-ucd_trie new file mode 100644 index 0000000..402ace2 --- /dev/null +++ b/target/debug/.fingerprint/ucd-trie-3db7031fc5d9f7f4/lib-ucd_trie @@ -0,0 +1 @@ +4b1a966cce1d994c \ No newline at end of file diff --git a/target/debug/.fingerprint/ucd-trie-3db7031fc5d9f7f4/lib-ucd_trie.json b/target/debug/.fingerprint/ucd-trie-3db7031fc5d9f7f4/lib-ucd_trie.json new file mode 100644 index 0000000..313b54e --- /dev/null +++ b/target/debug/.fingerprint/ucd-trie-3db7031fc5d9f7f4/lib-ucd_trie.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"std\"]","declared_features":"[\"default\", \"std\"]","target":13722501572940206277,"profile":2225463790103693989,"path":17623547893396753895,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/ucd-trie-3db7031fc5d9f7f4/dep-lib-ucd_trie","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/ucd-trie-b9b24ae22a9b2ce6/dep-lib-ucd_trie b/target/debug/.fingerprint/ucd-trie-b9b24ae22a9b2ce6/dep-lib-ucd_trie new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/ucd-trie-b9b24ae22a9b2ce6/dep-lib-ucd_trie differ diff --git a/target/debug/.fingerprint/ucd-trie-b9b24ae22a9b2ce6/invoked.timestamp b/target/debug/.fingerprint/ucd-trie-b9b24ae22a9b2ce6/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/ucd-trie-b9b24ae22a9b2ce6/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/ucd-trie-b9b24ae22a9b2ce6/lib-ucd_trie b/target/debug/.fingerprint/ucd-trie-b9b24ae22a9b2ce6/lib-ucd_trie new file mode 100644 index 0000000..5c3858a --- /dev/null +++ b/target/debug/.fingerprint/ucd-trie-b9b24ae22a9b2ce6/lib-ucd_trie @@ -0,0 +1 @@ +9f7d65dcab96d63c \ No newline at end of file diff --git a/target/debug/.fingerprint/ucd-trie-b9b24ae22a9b2ce6/lib-ucd_trie.json b/target/debug/.fingerprint/ucd-trie-b9b24ae22a9b2ce6/lib-ucd_trie.json new file mode 100644 index 0000000..e0736dd --- /dev/null +++ b/target/debug/.fingerprint/ucd-trie-b9b24ae22a9b2ce6/lib-ucd_trie.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"std\"]","declared_features":"[\"default\", \"std\"]","target":13722501572940206277,"profile":2241668132362809309,"path":17623547893396753895,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/ucd-trie-b9b24ae22a9b2ce6/dep-lib-ucd_trie","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/unicase-8c73d2a6de00ad44/dep-lib-unicase b/target/debug/.fingerprint/unicase-8c73d2a6de00ad44/dep-lib-unicase new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/unicase-8c73d2a6de00ad44/dep-lib-unicase differ diff --git a/target/debug/.fingerprint/unicase-8c73d2a6de00ad44/invoked.timestamp b/target/debug/.fingerprint/unicase-8c73d2a6de00ad44/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/unicase-8c73d2a6de00ad44/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/unicase-8c73d2a6de00ad44/lib-unicase b/target/debug/.fingerprint/unicase-8c73d2a6de00ad44/lib-unicase new file mode 100644 index 0000000..c87ec22 --- /dev/null +++ b/target/debug/.fingerprint/unicase-8c73d2a6de00ad44/lib-unicase @@ -0,0 +1 @@ +95328a45c66ec18e \ No newline at end of file diff --git a/target/debug/.fingerprint/unicase-8c73d2a6de00ad44/lib-unicase.json b/target/debug/.fingerprint/unicase-8c73d2a6de00ad44/lib-unicase.json new file mode 100644 index 0000000..dab1f6f --- /dev/null +++ b/target/debug/.fingerprint/unicase-8c73d2a6de00ad44/lib-unicase.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"nightly\"]","target":10111812390214232954,"profile":2225463790103693989,"path":5957119034040266660,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/unicase-8c73d2a6de00ad44/dep-lib-unicase","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/unicase-909fba5b0efc4d1d/dep-lib-unicase b/target/debug/.fingerprint/unicase-909fba5b0efc4d1d/dep-lib-unicase new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/unicase-909fba5b0efc4d1d/dep-lib-unicase differ diff --git a/target/debug/.fingerprint/unicase-909fba5b0efc4d1d/invoked.timestamp b/target/debug/.fingerprint/unicase-909fba5b0efc4d1d/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/unicase-909fba5b0efc4d1d/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/unicase-909fba5b0efc4d1d/lib-unicase b/target/debug/.fingerprint/unicase-909fba5b0efc4d1d/lib-unicase new file mode 100644 index 0000000..c5433b6 --- /dev/null +++ b/target/debug/.fingerprint/unicase-909fba5b0efc4d1d/lib-unicase @@ -0,0 +1 @@ +060f08566a4626f1 \ No newline at end of file diff --git a/target/debug/.fingerprint/unicase-909fba5b0efc4d1d/lib-unicase.json b/target/debug/.fingerprint/unicase-909fba5b0efc4d1d/lib-unicase.json new file mode 100644 index 0000000..a0160b4 --- /dev/null +++ b/target/debug/.fingerprint/unicase-909fba5b0efc4d1d/lib-unicase.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"nightly\"]","target":10111812390214232954,"profile":2241668132362809309,"path":5957119034040266660,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/unicase-909fba5b0efc4d1d/dep-lib-unicase","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/unicode-bidi-29db93f774740881/dep-lib-unicode_bidi b/target/debug/.fingerprint/unicode-bidi-29db93f774740881/dep-lib-unicode_bidi new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/unicode-bidi-29db93f774740881/dep-lib-unicode_bidi differ diff --git a/target/debug/.fingerprint/unicode-bidi-29db93f774740881/invoked.timestamp b/target/debug/.fingerprint/unicode-bidi-29db93f774740881/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/unicode-bidi-29db93f774740881/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/unicode-bidi-29db93f774740881/lib-unicode_bidi b/target/debug/.fingerprint/unicode-bidi-29db93f774740881/lib-unicode_bidi new file mode 100644 index 0000000..9c267a6 --- /dev/null +++ b/target/debug/.fingerprint/unicode-bidi-29db93f774740881/lib-unicode_bidi @@ -0,0 +1 @@ +a53ddc429f305f8d \ No newline at end of file diff --git a/target/debug/.fingerprint/unicode-bidi-29db93f774740881/lib-unicode_bidi.json b/target/debug/.fingerprint/unicode-bidi-29db93f774740881/lib-unicode_bidi.json new file mode 100644 index 0000000..08a4cdb --- /dev/null +++ b/target/debug/.fingerprint/unicode-bidi-29db93f774740881/lib-unicode_bidi.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"hardcoded-data\", \"std\"]","declared_features":"[\"bench_it\", \"default\", \"flame\", \"flame_it\", \"flamer\", \"hardcoded-data\", \"serde\", \"smallvec\", \"std\", \"unstable\", \"with_serde\"]","target":15602362298795533203,"profile":2241668132362809309,"path":1661192252940560697,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/unicode-bidi-29db93f774740881/dep-lib-unicode_bidi","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/unicode-ident-4fec18d14b15363e/dep-lib-unicode_ident b/target/debug/.fingerprint/unicode-ident-4fec18d14b15363e/dep-lib-unicode_ident new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/unicode-ident-4fec18d14b15363e/dep-lib-unicode_ident differ diff --git a/target/debug/.fingerprint/unicode-ident-4fec18d14b15363e/invoked.timestamp b/target/debug/.fingerprint/unicode-ident-4fec18d14b15363e/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/unicode-ident-4fec18d14b15363e/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/unicode-ident-4fec18d14b15363e/lib-unicode_ident b/target/debug/.fingerprint/unicode-ident-4fec18d14b15363e/lib-unicode_ident new file mode 100644 index 0000000..dc5b64c --- /dev/null +++ b/target/debug/.fingerprint/unicode-ident-4fec18d14b15363e/lib-unicode_ident @@ -0,0 +1 @@ +78ff0244b6601db8 \ No newline at end of file diff --git a/target/debug/.fingerprint/unicode-ident-4fec18d14b15363e/lib-unicode_ident.json b/target/debug/.fingerprint/unicode-ident-4fec18d14b15363e/lib-unicode_ident.json new file mode 100644 index 0000000..d8253f3 --- /dev/null +++ b/target/debug/.fingerprint/unicode-ident-4fec18d14b15363e/lib-unicode_ident.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":5438535436255082082,"profile":2225463790103693989,"path":15898095125980702981,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/unicode-ident-4fec18d14b15363e/dep-lib-unicode_ident","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/unicode-ident-982660b45ed9048f/dep-lib-unicode_ident b/target/debug/.fingerprint/unicode-ident-982660b45ed9048f/dep-lib-unicode_ident new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/unicode-ident-982660b45ed9048f/dep-lib-unicode_ident differ diff --git a/target/debug/.fingerprint/unicode-ident-982660b45ed9048f/invoked.timestamp b/target/debug/.fingerprint/unicode-ident-982660b45ed9048f/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/unicode-ident-982660b45ed9048f/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/unicode-ident-982660b45ed9048f/lib-unicode_ident b/target/debug/.fingerprint/unicode-ident-982660b45ed9048f/lib-unicode_ident new file mode 100644 index 0000000..2bf086c --- /dev/null +++ b/target/debug/.fingerprint/unicode-ident-982660b45ed9048f/lib-unicode_ident @@ -0,0 +1 @@ +01d0900998a10531 \ No newline at end of file diff --git a/target/debug/.fingerprint/unicode-ident-982660b45ed9048f/lib-unicode_ident.json b/target/debug/.fingerprint/unicode-ident-982660b45ed9048f/lib-unicode_ident.json new file mode 100644 index 0000000..5a7b268 --- /dev/null +++ b/target/debug/.fingerprint/unicode-ident-982660b45ed9048f/lib-unicode_ident.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":5438535436255082082,"profile":2241668132362809309,"path":15898095125980702981,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/unicode-ident-982660b45ed9048f/dep-lib-unicode_ident","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/unicode-normalization-5a6e005c2868c335/dep-lib-unicode_normalization b/target/debug/.fingerprint/unicode-normalization-5a6e005c2868c335/dep-lib-unicode_normalization new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/unicode-normalization-5a6e005c2868c335/dep-lib-unicode_normalization differ diff --git a/target/debug/.fingerprint/unicode-normalization-5a6e005c2868c335/invoked.timestamp b/target/debug/.fingerprint/unicode-normalization-5a6e005c2868c335/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/unicode-normalization-5a6e005c2868c335/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/unicode-normalization-5a6e005c2868c335/lib-unicode_normalization b/target/debug/.fingerprint/unicode-normalization-5a6e005c2868c335/lib-unicode_normalization new file mode 100644 index 0000000..2475e29 --- /dev/null +++ b/target/debug/.fingerprint/unicode-normalization-5a6e005c2868c335/lib-unicode_normalization @@ -0,0 +1 @@ +6863a25b729b44c9 \ No newline at end of file diff --git a/target/debug/.fingerprint/unicode-normalization-5a6e005c2868c335/lib-unicode_normalization.json b/target/debug/.fingerprint/unicode-normalization-5a6e005c2868c335/lib-unicode_normalization.json new file mode 100644 index 0000000..fa0c0be --- /dev/null +++ b/target/debug/.fingerprint/unicode-normalization-5a6e005c2868c335/lib-unicode_normalization.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"std\"]","declared_features":"[\"default\", \"std\"]","target":8830255594621478391,"profile":2241668132362809309,"path":9628764773870868880,"deps":[[11541387457094881777,"tinyvec",false,6374622723374858843]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/unicode-normalization-5a6e005c2868c335/dep-lib-unicode_normalization","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/unicode-segmentation-9f2009d72cd5b583/dep-lib-unicode_segmentation b/target/debug/.fingerprint/unicode-segmentation-9f2009d72cd5b583/dep-lib-unicode_segmentation new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/unicode-segmentation-9f2009d72cd5b583/dep-lib-unicode_segmentation differ diff --git a/target/debug/.fingerprint/unicode-segmentation-9f2009d72cd5b583/invoked.timestamp b/target/debug/.fingerprint/unicode-segmentation-9f2009d72cd5b583/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/unicode-segmentation-9f2009d72cd5b583/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/unicode-segmentation-9f2009d72cd5b583/lib-unicode_segmentation b/target/debug/.fingerprint/unicode-segmentation-9f2009d72cd5b583/lib-unicode_segmentation new file mode 100644 index 0000000..382d7b4 --- /dev/null +++ b/target/debug/.fingerprint/unicode-segmentation-9f2009d72cd5b583/lib-unicode_segmentation @@ -0,0 +1 @@ +0bf0f127190085fc \ No newline at end of file diff --git a/target/debug/.fingerprint/unicode-segmentation-9f2009d72cd5b583/lib-unicode_segmentation.json b/target/debug/.fingerprint/unicode-segmentation-9f2009d72cd5b583/lib-unicode_segmentation.json new file mode 100644 index 0000000..abb1b88 --- /dev/null +++ b/target/debug/.fingerprint/unicode-segmentation-9f2009d72cd5b583/lib-unicode_segmentation.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"no_std\"]","target":14369684853076716314,"profile":2241668132362809309,"path":1352935248960035253,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/unicode-segmentation-9f2009d72cd5b583/dep-lib-unicode_segmentation","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/unsafe-libyaml-0736d06fd20656a4/dep-lib-unsafe_libyaml b/target/debug/.fingerprint/unsafe-libyaml-0736d06fd20656a4/dep-lib-unsafe_libyaml new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/unsafe-libyaml-0736d06fd20656a4/dep-lib-unsafe_libyaml differ diff --git a/target/debug/.fingerprint/unsafe-libyaml-0736d06fd20656a4/invoked.timestamp b/target/debug/.fingerprint/unsafe-libyaml-0736d06fd20656a4/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/unsafe-libyaml-0736d06fd20656a4/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/unsafe-libyaml-0736d06fd20656a4/lib-unsafe_libyaml b/target/debug/.fingerprint/unsafe-libyaml-0736d06fd20656a4/lib-unsafe_libyaml new file mode 100644 index 0000000..1036eaf --- /dev/null +++ b/target/debug/.fingerprint/unsafe-libyaml-0736d06fd20656a4/lib-unsafe_libyaml @@ -0,0 +1 @@ +0eb9c3b391d61f52 \ No newline at end of file diff --git a/target/debug/.fingerprint/unsafe-libyaml-0736d06fd20656a4/lib-unsafe_libyaml.json b/target/debug/.fingerprint/unsafe-libyaml-0736d06fd20656a4/lib-unsafe_libyaml.json new file mode 100644 index 0000000..5541275 --- /dev/null +++ b/target/debug/.fingerprint/unsafe-libyaml-0736d06fd20656a4/lib-unsafe_libyaml.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":6059384038134511601,"profile":2225463790103693989,"path":15479183555042941843,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/unsafe-libyaml-0736d06fd20656a4/dep-lib-unsafe_libyaml","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/unsafe-libyaml-5d3cabcbf60870d4/dep-lib-unsafe_libyaml b/target/debug/.fingerprint/unsafe-libyaml-5d3cabcbf60870d4/dep-lib-unsafe_libyaml new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/unsafe-libyaml-5d3cabcbf60870d4/dep-lib-unsafe_libyaml differ diff --git a/target/debug/.fingerprint/unsafe-libyaml-5d3cabcbf60870d4/invoked.timestamp b/target/debug/.fingerprint/unsafe-libyaml-5d3cabcbf60870d4/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/unsafe-libyaml-5d3cabcbf60870d4/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/unsafe-libyaml-5d3cabcbf60870d4/lib-unsafe_libyaml b/target/debug/.fingerprint/unsafe-libyaml-5d3cabcbf60870d4/lib-unsafe_libyaml new file mode 100644 index 0000000..037be9e --- /dev/null +++ b/target/debug/.fingerprint/unsafe-libyaml-5d3cabcbf60870d4/lib-unsafe_libyaml @@ -0,0 +1 @@ +3fbe27516180ed80 \ No newline at end of file diff --git a/target/debug/.fingerprint/unsafe-libyaml-5d3cabcbf60870d4/lib-unsafe_libyaml.json b/target/debug/.fingerprint/unsafe-libyaml-5d3cabcbf60870d4/lib-unsafe_libyaml.json new file mode 100644 index 0000000..5d6f5c5 --- /dev/null +++ b/target/debug/.fingerprint/unsafe-libyaml-5d3cabcbf60870d4/lib-unsafe_libyaml.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":6059384038134511601,"profile":2241668132362809309,"path":15479183555042941843,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/unsafe-libyaml-5d3cabcbf60870d4/dep-lib-unsafe_libyaml","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/untrusted-acabc4c26793167e/dep-lib-untrusted b/target/debug/.fingerprint/untrusted-acabc4c26793167e/dep-lib-untrusted new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/untrusted-acabc4c26793167e/dep-lib-untrusted differ diff --git a/target/debug/.fingerprint/untrusted-acabc4c26793167e/invoked.timestamp b/target/debug/.fingerprint/untrusted-acabc4c26793167e/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/untrusted-acabc4c26793167e/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/untrusted-acabc4c26793167e/lib-untrusted b/target/debug/.fingerprint/untrusted-acabc4c26793167e/lib-untrusted new file mode 100644 index 0000000..cdb8fdb --- /dev/null +++ b/target/debug/.fingerprint/untrusted-acabc4c26793167e/lib-untrusted @@ -0,0 +1 @@ +31a6d954839aa187 \ No newline at end of file diff --git a/target/debug/.fingerprint/untrusted-acabc4c26793167e/lib-untrusted.json b/target/debug/.fingerprint/untrusted-acabc4c26793167e/lib-untrusted.json new file mode 100644 index 0000000..b544ed1 --- /dev/null +++ b/target/debug/.fingerprint/untrusted-acabc4c26793167e/lib-untrusted.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":13950522111565505587,"profile":2241668132362809309,"path":10960788477170218339,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/untrusted-acabc4c26793167e/dep-lib-untrusted","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/url-0645997d62b60688/dep-lib-url b/target/debug/.fingerprint/url-0645997d62b60688/dep-lib-url new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/url-0645997d62b60688/dep-lib-url differ diff --git a/target/debug/.fingerprint/url-0645997d62b60688/invoked.timestamp b/target/debug/.fingerprint/url-0645997d62b60688/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/url-0645997d62b60688/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/url-0645997d62b60688/lib-url b/target/debug/.fingerprint/url-0645997d62b60688/lib-url new file mode 100644 index 0000000..5ae3507 --- /dev/null +++ b/target/debug/.fingerprint/url-0645997d62b60688/lib-url @@ -0,0 +1 @@ +53c9b094d69b3775 \ No newline at end of file diff --git a/target/debug/.fingerprint/url-0645997d62b60688/lib-url.json b/target/debug/.fingerprint/url-0645997d62b60688/lib-url.json new file mode 100644 index 0000000..805fc67 --- /dev/null +++ b/target/debug/.fingerprint/url-0645997d62b60688/lib-url.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"debugger_visualizer\", \"default\", \"expose_internals\", \"serde\", \"std\"]","target":7686100221094031937,"profile":2241668132362809309,"path":17891455809284302322,"deps":[[1074175012458081222,"form_urlencoded",false,9039677679406153537],[6159443412421938570,"idna",false,8596107117233332229],[6803352382179706244,"percent_encoding",false,2450237552354977827]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/url-0645997d62b60688/dep-lib-url","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/url-6c7002912a38d085/dep-lib-url b/target/debug/.fingerprint/url-6c7002912a38d085/dep-lib-url new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/url-6c7002912a38d085/dep-lib-url differ diff --git a/target/debug/.fingerprint/url-6c7002912a38d085/invoked.timestamp b/target/debug/.fingerprint/url-6c7002912a38d085/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/url-6c7002912a38d085/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/url-6c7002912a38d085/lib-url b/target/debug/.fingerprint/url-6c7002912a38d085/lib-url new file mode 100644 index 0000000..e6c134b --- /dev/null +++ b/target/debug/.fingerprint/url-6c7002912a38d085/lib-url @@ -0,0 +1 @@ +3365640e53aedc4c \ No newline at end of file diff --git a/target/debug/.fingerprint/url-6c7002912a38d085/lib-url.json b/target/debug/.fingerprint/url-6c7002912a38d085/lib-url.json new file mode 100644 index 0000000..5915edf --- /dev/null +++ b/target/debug/.fingerprint/url-6c7002912a38d085/lib-url.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"std\"]","declared_features":"[\"debugger_visualizer\", \"default\", \"expose_internals\", \"serde\", \"std\"]","target":7686100221094031937,"profile":2225463790103693989,"path":17891455809284302322,"deps":[[1074175012458081222,"form_urlencoded",false,6106980325945190479],[6159443412421938570,"idna",false,9062611171835164481],[6803352382179706244,"percent_encoding",false,16832081695690643269]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/url-6c7002912a38d085/dep-lib-url","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/urlencoding-0c8b821363acc66a/dep-lib-urlencoding b/target/debug/.fingerprint/urlencoding-0c8b821363acc66a/dep-lib-urlencoding new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/urlencoding-0c8b821363acc66a/dep-lib-urlencoding differ diff --git a/target/debug/.fingerprint/urlencoding-0c8b821363acc66a/invoked.timestamp b/target/debug/.fingerprint/urlencoding-0c8b821363acc66a/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/urlencoding-0c8b821363acc66a/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/urlencoding-0c8b821363acc66a/lib-urlencoding b/target/debug/.fingerprint/urlencoding-0c8b821363acc66a/lib-urlencoding new file mode 100644 index 0000000..b3bb47b --- /dev/null +++ b/target/debug/.fingerprint/urlencoding-0c8b821363acc66a/lib-urlencoding @@ -0,0 +1 @@ +6cbbb99a405e2e53 \ No newline at end of file diff --git a/target/debug/.fingerprint/urlencoding-0c8b821363acc66a/lib-urlencoding.json b/target/debug/.fingerprint/urlencoding-0c8b821363acc66a/lib-urlencoding.json new file mode 100644 index 0000000..53e65c8 --- /dev/null +++ b/target/debug/.fingerprint/urlencoding-0c8b821363acc66a/lib-urlencoding.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":13062188609852761959,"profile":2241668132362809309,"path":5612225298716014365,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/urlencoding-0c8b821363acc66a/dep-lib-urlencoding","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/utf-8-054a4c2ee46d6c76/dep-lib-utf8 b/target/debug/.fingerprint/utf-8-054a4c2ee46d6c76/dep-lib-utf8 new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/utf-8-054a4c2ee46d6c76/dep-lib-utf8 differ diff --git a/target/debug/.fingerprint/utf-8-054a4c2ee46d6c76/invoked.timestamp b/target/debug/.fingerprint/utf-8-054a4c2ee46d6c76/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/utf-8-054a4c2ee46d6c76/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/utf-8-054a4c2ee46d6c76/lib-utf8 b/target/debug/.fingerprint/utf-8-054a4c2ee46d6c76/lib-utf8 new file mode 100644 index 0000000..c303660 --- /dev/null +++ b/target/debug/.fingerprint/utf-8-054a4c2ee46d6c76/lib-utf8 @@ -0,0 +1 @@ +9370164f7337c0e6 \ No newline at end of file diff --git a/target/debug/.fingerprint/utf-8-054a4c2ee46d6c76/lib-utf8.json b/target/debug/.fingerprint/utf-8-054a4c2ee46d6c76/lib-utf8.json new file mode 100644 index 0000000..739e33d --- /dev/null +++ b/target/debug/.fingerprint/utf-8-054a4c2ee46d6c76/lib-utf8.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":10206970129552530490,"profile":2241668132362809309,"path":13993979547228806128,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/utf-8-054a4c2ee46d6c76/dep-lib-utf8","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/utf8_iter-022bba74f2b025dd/dep-lib-utf8_iter b/target/debug/.fingerprint/utf8_iter-022bba74f2b025dd/dep-lib-utf8_iter new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/utf8_iter-022bba74f2b025dd/dep-lib-utf8_iter differ diff --git a/target/debug/.fingerprint/utf8_iter-022bba74f2b025dd/invoked.timestamp b/target/debug/.fingerprint/utf8_iter-022bba74f2b025dd/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/utf8_iter-022bba74f2b025dd/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/utf8_iter-022bba74f2b025dd/lib-utf8_iter b/target/debug/.fingerprint/utf8_iter-022bba74f2b025dd/lib-utf8_iter new file mode 100644 index 0000000..34e6e3b --- /dev/null +++ b/target/debug/.fingerprint/utf8_iter-022bba74f2b025dd/lib-utf8_iter @@ -0,0 +1 @@ +86c31b90550dd774 \ No newline at end of file diff --git a/target/debug/.fingerprint/utf8_iter-022bba74f2b025dd/lib-utf8_iter.json b/target/debug/.fingerprint/utf8_iter-022bba74f2b025dd/lib-utf8_iter.json new file mode 100644 index 0000000..373f233 --- /dev/null +++ b/target/debug/.fingerprint/utf8_iter-022bba74f2b025dd/lib-utf8_iter.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":6216520282702351879,"profile":2225463790103693989,"path":13535779462588967026,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/utf8_iter-022bba74f2b025dd/dep-lib-utf8_iter","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/utf8_iter-39d2d421a5b8d55d/dep-lib-utf8_iter b/target/debug/.fingerprint/utf8_iter-39d2d421a5b8d55d/dep-lib-utf8_iter new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/utf8_iter-39d2d421a5b8d55d/dep-lib-utf8_iter differ diff --git a/target/debug/.fingerprint/utf8_iter-39d2d421a5b8d55d/invoked.timestamp b/target/debug/.fingerprint/utf8_iter-39d2d421a5b8d55d/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/utf8_iter-39d2d421a5b8d55d/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/utf8_iter-39d2d421a5b8d55d/lib-utf8_iter b/target/debug/.fingerprint/utf8_iter-39d2d421a5b8d55d/lib-utf8_iter new file mode 100644 index 0000000..08a5254 --- /dev/null +++ b/target/debug/.fingerprint/utf8_iter-39d2d421a5b8d55d/lib-utf8_iter @@ -0,0 +1 @@ +c605e4d6d2c0f00e \ No newline at end of file diff --git a/target/debug/.fingerprint/utf8_iter-39d2d421a5b8d55d/lib-utf8_iter.json b/target/debug/.fingerprint/utf8_iter-39d2d421a5b8d55d/lib-utf8_iter.json new file mode 100644 index 0000000..b5639b1 --- /dev/null +++ b/target/debug/.fingerprint/utf8_iter-39d2d421a5b8d55d/lib-utf8_iter.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":6216520282702351879,"profile":2241668132362809309,"path":13535779462588967026,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/utf8_iter-39d2d421a5b8d55d/dep-lib-utf8_iter","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/utoipa-4b47912f2585f11a/dep-lib-utoipa b/target/debug/.fingerprint/utoipa-4b47912f2585f11a/dep-lib-utoipa new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/utoipa-4b47912f2585f11a/dep-lib-utoipa differ diff --git a/target/debug/.fingerprint/utoipa-4b47912f2585f11a/invoked.timestamp b/target/debug/.fingerprint/utoipa-4b47912f2585f11a/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/utoipa-4b47912f2585f11a/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/utoipa-4b47912f2585f11a/lib-utoipa b/target/debug/.fingerprint/utoipa-4b47912f2585f11a/lib-utoipa new file mode 100644 index 0000000..c012d09 --- /dev/null +++ b/target/debug/.fingerprint/utoipa-4b47912f2585f11a/lib-utoipa @@ -0,0 +1 @@ +7cdc8fe922cc1167 \ No newline at end of file diff --git a/target/debug/.fingerprint/utoipa-4b47912f2585f11a/lib-utoipa.json b/target/debug/.fingerprint/utoipa-4b47912f2585f11a/lib-utoipa.json new file mode 100644 index 0000000..fcfa63b --- /dev/null +++ b/target/debug/.fingerprint/utoipa-4b47912f2585f11a/lib-utoipa.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"chrono\", \"default\", \"uuid\"]","declared_features":"[\"actix_extras\", \"auto_into_responses\", \"axum_extras\", \"chrono\", \"debug\", \"decimal\", \"decimal_float\", \"default\", \"indexmap\", \"non_strict_integers\", \"openapi_extensions\", \"preserve_order\", \"preserve_path_order\", \"rc_schema\", \"repr\", \"rocket_extras\", \"serde_yaml\", \"smallvec\", \"time\", \"ulid\", \"url\", \"uuid\", \"yaml\"]","target":2151970672667237190,"profile":2241668132362809309,"path":17053426184641998683,"deps":[[12821780872552529316,"indexmap",false,8205179541564719214],[13548984313718623784,"serde",false,7132925528862317428],[13795362694956882968,"serde_json",false,15340009246332311666],[14477260817627552954,"utoipa_gen",false,7498384399102561082]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/utoipa-4b47912f2585f11a/dep-lib-utoipa","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/utoipa-9156b2eb335018be/dep-lib-utoipa b/target/debug/.fingerprint/utoipa-9156b2eb335018be/dep-lib-utoipa new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/utoipa-9156b2eb335018be/dep-lib-utoipa differ diff --git a/target/debug/.fingerprint/utoipa-9156b2eb335018be/invoked.timestamp b/target/debug/.fingerprint/utoipa-9156b2eb335018be/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/utoipa-9156b2eb335018be/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/utoipa-9156b2eb335018be/lib-utoipa b/target/debug/.fingerprint/utoipa-9156b2eb335018be/lib-utoipa new file mode 100644 index 0000000..1fdaa41 --- /dev/null +++ b/target/debug/.fingerprint/utoipa-9156b2eb335018be/lib-utoipa @@ -0,0 +1 @@ +55ad359b4be1277f \ No newline at end of file diff --git a/target/debug/.fingerprint/utoipa-9156b2eb335018be/lib-utoipa.json b/target/debug/.fingerprint/utoipa-9156b2eb335018be/lib-utoipa.json new file mode 100644 index 0000000..383adbb --- /dev/null +++ b/target/debug/.fingerprint/utoipa-9156b2eb335018be/lib-utoipa.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"chrono\", \"default\", \"uuid\"]","declared_features":"[\"actix_extras\", \"auto_into_responses\", \"axum_extras\", \"chrono\", \"debug\", \"decimal\", \"decimal_float\", \"default\", \"indexmap\", \"non_strict_integers\", \"openapi_extensions\", \"preserve_order\", \"preserve_path_order\", \"rc_schema\", \"repr\", \"rocket_extras\", \"serde_yaml\", \"smallvec\", \"time\", \"ulid\", \"url\", \"uuid\", \"yaml\"]","target":2151970672667237190,"profile":2241668132362809309,"path":17053426184641998683,"deps":[[12821780872552529316,"indexmap",false,8122438388439652767],[13548984313718623784,"serde",false,2716299212447388768],[13795362694956882968,"serde_json",false,8780529878399116378],[14477260817627552954,"utoipa_gen",false,4402179998110041239]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/utoipa-9156b2eb335018be/dep-lib-utoipa","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/utoipa-gen-701b974a37e28a34/dep-lib-utoipa_gen b/target/debug/.fingerprint/utoipa-gen-701b974a37e28a34/dep-lib-utoipa_gen new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/utoipa-gen-701b974a37e28a34/dep-lib-utoipa_gen differ diff --git a/target/debug/.fingerprint/utoipa-gen-701b974a37e28a34/invoked.timestamp b/target/debug/.fingerprint/utoipa-gen-701b974a37e28a34/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/utoipa-gen-701b974a37e28a34/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/utoipa-gen-701b974a37e28a34/lib-utoipa_gen b/target/debug/.fingerprint/utoipa-gen-701b974a37e28a34/lib-utoipa_gen new file mode 100644 index 0000000..77da178 --- /dev/null +++ b/target/debug/.fingerprint/utoipa-gen-701b974a37e28a34/lib-utoipa_gen @@ -0,0 +1 @@ +3acbd601e29c0f68 \ No newline at end of file diff --git a/target/debug/.fingerprint/utoipa-gen-701b974a37e28a34/lib-utoipa_gen.json b/target/debug/.fingerprint/utoipa-gen-701b974a37e28a34/lib-utoipa_gen.json new file mode 100644 index 0000000..5543860 --- /dev/null +++ b/target/debug/.fingerprint/utoipa-gen-701b974a37e28a34/lib-utoipa_gen.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"chrono\", \"uuid\"]","declared_features":"[\"actix_extras\", \"auto_into_responses\", \"axum_extras\", \"chrono\", \"debug\", \"decimal\", \"decimal_float\", \"indexmap\", \"non_strict_integers\", \"rc_schema\", \"regex\", \"repr\", \"rocket_extras\", \"smallvec\", \"time\", \"ulid\", \"url\", \"uuid\", \"yaml\"]","target":7060440504916948280,"profile":2225463790103693989,"path":12854734372646979707,"deps":[[248545985466586061,"proc_macro_error",false,10212698247573767197],[4289358735036141001,"proc_macro2",false,11907438208124547768],[6100504282945712449,"quote",false,15556484999302306747],[6490058671768129134,"syn",false,13449399834116190507],[9800012718262444189,"uuid",false,2267978341006294664]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/utoipa-gen-701b974a37e28a34/dep-lib-utoipa_gen","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/utoipa-gen-98e0272af6aab55b/dep-lib-utoipa_gen b/target/debug/.fingerprint/utoipa-gen-98e0272af6aab55b/dep-lib-utoipa_gen new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/utoipa-gen-98e0272af6aab55b/dep-lib-utoipa_gen differ diff --git a/target/debug/.fingerprint/utoipa-gen-98e0272af6aab55b/invoked.timestamp b/target/debug/.fingerprint/utoipa-gen-98e0272af6aab55b/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/utoipa-gen-98e0272af6aab55b/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/utoipa-gen-98e0272af6aab55b/lib-utoipa_gen b/target/debug/.fingerprint/utoipa-gen-98e0272af6aab55b/lib-utoipa_gen new file mode 100644 index 0000000..e40f3c7 --- /dev/null +++ b/target/debug/.fingerprint/utoipa-gen-98e0272af6aab55b/lib-utoipa_gen @@ -0,0 +1 @@ +97c4ad7062af173d \ No newline at end of file diff --git a/target/debug/.fingerprint/utoipa-gen-98e0272af6aab55b/lib-utoipa_gen.json b/target/debug/.fingerprint/utoipa-gen-98e0272af6aab55b/lib-utoipa_gen.json new file mode 100644 index 0000000..2b5d2f4 --- /dev/null +++ b/target/debug/.fingerprint/utoipa-gen-98e0272af6aab55b/lib-utoipa_gen.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"chrono\", \"uuid\"]","declared_features":"[\"actix_extras\", \"auto_into_responses\", \"axum_extras\", \"chrono\", \"debug\", \"decimal\", \"decimal_float\", \"indexmap\", \"non_strict_integers\", \"rc_schema\", \"regex\", \"repr\", \"rocket_extras\", \"smallvec\", \"time\", \"ulid\", \"url\", \"uuid\", \"yaml\"]","target":7060440504916948280,"profile":2225463790103693989,"path":12854734372646979707,"deps":[[248545985466586061,"proc_macro_error",false,10212698247573767197],[4289358735036141001,"proc_macro2",false,11907438208124547768],[6100504282945712449,"quote",false,15556484999302306747],[6490058671768129134,"syn",false,13449399834116190507],[9800012718262444189,"uuid",false,678417917178114106]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/utoipa-gen-98e0272af6aab55b/dep-lib-utoipa_gen","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/uuid-2782fa2002529580/dep-lib-uuid b/target/debug/.fingerprint/uuid-2782fa2002529580/dep-lib-uuid new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/uuid-2782fa2002529580/dep-lib-uuid differ diff --git a/target/debug/.fingerprint/uuid-2782fa2002529580/invoked.timestamp b/target/debug/.fingerprint/uuid-2782fa2002529580/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/uuid-2782fa2002529580/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/uuid-2782fa2002529580/lib-uuid b/target/debug/.fingerprint/uuid-2782fa2002529580/lib-uuid new file mode 100644 index 0000000..c6f7211 --- /dev/null +++ b/target/debug/.fingerprint/uuid-2782fa2002529580/lib-uuid @@ -0,0 +1 @@ +15a377f1538505c1 \ No newline at end of file diff --git a/target/debug/.fingerprint/uuid-2782fa2002529580/lib-uuid.json b/target/debug/.fingerprint/uuid-2782fa2002529580/lib-uuid.json new file mode 100644 index 0000000..23b86b7 --- /dev/null +++ b/target/debug/.fingerprint/uuid-2782fa2002529580/lib-uuid.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"rng\", \"serde\", \"std\", \"v4\"]","declared_features":"[\"arbitrary\", \"atomic\", \"borsh\", \"bytemuck\", \"default\", \"fast-rng\", \"js\", \"macro-diagnostics\", \"md5\", \"rng\", \"rng-getrandom\", \"rng-rand\", \"serde\", \"sha1\", \"slog\", \"std\", \"uuid-rng-internal-lib\", \"v1\", \"v3\", \"v4\", \"v5\", \"v6\", \"v7\", \"v8\", \"zerocopy\"]","target":2422778461497348360,"profile":13283718623888339653,"path":16659851159296528401,"deps":[[11899261697793765154,"serde_core",false,9848609837332900020],[18408407127522236545,"getrandom",false,8090483015710057349]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/uuid-2782fa2002529580/dep-lib-uuid","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/uuid-9321bafc0fd8dd7d/dep-lib-uuid b/target/debug/.fingerprint/uuid-9321bafc0fd8dd7d/dep-lib-uuid new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/uuid-9321bafc0fd8dd7d/dep-lib-uuid differ diff --git a/target/debug/.fingerprint/uuid-9321bafc0fd8dd7d/invoked.timestamp b/target/debug/.fingerprint/uuid-9321bafc0fd8dd7d/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/uuid-9321bafc0fd8dd7d/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/uuid-9321bafc0fd8dd7d/lib-uuid b/target/debug/.fingerprint/uuid-9321bafc0fd8dd7d/lib-uuid new file mode 100644 index 0000000..f13f261 --- /dev/null +++ b/target/debug/.fingerprint/uuid-9321bafc0fd8dd7d/lib-uuid @@ -0,0 +1 @@ +88bef5ed487a791f \ No newline at end of file diff --git a/target/debug/.fingerprint/uuid-9321bafc0fd8dd7d/lib-uuid.json b/target/debug/.fingerprint/uuid-9321bafc0fd8dd7d/lib-uuid.json new file mode 100644 index 0000000..430bb08 --- /dev/null +++ b/target/debug/.fingerprint/uuid-9321bafc0fd8dd7d/lib-uuid.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"rng\", \"serde\", \"std\", \"v4\"]","declared_features":"[\"arbitrary\", \"atomic\", \"borsh\", \"bytemuck\", \"default\", \"fast-rng\", \"js\", \"macro-diagnostics\", \"md5\", \"rng\", \"rng-getrandom\", \"rng-rand\", \"serde\", \"sha1\", \"slog\", \"std\", \"uuid-rng-internal-lib\", \"v1\", \"v3\", \"v4\", \"v5\", \"v6\", \"v7\", \"v8\", \"zerocopy\"]","target":2422778461497348360,"profile":13109237214727842307,"path":16659851159296528401,"deps":[[11899261697793765154,"serde_core",false,4301951189289845985],[18408407127522236545,"getrandom",false,14485845934153056831]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/uuid-9321bafc0fd8dd7d/dep-lib-uuid","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/uuid-bf849bd751d4c6c5/dep-lib-uuid b/target/debug/.fingerprint/uuid-bf849bd751d4c6c5/dep-lib-uuid new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/uuid-bf849bd751d4c6c5/dep-lib-uuid differ diff --git a/target/debug/.fingerprint/uuid-bf849bd751d4c6c5/invoked.timestamp b/target/debug/.fingerprint/uuid-bf849bd751d4c6c5/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/uuid-bf849bd751d4c6c5/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/uuid-bf849bd751d4c6c5/lib-uuid b/target/debug/.fingerprint/uuid-bf849bd751d4c6c5/lib-uuid new file mode 100644 index 0000000..75e7daa --- /dev/null +++ b/target/debug/.fingerprint/uuid-bf849bd751d4c6c5/lib-uuid @@ -0,0 +1 @@ +3a70a95280396a09 \ No newline at end of file diff --git a/target/debug/.fingerprint/uuid-bf849bd751d4c6c5/lib-uuid.json b/target/debug/.fingerprint/uuid-bf849bd751d4c6c5/lib-uuid.json new file mode 100644 index 0000000..85068fe --- /dev/null +++ b/target/debug/.fingerprint/uuid-bf849bd751d4c6c5/lib-uuid.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"rng\", \"serde\", \"std\", \"v4\"]","declared_features":"[\"arbitrary\", \"atomic\", \"borsh\", \"bytemuck\", \"default\", \"fast-rng\", \"js\", \"macro-diagnostics\", \"md5\", \"rng\", \"rng-getrandom\", \"rng-rand\", \"serde\", \"sha1\", \"slog\", \"std\", \"uuid-rng-internal-lib\", \"v1\", \"v3\", \"v4\", \"v5\", \"v6\", \"v7\", \"v8\", \"zerocopy\"]","target":2422778461497348360,"profile":13109237214727842307,"path":16659851159296528401,"deps":[[11899261697793765154,"serde_core",false,11946319382333109670],[18408407127522236545,"getrandom",false,14485845934153056831]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/uuid-bf849bd751d4c6c5/dep-lib-uuid","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/uuid-d95cfa254a403c28/dep-lib-uuid b/target/debug/.fingerprint/uuid-d95cfa254a403c28/dep-lib-uuid new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/uuid-d95cfa254a403c28/dep-lib-uuid differ diff --git a/target/debug/.fingerprint/uuid-d95cfa254a403c28/invoked.timestamp b/target/debug/.fingerprint/uuid-d95cfa254a403c28/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/uuid-d95cfa254a403c28/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/uuid-d95cfa254a403c28/lib-uuid b/target/debug/.fingerprint/uuid-d95cfa254a403c28/lib-uuid new file mode 100644 index 0000000..a8e7caf --- /dev/null +++ b/target/debug/.fingerprint/uuid-d95cfa254a403c28/lib-uuid @@ -0,0 +1 @@ +687731bd01baec37 \ No newline at end of file diff --git a/target/debug/.fingerprint/uuid-d95cfa254a403c28/lib-uuid.json b/target/debug/.fingerprint/uuid-d95cfa254a403c28/lib-uuid.json new file mode 100644 index 0000000..3f15b55 --- /dev/null +++ b/target/debug/.fingerprint/uuid-d95cfa254a403c28/lib-uuid.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"default\", \"rng\", \"serde\", \"std\", \"v4\"]","declared_features":"[\"arbitrary\", \"atomic\", \"borsh\", \"bytemuck\", \"default\", \"fast-rng\", \"js\", \"macro-diagnostics\", \"md5\", \"rng\", \"rng-getrandom\", \"rng-rand\", \"serde\", \"sha1\", \"slog\", \"std\", \"uuid-rng-internal-lib\", \"v1\", \"v3\", \"v4\", \"v5\", \"v6\", \"v7\", \"v8\", \"zerocopy\"]","target":2422778461497348360,"profile":13283718623888339653,"path":16659851159296528401,"deps":[[11899261697793765154,"serde_core",false,1275225937462102368],[18408407127522236545,"getrandom",false,8090483015710057349]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/uuid-d95cfa254a403c28/dep-lib-uuid","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/validator-5860359495285abf/dep-lib-validator b/target/debug/.fingerprint/validator-5860359495285abf/dep-lib-validator new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/validator-5860359495285abf/dep-lib-validator differ diff --git a/target/debug/.fingerprint/validator-5860359495285abf/invoked.timestamp b/target/debug/.fingerprint/validator-5860359495285abf/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/validator-5860359495285abf/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/validator-5860359495285abf/lib-validator b/target/debug/.fingerprint/validator-5860359495285abf/lib-validator new file mode 100644 index 0000000..bcf2711 --- /dev/null +++ b/target/debug/.fingerprint/validator-5860359495285abf/lib-validator @@ -0,0 +1 @@ +5578cc6f3e6a59ff \ No newline at end of file diff --git a/target/debug/.fingerprint/validator-5860359495285abf/lib-validator.json b/target/debug/.fingerprint/validator-5860359495285abf/lib-validator.json new file mode 100644 index 0000000..f6debad --- /dev/null +++ b/target/debug/.fingerprint/validator-5860359495285abf/lib-validator.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"derive\", \"validator_derive\"]","declared_features":"[\"card\", \"card-validate\", \"derive\", \"indexmap\", \"unic\", \"unic-ucd-common\", \"validator_derive\"]","target":9980508537274615178,"profile":2241668132362809309,"path":14846818219389330211,"deps":[[29136177474520882,"idna",false,16215658754298350092],[1528297757488249563,"url",false,8446390972076575059],[3051629642231505422,"serde_derive",false,3685830180364140551],[3056178850035811329,"regex",false,11202606313042889476],[3722963349756955755,"once_cell",false,12214999296643315191],[13548984313718623784,"serde",false,7132925528862317428],[13795362694956882968,"serde_json",false,15340009246332311666],[16150187315750640651,"validator_derive",false,11382731732641723768]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/validator-5860359495285abf/dep-lib-validator","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/validator-9e3738ab64fd461c/dep-lib-validator b/target/debug/.fingerprint/validator-9e3738ab64fd461c/dep-lib-validator new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/validator-9e3738ab64fd461c/dep-lib-validator differ diff --git a/target/debug/.fingerprint/validator-9e3738ab64fd461c/invoked.timestamp b/target/debug/.fingerprint/validator-9e3738ab64fd461c/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/validator-9e3738ab64fd461c/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/validator-9e3738ab64fd461c/lib-validator b/target/debug/.fingerprint/validator-9e3738ab64fd461c/lib-validator new file mode 100644 index 0000000..da663b8 --- /dev/null +++ b/target/debug/.fingerprint/validator-9e3738ab64fd461c/lib-validator @@ -0,0 +1 @@ +684afc0358ad3e9d \ No newline at end of file diff --git a/target/debug/.fingerprint/validator-9e3738ab64fd461c/lib-validator.json b/target/debug/.fingerprint/validator-9e3738ab64fd461c/lib-validator.json new file mode 100644 index 0000000..87ae09a --- /dev/null +++ b/target/debug/.fingerprint/validator-9e3738ab64fd461c/lib-validator.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"card\", \"card-validate\", \"derive\", \"indexmap\", \"phone\", \"phonenumber\", \"unic\", \"unic-ucd-common\", \"validator_derive\"]","target":5309236324637943439,"profile":2241668132362809309,"path":245107335364297769,"deps":[[1528297757488249563,"url",false,8446390972076575059],[3051629642231505422,"serde_derive",false,3685830180364140551],[3056178850035811329,"regex",false,11202606313042889476],[6831145713501318248,"idna",false,10065708081796332302],[13548984313718623784,"serde",false,7132925528862317428],[13795362694956882968,"serde_json",false,15340009246332311666],[17917672826516349275,"lazy_static",false,6990877154631962087]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/validator-9e3738ab64fd461c/dep-lib-validator","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/validator-f27e2fbdeee5141f/dep-lib-validator b/target/debug/.fingerprint/validator-f27e2fbdeee5141f/dep-lib-validator new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/validator-f27e2fbdeee5141f/dep-lib-validator differ diff --git a/target/debug/.fingerprint/validator-f27e2fbdeee5141f/invoked.timestamp b/target/debug/.fingerprint/validator-f27e2fbdeee5141f/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/validator-f27e2fbdeee5141f/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/validator-f27e2fbdeee5141f/lib-validator b/target/debug/.fingerprint/validator-f27e2fbdeee5141f/lib-validator new file mode 100644 index 0000000..3dd8758 --- /dev/null +++ b/target/debug/.fingerprint/validator-f27e2fbdeee5141f/lib-validator @@ -0,0 +1 @@ +9fd77c1aa032ef0a \ No newline at end of file diff --git a/target/debug/.fingerprint/validator-f27e2fbdeee5141f/lib-validator.json b/target/debug/.fingerprint/validator-f27e2fbdeee5141f/lib-validator.json new file mode 100644 index 0000000..e49e0ef --- /dev/null +++ b/target/debug/.fingerprint/validator-f27e2fbdeee5141f/lib-validator.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"derive\", \"validator_derive\"]","declared_features":"[\"card\", \"card-validate\", \"derive\", \"indexmap\", \"unic\", \"unic-ucd-common\", \"validator_derive\"]","target":9980508537274615178,"profile":2241668132362809309,"path":14846818219389330211,"deps":[[29136177474520882,"idna",false,16215658754298350092],[1528297757488249563,"url",false,8446390972076575059],[3051629642231505422,"serde_derive",false,3685830180364140551],[3056178850035811329,"regex",false,11202606313042889476],[3722963349756955755,"once_cell",false,12214999296643315191],[13548984313718623784,"serde",false,2716299212447388768],[13795362694956882968,"serde_json",false,8780529878399116378],[16150187315750640651,"validator_derive",false,11382731732641723768]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/validator-f27e2fbdeee5141f/dep-lib-validator","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/validator_derive-8fae1fdf391f22c7/dep-lib-validator_derive b/target/debug/.fingerprint/validator_derive-8fae1fdf391f22c7/dep-lib-validator_derive new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/validator_derive-8fae1fdf391f22c7/dep-lib-validator_derive differ diff --git a/target/debug/.fingerprint/validator_derive-8fae1fdf391f22c7/invoked.timestamp b/target/debug/.fingerprint/validator_derive-8fae1fdf391f22c7/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/validator_derive-8fae1fdf391f22c7/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/validator_derive-8fae1fdf391f22c7/lib-validator_derive b/target/debug/.fingerprint/validator_derive-8fae1fdf391f22c7/lib-validator_derive new file mode 100644 index 0000000..e68659b --- /dev/null +++ b/target/debug/.fingerprint/validator_derive-8fae1fdf391f22c7/lib-validator_derive @@ -0,0 +1 @@ +7835add93396f79d \ No newline at end of file diff --git a/target/debug/.fingerprint/validator_derive-8fae1fdf391f22c7/lib-validator_derive.json b/target/debug/.fingerprint/validator_derive-8fae1fdf391f22c7/lib-validator_derive.json new file mode 100644 index 0000000..07c3967 --- /dev/null +++ b/target/debug/.fingerprint/validator_derive-8fae1fdf391f22c7/lib-validator_derive.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":16602519146646860200,"profile":2225463790103693989,"path":14228275551913291277,"deps":[[248545985466586061,"proc_macro_error",false,10212698247573767197],[496455418292392305,"darling",false,1849583511524850262],[3722963349756955755,"once_cell",false,15239077044092290488],[4289358735036141001,"proc_macro2",false,11907438208124547768],[6100504282945712449,"quote",false,15556484999302306747],[6490058671768129134,"syn",false,13449399834116190507]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/validator_derive-8fae1fdf391f22c7/dep-lib-validator_derive","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/vcpkg-5425685a8637baec/dep-lib-vcpkg b/target/debug/.fingerprint/vcpkg-5425685a8637baec/dep-lib-vcpkg new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/vcpkg-5425685a8637baec/dep-lib-vcpkg differ diff --git a/target/debug/.fingerprint/vcpkg-5425685a8637baec/invoked.timestamp b/target/debug/.fingerprint/vcpkg-5425685a8637baec/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/vcpkg-5425685a8637baec/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/vcpkg-5425685a8637baec/lib-vcpkg b/target/debug/.fingerprint/vcpkg-5425685a8637baec/lib-vcpkg new file mode 100644 index 0000000..d702776 --- /dev/null +++ b/target/debug/.fingerprint/vcpkg-5425685a8637baec/lib-vcpkg @@ -0,0 +1 @@ +bd53a376e48b0a8b \ No newline at end of file diff --git a/target/debug/.fingerprint/vcpkg-5425685a8637baec/lib-vcpkg.json b/target/debug/.fingerprint/vcpkg-5425685a8637baec/lib-vcpkg.json new file mode 100644 index 0000000..3ae2fe5 --- /dev/null +++ b/target/debug/.fingerprint/vcpkg-5425685a8637baec/lib-vcpkg.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":3860171895115171228,"profile":2225463790103693989,"path":17387185906742707215,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/vcpkg-5425685a8637baec/dep-lib-vcpkg","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/version_check-e67c589c3c1ced77/dep-lib-version_check b/target/debug/.fingerprint/version_check-e67c589c3c1ced77/dep-lib-version_check new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/version_check-e67c589c3c1ced77/dep-lib-version_check differ diff --git a/target/debug/.fingerprint/version_check-e67c589c3c1ced77/invoked.timestamp b/target/debug/.fingerprint/version_check-e67c589c3c1ced77/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/version_check-e67c589c3c1ced77/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/version_check-e67c589c3c1ced77/lib-version_check b/target/debug/.fingerprint/version_check-e67c589c3c1ced77/lib-version_check new file mode 100644 index 0000000..9c1dfc4 --- /dev/null +++ b/target/debug/.fingerprint/version_check-e67c589c3c1ced77/lib-version_check @@ -0,0 +1 @@ +7f6584b3fa9f8baa \ No newline at end of file diff --git a/target/debug/.fingerprint/version_check-e67c589c3c1ced77/lib-version_check.json b/target/debug/.fingerprint/version_check-e67c589c3c1ced77/lib-version_check.json new file mode 100644 index 0000000..369dad7 --- /dev/null +++ b/target/debug/.fingerprint/version_check-e67c589c3c1ced77/lib-version_check.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":18099224280402537651,"profile":2225463790103693989,"path":8301289210626796936,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/version_check-e67c589c3c1ced77/dep-lib-version_check","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/walkdir-20557cbaca703d2f/dep-lib-walkdir b/target/debug/.fingerprint/walkdir-20557cbaca703d2f/dep-lib-walkdir new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/walkdir-20557cbaca703d2f/dep-lib-walkdir differ diff --git a/target/debug/.fingerprint/walkdir-20557cbaca703d2f/invoked.timestamp b/target/debug/.fingerprint/walkdir-20557cbaca703d2f/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/walkdir-20557cbaca703d2f/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/walkdir-20557cbaca703d2f/lib-walkdir b/target/debug/.fingerprint/walkdir-20557cbaca703d2f/lib-walkdir new file mode 100644 index 0000000..87cbd15 --- /dev/null +++ b/target/debug/.fingerprint/walkdir-20557cbaca703d2f/lib-walkdir @@ -0,0 +1 @@ +03b6e876b020690b \ No newline at end of file diff --git a/target/debug/.fingerprint/walkdir-20557cbaca703d2f/lib-walkdir.json b/target/debug/.fingerprint/walkdir-20557cbaca703d2f/lib-walkdir.json new file mode 100644 index 0000000..eef80bf --- /dev/null +++ b/target/debug/.fingerprint/walkdir-20557cbaca703d2f/lib-walkdir.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":3552558796056091662,"profile":2241668132362809309,"path":3070154808374176631,"deps":[[11781824977070132858,"same_file",false,16517586173696686846]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/walkdir-20557cbaca703d2f/dep-lib-walkdir","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/walkdir-5cc6746be0e2993c/dep-lib-walkdir b/target/debug/.fingerprint/walkdir-5cc6746be0e2993c/dep-lib-walkdir new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/walkdir-5cc6746be0e2993c/dep-lib-walkdir differ diff --git a/target/debug/.fingerprint/walkdir-5cc6746be0e2993c/invoked.timestamp b/target/debug/.fingerprint/walkdir-5cc6746be0e2993c/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/walkdir-5cc6746be0e2993c/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/walkdir-5cc6746be0e2993c/lib-walkdir b/target/debug/.fingerprint/walkdir-5cc6746be0e2993c/lib-walkdir new file mode 100644 index 0000000..bea2cc2 --- /dev/null +++ b/target/debug/.fingerprint/walkdir-5cc6746be0e2993c/lib-walkdir @@ -0,0 +1 @@ +c082c79b4912f341 \ No newline at end of file diff --git a/target/debug/.fingerprint/walkdir-5cc6746be0e2993c/lib-walkdir.json b/target/debug/.fingerprint/walkdir-5cc6746be0e2993c/lib-walkdir.json new file mode 100644 index 0000000..4cbbdff --- /dev/null +++ b/target/debug/.fingerprint/walkdir-5cc6746be0e2993c/lib-walkdir.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":3552558796056091662,"profile":2225463790103693989,"path":3070154808374176631,"deps":[[11781824977070132858,"same_file",false,14217199827211343099]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/walkdir-5cc6746be0e2993c/dep-lib-walkdir","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/want-e953bceaba135dcb/dep-lib-want b/target/debug/.fingerprint/want-e953bceaba135dcb/dep-lib-want new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/want-e953bceaba135dcb/dep-lib-want differ diff --git a/target/debug/.fingerprint/want-e953bceaba135dcb/invoked.timestamp b/target/debug/.fingerprint/want-e953bceaba135dcb/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/want-e953bceaba135dcb/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/want-e953bceaba135dcb/lib-want b/target/debug/.fingerprint/want-e953bceaba135dcb/lib-want new file mode 100644 index 0000000..9dd354b --- /dev/null +++ b/target/debug/.fingerprint/want-e953bceaba135dcb/lib-want @@ -0,0 +1 @@ +b7a4b37e17059cc4 \ No newline at end of file diff --git a/target/debug/.fingerprint/want-e953bceaba135dcb/lib-want.json b/target/debug/.fingerprint/want-e953bceaba135dcb/lib-want.json new file mode 100644 index 0000000..646a979 --- /dev/null +++ b/target/debug/.fingerprint/want-e953bceaba135dcb/lib-want.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":6053490367063310035,"profile":2241668132362809309,"path":13193673122034186761,"deps":[[16468274364286264991,"try_lock",false,17149299830027726751]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/want-e953bceaba135dcb/dep-lib-want","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/winnow-a70df8d793627acd/dep-lib-winnow b/target/debug/.fingerprint/winnow-a70df8d793627acd/dep-lib-winnow new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/winnow-a70df8d793627acd/dep-lib-winnow differ diff --git a/target/debug/.fingerprint/winnow-a70df8d793627acd/invoked.timestamp b/target/debug/.fingerprint/winnow-a70df8d793627acd/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/winnow-a70df8d793627acd/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/winnow-a70df8d793627acd/lib-winnow b/target/debug/.fingerprint/winnow-a70df8d793627acd/lib-winnow new file mode 100644 index 0000000..8ab2e80 --- /dev/null +++ b/target/debug/.fingerprint/winnow-a70df8d793627acd/lib-winnow @@ -0,0 +1 @@ +cc499614c6d387da \ No newline at end of file diff --git a/target/debug/.fingerprint/winnow-a70df8d793627acd/lib-winnow.json b/target/debug/.fingerprint/winnow-a70df8d793627acd/lib-winnow.json new file mode 100644 index 0000000..22aad73 --- /dev/null +++ b/target/debug/.fingerprint/winnow-a70df8d793627acd/lib-winnow.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"std\"]","declared_features":"[\"alloc\", \"debug\", \"default\", \"simd\", \"std\", \"unstable-doc\", \"unstable-recover\"]","target":13376497836617006023,"profile":12998675864389268938,"path":10402526846963879691,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/winnow-a70df8d793627acd/dep-lib-winnow","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/winnow-f70f8c00ea585f15/dep-lib-winnow b/target/debug/.fingerprint/winnow-f70f8c00ea585f15/dep-lib-winnow new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/winnow-f70f8c00ea585f15/dep-lib-winnow differ diff --git a/target/debug/.fingerprint/winnow-f70f8c00ea585f15/invoked.timestamp b/target/debug/.fingerprint/winnow-f70f8c00ea585f15/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/winnow-f70f8c00ea585f15/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/winnow-f70f8c00ea585f15/lib-winnow b/target/debug/.fingerprint/winnow-f70f8c00ea585f15/lib-winnow new file mode 100644 index 0000000..b26390b --- /dev/null +++ b/target/debug/.fingerprint/winnow-f70f8c00ea585f15/lib-winnow @@ -0,0 +1 @@ +cdedf2516657e0cf \ No newline at end of file diff --git a/target/debug/.fingerprint/winnow-f70f8c00ea585f15/lib-winnow.json b/target/debug/.fingerprint/winnow-f70f8c00ea585f15/lib-winnow.json new file mode 100644 index 0000000..004c820 --- /dev/null +++ b/target/debug/.fingerprint/winnow-f70f8c00ea585f15/lib-winnow.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\", \"std\"]","declared_features":"[\"alloc\", \"debug\", \"default\", \"simd\", \"std\", \"unstable-doc\", \"unstable-recover\"]","target":13376497836617006023,"profile":9350918751530262658,"path":10402526846963879691,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/winnow-f70f8c00ea585f15/dep-lib-winnow","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/writeable-31c9ba73adda303d/dep-lib-writeable b/target/debug/.fingerprint/writeable-31c9ba73adda303d/dep-lib-writeable new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/writeable-31c9ba73adda303d/dep-lib-writeable differ diff --git a/target/debug/.fingerprint/writeable-31c9ba73adda303d/invoked.timestamp b/target/debug/.fingerprint/writeable-31c9ba73adda303d/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/writeable-31c9ba73adda303d/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/writeable-31c9ba73adda303d/lib-writeable b/target/debug/.fingerprint/writeable-31c9ba73adda303d/lib-writeable new file mode 100644 index 0000000..6db8f20 --- /dev/null +++ b/target/debug/.fingerprint/writeable-31c9ba73adda303d/lib-writeable @@ -0,0 +1 @@ +2248bd0f8ca7738f \ No newline at end of file diff --git a/target/debug/.fingerprint/writeable-31c9ba73adda303d/lib-writeable.json b/target/debug/.fingerprint/writeable-31c9ba73adda303d/lib-writeable.json new file mode 100644 index 0000000..2dccae8 --- /dev/null +++ b/target/debug/.fingerprint/writeable-31c9ba73adda303d/lib-writeable.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"alloc\", \"default\", \"either\"]","target":6209224040855486982,"profile":2225463790103693989,"path":13958522426152094045,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/writeable-31c9ba73adda303d/dep-lib-writeable","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/writeable-579521408cf98134/dep-lib-writeable b/target/debug/.fingerprint/writeable-579521408cf98134/dep-lib-writeable new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/writeable-579521408cf98134/dep-lib-writeable differ diff --git a/target/debug/.fingerprint/writeable-579521408cf98134/invoked.timestamp b/target/debug/.fingerprint/writeable-579521408cf98134/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/writeable-579521408cf98134/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/writeable-579521408cf98134/lib-writeable b/target/debug/.fingerprint/writeable-579521408cf98134/lib-writeable new file mode 100644 index 0000000..afeb9d3 --- /dev/null +++ b/target/debug/.fingerprint/writeable-579521408cf98134/lib-writeable @@ -0,0 +1 @@ +2a2e921ae4ed1e19 \ No newline at end of file diff --git a/target/debug/.fingerprint/writeable-579521408cf98134/lib-writeable.json b/target/debug/.fingerprint/writeable-579521408cf98134/lib-writeable.json new file mode 100644 index 0000000..c8b3f3e --- /dev/null +++ b/target/debug/.fingerprint/writeable-579521408cf98134/lib-writeable.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"alloc\", \"default\", \"either\"]","target":6209224040855486982,"profile":2241668132362809309,"path":13958522426152094045,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/writeable-579521408cf98134/dep-lib-writeable","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/yoke-0ccbc86cd7a1f8d7/dep-lib-yoke b/target/debug/.fingerprint/yoke-0ccbc86cd7a1f8d7/dep-lib-yoke new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/yoke-0ccbc86cd7a1f8d7/dep-lib-yoke differ diff --git a/target/debug/.fingerprint/yoke-0ccbc86cd7a1f8d7/invoked.timestamp b/target/debug/.fingerprint/yoke-0ccbc86cd7a1f8d7/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/yoke-0ccbc86cd7a1f8d7/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/yoke-0ccbc86cd7a1f8d7/lib-yoke b/target/debug/.fingerprint/yoke-0ccbc86cd7a1f8d7/lib-yoke new file mode 100644 index 0000000..c4590f2 --- /dev/null +++ b/target/debug/.fingerprint/yoke-0ccbc86cd7a1f8d7/lib-yoke @@ -0,0 +1 @@ +422b4fe275dc1c4b \ No newline at end of file diff --git a/target/debug/.fingerprint/yoke-0ccbc86cd7a1f8d7/lib-yoke.json b/target/debug/.fingerprint/yoke-0ccbc86cd7a1f8d7/lib-yoke.json new file mode 100644 index 0000000..ba562a6 --- /dev/null +++ b/target/debug/.fingerprint/yoke-0ccbc86cd7a1f8d7/lib-yoke.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"derive\", \"zerofrom\"]","declared_features":"[\"alloc\", \"default\", \"derive\", \"serde\", \"zerofrom\"]","target":11250006364125496299,"profile":2225463790103693989,"path":18088948135190973008,"deps":[[4776946450414566059,"yoke_derive",false,13401699210748097686],[12669569555400633618,"stable_deref_trait",false,14754803829310641719],[17046516144589451410,"zerofrom",false,7916536832193263757]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/yoke-0ccbc86cd7a1f8d7/dep-lib-yoke","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/yoke-501faa5a11643775/dep-lib-yoke b/target/debug/.fingerprint/yoke-501faa5a11643775/dep-lib-yoke new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/yoke-501faa5a11643775/dep-lib-yoke differ diff --git a/target/debug/.fingerprint/yoke-501faa5a11643775/invoked.timestamp b/target/debug/.fingerprint/yoke-501faa5a11643775/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/yoke-501faa5a11643775/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/yoke-501faa5a11643775/lib-yoke b/target/debug/.fingerprint/yoke-501faa5a11643775/lib-yoke new file mode 100644 index 0000000..21228aa --- /dev/null +++ b/target/debug/.fingerprint/yoke-501faa5a11643775/lib-yoke @@ -0,0 +1 @@ +0fdba350364327f6 \ No newline at end of file diff --git a/target/debug/.fingerprint/yoke-501faa5a11643775/lib-yoke.json b/target/debug/.fingerprint/yoke-501faa5a11643775/lib-yoke.json new file mode 100644 index 0000000..fc1031a --- /dev/null +++ b/target/debug/.fingerprint/yoke-501faa5a11643775/lib-yoke.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"derive\", \"zerofrom\"]","declared_features":"[\"alloc\", \"default\", \"derive\", \"serde\", \"zerofrom\"]","target":11250006364125496299,"profile":2241668132362809309,"path":18088948135190973008,"deps":[[4776946450414566059,"yoke_derive",false,13401699210748097686],[12669569555400633618,"stable_deref_trait",false,1556432400587684713],[17046516144589451410,"zerofrom",false,15470025828991227490]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/yoke-501faa5a11643775/dep-lib-yoke","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/yoke-derive-e52306d65360de31/dep-lib-yoke_derive b/target/debug/.fingerprint/yoke-derive-e52306d65360de31/dep-lib-yoke_derive new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/yoke-derive-e52306d65360de31/dep-lib-yoke_derive differ diff --git a/target/debug/.fingerprint/yoke-derive-e52306d65360de31/invoked.timestamp b/target/debug/.fingerprint/yoke-derive-e52306d65360de31/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/yoke-derive-e52306d65360de31/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/yoke-derive-e52306d65360de31/lib-yoke_derive b/target/debug/.fingerprint/yoke-derive-e52306d65360de31/lib-yoke_derive new file mode 100644 index 0000000..db5262a --- /dev/null +++ b/target/debug/.fingerprint/yoke-derive-e52306d65360de31/lib-yoke_derive @@ -0,0 +1 @@ +96f4454b6d66fcb9 \ No newline at end of file diff --git a/target/debug/.fingerprint/yoke-derive-e52306d65360de31/lib-yoke_derive.json b/target/debug/.fingerprint/yoke-derive-e52306d65360de31/lib-yoke_derive.json new file mode 100644 index 0000000..fd6f660 --- /dev/null +++ b/target/debug/.fingerprint/yoke-derive-e52306d65360de31/lib-yoke_derive.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":1654536213780382264,"profile":2225463790103693989,"path":8085863638779300279,"deps":[[4289358735036141001,"proc_macro2",false,11907438208124547768],[4621990586401870511,"synstructure",false,9770590626602328739],[6100504282945712449,"quote",false,15556484999302306747],[6490058671768129134,"syn",false,13449399834116190507]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/yoke-derive-e52306d65360de31/dep-lib-yoke_derive","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/zerocopy-5fc78f4f144589af/dep-lib-zerocopy b/target/debug/.fingerprint/zerocopy-5fc78f4f144589af/dep-lib-zerocopy new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/zerocopy-5fc78f4f144589af/dep-lib-zerocopy differ diff --git a/target/debug/.fingerprint/zerocopy-5fc78f4f144589af/invoked.timestamp b/target/debug/.fingerprint/zerocopy-5fc78f4f144589af/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/zerocopy-5fc78f4f144589af/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/zerocopy-5fc78f4f144589af/lib-zerocopy b/target/debug/.fingerprint/zerocopy-5fc78f4f144589af/lib-zerocopy new file mode 100644 index 0000000..f875665 --- /dev/null +++ b/target/debug/.fingerprint/zerocopy-5fc78f4f144589af/lib-zerocopy @@ -0,0 +1 @@ +c49cc853f7715530 \ No newline at end of file diff --git a/target/debug/.fingerprint/zerocopy-5fc78f4f144589af/lib-zerocopy.json b/target/debug/.fingerprint/zerocopy-5fc78f4f144589af/lib-zerocopy.json new file mode 100644 index 0000000..c91a54c --- /dev/null +++ b/target/debug/.fingerprint/zerocopy-5fc78f4f144589af/lib-zerocopy.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"simd\"]","declared_features":"[\"__internal_use_only_features_that_work_on_stable\", \"alloc\", \"derive\", \"float-nightly\", \"simd\", \"simd-nightly\", \"std\", \"zerocopy-derive\"]","target":3084901215544504908,"profile":2225463790103693989,"path":12421372311130098510,"deps":[[5021626027629172000,"build_script_build",false,2413220707406355633]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/zerocopy-5fc78f4f144589af/dep-lib-zerocopy","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/zerocopy-61b2bd6231f811dc/build-script-build-script-build b/target/debug/.fingerprint/zerocopy-61b2bd6231f811dc/build-script-build-script-build new file mode 100644 index 0000000..9c1d12d --- /dev/null +++ b/target/debug/.fingerprint/zerocopy-61b2bd6231f811dc/build-script-build-script-build @@ -0,0 +1 @@ +19345046f2019b3f \ No newline at end of file diff --git a/target/debug/.fingerprint/zerocopy-61b2bd6231f811dc/build-script-build-script-build.json b/target/debug/.fingerprint/zerocopy-61b2bd6231f811dc/build-script-build-script-build.json new file mode 100644 index 0000000..ed9736e --- /dev/null +++ b/target/debug/.fingerprint/zerocopy-61b2bd6231f811dc/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"simd\"]","declared_features":"[\"__internal_use_only_features_that_work_on_stable\", \"alloc\", \"derive\", \"float-nightly\", \"simd\", \"simd-nightly\", \"std\", \"zerocopy-derive\"]","target":5408242616063297496,"profile":2225463790103693989,"path":17842858709758289994,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/zerocopy-61b2bd6231f811dc/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/zerocopy-61b2bd6231f811dc/dep-build-script-build-script-build b/target/debug/.fingerprint/zerocopy-61b2bd6231f811dc/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/zerocopy-61b2bd6231f811dc/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/zerocopy-61b2bd6231f811dc/invoked.timestamp b/target/debug/.fingerprint/zerocopy-61b2bd6231f811dc/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/zerocopy-61b2bd6231f811dc/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/zerocopy-db6797967a7a390b/run-build-script-build-script-build b/target/debug/.fingerprint/zerocopy-db6797967a7a390b/run-build-script-build-script-build new file mode 100644 index 0000000..1939992 --- /dev/null +++ b/target/debug/.fingerprint/zerocopy-db6797967a7a390b/run-build-script-build-script-build @@ -0,0 +1 @@ +b19c9295727b7d21 \ No newline at end of file diff --git a/target/debug/.fingerprint/zerocopy-db6797967a7a390b/run-build-script-build-script-build.json b/target/debug/.fingerprint/zerocopy-db6797967a7a390b/run-build-script-build-script-build.json new file mode 100644 index 0000000..aac1745 --- /dev/null +++ b/target/debug/.fingerprint/zerocopy-db6797967a7a390b/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[5021626027629172000,"build_script_build",false,4583259185852986393]],"local":[{"RerunIfChanged":{"output":"debug/build/zerocopy-db6797967a7a390b/output","paths":["build.rs","Cargo.toml"]}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/zerocopy-e79c9b0f319e5d36/dep-lib-zerocopy b/target/debug/.fingerprint/zerocopy-e79c9b0f319e5d36/dep-lib-zerocopy new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/zerocopy-e79c9b0f319e5d36/dep-lib-zerocopy differ diff --git a/target/debug/.fingerprint/zerocopy-e79c9b0f319e5d36/invoked.timestamp b/target/debug/.fingerprint/zerocopy-e79c9b0f319e5d36/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/zerocopy-e79c9b0f319e5d36/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/zerocopy-e79c9b0f319e5d36/lib-zerocopy b/target/debug/.fingerprint/zerocopy-e79c9b0f319e5d36/lib-zerocopy new file mode 100644 index 0000000..aa55f4f --- /dev/null +++ b/target/debug/.fingerprint/zerocopy-e79c9b0f319e5d36/lib-zerocopy @@ -0,0 +1 @@ +91ce9841cd67f908 \ No newline at end of file diff --git a/target/debug/.fingerprint/zerocopy-e79c9b0f319e5d36/lib-zerocopy.json b/target/debug/.fingerprint/zerocopy-e79c9b0f319e5d36/lib-zerocopy.json new file mode 100644 index 0000000..645bb8a --- /dev/null +++ b/target/debug/.fingerprint/zerocopy-e79c9b0f319e5d36/lib-zerocopy.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"simd\"]","declared_features":"[\"__internal_use_only_features_that_work_on_stable\", \"alloc\", \"derive\", \"float-nightly\", \"simd\", \"simd-nightly\", \"std\", \"zerocopy-derive\"]","target":3084901215544504908,"profile":2241668132362809309,"path":12421372311130098510,"deps":[[5021626027629172000,"build_script_build",false,2413220707406355633]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/zerocopy-e79c9b0f319e5d36/dep-lib-zerocopy","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/zerofrom-393f2070b1484c4c/dep-lib-zerofrom b/target/debug/.fingerprint/zerofrom-393f2070b1484c4c/dep-lib-zerofrom new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/zerofrom-393f2070b1484c4c/dep-lib-zerofrom differ diff --git a/target/debug/.fingerprint/zerofrom-393f2070b1484c4c/invoked.timestamp b/target/debug/.fingerprint/zerofrom-393f2070b1484c4c/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/zerofrom-393f2070b1484c4c/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/zerofrom-393f2070b1484c4c/lib-zerofrom b/target/debug/.fingerprint/zerofrom-393f2070b1484c4c/lib-zerofrom new file mode 100644 index 0000000..672771c --- /dev/null +++ b/target/debug/.fingerprint/zerofrom-393f2070b1484c4c/lib-zerofrom @@ -0,0 +1 @@ +8df82c264e30dd6d \ No newline at end of file diff --git a/target/debug/.fingerprint/zerofrom-393f2070b1484c4c/lib-zerofrom.json b/target/debug/.fingerprint/zerofrom-393f2070b1484c4c/lib-zerofrom.json new file mode 100644 index 0000000..377690c --- /dev/null +++ b/target/debug/.fingerprint/zerofrom-393f2070b1484c4c/lib-zerofrom.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"derive\"]","declared_features":"[\"alloc\", \"default\", \"derive\"]","target":723370850876025358,"profile":2225463790103693989,"path":11671122438181909940,"deps":[[4022439902832367970,"zerofrom_derive",false,191255326819905587]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/zerofrom-393f2070b1484c4c/dep-lib-zerofrom","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/zerofrom-derive-ef604317381752e8/dep-lib-zerofrom_derive b/target/debug/.fingerprint/zerofrom-derive-ef604317381752e8/dep-lib-zerofrom_derive new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/zerofrom-derive-ef604317381752e8/dep-lib-zerofrom_derive differ diff --git a/target/debug/.fingerprint/zerofrom-derive-ef604317381752e8/invoked.timestamp b/target/debug/.fingerprint/zerofrom-derive-ef604317381752e8/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/zerofrom-derive-ef604317381752e8/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/zerofrom-derive-ef604317381752e8/lib-zerofrom_derive b/target/debug/.fingerprint/zerofrom-derive-ef604317381752e8/lib-zerofrom_derive new file mode 100644 index 0000000..47c1d38 --- /dev/null +++ b/target/debug/.fingerprint/zerofrom-derive-ef604317381752e8/lib-zerofrom_derive @@ -0,0 +1 @@ +337080d8b479a702 \ No newline at end of file diff --git a/target/debug/.fingerprint/zerofrom-derive-ef604317381752e8/lib-zerofrom_derive.json b/target/debug/.fingerprint/zerofrom-derive-ef604317381752e8/lib-zerofrom_derive.json new file mode 100644 index 0000000..2027b26 --- /dev/null +++ b/target/debug/.fingerprint/zerofrom-derive-ef604317381752e8/lib-zerofrom_derive.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":1753304412232254384,"profile":2225463790103693989,"path":15592677424773810102,"deps":[[4289358735036141001,"proc_macro2",false,11907438208124547768],[4621990586401870511,"synstructure",false,9770590626602328739],[6100504282945712449,"quote",false,15556484999302306747],[6490058671768129134,"syn",false,13449399834116190507]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/zerofrom-derive-ef604317381752e8/dep-lib-zerofrom_derive","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/zerofrom-e42cc11b8488ffb6/dep-lib-zerofrom b/target/debug/.fingerprint/zerofrom-e42cc11b8488ffb6/dep-lib-zerofrom new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/zerofrom-e42cc11b8488ffb6/dep-lib-zerofrom differ diff --git a/target/debug/.fingerprint/zerofrom-e42cc11b8488ffb6/invoked.timestamp b/target/debug/.fingerprint/zerofrom-e42cc11b8488ffb6/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/zerofrom-e42cc11b8488ffb6/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/zerofrom-e42cc11b8488ffb6/lib-zerofrom b/target/debug/.fingerprint/zerofrom-e42cc11b8488ffb6/lib-zerofrom new file mode 100644 index 0000000..b2ed2cf --- /dev/null +++ b/target/debug/.fingerprint/zerofrom-e42cc11b8488ffb6/lib-zerofrom @@ -0,0 +1 @@ +62d6231b8792b0d6 \ No newline at end of file diff --git a/target/debug/.fingerprint/zerofrom-e42cc11b8488ffb6/lib-zerofrom.json b/target/debug/.fingerprint/zerofrom-e42cc11b8488ffb6/lib-zerofrom.json new file mode 100644 index 0000000..f1fe450 --- /dev/null +++ b/target/debug/.fingerprint/zerofrom-e42cc11b8488ffb6/lib-zerofrom.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"derive\"]","declared_features":"[\"alloc\", \"default\", \"derive\"]","target":723370850876025358,"profile":2241668132362809309,"path":11671122438181909940,"deps":[[4022439902832367970,"zerofrom_derive",false,191255326819905587]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/zerofrom-e42cc11b8488ffb6/dep-lib-zerofrom","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/zeroize-adfa6c36ae8cdec1/dep-lib-zeroize b/target/debug/.fingerprint/zeroize-adfa6c36ae8cdec1/dep-lib-zeroize new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/zeroize-adfa6c36ae8cdec1/dep-lib-zeroize differ diff --git a/target/debug/.fingerprint/zeroize-adfa6c36ae8cdec1/invoked.timestamp b/target/debug/.fingerprint/zeroize-adfa6c36ae8cdec1/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/zeroize-adfa6c36ae8cdec1/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/zeroize-adfa6c36ae8cdec1/lib-zeroize b/target/debug/.fingerprint/zeroize-adfa6c36ae8cdec1/lib-zeroize new file mode 100644 index 0000000..66db303 --- /dev/null +++ b/target/debug/.fingerprint/zeroize-adfa6c36ae8cdec1/lib-zeroize @@ -0,0 +1 @@ +edaa3e490bc5df3a \ No newline at end of file diff --git a/target/debug/.fingerprint/zeroize-adfa6c36ae8cdec1/lib-zeroize.json b/target/debug/.fingerprint/zeroize-adfa6c36ae8cdec1/lib-zeroize.json new file mode 100644 index 0000000..be79a34 --- /dev/null +++ b/target/debug/.fingerprint/zeroize-adfa6c36ae8cdec1/lib-zeroize.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"alloc\", \"default\"]","declared_features":"[\"aarch64\", \"alloc\", \"default\", \"derive\", \"serde\", \"simd\", \"std\", \"zeroize_derive\"]","target":12859466896652407160,"profile":2241668132362809309,"path":16931353365857055824,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/zeroize-adfa6c36ae8cdec1/dep-lib-zeroize","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/zerotrie-2c85c53afed4a6d3/dep-lib-zerotrie b/target/debug/.fingerprint/zerotrie-2c85c53afed4a6d3/dep-lib-zerotrie new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/zerotrie-2c85c53afed4a6d3/dep-lib-zerotrie differ diff --git a/target/debug/.fingerprint/zerotrie-2c85c53afed4a6d3/invoked.timestamp b/target/debug/.fingerprint/zerotrie-2c85c53afed4a6d3/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/zerotrie-2c85c53afed4a6d3/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/zerotrie-2c85c53afed4a6d3/lib-zerotrie b/target/debug/.fingerprint/zerotrie-2c85c53afed4a6d3/lib-zerotrie new file mode 100644 index 0000000..9dcb023 --- /dev/null +++ b/target/debug/.fingerprint/zerotrie-2c85c53afed4a6d3/lib-zerotrie @@ -0,0 +1 @@ +c71623b12ad76680 \ No newline at end of file diff --git a/target/debug/.fingerprint/zerotrie-2c85c53afed4a6d3/lib-zerotrie.json b/target/debug/.fingerprint/zerotrie-2c85c53afed4a6d3/lib-zerotrie.json new file mode 100644 index 0000000..4404efe --- /dev/null +++ b/target/debug/.fingerprint/zerotrie-2c85c53afed4a6d3/lib-zerotrie.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"yoke\", \"zerofrom\"]","declared_features":"[\"alloc\", \"databake\", \"default\", \"litemap\", \"serde\", \"yoke\", \"zerofrom\", \"zerovec\"]","target":12445875338185814621,"profile":2241668132362809309,"path":16021301003130972885,"deps":[[697207654067905947,"yoke",false,17737219557982198543],[5298260564258778412,"displaydoc",false,4615219064331014460],[17046516144589451410,"zerofrom",false,15470025828991227490]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/zerotrie-2c85c53afed4a6d3/dep-lib-zerotrie","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/zerotrie-dd4e4165f2d24ed8/dep-lib-zerotrie b/target/debug/.fingerprint/zerotrie-dd4e4165f2d24ed8/dep-lib-zerotrie new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/zerotrie-dd4e4165f2d24ed8/dep-lib-zerotrie differ diff --git a/target/debug/.fingerprint/zerotrie-dd4e4165f2d24ed8/invoked.timestamp b/target/debug/.fingerprint/zerotrie-dd4e4165f2d24ed8/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/zerotrie-dd4e4165f2d24ed8/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/zerotrie-dd4e4165f2d24ed8/lib-zerotrie b/target/debug/.fingerprint/zerotrie-dd4e4165f2d24ed8/lib-zerotrie new file mode 100644 index 0000000..1825521 --- /dev/null +++ b/target/debug/.fingerprint/zerotrie-dd4e4165f2d24ed8/lib-zerotrie @@ -0,0 +1 @@ +bad7cde827c8af57 \ No newline at end of file diff --git a/target/debug/.fingerprint/zerotrie-dd4e4165f2d24ed8/lib-zerotrie.json b/target/debug/.fingerprint/zerotrie-dd4e4165f2d24ed8/lib-zerotrie.json new file mode 100644 index 0000000..6668816 --- /dev/null +++ b/target/debug/.fingerprint/zerotrie-dd4e4165f2d24ed8/lib-zerotrie.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"yoke\", \"zerofrom\"]","declared_features":"[\"alloc\", \"databake\", \"default\", \"litemap\", \"serde\", \"yoke\", \"zerofrom\", \"zerovec\"]","target":12445875338185814621,"profile":2225463790103693989,"path":16021301003130972885,"deps":[[697207654067905947,"yoke",false,5412443251058617154],[5298260564258778412,"displaydoc",false,4615219064331014460],[17046516144589451410,"zerofrom",false,7916536832193263757]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/zerotrie-dd4e4165f2d24ed8/dep-lib-zerotrie","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/zerovec-884b2924d2de8406/dep-lib-zerovec b/target/debug/.fingerprint/zerovec-884b2924d2de8406/dep-lib-zerovec new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/zerovec-884b2924d2de8406/dep-lib-zerovec differ diff --git a/target/debug/.fingerprint/zerovec-884b2924d2de8406/invoked.timestamp b/target/debug/.fingerprint/zerovec-884b2924d2de8406/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/zerovec-884b2924d2de8406/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/zerovec-884b2924d2de8406/lib-zerovec b/target/debug/.fingerprint/zerovec-884b2924d2de8406/lib-zerovec new file mode 100644 index 0000000..bcaf48f --- /dev/null +++ b/target/debug/.fingerprint/zerovec-884b2924d2de8406/lib-zerovec @@ -0,0 +1 @@ +4daf56955d081021 \ No newline at end of file diff --git a/target/debug/.fingerprint/zerovec-884b2924d2de8406/lib-zerovec.json b/target/debug/.fingerprint/zerovec-884b2924d2de8406/lib-zerovec.json new file mode 100644 index 0000000..13b3e4f --- /dev/null +++ b/target/debug/.fingerprint/zerovec-884b2924d2de8406/lib-zerovec.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"derive\", \"yoke\"]","declared_features":"[\"alloc\", \"databake\", \"derive\", \"hashmap\", \"serde\", \"std\", \"yoke\"]","target":1825474209729987087,"profile":2225463790103693989,"path":15510894669367295376,"deps":[[697207654067905947,"yoke",false,5412443251058617154],[6522303474648583265,"zerovec_derive",false,12836148556495090505],[17046516144589451410,"zerofrom",false,7916536832193263757]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/zerovec-884b2924d2de8406/dep-lib-zerovec","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/zerovec-8c0becf19051ac6c/dep-lib-zerovec b/target/debug/.fingerprint/zerovec-8c0becf19051ac6c/dep-lib-zerovec new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/zerovec-8c0becf19051ac6c/dep-lib-zerovec differ diff --git a/target/debug/.fingerprint/zerovec-8c0becf19051ac6c/invoked.timestamp b/target/debug/.fingerprint/zerovec-8c0becf19051ac6c/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/zerovec-8c0becf19051ac6c/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/zerovec-8c0becf19051ac6c/lib-zerovec b/target/debug/.fingerprint/zerovec-8c0becf19051ac6c/lib-zerovec new file mode 100644 index 0000000..8e838a5 --- /dev/null +++ b/target/debug/.fingerprint/zerovec-8c0becf19051ac6c/lib-zerovec @@ -0,0 +1 @@ +84c7df5d7afefbd3 \ No newline at end of file diff --git a/target/debug/.fingerprint/zerovec-8c0becf19051ac6c/lib-zerovec.json b/target/debug/.fingerprint/zerovec-8c0becf19051ac6c/lib-zerovec.json new file mode 100644 index 0000000..5663746 --- /dev/null +++ b/target/debug/.fingerprint/zerovec-8c0becf19051ac6c/lib-zerovec.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"derive\", \"yoke\"]","declared_features":"[\"alloc\", \"databake\", \"derive\", \"hashmap\", \"serde\", \"std\", \"yoke\"]","target":1825474209729987087,"profile":2241668132362809309,"path":15510894669367295376,"deps":[[697207654067905947,"yoke",false,17737219557982198543],[6522303474648583265,"zerovec_derive",false,12836148556495090505],[17046516144589451410,"zerofrom",false,15470025828991227490]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/zerovec-8c0becf19051ac6c/dep-lib-zerovec","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/zerovec-derive-c021e89437ba0154/dep-lib-zerovec_derive b/target/debug/.fingerprint/zerovec-derive-c021e89437ba0154/dep-lib-zerovec_derive new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/zerovec-derive-c021e89437ba0154/dep-lib-zerovec_derive differ diff --git a/target/debug/.fingerprint/zerovec-derive-c021e89437ba0154/invoked.timestamp b/target/debug/.fingerprint/zerovec-derive-c021e89437ba0154/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/zerovec-derive-c021e89437ba0154/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/zerovec-derive-c021e89437ba0154/lib-zerovec_derive b/target/debug/.fingerprint/zerovec-derive-c021e89437ba0154/lib-zerovec_derive new file mode 100644 index 0000000..49e163e --- /dev/null +++ b/target/debug/.fingerprint/zerovec-derive-c021e89437ba0154/lib-zerovec_derive @@ -0,0 +1 @@ +497308721a2923b2 \ No newline at end of file diff --git a/target/debug/.fingerprint/zerovec-derive-c021e89437ba0154/lib-zerovec_derive.json b/target/debug/.fingerprint/zerovec-derive-c021e89437ba0154/lib-zerovec_derive.json new file mode 100644 index 0000000..5923ec6 --- /dev/null +++ b/target/debug/.fingerprint/zerovec-derive-c021e89437ba0154/lib-zerovec_derive.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[]","target":14030368369369144574,"profile":2225463790103693989,"path":14212816023544510432,"deps":[[4289358735036141001,"proc_macro2",false,11907438208124547768],[6100504282945712449,"quote",false,15556484999302306747],[6490058671768129134,"syn",false,13449399834116190507]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/zerovec-derive-c021e89437ba0154/dep-lib-zerovec_derive","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/zmij-137fdf0b8ab7ac31/dep-lib-zmij b/target/debug/.fingerprint/zmij-137fdf0b8ab7ac31/dep-lib-zmij new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/zmij-137fdf0b8ab7ac31/dep-lib-zmij differ diff --git a/target/debug/.fingerprint/zmij-137fdf0b8ab7ac31/invoked.timestamp b/target/debug/.fingerprint/zmij-137fdf0b8ab7ac31/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/zmij-137fdf0b8ab7ac31/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/zmij-137fdf0b8ab7ac31/lib-zmij b/target/debug/.fingerprint/zmij-137fdf0b8ab7ac31/lib-zmij new file mode 100644 index 0000000..c005d8b --- /dev/null +++ b/target/debug/.fingerprint/zmij-137fdf0b8ab7ac31/lib-zmij @@ -0,0 +1 @@ +4603ef65aa65125d \ No newline at end of file diff --git a/target/debug/.fingerprint/zmij-137fdf0b8ab7ac31/lib-zmij.json b/target/debug/.fingerprint/zmij-137fdf0b8ab7ac31/lib-zmij.json new file mode 100644 index 0000000..aeffa43 --- /dev/null +++ b/target/debug/.fingerprint/zmij-137fdf0b8ab7ac31/lib-zmij.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"no-panic\"]","target":16603507647234574737,"profile":2241668132362809309,"path":2504876785385358286,"deps":[[11235350425663938615,"build_script_build",false,13670353739693309247]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/zmij-137fdf0b8ab7ac31/dep-lib-zmij","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/zmij-9681b19e088b6786/build-script-build-script-build b/target/debug/.fingerprint/zmij-9681b19e088b6786/build-script-build-script-build new file mode 100644 index 0000000..ce2efd5 --- /dev/null +++ b/target/debug/.fingerprint/zmij-9681b19e088b6786/build-script-build-script-build @@ -0,0 +1 @@ +9d8d6a83687850ad \ No newline at end of file diff --git a/target/debug/.fingerprint/zmij-9681b19e088b6786/build-script-build-script-build.json b/target/debug/.fingerprint/zmij-9681b19e088b6786/build-script-build-script-build.json new file mode 100644 index 0000000..dc2ab7b --- /dev/null +++ b/target/debug/.fingerprint/zmij-9681b19e088b6786/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"no-panic\"]","target":5408242616063297496,"profile":2225463790103693989,"path":6831976811192138876,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/zmij-9681b19e088b6786/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/zmij-9681b19e088b6786/dep-build-script-build-script-build b/target/debug/.fingerprint/zmij-9681b19e088b6786/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/zmij-9681b19e088b6786/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/zmij-9681b19e088b6786/invoked.timestamp b/target/debug/.fingerprint/zmij-9681b19e088b6786/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/zmij-9681b19e088b6786/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/zmij-d788a6efcb6afec2/dep-lib-zmij b/target/debug/.fingerprint/zmij-d788a6efcb6afec2/dep-lib-zmij new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/zmij-d788a6efcb6afec2/dep-lib-zmij differ diff --git a/target/debug/.fingerprint/zmij-d788a6efcb6afec2/invoked.timestamp b/target/debug/.fingerprint/zmij-d788a6efcb6afec2/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/zmij-d788a6efcb6afec2/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/zmij-d788a6efcb6afec2/lib-zmij b/target/debug/.fingerprint/zmij-d788a6efcb6afec2/lib-zmij new file mode 100644 index 0000000..752e85c --- /dev/null +++ b/target/debug/.fingerprint/zmij-d788a6efcb6afec2/lib-zmij @@ -0,0 +1 @@ +060e1a7fb5e9c903 \ No newline at end of file diff --git a/target/debug/.fingerprint/zmij-d788a6efcb6afec2/lib-zmij.json b/target/debug/.fingerprint/zmij-d788a6efcb6afec2/lib-zmij.json new file mode 100644 index 0000000..f998eaf --- /dev/null +++ b/target/debug/.fingerprint/zmij-d788a6efcb6afec2/lib-zmij.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"no-panic\"]","target":16603507647234574737,"profile":2225463790103693989,"path":2504876785385358286,"deps":[[11235350425663938615,"build_script_build",false,13670353739693309247]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/zmij-d788a6efcb6afec2/dep-lib-zmij","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/zmij-ec38ce5efdc16b59/run-build-script-build-script-build b/target/debug/.fingerprint/zmij-ec38ce5efdc16b59/run-build-script-build-script-build new file mode 100644 index 0000000..6b577bb --- /dev/null +++ b/target/debug/.fingerprint/zmij-ec38ce5efdc16b59/run-build-script-build-script-build @@ -0,0 +1 @@ +3f3d5a304cdab6bd \ No newline at end of file diff --git a/target/debug/.fingerprint/zmij-ec38ce5efdc16b59/run-build-script-build-script-build.json b/target/debug/.fingerprint/zmij-ec38ce5efdc16b59/run-build-script-build-script-build.json new file mode 100644 index 0000000..faf1842 --- /dev/null +++ b/target/debug/.fingerprint/zmij-ec38ce5efdc16b59/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[11235350425663938615,"build_script_build",false,12488614156975115677]],"local":[{"RerunIfChanged":{"output":"debug/build/zmij-ec38ce5efdc16b59/output","paths":["build.rs"]}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/zstd-fde6b3d26b852ea3/dep-lib-zstd b/target/debug/.fingerprint/zstd-fde6b3d26b852ea3/dep-lib-zstd new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/zstd-fde6b3d26b852ea3/dep-lib-zstd differ diff --git a/target/debug/.fingerprint/zstd-fde6b3d26b852ea3/invoked.timestamp b/target/debug/.fingerprint/zstd-fde6b3d26b852ea3/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/zstd-fde6b3d26b852ea3/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/zstd-fde6b3d26b852ea3/lib-zstd b/target/debug/.fingerprint/zstd-fde6b3d26b852ea3/lib-zstd new file mode 100644 index 0000000..1425ac2 --- /dev/null +++ b/target/debug/.fingerprint/zstd-fde6b3d26b852ea3/lib-zstd @@ -0,0 +1 @@ +92c9e1c58e171e03 \ No newline at end of file diff --git a/target/debug/.fingerprint/zstd-fde6b3d26b852ea3/lib-zstd.json b/target/debug/.fingerprint/zstd-fde6b3d26b852ea3/lib-zstd.json new file mode 100644 index 0000000..481ee16 --- /dev/null +++ b/target/debug/.fingerprint/zstd-fde6b3d26b852ea3/lib-zstd.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[]","declared_features":"[\"arrays\", \"bindgen\", \"debug\", \"default\", \"doc-cfg\", \"experimental\", \"fat-lto\", \"legacy\", \"no_asm\", \"pkg-config\", \"thin\", \"thin-lto\", \"wasm\", \"zdict_builder\", \"zstdmt\"]","target":13967053409313941148,"profile":2241668132362809309,"path":3019769386204198311,"deps":[[15788444815745660356,"zstd_safe",false,11770677908598325010]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/zstd-fde6b3d26b852ea3/dep-lib-zstd","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/zstd-safe-5021695904f87ba5/dep-lib-zstd_safe b/target/debug/.fingerprint/zstd-safe-5021695904f87ba5/dep-lib-zstd_safe new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/zstd-safe-5021695904f87ba5/dep-lib-zstd_safe differ diff --git a/target/debug/.fingerprint/zstd-safe-5021695904f87ba5/invoked.timestamp b/target/debug/.fingerprint/zstd-safe-5021695904f87ba5/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/zstd-safe-5021695904f87ba5/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/zstd-safe-5021695904f87ba5/lib-zstd_safe b/target/debug/.fingerprint/zstd-safe-5021695904f87ba5/lib-zstd_safe new file mode 100644 index 0000000..3fb40b7 --- /dev/null +++ b/target/debug/.fingerprint/zstd-safe-5021695904f87ba5/lib-zstd_safe @@ -0,0 +1 @@ +127f8ab331d959a3 \ No newline at end of file diff --git a/target/debug/.fingerprint/zstd-safe-5021695904f87ba5/lib-zstd_safe.json b/target/debug/.fingerprint/zstd-safe-5021695904f87ba5/lib-zstd_safe.json new file mode 100644 index 0000000..183e99f --- /dev/null +++ b/target/debug/.fingerprint/zstd-safe-5021695904f87ba5/lib-zstd_safe.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"std\"]","declared_features":"[\"arrays\", \"bindgen\", \"debug\", \"default\", \"doc-cfg\", \"experimental\", \"fat-lto\", \"legacy\", \"no_asm\", \"pkg-config\", \"seekable\", \"std\", \"thin\", \"thin-lto\", \"zdict_builder\", \"zstdmt\"]","target":13834647262792939399,"profile":11535200890256339260,"path":3535441579099076009,"deps":[[14036207514847816158,"zstd_sys",false,10284189107812899047],[15788444815745660356,"build_script_build",false,14128827967474272818]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/zstd-safe-5021695904f87ba5/dep-lib-zstd_safe","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/zstd-safe-a97b2b0d9c8f8bad/run-build-script-build-script-build b/target/debug/.fingerprint/zstd-safe-a97b2b0d9c8f8bad/run-build-script-build-script-build new file mode 100644 index 0000000..afe6e28 --- /dev/null +++ b/target/debug/.fingerprint/zstd-safe-a97b2b0d9c8f8bad/run-build-script-build-script-build @@ -0,0 +1 @@ +328ae8bd2dae13c4 \ No newline at end of file diff --git a/target/debug/.fingerprint/zstd-safe-a97b2b0d9c8f8bad/run-build-script-build-script-build.json b/target/debug/.fingerprint/zstd-safe-a97b2b0d9c8f8bad/run-build-script-build-script-build.json new file mode 100644 index 0000000..0dbd174 --- /dev/null +++ b/target/debug/.fingerprint/zstd-safe-a97b2b0d9c8f8bad/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[15788444815745660356,"build_script_build",false,10649266840084662574],[14036207514847816158,"build_script_build",false,15621946339177424566]],"local":[{"Precalculated":"7.2.4"}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/zstd-safe-eaa4f52264c4e43c/build-script-build-script-build b/target/debug/.fingerprint/zstd-safe-eaa4f52264c4e43c/build-script-build-script-build new file mode 100644 index 0000000..92b5c82 --- /dev/null +++ b/target/debug/.fingerprint/zstd-safe-eaa4f52264c4e43c/build-script-build-script-build @@ -0,0 +1 @@ +2ec997d1c4cbc993 \ No newline at end of file diff --git a/target/debug/.fingerprint/zstd-safe-eaa4f52264c4e43c/build-script-build-script-build.json b/target/debug/.fingerprint/zstd-safe-eaa4f52264c4e43c/build-script-build-script-build.json new file mode 100644 index 0000000..5a25cd3 --- /dev/null +++ b/target/debug/.fingerprint/zstd-safe-eaa4f52264c4e43c/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"std\"]","declared_features":"[\"arrays\", \"bindgen\", \"debug\", \"default\", \"doc-cfg\", \"experimental\", \"fat-lto\", \"legacy\", \"no_asm\", \"pkg-config\", \"seekable\", \"std\", \"thin\", \"thin-lto\", \"zdict_builder\", \"zstdmt\"]","target":17883862002600103897,"profile":9415750120209362233,"path":7676813927480002305,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/zstd-safe-eaa4f52264c4e43c/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/zstd-safe-eaa4f52264c4e43c/dep-build-script-build-script-build b/target/debug/.fingerprint/zstd-safe-eaa4f52264c4e43c/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/zstd-safe-eaa4f52264c4e43c/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/zstd-safe-eaa4f52264c4e43c/invoked.timestamp b/target/debug/.fingerprint/zstd-safe-eaa4f52264c4e43c/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/zstd-safe-eaa4f52264c4e43c/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/zstd-sys-0424452d54df87df/run-build-script-build-script-build b/target/debug/.fingerprint/zstd-sys-0424452d54df87df/run-build-script-build-script-build new file mode 100644 index 0000000..95d0a14 --- /dev/null +++ b/target/debug/.fingerprint/zstd-sys-0424452d54df87df/run-build-script-build-script-build @@ -0,0 +1 @@ +b666e2466d4dccd8 \ No newline at end of file diff --git a/target/debug/.fingerprint/zstd-sys-0424452d54df87df/run-build-script-build-script-build.json b/target/debug/.fingerprint/zstd-sys-0424452d54df87df/run-build-script-build-script-build.json new file mode 100644 index 0000000..4cb5242 --- /dev/null +++ b/target/debug/.fingerprint/zstd-sys-0424452d54df87df/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[14036207514847816158,"build_script_build",false,4732157365368343817]],"local":[{"RerunIfEnvChanged":{"var":"ZSTD_SYS_USE_PKG_CONFIG","val":null}},{"RerunIfEnvChanged":{"var":"CC_x86_64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"CC_x86_64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_CC","val":null}},{"RerunIfEnvChanged":{"var":"CC","val":null}},{"RerunIfEnvChanged":{"var":"CC_ENABLE_DEBUG_OUTPUT","val":null}},{"RerunIfEnvChanged":{"var":"CRATE_CC_NO_DEFAULTS","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS","val":null}},{"RerunIfEnvChanged":{"var":"HOST_CFLAGS","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS_x86_64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS_x86_64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"CC_ENABLE_DEBUG_OUTPUT","val":null}},{"RerunIfEnvChanged":{"var":"CRATE_CC_NO_DEFAULTS","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS","val":null}},{"RerunIfEnvChanged":{"var":"HOST_CFLAGS","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS_x86_64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS_x86_64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"CC_ENABLE_DEBUG_OUTPUT","val":null}},{"RerunIfEnvChanged":{"var":"CRATE_CC_NO_DEFAULTS","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS","val":null}},{"RerunIfEnvChanged":{"var":"HOST_CFLAGS","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS_x86_64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS_x86_64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"CC_ENABLE_DEBUG_OUTPUT","val":null}},{"RerunIfEnvChanged":{"var":"CRATE_CC_NO_DEFAULTS","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS","val":null}},{"RerunIfEnvChanged":{"var":"HOST_CFLAGS","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS_x86_64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"CFLAGS_x86_64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"AR_x86_64-unknown-linux-gnu","val":null}},{"RerunIfEnvChanged":{"var":"AR_x86_64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"HOST_AR","val":null}},{"RerunIfEnvChanged":{"var":"AR","val":null}},{"RerunIfEnvChanged":{"var":"ARFLAGS","val":null}},{"RerunIfEnvChanged":{"var":"HOST_ARFLAGS","val":null}},{"RerunIfEnvChanged":{"var":"ARFLAGS_x86_64_unknown_linux_gnu","val":null}},{"RerunIfEnvChanged":{"var":"ARFLAGS_x86_64-unknown-linux-gnu","val":null}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/zstd-sys-658c0409c08677ff/build-script-build-script-build b/target/debug/.fingerprint/zstd-sys-658c0409c08677ff/build-script-build-script-build new file mode 100644 index 0000000..7009f34 --- /dev/null +++ b/target/debug/.fingerprint/zstd-sys-658c0409c08677ff/build-script-build-script-build @@ -0,0 +1 @@ +094d07400d00ac41 \ No newline at end of file diff --git a/target/debug/.fingerprint/zstd-sys-658c0409c08677ff/build-script-build-script-build.json b/target/debug/.fingerprint/zstd-sys-658c0409c08677ff/build-script-build-script-build.json new file mode 100644 index 0000000..6147d69 --- /dev/null +++ b/target/debug/.fingerprint/zstd-sys-658c0409c08677ff/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"std\"]","declared_features":"[\"bindgen\", \"debug\", \"default\", \"experimental\", \"fat-lto\", \"legacy\", \"no_asm\", \"no_wasm_shim\", \"non-cargo\", \"pkg-config\", \"seekable\", \"std\", \"thin\", \"thin-lto\", \"zdict_builder\", \"zstdmt\"]","target":17883862002600103897,"profile":9415750120209362233,"path":18121150640499531003,"deps":[[3214373357989284387,"pkg_config",false,777562139367343475],[15302838639930945004,"cc",false,15433810441397148721]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/zstd-sys-658c0409c08677ff/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/zstd-sys-658c0409c08677ff/dep-build-script-build-script-build b/target/debug/.fingerprint/zstd-sys-658c0409c08677ff/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/zstd-sys-658c0409c08677ff/dep-build-script-build-script-build differ diff --git a/target/debug/.fingerprint/zstd-sys-658c0409c08677ff/invoked.timestamp b/target/debug/.fingerprint/zstd-sys-658c0409c08677ff/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/zstd-sys-658c0409c08677ff/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/zstd-sys-aaa1845b9d008772/dep-lib-zstd_sys b/target/debug/.fingerprint/zstd-sys-aaa1845b9d008772/dep-lib-zstd_sys new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/target/debug/.fingerprint/zstd-sys-aaa1845b9d008772/dep-lib-zstd_sys differ diff --git a/target/debug/.fingerprint/zstd-sys-aaa1845b9d008772/invoked.timestamp b/target/debug/.fingerprint/zstd-sys-aaa1845b9d008772/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/zstd-sys-aaa1845b9d008772/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/zstd-sys-aaa1845b9d008772/lib-zstd_sys b/target/debug/.fingerprint/zstd-sys-aaa1845b9d008772/lib-zstd_sys new file mode 100644 index 0000000..a1387b6 --- /dev/null +++ b/target/debug/.fingerprint/zstd-sys-aaa1845b9d008772/lib-zstd_sys @@ -0,0 +1 @@ +e718216e81c7b88e \ No newline at end of file diff --git a/target/debug/.fingerprint/zstd-sys-aaa1845b9d008772/lib-zstd_sys.json b/target/debug/.fingerprint/zstd-sys-aaa1845b9d008772/lib-zstd_sys.json new file mode 100644 index 0000000..310d49d --- /dev/null +++ b/target/debug/.fingerprint/zstd-sys-aaa1845b9d008772/lib-zstd_sys.json @@ -0,0 +1 @@ +{"rustc":4758242423518056681,"features":"[\"std\"]","declared_features":"[\"bindgen\", \"debug\", \"default\", \"experimental\", \"fat-lto\", \"legacy\", \"no_asm\", \"no_wasm_shim\", \"non-cargo\", \"pkg-config\", \"seekable\", \"std\", \"thin\", \"thin-lto\", \"zdict_builder\", \"zstdmt\"]","target":3822121216239517979,"profile":11535200890256339260,"path":10157530221766723333,"deps":[[14036207514847816158,"build_script_build",false,15621946339177424566]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/zstd-sys-aaa1845b9d008772/dep-lib-zstd_sys","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/build/anyhow-bf65e38c4e6a402c/invoked.timestamp b/target/debug/build/anyhow-bf65e38c4e6a402c/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/anyhow-bf65e38c4e6a402c/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/anyhow-bf65e38c4e6a402c/output b/target/debug/build/anyhow-bf65e38c4e6a402c/output new file mode 100644 index 0000000..20b723e --- /dev/null +++ b/target/debug/build/anyhow-bf65e38c4e6a402c/output @@ -0,0 +1,13 @@ +cargo:rerun-if-changed=src/nightly.rs +cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP +cargo:rustc-check-cfg=cfg(anyhow_build_probe) +cargo:rustc-check-cfg=cfg(anyhow_nightly_testing) +cargo:rustc-check-cfg=cfg(anyhow_no_clippy_format_args) +cargo:rustc-check-cfg=cfg(anyhow_no_core_error) +cargo:rustc-check-cfg=cfg(anyhow_no_core_unwind_safe) +cargo:rustc-check-cfg=cfg(anyhow_no_fmt_arguments_as_str) +cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of) +cargo:rustc-check-cfg=cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint) +cargo:rustc-check-cfg=cfg(error_generic_member_access) +cargo:rustc-check-cfg=cfg(std_backtrace) +cargo:rustc-cfg=std_backtrace diff --git a/target/debug/build/anyhow-bf65e38c4e6a402c/root-output b/target/debug/build/anyhow-bf65e38c4e6a402c/root-output new file mode 100644 index 0000000..f9043b5 --- /dev/null +++ b/target/debug/build/anyhow-bf65e38c4e6a402c/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/anyhow-bf65e38c4e6a402c/out \ No newline at end of file diff --git a/target/debug/build/anyhow-bf65e38c4e6a402c/stderr b/target/debug/build/anyhow-bf65e38c4e6a402c/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/anyhow-f0f8ac34947eb6de/build-script-build b/target/debug/build/anyhow-f0f8ac34947eb6de/build-script-build new file mode 100755 index 0000000..600446d Binary files /dev/null and b/target/debug/build/anyhow-f0f8ac34947eb6de/build-script-build differ diff --git a/target/debug/build/anyhow-f0f8ac34947eb6de/build_script_build-f0f8ac34947eb6de b/target/debug/build/anyhow-f0f8ac34947eb6de/build_script_build-f0f8ac34947eb6de new file mode 100755 index 0000000..600446d Binary files /dev/null and b/target/debug/build/anyhow-f0f8ac34947eb6de/build_script_build-f0f8ac34947eb6de differ diff --git a/target/debug/build/anyhow-f0f8ac34947eb6de/build_script_build-f0f8ac34947eb6de.d b/target/debug/build/anyhow-f0f8ac34947eb6de/build_script_build-f0f8ac34947eb6de.d new file mode 100644 index 0000000..f35733c --- /dev/null +++ b/target/debug/build/anyhow-f0f8ac34947eb6de/build_script_build-f0f8ac34947eb6de.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/anyhow-f0f8ac34947eb6de/build_script_build-f0f8ac34947eb6de.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/build.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/anyhow-f0f8ac34947eb6de/build_script_build-f0f8ac34947eb6de: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/build.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/build.rs: diff --git a/target/debug/build/async-io-b95e64d43ec821d7/build-script-build b/target/debug/build/async-io-b95e64d43ec821d7/build-script-build new file mode 100755 index 0000000..5c3778b Binary files /dev/null and b/target/debug/build/async-io-b95e64d43ec821d7/build-script-build differ diff --git a/target/debug/build/async-io-b95e64d43ec821d7/build_script_build-b95e64d43ec821d7 b/target/debug/build/async-io-b95e64d43ec821d7/build_script_build-b95e64d43ec821d7 new file mode 100755 index 0000000..5c3778b Binary files /dev/null and b/target/debug/build/async-io-b95e64d43ec821d7/build_script_build-b95e64d43ec821d7 differ diff --git a/target/debug/build/async-io-b95e64d43ec821d7/build_script_build-b95e64d43ec821d7.d b/target/debug/build/async-io-b95e64d43ec821d7/build_script_build-b95e64d43ec821d7.d new file mode 100644 index 0000000..ad3224a --- /dev/null +++ b/target/debug/build/async-io-b95e64d43ec821d7/build_script_build-b95e64d43ec821d7.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/async-io-b95e64d43ec821d7/build_script_build-b95e64d43ec821d7.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/build.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/async-io-b95e64d43ec821d7/build_script_build-b95e64d43ec821d7: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/build.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/build.rs: diff --git a/target/debug/build/async-io-ea551117e409132d/invoked.timestamp b/target/debug/build/async-io-ea551117e409132d/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/async-io-ea551117e409132d/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/async-io-ea551117e409132d/output b/target/debug/build/async-io-ea551117e409132d/output new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/async-io-ea551117e409132d/root-output b/target/debug/build/async-io-ea551117e409132d/root-output new file mode 100644 index 0000000..ce275bb --- /dev/null +++ b/target/debug/build/async-io-ea551117e409132d/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/async-io-ea551117e409132d/out \ No newline at end of file diff --git a/target/debug/build/async-io-ea551117e409132d/stderr b/target/debug/build/async-io-ea551117e409132d/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/axum-4285699a32fa7a9c/invoked.timestamp b/target/debug/build/axum-4285699a32fa7a9c/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/axum-4285699a32fa7a9c/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/axum-4285699a32fa7a9c/output b/target/debug/build/axum-4285699a32fa7a9c/output new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/axum-4285699a32fa7a9c/root-output b/target/debug/build/axum-4285699a32fa7a9c/root-output new file mode 100644 index 0000000..7ac80e5 --- /dev/null +++ b/target/debug/build/axum-4285699a32fa7a9c/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/axum-4285699a32fa7a9c/out \ No newline at end of file diff --git a/target/debug/build/axum-4285699a32fa7a9c/stderr b/target/debug/build/axum-4285699a32fa7a9c/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/axum-adae3d6d73a179d3/build-script-build b/target/debug/build/axum-adae3d6d73a179d3/build-script-build new file mode 100755 index 0000000..1a75b0b Binary files /dev/null and b/target/debug/build/axum-adae3d6d73a179d3/build-script-build differ diff --git a/target/debug/build/axum-adae3d6d73a179d3/build_script_build-adae3d6d73a179d3 b/target/debug/build/axum-adae3d6d73a179d3/build_script_build-adae3d6d73a179d3 new file mode 100755 index 0000000..1a75b0b Binary files /dev/null and b/target/debug/build/axum-adae3d6d73a179d3/build_script_build-adae3d6d73a179d3 differ diff --git a/target/debug/build/axum-adae3d6d73a179d3/build_script_build-adae3d6d73a179d3.d b/target/debug/build/axum-adae3d6d73a179d3/build_script_build-adae3d6d73a179d3.d new file mode 100644 index 0000000..9b61bd0 --- /dev/null +++ b/target/debug/build/axum-adae3d6d73a179d3/build_script_build-adae3d6d73a179d3.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/axum-adae3d6d73a179d3/build_script_build-adae3d6d73a179d3.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/build.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/axum-adae3d6d73a179d3/build_script_build-adae3d6d73a179d3: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/build.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/build.rs: diff --git a/target/debug/build/axum-core-1005dc0f581d6cb3/invoked.timestamp b/target/debug/build/axum-core-1005dc0f581d6cb3/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/axum-core-1005dc0f581d6cb3/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/axum-core-1005dc0f581d6cb3/output b/target/debug/build/axum-core-1005dc0f581d6cb3/output new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/axum-core-1005dc0f581d6cb3/root-output b/target/debug/build/axum-core-1005dc0f581d6cb3/root-output new file mode 100644 index 0000000..06876b6 --- /dev/null +++ b/target/debug/build/axum-core-1005dc0f581d6cb3/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/axum-core-1005dc0f581d6cb3/out \ No newline at end of file diff --git a/target/debug/build/axum-core-1005dc0f581d6cb3/stderr b/target/debug/build/axum-core-1005dc0f581d6cb3/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/axum-core-ecab063d17dc9af6/build-script-build b/target/debug/build/axum-core-ecab063d17dc9af6/build-script-build new file mode 100755 index 0000000..2251970 Binary files /dev/null and b/target/debug/build/axum-core-ecab063d17dc9af6/build-script-build differ diff --git a/target/debug/build/axum-core-ecab063d17dc9af6/build_script_build-ecab063d17dc9af6 b/target/debug/build/axum-core-ecab063d17dc9af6/build_script_build-ecab063d17dc9af6 new file mode 100755 index 0000000..2251970 Binary files /dev/null and b/target/debug/build/axum-core-ecab063d17dc9af6/build_script_build-ecab063d17dc9af6 differ diff --git a/target/debug/build/axum-core-ecab063d17dc9af6/build_script_build-ecab063d17dc9af6.d b/target/debug/build/axum-core-ecab063d17dc9af6/build_script_build-ecab063d17dc9af6.d new file mode 100644 index 0000000..63d45d9 --- /dev/null +++ b/target/debug/build/axum-core-ecab063d17dc9af6/build_script_build-ecab063d17dc9af6.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/axum-core-ecab063d17dc9af6/build_script_build-ecab063d17dc9af6.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/build.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/axum-core-ecab063d17dc9af6/build_script_build-ecab063d17dc9af6: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/build.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/build.rs: diff --git a/target/debug/build/chrono-tz-6e568472505294e4/invoked.timestamp b/target/debug/build/chrono-tz-6e568472505294e4/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/chrono-tz-6e568472505294e4/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/chrono-tz-6e568472505294e4/out/directory.rs b/target/debug/build/chrono-tz-6e568472505294e4/out/directory.rs new file mode 100644 index 0000000..565b54a --- /dev/null +++ b/target/debug/build/chrono-tz-6e568472505294e4/out/directory.rs @@ -0,0 +1,701 @@ +pub const IANA_TZDB_VERSION : &str = "2024a"; + +use crate::timezones::Tz; + +pub const CET : Tz = Tz::CET; +pub const CST6CDT : Tz = Tz::CST6CDT; +pub const Cuba : Tz = Tz::Cuba; +pub const EET : Tz = Tz::EET; +pub const EST : Tz = Tz::EST; +pub const EST5EDT : Tz = Tz::EST5EDT; +pub const Egypt : Tz = Tz::Egypt; +pub const Eire : Tz = Tz::Eire; +pub const GB : Tz = Tz::GB; +pub const GBEire : Tz = Tz::GBEire; +pub const GMT : Tz = Tz::GMT; +pub const GMTPlus0 : Tz = Tz::GMTPlus0; +pub const GMTMinus0 : Tz = Tz::GMTMinus0; +pub const GMT0 : Tz = Tz::GMT0; +pub const Greenwich : Tz = Tz::Greenwich; +pub const HST : Tz = Tz::HST; +pub const Hongkong : Tz = Tz::Hongkong; +pub const Iceland : Tz = Tz::Iceland; +pub const Iran : Tz = Tz::Iran; +pub const Israel : Tz = Tz::Israel; +pub const Jamaica : Tz = Tz::Jamaica; +pub const Japan : Tz = Tz::Japan; +pub const Kwajalein : Tz = Tz::Kwajalein; +pub const Libya : Tz = Tz::Libya; +pub const MET : Tz = Tz::MET; +pub const MST : Tz = Tz::MST; +pub const MST7MDT : Tz = Tz::MST7MDT; +pub const NZ : Tz = Tz::NZ; +pub const NZCHAT : Tz = Tz::NZCHAT; +pub const Navajo : Tz = Tz::Navajo; +pub const PRC : Tz = Tz::PRC; +pub const PST8PDT : Tz = Tz::PST8PDT; +pub const Poland : Tz = Tz::Poland; +pub const Portugal : Tz = Tz::Portugal; +pub const ROC : Tz = Tz::ROC; +pub const ROK : Tz = Tz::ROK; +pub const Singapore : Tz = Tz::Singapore; +pub const Turkey : Tz = Tz::Turkey; +pub const UCT : Tz = Tz::UCT; +pub const UTC : Tz = Tz::UTC; +pub const Universal : Tz = Tz::Universal; +pub const WSU : Tz = Tz::WSU; +pub const WET : Tz = Tz::WET; +pub const Zulu : Tz = Tz::Zulu; + +pub mod Africa { + use crate::timezones::Tz; + + pub const Abidjan : Tz = Tz::Africa__Abidjan; + pub const Accra : Tz = Tz::Africa__Accra; + pub const Addis_Ababa : Tz = Tz::Africa__Addis_Ababa; + pub const Algiers : Tz = Tz::Africa__Algiers; + pub const Asmara : Tz = Tz::Africa__Asmara; + pub const Asmera : Tz = Tz::Africa__Asmera; + pub const Bamako : Tz = Tz::Africa__Bamako; + pub const Bangui : Tz = Tz::Africa__Bangui; + pub const Banjul : Tz = Tz::Africa__Banjul; + pub const Bissau : Tz = Tz::Africa__Bissau; + pub const Blantyre : Tz = Tz::Africa__Blantyre; + pub const Brazzaville : Tz = Tz::Africa__Brazzaville; + pub const Bujumbura : Tz = Tz::Africa__Bujumbura; + pub const Cairo : Tz = Tz::Africa__Cairo; + pub const Casablanca : Tz = Tz::Africa__Casablanca; + pub const Ceuta : Tz = Tz::Africa__Ceuta; + pub const Conakry : Tz = Tz::Africa__Conakry; + pub const Dakar : Tz = Tz::Africa__Dakar; + pub const Dar_es_Salaam : Tz = Tz::Africa__Dar_es_Salaam; + pub const Djibouti : Tz = Tz::Africa__Djibouti; + pub const Douala : Tz = Tz::Africa__Douala; + pub const El_Aaiun : Tz = Tz::Africa__El_Aaiun; + pub const Freetown : Tz = Tz::Africa__Freetown; + pub const Gaborone : Tz = Tz::Africa__Gaborone; + pub const Harare : Tz = Tz::Africa__Harare; + pub const Johannesburg : Tz = Tz::Africa__Johannesburg; + pub const Juba : Tz = Tz::Africa__Juba; + pub const Kampala : Tz = Tz::Africa__Kampala; + pub const Khartoum : Tz = Tz::Africa__Khartoum; + pub const Kigali : Tz = Tz::Africa__Kigali; + pub const Kinshasa : Tz = Tz::Africa__Kinshasa; + pub const Lagos : Tz = Tz::Africa__Lagos; + pub const Libreville : Tz = Tz::Africa__Libreville; + pub const Lome : Tz = Tz::Africa__Lome; + pub const Luanda : Tz = Tz::Africa__Luanda; + pub const Lubumbashi : Tz = Tz::Africa__Lubumbashi; + pub const Lusaka : Tz = Tz::Africa__Lusaka; + pub const Malabo : Tz = Tz::Africa__Malabo; + pub const Maputo : Tz = Tz::Africa__Maputo; + pub const Maseru : Tz = Tz::Africa__Maseru; + pub const Mbabane : Tz = Tz::Africa__Mbabane; + pub const Mogadishu : Tz = Tz::Africa__Mogadishu; + pub const Monrovia : Tz = Tz::Africa__Monrovia; + pub const Nairobi : Tz = Tz::Africa__Nairobi; + pub const Ndjamena : Tz = Tz::Africa__Ndjamena; + pub const Niamey : Tz = Tz::Africa__Niamey; + pub const Nouakchott : Tz = Tz::Africa__Nouakchott; + pub const Ouagadougou : Tz = Tz::Africa__Ouagadougou; + pub const PortoNovo : Tz = Tz::Africa__PortoNovo; + pub const Sao_Tome : Tz = Tz::Africa__Sao_Tome; + pub const Timbuktu : Tz = Tz::Africa__Timbuktu; + pub const Tripoli : Tz = Tz::Africa__Tripoli; + pub const Tunis : Tz = Tz::Africa__Tunis; + pub const Windhoek : Tz = Tz::Africa__Windhoek; +} + +pub mod America { + use crate::timezones::Tz; + + pub mod Argentina { + use crate::timezones::Tz; + + pub const Buenos_Aires : Tz = Tz::America__Argentina__Buenos_Aires; + pub const Catamarca : Tz = Tz::America__Argentina__Catamarca; + pub const ComodRivadavia : Tz = Tz::America__Argentina__ComodRivadavia; + pub const Cordoba : Tz = Tz::America__Argentina__Cordoba; + pub const Jujuy : Tz = Tz::America__Argentina__Jujuy; + pub const La_Rioja : Tz = Tz::America__Argentina__La_Rioja; + pub const Mendoza : Tz = Tz::America__Argentina__Mendoza; + pub const Rio_Gallegos : Tz = Tz::America__Argentina__Rio_Gallegos; + pub const Salta : Tz = Tz::America__Argentina__Salta; + pub const San_Juan : Tz = Tz::America__Argentina__San_Juan; + pub const San_Luis : Tz = Tz::America__Argentina__San_Luis; + pub const Tucuman : Tz = Tz::America__Argentina__Tucuman; + pub const Ushuaia : Tz = Tz::America__Argentina__Ushuaia; + } + + pub mod Indiana { + use crate::timezones::Tz; + + pub const Indianapolis : Tz = Tz::America__Indiana__Indianapolis; + pub const Knox : Tz = Tz::America__Indiana__Knox; + pub const Marengo : Tz = Tz::America__Indiana__Marengo; + pub const Petersburg : Tz = Tz::America__Indiana__Petersburg; + pub const Tell_City : Tz = Tz::America__Indiana__Tell_City; + pub const Vevay : Tz = Tz::America__Indiana__Vevay; + pub const Vincennes : Tz = Tz::America__Indiana__Vincennes; + pub const Winamac : Tz = Tz::America__Indiana__Winamac; + } + + pub mod Kentucky { + use crate::timezones::Tz; + + pub const Louisville : Tz = Tz::America__Kentucky__Louisville; + pub const Monticello : Tz = Tz::America__Kentucky__Monticello; + } + + pub mod North_Dakota { + use crate::timezones::Tz; + + pub const Beulah : Tz = Tz::America__North_Dakota__Beulah; + pub const Center : Tz = Tz::America__North_Dakota__Center; + pub const New_Salem : Tz = Tz::America__North_Dakota__New_Salem; + } + + pub const Adak : Tz = Tz::America__Adak; + pub const Anchorage : Tz = Tz::America__Anchorage; + pub const Anguilla : Tz = Tz::America__Anguilla; + pub const Antigua : Tz = Tz::America__Antigua; + pub const Araguaina : Tz = Tz::America__Araguaina; + pub const Aruba : Tz = Tz::America__Aruba; + pub const Asuncion : Tz = Tz::America__Asuncion; + pub const Atikokan : Tz = Tz::America__Atikokan; + pub const Atka : Tz = Tz::America__Atka; + pub const Bahia : Tz = Tz::America__Bahia; + pub const Bahia_Banderas : Tz = Tz::America__Bahia_Banderas; + pub const Barbados : Tz = Tz::America__Barbados; + pub const Belem : Tz = Tz::America__Belem; + pub const Belize : Tz = Tz::America__Belize; + pub const BlancSablon : Tz = Tz::America__BlancSablon; + pub const Boa_Vista : Tz = Tz::America__Boa_Vista; + pub const Bogota : Tz = Tz::America__Bogota; + pub const Boise : Tz = Tz::America__Boise; + pub const Buenos_Aires : Tz = Tz::America__Buenos_Aires; + pub const Cambridge_Bay : Tz = Tz::America__Cambridge_Bay; + pub const Campo_Grande : Tz = Tz::America__Campo_Grande; + pub const Cancun : Tz = Tz::America__Cancun; + pub const Caracas : Tz = Tz::America__Caracas; + pub const Catamarca : Tz = Tz::America__Catamarca; + pub const Cayenne : Tz = Tz::America__Cayenne; + pub const Cayman : Tz = Tz::America__Cayman; + pub const Chicago : Tz = Tz::America__Chicago; + pub const Chihuahua : Tz = Tz::America__Chihuahua; + pub const Ciudad_Juarez : Tz = Tz::America__Ciudad_Juarez; + pub const Coral_Harbour : Tz = Tz::America__Coral_Harbour; + pub const Cordoba : Tz = Tz::America__Cordoba; + pub const Costa_Rica : Tz = Tz::America__Costa_Rica; + pub const Creston : Tz = Tz::America__Creston; + pub const Cuiaba : Tz = Tz::America__Cuiaba; + pub const Curacao : Tz = Tz::America__Curacao; + pub const Danmarkshavn : Tz = Tz::America__Danmarkshavn; + pub const Dawson : Tz = Tz::America__Dawson; + pub const Dawson_Creek : Tz = Tz::America__Dawson_Creek; + pub const Denver : Tz = Tz::America__Denver; + pub const Detroit : Tz = Tz::America__Detroit; + pub const Dominica : Tz = Tz::America__Dominica; + pub const Edmonton : Tz = Tz::America__Edmonton; + pub const Eirunepe : Tz = Tz::America__Eirunepe; + pub const El_Salvador : Tz = Tz::America__El_Salvador; + pub const Ensenada : Tz = Tz::America__Ensenada; + pub const Fort_Nelson : Tz = Tz::America__Fort_Nelson; + pub const Fort_Wayne : Tz = Tz::America__Fort_Wayne; + pub const Fortaleza : Tz = Tz::America__Fortaleza; + pub const Glace_Bay : Tz = Tz::America__Glace_Bay; + pub const Godthab : Tz = Tz::America__Godthab; + pub const Goose_Bay : Tz = Tz::America__Goose_Bay; + pub const Grand_Turk : Tz = Tz::America__Grand_Turk; + pub const Grenada : Tz = Tz::America__Grenada; + pub const Guadeloupe : Tz = Tz::America__Guadeloupe; + pub const Guatemala : Tz = Tz::America__Guatemala; + pub const Guayaquil : Tz = Tz::America__Guayaquil; + pub const Guyana : Tz = Tz::America__Guyana; + pub const Halifax : Tz = Tz::America__Halifax; + pub const Havana : Tz = Tz::America__Havana; + pub const Hermosillo : Tz = Tz::America__Hermosillo; + pub const Indianapolis : Tz = Tz::America__Indianapolis; + pub const Inuvik : Tz = Tz::America__Inuvik; + pub const Iqaluit : Tz = Tz::America__Iqaluit; + pub const Jamaica : Tz = Tz::America__Jamaica; + pub const Jujuy : Tz = Tz::America__Jujuy; + pub const Juneau : Tz = Tz::America__Juneau; + pub const Knox_IN : Tz = Tz::America__Knox_IN; + pub const Kralendijk : Tz = Tz::America__Kralendijk; + pub const La_Paz : Tz = Tz::America__La_Paz; + pub const Lima : Tz = Tz::America__Lima; + pub const Los_Angeles : Tz = Tz::America__Los_Angeles; + pub const Louisville : Tz = Tz::America__Louisville; + pub const Lower_Princes : Tz = Tz::America__Lower_Princes; + pub const Maceio : Tz = Tz::America__Maceio; + pub const Managua : Tz = Tz::America__Managua; + pub const Manaus : Tz = Tz::America__Manaus; + pub const Marigot : Tz = Tz::America__Marigot; + pub const Martinique : Tz = Tz::America__Martinique; + pub const Matamoros : Tz = Tz::America__Matamoros; + pub const Mazatlan : Tz = Tz::America__Mazatlan; + pub const Mendoza : Tz = Tz::America__Mendoza; + pub const Menominee : Tz = Tz::America__Menominee; + pub const Merida : Tz = Tz::America__Merida; + pub const Metlakatla : Tz = Tz::America__Metlakatla; + pub const Mexico_City : Tz = Tz::America__Mexico_City; + pub const Miquelon : Tz = Tz::America__Miquelon; + pub const Moncton : Tz = Tz::America__Moncton; + pub const Monterrey : Tz = Tz::America__Monterrey; + pub const Montevideo : Tz = Tz::America__Montevideo; + pub const Montreal : Tz = Tz::America__Montreal; + pub const Montserrat : Tz = Tz::America__Montserrat; + pub const Nassau : Tz = Tz::America__Nassau; + pub const New_York : Tz = Tz::America__New_York; + pub const Nipigon : Tz = Tz::America__Nipigon; + pub const Nome : Tz = Tz::America__Nome; + pub const Noronha : Tz = Tz::America__Noronha; + pub const Nuuk : Tz = Tz::America__Nuuk; + pub const Ojinaga : Tz = Tz::America__Ojinaga; + pub const Panama : Tz = Tz::America__Panama; + pub const Pangnirtung : Tz = Tz::America__Pangnirtung; + pub const Paramaribo : Tz = Tz::America__Paramaribo; + pub const Phoenix : Tz = Tz::America__Phoenix; + pub const PortauPrince : Tz = Tz::America__PortauPrince; + pub const Port_of_Spain : Tz = Tz::America__Port_of_Spain; + pub const Porto_Acre : Tz = Tz::America__Porto_Acre; + pub const Porto_Velho : Tz = Tz::America__Porto_Velho; + pub const Puerto_Rico : Tz = Tz::America__Puerto_Rico; + pub const Punta_Arenas : Tz = Tz::America__Punta_Arenas; + pub const Rainy_River : Tz = Tz::America__Rainy_River; + pub const Rankin_Inlet : Tz = Tz::America__Rankin_Inlet; + pub const Recife : Tz = Tz::America__Recife; + pub const Regina : Tz = Tz::America__Regina; + pub const Resolute : Tz = Tz::America__Resolute; + pub const Rio_Branco : Tz = Tz::America__Rio_Branco; + pub const Rosario : Tz = Tz::America__Rosario; + pub const Santa_Isabel : Tz = Tz::America__Santa_Isabel; + pub const Santarem : Tz = Tz::America__Santarem; + pub const Santiago : Tz = Tz::America__Santiago; + pub const Santo_Domingo : Tz = Tz::America__Santo_Domingo; + pub const Sao_Paulo : Tz = Tz::America__Sao_Paulo; + pub const Scoresbysund : Tz = Tz::America__Scoresbysund; + pub const Shiprock : Tz = Tz::America__Shiprock; + pub const Sitka : Tz = Tz::America__Sitka; + pub const St_Barthelemy : Tz = Tz::America__St_Barthelemy; + pub const St_Johns : Tz = Tz::America__St_Johns; + pub const St_Kitts : Tz = Tz::America__St_Kitts; + pub const St_Lucia : Tz = Tz::America__St_Lucia; + pub const St_Thomas : Tz = Tz::America__St_Thomas; + pub const St_Vincent : Tz = Tz::America__St_Vincent; + pub const Swift_Current : Tz = Tz::America__Swift_Current; + pub const Tegucigalpa : Tz = Tz::America__Tegucigalpa; + pub const Thule : Tz = Tz::America__Thule; + pub const Thunder_Bay : Tz = Tz::America__Thunder_Bay; + pub const Tijuana : Tz = Tz::America__Tijuana; + pub const Toronto : Tz = Tz::America__Toronto; + pub const Tortola : Tz = Tz::America__Tortola; + pub const Vancouver : Tz = Tz::America__Vancouver; + pub const Virgin : Tz = Tz::America__Virgin; + pub const Whitehorse : Tz = Tz::America__Whitehorse; + pub const Winnipeg : Tz = Tz::America__Winnipeg; + pub const Yakutat : Tz = Tz::America__Yakutat; + pub const Yellowknife : Tz = Tz::America__Yellowknife; +} + +pub mod Antarctica { + use crate::timezones::Tz; + + pub const Casey : Tz = Tz::Antarctica__Casey; + pub const Davis : Tz = Tz::Antarctica__Davis; + pub const DumontDUrville : Tz = Tz::Antarctica__DumontDUrville; + pub const Macquarie : Tz = Tz::Antarctica__Macquarie; + pub const Mawson : Tz = Tz::Antarctica__Mawson; + pub const McMurdo : Tz = Tz::Antarctica__McMurdo; + pub const Palmer : Tz = Tz::Antarctica__Palmer; + pub const Rothera : Tz = Tz::Antarctica__Rothera; + pub const South_Pole : Tz = Tz::Antarctica__South_Pole; + pub const Syowa : Tz = Tz::Antarctica__Syowa; + pub const Troll : Tz = Tz::Antarctica__Troll; + pub const Vostok : Tz = Tz::Antarctica__Vostok; +} + +pub mod Arctic { + use crate::timezones::Tz; + + pub const Longyearbyen : Tz = Tz::Arctic__Longyearbyen; +} + +pub mod Asia { + use crate::timezones::Tz; + + pub const Aden : Tz = Tz::Asia__Aden; + pub const Almaty : Tz = Tz::Asia__Almaty; + pub const Amman : Tz = Tz::Asia__Amman; + pub const Anadyr : Tz = Tz::Asia__Anadyr; + pub const Aqtau : Tz = Tz::Asia__Aqtau; + pub const Aqtobe : Tz = Tz::Asia__Aqtobe; + pub const Ashgabat : Tz = Tz::Asia__Ashgabat; + pub const Ashkhabad : Tz = Tz::Asia__Ashkhabad; + pub const Atyrau : Tz = Tz::Asia__Atyrau; + pub const Baghdad : Tz = Tz::Asia__Baghdad; + pub const Bahrain : Tz = Tz::Asia__Bahrain; + pub const Baku : Tz = Tz::Asia__Baku; + pub const Bangkok : Tz = Tz::Asia__Bangkok; + pub const Barnaul : Tz = Tz::Asia__Barnaul; + pub const Beirut : Tz = Tz::Asia__Beirut; + pub const Bishkek : Tz = Tz::Asia__Bishkek; + pub const Brunei : Tz = Tz::Asia__Brunei; + pub const Calcutta : Tz = Tz::Asia__Calcutta; + pub const Chita : Tz = Tz::Asia__Chita; + pub const Choibalsan : Tz = Tz::Asia__Choibalsan; + pub const Chongqing : Tz = Tz::Asia__Chongqing; + pub const Chungking : Tz = Tz::Asia__Chungking; + pub const Colombo : Tz = Tz::Asia__Colombo; + pub const Dacca : Tz = Tz::Asia__Dacca; + pub const Damascus : Tz = Tz::Asia__Damascus; + pub const Dhaka : Tz = Tz::Asia__Dhaka; + pub const Dili : Tz = Tz::Asia__Dili; + pub const Dubai : Tz = Tz::Asia__Dubai; + pub const Dushanbe : Tz = Tz::Asia__Dushanbe; + pub const Famagusta : Tz = Tz::Asia__Famagusta; + pub const Gaza : Tz = Tz::Asia__Gaza; + pub const Harbin : Tz = Tz::Asia__Harbin; + pub const Hebron : Tz = Tz::Asia__Hebron; + pub const Ho_Chi_Minh : Tz = Tz::Asia__Ho_Chi_Minh; + pub const Hong_Kong : Tz = Tz::Asia__Hong_Kong; + pub const Hovd : Tz = Tz::Asia__Hovd; + pub const Irkutsk : Tz = Tz::Asia__Irkutsk; + pub const Istanbul : Tz = Tz::Asia__Istanbul; + pub const Jakarta : Tz = Tz::Asia__Jakarta; + pub const Jayapura : Tz = Tz::Asia__Jayapura; + pub const Jerusalem : Tz = Tz::Asia__Jerusalem; + pub const Kabul : Tz = Tz::Asia__Kabul; + pub const Kamchatka : Tz = Tz::Asia__Kamchatka; + pub const Karachi : Tz = Tz::Asia__Karachi; + pub const Kashgar : Tz = Tz::Asia__Kashgar; + pub const Kathmandu : Tz = Tz::Asia__Kathmandu; + pub const Katmandu : Tz = Tz::Asia__Katmandu; + pub const Khandyga : Tz = Tz::Asia__Khandyga; + pub const Kolkata : Tz = Tz::Asia__Kolkata; + pub const Krasnoyarsk : Tz = Tz::Asia__Krasnoyarsk; + pub const Kuala_Lumpur : Tz = Tz::Asia__Kuala_Lumpur; + pub const Kuching : Tz = Tz::Asia__Kuching; + pub const Kuwait : Tz = Tz::Asia__Kuwait; + pub const Macao : Tz = Tz::Asia__Macao; + pub const Macau : Tz = Tz::Asia__Macau; + pub const Magadan : Tz = Tz::Asia__Magadan; + pub const Makassar : Tz = Tz::Asia__Makassar; + pub const Manila : Tz = Tz::Asia__Manila; + pub const Muscat : Tz = Tz::Asia__Muscat; + pub const Nicosia : Tz = Tz::Asia__Nicosia; + pub const Novokuznetsk : Tz = Tz::Asia__Novokuznetsk; + pub const Novosibirsk : Tz = Tz::Asia__Novosibirsk; + pub const Omsk : Tz = Tz::Asia__Omsk; + pub const Oral : Tz = Tz::Asia__Oral; + pub const Phnom_Penh : Tz = Tz::Asia__Phnom_Penh; + pub const Pontianak : Tz = Tz::Asia__Pontianak; + pub const Pyongyang : Tz = Tz::Asia__Pyongyang; + pub const Qatar : Tz = Tz::Asia__Qatar; + pub const Qostanay : Tz = Tz::Asia__Qostanay; + pub const Qyzylorda : Tz = Tz::Asia__Qyzylorda; + pub const Rangoon : Tz = Tz::Asia__Rangoon; + pub const Riyadh : Tz = Tz::Asia__Riyadh; + pub const Saigon : Tz = Tz::Asia__Saigon; + pub const Sakhalin : Tz = Tz::Asia__Sakhalin; + pub const Samarkand : Tz = Tz::Asia__Samarkand; + pub const Seoul : Tz = Tz::Asia__Seoul; + pub const Shanghai : Tz = Tz::Asia__Shanghai; + pub const Singapore : Tz = Tz::Asia__Singapore; + pub const Srednekolymsk : Tz = Tz::Asia__Srednekolymsk; + pub const Taipei : Tz = Tz::Asia__Taipei; + pub const Tashkent : Tz = Tz::Asia__Tashkent; + pub const Tbilisi : Tz = Tz::Asia__Tbilisi; + pub const Tehran : Tz = Tz::Asia__Tehran; + pub const Tel_Aviv : Tz = Tz::Asia__Tel_Aviv; + pub const Thimbu : Tz = Tz::Asia__Thimbu; + pub const Thimphu : Tz = Tz::Asia__Thimphu; + pub const Tokyo : Tz = Tz::Asia__Tokyo; + pub const Tomsk : Tz = Tz::Asia__Tomsk; + pub const Ujung_Pandang : Tz = Tz::Asia__Ujung_Pandang; + pub const Ulaanbaatar : Tz = Tz::Asia__Ulaanbaatar; + pub const Ulan_Bator : Tz = Tz::Asia__Ulan_Bator; + pub const Urumqi : Tz = Tz::Asia__Urumqi; + pub const UstNera : Tz = Tz::Asia__UstNera; + pub const Vientiane : Tz = Tz::Asia__Vientiane; + pub const Vladivostok : Tz = Tz::Asia__Vladivostok; + pub const Yakutsk : Tz = Tz::Asia__Yakutsk; + pub const Yangon : Tz = Tz::Asia__Yangon; + pub const Yekaterinburg : Tz = Tz::Asia__Yekaterinburg; + pub const Yerevan : Tz = Tz::Asia__Yerevan; +} + +pub mod Atlantic { + use crate::timezones::Tz; + + pub const Azores : Tz = Tz::Atlantic__Azores; + pub const Bermuda : Tz = Tz::Atlantic__Bermuda; + pub const Canary : Tz = Tz::Atlantic__Canary; + pub const Cape_Verde : Tz = Tz::Atlantic__Cape_Verde; + pub const Faeroe : Tz = Tz::Atlantic__Faeroe; + pub const Faroe : Tz = Tz::Atlantic__Faroe; + pub const Jan_Mayen : Tz = Tz::Atlantic__Jan_Mayen; + pub const Madeira : Tz = Tz::Atlantic__Madeira; + pub const Reykjavik : Tz = Tz::Atlantic__Reykjavik; + pub const South_Georgia : Tz = Tz::Atlantic__South_Georgia; + pub const St_Helena : Tz = Tz::Atlantic__St_Helena; + pub const Stanley : Tz = Tz::Atlantic__Stanley; +} + +pub mod Australia { + use crate::timezones::Tz; + + pub const ACT : Tz = Tz::Australia__ACT; + pub const Adelaide : Tz = Tz::Australia__Adelaide; + pub const Brisbane : Tz = Tz::Australia__Brisbane; + pub const Broken_Hill : Tz = Tz::Australia__Broken_Hill; + pub const Canberra : Tz = Tz::Australia__Canberra; + pub const Currie : Tz = Tz::Australia__Currie; + pub const Darwin : Tz = Tz::Australia__Darwin; + pub const Eucla : Tz = Tz::Australia__Eucla; + pub const Hobart : Tz = Tz::Australia__Hobart; + pub const LHI : Tz = Tz::Australia__LHI; + pub const Lindeman : Tz = Tz::Australia__Lindeman; + pub const Lord_Howe : Tz = Tz::Australia__Lord_Howe; + pub const Melbourne : Tz = Tz::Australia__Melbourne; + pub const NSW : Tz = Tz::Australia__NSW; + pub const North : Tz = Tz::Australia__North; + pub const Perth : Tz = Tz::Australia__Perth; + pub const Queensland : Tz = Tz::Australia__Queensland; + pub const South : Tz = Tz::Australia__South; + pub const Sydney : Tz = Tz::Australia__Sydney; + pub const Tasmania : Tz = Tz::Australia__Tasmania; + pub const Victoria : Tz = Tz::Australia__Victoria; + pub const West : Tz = Tz::Australia__West; + pub const Yancowinna : Tz = Tz::Australia__Yancowinna; +} + +pub mod Brazil { + use crate::timezones::Tz; + + pub const Acre : Tz = Tz::Brazil__Acre; + pub const DeNoronha : Tz = Tz::Brazil__DeNoronha; + pub const East : Tz = Tz::Brazil__East; + pub const West : Tz = Tz::Brazil__West; +} + +pub mod Canada { + use crate::timezones::Tz; + + pub const Atlantic : Tz = Tz::Canada__Atlantic; + pub const Central : Tz = Tz::Canada__Central; + pub const Eastern : Tz = Tz::Canada__Eastern; + pub const Mountain : Tz = Tz::Canada__Mountain; + pub const Newfoundland : Tz = Tz::Canada__Newfoundland; + pub const Pacific : Tz = Tz::Canada__Pacific; + pub const Saskatchewan : Tz = Tz::Canada__Saskatchewan; + pub const Yukon : Tz = Tz::Canada__Yukon; +} + +pub mod Chile { + use crate::timezones::Tz; + + pub const Continental : Tz = Tz::Chile__Continental; + pub const EasterIsland : Tz = Tz::Chile__EasterIsland; +} + +pub mod Etc { + use crate::timezones::Tz; + + pub const GMT : Tz = Tz::Etc__GMT; + pub const GMTPlus0 : Tz = Tz::Etc__GMTPlus0; + pub const GMTPlus1 : Tz = Tz::Etc__GMTPlus1; + pub const GMTPlus10 : Tz = Tz::Etc__GMTPlus10; + pub const GMTPlus11 : Tz = Tz::Etc__GMTPlus11; + pub const GMTPlus12 : Tz = Tz::Etc__GMTPlus12; + pub const GMTPlus2 : Tz = Tz::Etc__GMTPlus2; + pub const GMTPlus3 : Tz = Tz::Etc__GMTPlus3; + pub const GMTPlus4 : Tz = Tz::Etc__GMTPlus4; + pub const GMTPlus5 : Tz = Tz::Etc__GMTPlus5; + pub const GMTPlus6 : Tz = Tz::Etc__GMTPlus6; + pub const GMTPlus7 : Tz = Tz::Etc__GMTPlus7; + pub const GMTPlus8 : Tz = Tz::Etc__GMTPlus8; + pub const GMTPlus9 : Tz = Tz::Etc__GMTPlus9; + pub const GMTMinus0 : Tz = Tz::Etc__GMTMinus0; + pub const GMTMinus1 : Tz = Tz::Etc__GMTMinus1; + pub const GMTMinus10 : Tz = Tz::Etc__GMTMinus10; + pub const GMTMinus11 : Tz = Tz::Etc__GMTMinus11; + pub const GMTMinus12 : Tz = Tz::Etc__GMTMinus12; + pub const GMTMinus13 : Tz = Tz::Etc__GMTMinus13; + pub const GMTMinus14 : Tz = Tz::Etc__GMTMinus14; + pub const GMTMinus2 : Tz = Tz::Etc__GMTMinus2; + pub const GMTMinus3 : Tz = Tz::Etc__GMTMinus3; + pub const GMTMinus4 : Tz = Tz::Etc__GMTMinus4; + pub const GMTMinus5 : Tz = Tz::Etc__GMTMinus5; + pub const GMTMinus6 : Tz = Tz::Etc__GMTMinus6; + pub const GMTMinus7 : Tz = Tz::Etc__GMTMinus7; + pub const GMTMinus8 : Tz = Tz::Etc__GMTMinus8; + pub const GMTMinus9 : Tz = Tz::Etc__GMTMinus9; + pub const GMT0 : Tz = Tz::Etc__GMT0; + pub const Greenwich : Tz = Tz::Etc__Greenwich; + pub const UCT : Tz = Tz::Etc__UCT; + pub const UTC : Tz = Tz::Etc__UTC; + pub const Universal : Tz = Tz::Etc__Universal; + pub const Zulu : Tz = Tz::Etc__Zulu; +} + +pub mod Europe { + use crate::timezones::Tz; + + pub const Amsterdam : Tz = Tz::Europe__Amsterdam; + pub const Andorra : Tz = Tz::Europe__Andorra; + pub const Astrakhan : Tz = Tz::Europe__Astrakhan; + pub const Athens : Tz = Tz::Europe__Athens; + pub const Belfast : Tz = Tz::Europe__Belfast; + pub const Belgrade : Tz = Tz::Europe__Belgrade; + pub const Berlin : Tz = Tz::Europe__Berlin; + pub const Bratislava : Tz = Tz::Europe__Bratislava; + pub const Brussels : Tz = Tz::Europe__Brussels; + pub const Bucharest : Tz = Tz::Europe__Bucharest; + pub const Budapest : Tz = Tz::Europe__Budapest; + pub const Busingen : Tz = Tz::Europe__Busingen; + pub const Chisinau : Tz = Tz::Europe__Chisinau; + pub const Copenhagen : Tz = Tz::Europe__Copenhagen; + pub const Dublin : Tz = Tz::Europe__Dublin; + pub const Gibraltar : Tz = Tz::Europe__Gibraltar; + pub const Guernsey : Tz = Tz::Europe__Guernsey; + pub const Helsinki : Tz = Tz::Europe__Helsinki; + pub const Isle_of_Man : Tz = Tz::Europe__Isle_of_Man; + pub const Istanbul : Tz = Tz::Europe__Istanbul; + pub const Jersey : Tz = Tz::Europe__Jersey; + pub const Kaliningrad : Tz = Tz::Europe__Kaliningrad; + pub const Kiev : Tz = Tz::Europe__Kiev; + pub const Kirov : Tz = Tz::Europe__Kirov; + pub const Kyiv : Tz = Tz::Europe__Kyiv; + pub const Lisbon : Tz = Tz::Europe__Lisbon; + pub const Ljubljana : Tz = Tz::Europe__Ljubljana; + pub const London : Tz = Tz::Europe__London; + pub const Luxembourg : Tz = Tz::Europe__Luxembourg; + pub const Madrid : Tz = Tz::Europe__Madrid; + pub const Malta : Tz = Tz::Europe__Malta; + pub const Mariehamn : Tz = Tz::Europe__Mariehamn; + pub const Minsk : Tz = Tz::Europe__Minsk; + pub const Monaco : Tz = Tz::Europe__Monaco; + pub const Moscow : Tz = Tz::Europe__Moscow; + pub const Nicosia : Tz = Tz::Europe__Nicosia; + pub const Oslo : Tz = Tz::Europe__Oslo; + pub const Paris : Tz = Tz::Europe__Paris; + pub const Podgorica : Tz = Tz::Europe__Podgorica; + pub const Prague : Tz = Tz::Europe__Prague; + pub const Riga : Tz = Tz::Europe__Riga; + pub const Rome : Tz = Tz::Europe__Rome; + pub const Samara : Tz = Tz::Europe__Samara; + pub const San_Marino : Tz = Tz::Europe__San_Marino; + pub const Sarajevo : Tz = Tz::Europe__Sarajevo; + pub const Saratov : Tz = Tz::Europe__Saratov; + pub const Simferopol : Tz = Tz::Europe__Simferopol; + pub const Skopje : Tz = Tz::Europe__Skopje; + pub const Sofia : Tz = Tz::Europe__Sofia; + pub const Stockholm : Tz = Tz::Europe__Stockholm; + pub const Tallinn : Tz = Tz::Europe__Tallinn; + pub const Tirane : Tz = Tz::Europe__Tirane; + pub const Tiraspol : Tz = Tz::Europe__Tiraspol; + pub const Ulyanovsk : Tz = Tz::Europe__Ulyanovsk; + pub const Uzhgorod : Tz = Tz::Europe__Uzhgorod; + pub const Vaduz : Tz = Tz::Europe__Vaduz; + pub const Vatican : Tz = Tz::Europe__Vatican; + pub const Vienna : Tz = Tz::Europe__Vienna; + pub const Vilnius : Tz = Tz::Europe__Vilnius; + pub const Volgograd : Tz = Tz::Europe__Volgograd; + pub const Warsaw : Tz = Tz::Europe__Warsaw; + pub const Zagreb : Tz = Tz::Europe__Zagreb; + pub const Zaporozhye : Tz = Tz::Europe__Zaporozhye; + pub const Zurich : Tz = Tz::Europe__Zurich; +} + +pub mod Indian { + use crate::timezones::Tz; + + pub const Antananarivo : Tz = Tz::Indian__Antananarivo; + pub const Chagos : Tz = Tz::Indian__Chagos; + pub const Christmas : Tz = Tz::Indian__Christmas; + pub const Cocos : Tz = Tz::Indian__Cocos; + pub const Comoro : Tz = Tz::Indian__Comoro; + pub const Kerguelen : Tz = Tz::Indian__Kerguelen; + pub const Mahe : Tz = Tz::Indian__Mahe; + pub const Maldives : Tz = Tz::Indian__Maldives; + pub const Mauritius : Tz = Tz::Indian__Mauritius; + pub const Mayotte : Tz = Tz::Indian__Mayotte; + pub const Reunion : Tz = Tz::Indian__Reunion; +} + +pub mod Mexico { + use crate::timezones::Tz; + + pub const BajaNorte : Tz = Tz::Mexico__BajaNorte; + pub const BajaSur : Tz = Tz::Mexico__BajaSur; + pub const General : Tz = Tz::Mexico__General; +} + +pub mod Pacific { + use crate::timezones::Tz; + + pub const Apia : Tz = Tz::Pacific__Apia; + pub const Auckland : Tz = Tz::Pacific__Auckland; + pub const Bougainville : Tz = Tz::Pacific__Bougainville; + pub const Chatham : Tz = Tz::Pacific__Chatham; + pub const Chuuk : Tz = Tz::Pacific__Chuuk; + pub const Easter : Tz = Tz::Pacific__Easter; + pub const Efate : Tz = Tz::Pacific__Efate; + pub const Enderbury : Tz = Tz::Pacific__Enderbury; + pub const Fakaofo : Tz = Tz::Pacific__Fakaofo; + pub const Fiji : Tz = Tz::Pacific__Fiji; + pub const Funafuti : Tz = Tz::Pacific__Funafuti; + pub const Galapagos : Tz = Tz::Pacific__Galapagos; + pub const Gambier : Tz = Tz::Pacific__Gambier; + pub const Guadalcanal : Tz = Tz::Pacific__Guadalcanal; + pub const Guam : Tz = Tz::Pacific__Guam; + pub const Honolulu : Tz = Tz::Pacific__Honolulu; + pub const Johnston : Tz = Tz::Pacific__Johnston; + pub const Kanton : Tz = Tz::Pacific__Kanton; + pub const Kiritimati : Tz = Tz::Pacific__Kiritimati; + pub const Kosrae : Tz = Tz::Pacific__Kosrae; + pub const Kwajalein : Tz = Tz::Pacific__Kwajalein; + pub const Majuro : Tz = Tz::Pacific__Majuro; + pub const Marquesas : Tz = Tz::Pacific__Marquesas; + pub const Midway : Tz = Tz::Pacific__Midway; + pub const Nauru : Tz = Tz::Pacific__Nauru; + pub const Niue : Tz = Tz::Pacific__Niue; + pub const Norfolk : Tz = Tz::Pacific__Norfolk; + pub const Noumea : Tz = Tz::Pacific__Noumea; + pub const Pago_Pago : Tz = Tz::Pacific__Pago_Pago; + pub const Palau : Tz = Tz::Pacific__Palau; + pub const Pitcairn : Tz = Tz::Pacific__Pitcairn; + pub const Pohnpei : Tz = Tz::Pacific__Pohnpei; + pub const Ponape : Tz = Tz::Pacific__Ponape; + pub const Port_Moresby : Tz = Tz::Pacific__Port_Moresby; + pub const Rarotonga : Tz = Tz::Pacific__Rarotonga; + pub const Saipan : Tz = Tz::Pacific__Saipan; + pub const Samoa : Tz = Tz::Pacific__Samoa; + pub const Tahiti : Tz = Tz::Pacific__Tahiti; + pub const Tarawa : Tz = Tz::Pacific__Tarawa; + pub const Tongatapu : Tz = Tz::Pacific__Tongatapu; + pub const Truk : Tz = Tz::Pacific__Truk; + pub const Wake : Tz = Tz::Pacific__Wake; + pub const Wallis : Tz = Tz::Pacific__Wallis; + pub const Yap : Tz = Tz::Pacific__Yap; +} + +pub mod US { + use crate::timezones::Tz; + + pub const Alaska : Tz = Tz::US__Alaska; + pub const Aleutian : Tz = Tz::US__Aleutian; + pub const Arizona : Tz = Tz::US__Arizona; + pub const Central : Tz = Tz::US__Central; + pub const EastIndiana : Tz = Tz::US__EastIndiana; + pub const Eastern : Tz = Tz::US__Eastern; + pub const Hawaii : Tz = Tz::US__Hawaii; + pub const IndianaStarke : Tz = Tz::US__IndianaStarke; + pub const Michigan : Tz = Tz::US__Michigan; + pub const Mountain : Tz = Tz::US__Mountain; + pub const Pacific : Tz = Tz::US__Pacific; + pub const Samoa : Tz = Tz::US__Samoa; +} + diff --git a/target/debug/build/chrono-tz-6e568472505294e4/out/timezones.rs b/target/debug/build/chrono-tz-6e568472505294e4/out/timezones.rs new file mode 100644 index 0000000..695c0cd --- /dev/null +++ b/target/debug/build/chrono-tz-6e568472505294e4/out/timezones.rs @@ -0,0 +1,76080 @@ +use core::fmt::{self, Debug, Display, Formatter}; +use core::str::FromStr; + +use crate::timezone_impl::{TimeSpans, FixedTimespanSet, FixedTimespan}; + +/// TimeZones built at compile time from the tz database +/// +/// This implements [`chrono::TimeZone`] so that it may be used in and to +/// construct chrono's DateTime type. See the root module documentation +/// for details. +#[derive(Clone, Copy, PartialEq, Eq, Hash)] +#[cfg_attr(feature = "arbitrary", derive(arbitrary::Arbitrary))] +pub enum Tz { + /// Africa/Abidjan + Africa__Abidjan, + /// Africa/Accra + Africa__Accra, + /// Africa/Addis_Ababa + Africa__Addis_Ababa, + /// Africa/Algiers + Africa__Algiers, + /// Africa/Asmara + Africa__Asmara, + /// Africa/Asmera + Africa__Asmera, + /// Africa/Bamako + Africa__Bamako, + /// Africa/Bangui + Africa__Bangui, + /// Africa/Banjul + Africa__Banjul, + /// Africa/Bissau + Africa__Bissau, + /// Africa/Blantyre + Africa__Blantyre, + /// Africa/Brazzaville + Africa__Brazzaville, + /// Africa/Bujumbura + Africa__Bujumbura, + /// Africa/Cairo + Africa__Cairo, + /// Africa/Casablanca + Africa__Casablanca, + /// Africa/Ceuta + Africa__Ceuta, + /// Africa/Conakry + Africa__Conakry, + /// Africa/Dakar + Africa__Dakar, + /// Africa/Dar_es_Salaam + Africa__Dar_es_Salaam, + /// Africa/Djibouti + Africa__Djibouti, + /// Africa/Douala + Africa__Douala, + /// Africa/El_Aaiun + Africa__El_Aaiun, + /// Africa/Freetown + Africa__Freetown, + /// Africa/Gaborone + Africa__Gaborone, + /// Africa/Harare + Africa__Harare, + /// Africa/Johannesburg + Africa__Johannesburg, + /// Africa/Juba + Africa__Juba, + /// Africa/Kampala + Africa__Kampala, + /// Africa/Khartoum + Africa__Khartoum, + /// Africa/Kigali + Africa__Kigali, + /// Africa/Kinshasa + Africa__Kinshasa, + /// Africa/Lagos + Africa__Lagos, + /// Africa/Libreville + Africa__Libreville, + /// Africa/Lome + Africa__Lome, + /// Africa/Luanda + Africa__Luanda, + /// Africa/Lubumbashi + Africa__Lubumbashi, + /// Africa/Lusaka + Africa__Lusaka, + /// Africa/Malabo + Africa__Malabo, + /// Africa/Maputo + Africa__Maputo, + /// Africa/Maseru + Africa__Maseru, + /// Africa/Mbabane + Africa__Mbabane, + /// Africa/Mogadishu + Africa__Mogadishu, + /// Africa/Monrovia + Africa__Monrovia, + /// Africa/Nairobi + Africa__Nairobi, + /// Africa/Ndjamena + Africa__Ndjamena, + /// Africa/Niamey + Africa__Niamey, + /// Africa/Nouakchott + Africa__Nouakchott, + /// Africa/Ouagadougou + Africa__Ouagadougou, + /// Africa/Porto-Novo + Africa__PortoNovo, + /// Africa/Sao_Tome + Africa__Sao_Tome, + /// Africa/Timbuktu + Africa__Timbuktu, + /// Africa/Tripoli + Africa__Tripoli, + /// Africa/Tunis + Africa__Tunis, + /// Africa/Windhoek + Africa__Windhoek, + /// America/Adak + America__Adak, + /// America/Anchorage + America__Anchorage, + /// America/Anguilla + America__Anguilla, + /// America/Antigua + America__Antigua, + /// America/Araguaina + America__Araguaina, + /// America/Argentina/Buenos_Aires + America__Argentina__Buenos_Aires, + /// America/Argentina/Catamarca + America__Argentina__Catamarca, + /// America/Argentina/ComodRivadavia + America__Argentina__ComodRivadavia, + /// America/Argentina/Cordoba + America__Argentina__Cordoba, + /// America/Argentina/Jujuy + America__Argentina__Jujuy, + /// America/Argentina/La_Rioja + America__Argentina__La_Rioja, + /// America/Argentina/Mendoza + America__Argentina__Mendoza, + /// America/Argentina/Rio_Gallegos + America__Argentina__Rio_Gallegos, + /// America/Argentina/Salta + America__Argentina__Salta, + /// America/Argentina/San_Juan + America__Argentina__San_Juan, + /// America/Argentina/San_Luis + America__Argentina__San_Luis, + /// America/Argentina/Tucuman + America__Argentina__Tucuman, + /// America/Argentina/Ushuaia + America__Argentina__Ushuaia, + /// America/Aruba + America__Aruba, + /// America/Asuncion + America__Asuncion, + /// America/Atikokan + America__Atikokan, + /// America/Atka + America__Atka, + /// America/Bahia + America__Bahia, + /// America/Bahia_Banderas + America__Bahia_Banderas, + /// America/Barbados + America__Barbados, + /// America/Belem + America__Belem, + /// America/Belize + America__Belize, + /// America/Blanc-Sablon + America__BlancSablon, + /// America/Boa_Vista + America__Boa_Vista, + /// America/Bogota + America__Bogota, + /// America/Boise + America__Boise, + /// America/Buenos_Aires + America__Buenos_Aires, + /// America/Cambridge_Bay + America__Cambridge_Bay, + /// America/Campo_Grande + America__Campo_Grande, + /// America/Cancun + America__Cancun, + /// America/Caracas + America__Caracas, + /// America/Catamarca + America__Catamarca, + /// America/Cayenne + America__Cayenne, + /// America/Cayman + America__Cayman, + /// America/Chicago + America__Chicago, + /// America/Chihuahua + America__Chihuahua, + /// America/Ciudad_Juarez + America__Ciudad_Juarez, + /// America/Coral_Harbour + America__Coral_Harbour, + /// America/Cordoba + America__Cordoba, + /// America/Costa_Rica + America__Costa_Rica, + /// America/Creston + America__Creston, + /// America/Cuiaba + America__Cuiaba, + /// America/Curacao + America__Curacao, + /// America/Danmarkshavn + America__Danmarkshavn, + /// America/Dawson + America__Dawson, + /// America/Dawson_Creek + America__Dawson_Creek, + /// America/Denver + America__Denver, + /// America/Detroit + America__Detroit, + /// America/Dominica + America__Dominica, + /// America/Edmonton + America__Edmonton, + /// America/Eirunepe + America__Eirunepe, + /// America/El_Salvador + America__El_Salvador, + /// America/Ensenada + America__Ensenada, + /// America/Fort_Nelson + America__Fort_Nelson, + /// America/Fort_Wayne + America__Fort_Wayne, + /// America/Fortaleza + America__Fortaleza, + /// America/Glace_Bay + America__Glace_Bay, + /// America/Godthab + America__Godthab, + /// America/Goose_Bay + America__Goose_Bay, + /// America/Grand_Turk + America__Grand_Turk, + /// America/Grenada + America__Grenada, + /// America/Guadeloupe + America__Guadeloupe, + /// America/Guatemala + America__Guatemala, + /// America/Guayaquil + America__Guayaquil, + /// America/Guyana + America__Guyana, + /// America/Halifax + America__Halifax, + /// America/Havana + America__Havana, + /// America/Hermosillo + America__Hermosillo, + /// America/Indiana/Indianapolis + America__Indiana__Indianapolis, + /// America/Indiana/Knox + America__Indiana__Knox, + /// America/Indiana/Marengo + America__Indiana__Marengo, + /// America/Indiana/Petersburg + America__Indiana__Petersburg, + /// America/Indiana/Tell_City + America__Indiana__Tell_City, + /// America/Indiana/Vevay + America__Indiana__Vevay, + /// America/Indiana/Vincennes + America__Indiana__Vincennes, + /// America/Indiana/Winamac + America__Indiana__Winamac, + /// America/Indianapolis + America__Indianapolis, + /// America/Inuvik + America__Inuvik, + /// America/Iqaluit + America__Iqaluit, + /// America/Jamaica + America__Jamaica, + /// America/Jujuy + America__Jujuy, + /// America/Juneau + America__Juneau, + /// America/Kentucky/Louisville + America__Kentucky__Louisville, + /// America/Kentucky/Monticello + America__Kentucky__Monticello, + /// America/Knox_IN + America__Knox_IN, + /// America/Kralendijk + America__Kralendijk, + /// America/La_Paz + America__La_Paz, + /// America/Lima + America__Lima, + /// America/Los_Angeles + America__Los_Angeles, + /// America/Louisville + America__Louisville, + /// America/Lower_Princes + America__Lower_Princes, + /// America/Maceio + America__Maceio, + /// America/Managua + America__Managua, + /// America/Manaus + America__Manaus, + /// America/Marigot + America__Marigot, + /// America/Martinique + America__Martinique, + /// America/Matamoros + America__Matamoros, + /// America/Mazatlan + America__Mazatlan, + /// America/Mendoza + America__Mendoza, + /// America/Menominee + America__Menominee, + /// America/Merida + America__Merida, + /// America/Metlakatla + America__Metlakatla, + /// America/Mexico_City + America__Mexico_City, + /// America/Miquelon + America__Miquelon, + /// America/Moncton + America__Moncton, + /// America/Monterrey + America__Monterrey, + /// America/Montevideo + America__Montevideo, + /// America/Montreal + America__Montreal, + /// America/Montserrat + America__Montserrat, + /// America/Nassau + America__Nassau, + /// America/New_York + America__New_York, + /// America/Nipigon + America__Nipigon, + /// America/Nome + America__Nome, + /// America/Noronha + America__Noronha, + /// America/North_Dakota/Beulah + America__North_Dakota__Beulah, + /// America/North_Dakota/Center + America__North_Dakota__Center, + /// America/North_Dakota/New_Salem + America__North_Dakota__New_Salem, + /// America/Nuuk + America__Nuuk, + /// America/Ojinaga + America__Ojinaga, + /// America/Panama + America__Panama, + /// America/Pangnirtung + America__Pangnirtung, + /// America/Paramaribo + America__Paramaribo, + /// America/Phoenix + America__Phoenix, + /// America/Port-au-Prince + America__PortauPrince, + /// America/Port_of_Spain + America__Port_of_Spain, + /// America/Porto_Acre + America__Porto_Acre, + /// America/Porto_Velho + America__Porto_Velho, + /// America/Puerto_Rico + America__Puerto_Rico, + /// America/Punta_Arenas + America__Punta_Arenas, + /// America/Rainy_River + America__Rainy_River, + /// America/Rankin_Inlet + America__Rankin_Inlet, + /// America/Recife + America__Recife, + /// America/Regina + America__Regina, + /// America/Resolute + America__Resolute, + /// America/Rio_Branco + America__Rio_Branco, + /// America/Rosario + America__Rosario, + /// America/Santa_Isabel + America__Santa_Isabel, + /// America/Santarem + America__Santarem, + /// America/Santiago + America__Santiago, + /// America/Santo_Domingo + America__Santo_Domingo, + /// America/Sao_Paulo + America__Sao_Paulo, + /// America/Scoresbysund + America__Scoresbysund, + /// America/Shiprock + America__Shiprock, + /// America/Sitka + America__Sitka, + /// America/St_Barthelemy + America__St_Barthelemy, + /// America/St_Johns + America__St_Johns, + /// America/St_Kitts + America__St_Kitts, + /// America/St_Lucia + America__St_Lucia, + /// America/St_Thomas + America__St_Thomas, + /// America/St_Vincent + America__St_Vincent, + /// America/Swift_Current + America__Swift_Current, + /// America/Tegucigalpa + America__Tegucigalpa, + /// America/Thule + America__Thule, + /// America/Thunder_Bay + America__Thunder_Bay, + /// America/Tijuana + America__Tijuana, + /// America/Toronto + America__Toronto, + /// America/Tortola + America__Tortola, + /// America/Vancouver + America__Vancouver, + /// America/Virgin + America__Virgin, + /// America/Whitehorse + America__Whitehorse, + /// America/Winnipeg + America__Winnipeg, + /// America/Yakutat + America__Yakutat, + /// America/Yellowknife + America__Yellowknife, + /// Antarctica/Casey + Antarctica__Casey, + /// Antarctica/Davis + Antarctica__Davis, + /// Antarctica/DumontDUrville + Antarctica__DumontDUrville, + /// Antarctica/Macquarie + Antarctica__Macquarie, + /// Antarctica/Mawson + Antarctica__Mawson, + /// Antarctica/McMurdo + Antarctica__McMurdo, + /// Antarctica/Palmer + Antarctica__Palmer, + /// Antarctica/Rothera + Antarctica__Rothera, + /// Antarctica/South_Pole + Antarctica__South_Pole, + /// Antarctica/Syowa + Antarctica__Syowa, + /// Antarctica/Troll + Antarctica__Troll, + /// Antarctica/Vostok + Antarctica__Vostok, + /// Arctic/Longyearbyen + Arctic__Longyearbyen, + /// Asia/Aden + Asia__Aden, + /// Asia/Almaty + Asia__Almaty, + /// Asia/Amman + Asia__Amman, + /// Asia/Anadyr + Asia__Anadyr, + /// Asia/Aqtau + Asia__Aqtau, + /// Asia/Aqtobe + Asia__Aqtobe, + /// Asia/Ashgabat + Asia__Ashgabat, + /// Asia/Ashkhabad + Asia__Ashkhabad, + /// Asia/Atyrau + Asia__Atyrau, + /// Asia/Baghdad + Asia__Baghdad, + /// Asia/Bahrain + Asia__Bahrain, + /// Asia/Baku + Asia__Baku, + /// Asia/Bangkok + Asia__Bangkok, + /// Asia/Barnaul + Asia__Barnaul, + /// Asia/Beirut + Asia__Beirut, + /// Asia/Bishkek + Asia__Bishkek, + /// Asia/Brunei + Asia__Brunei, + /// Asia/Calcutta + Asia__Calcutta, + /// Asia/Chita + Asia__Chita, + /// Asia/Choibalsan + Asia__Choibalsan, + /// Asia/Chongqing + Asia__Chongqing, + /// Asia/Chungking + Asia__Chungking, + /// Asia/Colombo + Asia__Colombo, + /// Asia/Dacca + Asia__Dacca, + /// Asia/Damascus + Asia__Damascus, + /// Asia/Dhaka + Asia__Dhaka, + /// Asia/Dili + Asia__Dili, + /// Asia/Dubai + Asia__Dubai, + /// Asia/Dushanbe + Asia__Dushanbe, + /// Asia/Famagusta + Asia__Famagusta, + /// Asia/Gaza + Asia__Gaza, + /// Asia/Harbin + Asia__Harbin, + /// Asia/Hebron + Asia__Hebron, + /// Asia/Ho_Chi_Minh + Asia__Ho_Chi_Minh, + /// Asia/Hong_Kong + Asia__Hong_Kong, + /// Asia/Hovd + Asia__Hovd, + /// Asia/Irkutsk + Asia__Irkutsk, + /// Asia/Istanbul + Asia__Istanbul, + /// Asia/Jakarta + Asia__Jakarta, + /// Asia/Jayapura + Asia__Jayapura, + /// Asia/Jerusalem + Asia__Jerusalem, + /// Asia/Kabul + Asia__Kabul, + /// Asia/Kamchatka + Asia__Kamchatka, + /// Asia/Karachi + Asia__Karachi, + /// Asia/Kashgar + Asia__Kashgar, + /// Asia/Kathmandu + Asia__Kathmandu, + /// Asia/Katmandu + Asia__Katmandu, + /// Asia/Khandyga + Asia__Khandyga, + /// Asia/Kolkata + Asia__Kolkata, + /// Asia/Krasnoyarsk + Asia__Krasnoyarsk, + /// Asia/Kuala_Lumpur + Asia__Kuala_Lumpur, + /// Asia/Kuching + Asia__Kuching, + /// Asia/Kuwait + Asia__Kuwait, + /// Asia/Macao + Asia__Macao, + /// Asia/Macau + Asia__Macau, + /// Asia/Magadan + Asia__Magadan, + /// Asia/Makassar + Asia__Makassar, + /// Asia/Manila + Asia__Manila, + /// Asia/Muscat + Asia__Muscat, + /// Asia/Nicosia + Asia__Nicosia, + /// Asia/Novokuznetsk + Asia__Novokuznetsk, + /// Asia/Novosibirsk + Asia__Novosibirsk, + /// Asia/Omsk + Asia__Omsk, + /// Asia/Oral + Asia__Oral, + /// Asia/Phnom_Penh + Asia__Phnom_Penh, + /// Asia/Pontianak + Asia__Pontianak, + /// Asia/Pyongyang + Asia__Pyongyang, + /// Asia/Qatar + Asia__Qatar, + /// Asia/Qostanay + Asia__Qostanay, + /// Asia/Qyzylorda + Asia__Qyzylorda, + /// Asia/Rangoon + Asia__Rangoon, + /// Asia/Riyadh + Asia__Riyadh, + /// Asia/Saigon + Asia__Saigon, + /// Asia/Sakhalin + Asia__Sakhalin, + /// Asia/Samarkand + Asia__Samarkand, + /// Asia/Seoul + Asia__Seoul, + /// Asia/Shanghai + Asia__Shanghai, + /// Asia/Singapore + Asia__Singapore, + /// Asia/Srednekolymsk + Asia__Srednekolymsk, + /// Asia/Taipei + Asia__Taipei, + /// Asia/Tashkent + Asia__Tashkent, + /// Asia/Tbilisi + Asia__Tbilisi, + /// Asia/Tehran + Asia__Tehran, + /// Asia/Tel_Aviv + Asia__Tel_Aviv, + /// Asia/Thimbu + Asia__Thimbu, + /// Asia/Thimphu + Asia__Thimphu, + /// Asia/Tokyo + Asia__Tokyo, + /// Asia/Tomsk + Asia__Tomsk, + /// Asia/Ujung_Pandang + Asia__Ujung_Pandang, + /// Asia/Ulaanbaatar + Asia__Ulaanbaatar, + /// Asia/Ulan_Bator + Asia__Ulan_Bator, + /// Asia/Urumqi + Asia__Urumqi, + /// Asia/Ust-Nera + Asia__UstNera, + /// Asia/Vientiane + Asia__Vientiane, + /// Asia/Vladivostok + Asia__Vladivostok, + /// Asia/Yakutsk + Asia__Yakutsk, + /// Asia/Yangon + Asia__Yangon, + /// Asia/Yekaterinburg + Asia__Yekaterinburg, + /// Asia/Yerevan + Asia__Yerevan, + /// Atlantic/Azores + Atlantic__Azores, + /// Atlantic/Bermuda + Atlantic__Bermuda, + /// Atlantic/Canary + Atlantic__Canary, + /// Atlantic/Cape_Verde + Atlantic__Cape_Verde, + /// Atlantic/Faeroe + Atlantic__Faeroe, + /// Atlantic/Faroe + Atlantic__Faroe, + /// Atlantic/Jan_Mayen + Atlantic__Jan_Mayen, + /// Atlantic/Madeira + Atlantic__Madeira, + /// Atlantic/Reykjavik + Atlantic__Reykjavik, + /// Atlantic/South_Georgia + Atlantic__South_Georgia, + /// Atlantic/St_Helena + Atlantic__St_Helena, + /// Atlantic/Stanley + Atlantic__Stanley, + /// Australia/ACT + Australia__ACT, + /// Australia/Adelaide + Australia__Adelaide, + /// Australia/Brisbane + Australia__Brisbane, + /// Australia/Broken_Hill + Australia__Broken_Hill, + /// Australia/Canberra + Australia__Canberra, + /// Australia/Currie + Australia__Currie, + /// Australia/Darwin + Australia__Darwin, + /// Australia/Eucla + Australia__Eucla, + /// Australia/Hobart + Australia__Hobart, + /// Australia/LHI + Australia__LHI, + /// Australia/Lindeman + Australia__Lindeman, + /// Australia/Lord_Howe + Australia__Lord_Howe, + /// Australia/Melbourne + Australia__Melbourne, + /// Australia/NSW + Australia__NSW, + /// Australia/North + Australia__North, + /// Australia/Perth + Australia__Perth, + /// Australia/Queensland + Australia__Queensland, + /// Australia/South + Australia__South, + /// Australia/Sydney + Australia__Sydney, + /// Australia/Tasmania + Australia__Tasmania, + /// Australia/Victoria + Australia__Victoria, + /// Australia/West + Australia__West, + /// Australia/Yancowinna + Australia__Yancowinna, + /// Brazil/Acre + Brazil__Acre, + /// Brazil/DeNoronha + Brazil__DeNoronha, + /// Brazil/East + Brazil__East, + /// Brazil/West + Brazil__West, + /// CET + CET, + /// CST6CDT + CST6CDT, + /// Canada/Atlantic + Canada__Atlantic, + /// Canada/Central + Canada__Central, + /// Canada/Eastern + Canada__Eastern, + /// Canada/Mountain + Canada__Mountain, + /// Canada/Newfoundland + Canada__Newfoundland, + /// Canada/Pacific + Canada__Pacific, + /// Canada/Saskatchewan + Canada__Saskatchewan, + /// Canada/Yukon + Canada__Yukon, + /// Chile/Continental + Chile__Continental, + /// Chile/EasterIsland + Chile__EasterIsland, + /// Cuba + Cuba, + /// EET + EET, + /// EST + EST, + /// EST5EDT + EST5EDT, + /// Egypt + Egypt, + /// Eire + Eire, + /// Etc/GMT + Etc__GMT, + /// Etc/GMT+0 + Etc__GMTPlus0, + /// Etc/GMT+1 + Etc__GMTPlus1, + /// Etc/GMT+10 + Etc__GMTPlus10, + /// Etc/GMT+11 + Etc__GMTPlus11, + /// Etc/GMT+12 + Etc__GMTPlus12, + /// Etc/GMT+2 + Etc__GMTPlus2, + /// Etc/GMT+3 + Etc__GMTPlus3, + /// Etc/GMT+4 + Etc__GMTPlus4, + /// Etc/GMT+5 + Etc__GMTPlus5, + /// Etc/GMT+6 + Etc__GMTPlus6, + /// Etc/GMT+7 + Etc__GMTPlus7, + /// Etc/GMT+8 + Etc__GMTPlus8, + /// Etc/GMT+9 + Etc__GMTPlus9, + /// Etc/GMT-0 + Etc__GMTMinus0, + /// Etc/GMT-1 + Etc__GMTMinus1, + /// Etc/GMT-10 + Etc__GMTMinus10, + /// Etc/GMT-11 + Etc__GMTMinus11, + /// Etc/GMT-12 + Etc__GMTMinus12, + /// Etc/GMT-13 + Etc__GMTMinus13, + /// Etc/GMT-14 + Etc__GMTMinus14, + /// Etc/GMT-2 + Etc__GMTMinus2, + /// Etc/GMT-3 + Etc__GMTMinus3, + /// Etc/GMT-4 + Etc__GMTMinus4, + /// Etc/GMT-5 + Etc__GMTMinus5, + /// Etc/GMT-6 + Etc__GMTMinus6, + /// Etc/GMT-7 + Etc__GMTMinus7, + /// Etc/GMT-8 + Etc__GMTMinus8, + /// Etc/GMT-9 + Etc__GMTMinus9, + /// Etc/GMT0 + Etc__GMT0, + /// Etc/Greenwich + Etc__Greenwich, + /// Etc/UCT + Etc__UCT, + /// Etc/UTC + Etc__UTC, + /// Etc/Universal + Etc__Universal, + /// Etc/Zulu + Etc__Zulu, + /// Europe/Amsterdam + Europe__Amsterdam, + /// Europe/Andorra + Europe__Andorra, + /// Europe/Astrakhan + Europe__Astrakhan, + /// Europe/Athens + Europe__Athens, + /// Europe/Belfast + Europe__Belfast, + /// Europe/Belgrade + Europe__Belgrade, + /// Europe/Berlin + Europe__Berlin, + /// Europe/Bratislava + Europe__Bratislava, + /// Europe/Brussels + Europe__Brussels, + /// Europe/Bucharest + Europe__Bucharest, + /// Europe/Budapest + Europe__Budapest, + /// Europe/Busingen + Europe__Busingen, + /// Europe/Chisinau + Europe__Chisinau, + /// Europe/Copenhagen + Europe__Copenhagen, + /// Europe/Dublin + Europe__Dublin, + /// Europe/Gibraltar + Europe__Gibraltar, + /// Europe/Guernsey + Europe__Guernsey, + /// Europe/Helsinki + Europe__Helsinki, + /// Europe/Isle_of_Man + Europe__Isle_of_Man, + /// Europe/Istanbul + Europe__Istanbul, + /// Europe/Jersey + Europe__Jersey, + /// Europe/Kaliningrad + Europe__Kaliningrad, + /// Europe/Kiev + Europe__Kiev, + /// Europe/Kirov + Europe__Kirov, + /// Europe/Kyiv + Europe__Kyiv, + /// Europe/Lisbon + Europe__Lisbon, + /// Europe/Ljubljana + Europe__Ljubljana, + /// Europe/London + Europe__London, + /// Europe/Luxembourg + Europe__Luxembourg, + /// Europe/Madrid + Europe__Madrid, + /// Europe/Malta + Europe__Malta, + /// Europe/Mariehamn + Europe__Mariehamn, + /// Europe/Minsk + Europe__Minsk, + /// Europe/Monaco + Europe__Monaco, + /// Europe/Moscow + Europe__Moscow, + /// Europe/Nicosia + Europe__Nicosia, + /// Europe/Oslo + Europe__Oslo, + /// Europe/Paris + Europe__Paris, + /// Europe/Podgorica + Europe__Podgorica, + /// Europe/Prague + Europe__Prague, + /// Europe/Riga + Europe__Riga, + /// Europe/Rome + Europe__Rome, + /// Europe/Samara + Europe__Samara, + /// Europe/San_Marino + Europe__San_Marino, + /// Europe/Sarajevo + Europe__Sarajevo, + /// Europe/Saratov + Europe__Saratov, + /// Europe/Simferopol + Europe__Simferopol, + /// Europe/Skopje + Europe__Skopje, + /// Europe/Sofia + Europe__Sofia, + /// Europe/Stockholm + Europe__Stockholm, + /// Europe/Tallinn + Europe__Tallinn, + /// Europe/Tirane + Europe__Tirane, + /// Europe/Tiraspol + Europe__Tiraspol, + /// Europe/Ulyanovsk + Europe__Ulyanovsk, + /// Europe/Uzhgorod + Europe__Uzhgorod, + /// Europe/Vaduz + Europe__Vaduz, + /// Europe/Vatican + Europe__Vatican, + /// Europe/Vienna + Europe__Vienna, + /// Europe/Vilnius + Europe__Vilnius, + /// Europe/Volgograd + Europe__Volgograd, + /// Europe/Warsaw + Europe__Warsaw, + /// Europe/Zagreb + Europe__Zagreb, + /// Europe/Zaporozhye + Europe__Zaporozhye, + /// Europe/Zurich + Europe__Zurich, + /// GB + GB, + /// GB-Eire + GBEire, + /// GMT + GMT, + /// GMT+0 + GMTPlus0, + /// GMT-0 + GMTMinus0, + /// GMT0 + GMT0, + /// Greenwich + Greenwich, + /// HST + HST, + /// Hongkong + Hongkong, + /// Iceland + Iceland, + /// Indian/Antananarivo + Indian__Antananarivo, + /// Indian/Chagos + Indian__Chagos, + /// Indian/Christmas + Indian__Christmas, + /// Indian/Cocos + Indian__Cocos, + /// Indian/Comoro + Indian__Comoro, + /// Indian/Kerguelen + Indian__Kerguelen, + /// Indian/Mahe + Indian__Mahe, + /// Indian/Maldives + Indian__Maldives, + /// Indian/Mauritius + Indian__Mauritius, + /// Indian/Mayotte + Indian__Mayotte, + /// Indian/Reunion + Indian__Reunion, + /// Iran + Iran, + /// Israel + Israel, + /// Jamaica + Jamaica, + /// Japan + Japan, + /// Kwajalein + Kwajalein, + /// Libya + Libya, + /// MET + MET, + /// MST + MST, + /// MST7MDT + MST7MDT, + /// Mexico/BajaNorte + Mexico__BajaNorte, + /// Mexico/BajaSur + Mexico__BajaSur, + /// Mexico/General + Mexico__General, + /// NZ + NZ, + /// NZ-CHAT + NZCHAT, + /// Navajo + Navajo, + /// PRC + PRC, + /// PST8PDT + PST8PDT, + /// Pacific/Apia + Pacific__Apia, + /// Pacific/Auckland + Pacific__Auckland, + /// Pacific/Bougainville + Pacific__Bougainville, + /// Pacific/Chatham + Pacific__Chatham, + /// Pacific/Chuuk + Pacific__Chuuk, + /// Pacific/Easter + Pacific__Easter, + /// Pacific/Efate + Pacific__Efate, + /// Pacific/Enderbury + Pacific__Enderbury, + /// Pacific/Fakaofo + Pacific__Fakaofo, + /// Pacific/Fiji + Pacific__Fiji, + /// Pacific/Funafuti + Pacific__Funafuti, + /// Pacific/Galapagos + Pacific__Galapagos, + /// Pacific/Gambier + Pacific__Gambier, + /// Pacific/Guadalcanal + Pacific__Guadalcanal, + /// Pacific/Guam + Pacific__Guam, + /// Pacific/Honolulu + Pacific__Honolulu, + /// Pacific/Johnston + Pacific__Johnston, + /// Pacific/Kanton + Pacific__Kanton, + /// Pacific/Kiritimati + Pacific__Kiritimati, + /// Pacific/Kosrae + Pacific__Kosrae, + /// Pacific/Kwajalein + Pacific__Kwajalein, + /// Pacific/Majuro + Pacific__Majuro, + /// Pacific/Marquesas + Pacific__Marquesas, + /// Pacific/Midway + Pacific__Midway, + /// Pacific/Nauru + Pacific__Nauru, + /// Pacific/Niue + Pacific__Niue, + /// Pacific/Norfolk + Pacific__Norfolk, + /// Pacific/Noumea + Pacific__Noumea, + /// Pacific/Pago_Pago + Pacific__Pago_Pago, + /// Pacific/Palau + Pacific__Palau, + /// Pacific/Pitcairn + Pacific__Pitcairn, + /// Pacific/Pohnpei + Pacific__Pohnpei, + /// Pacific/Ponape + Pacific__Ponape, + /// Pacific/Port_Moresby + Pacific__Port_Moresby, + /// Pacific/Rarotonga + Pacific__Rarotonga, + /// Pacific/Saipan + Pacific__Saipan, + /// Pacific/Samoa + Pacific__Samoa, + /// Pacific/Tahiti + Pacific__Tahiti, + /// Pacific/Tarawa + Pacific__Tarawa, + /// Pacific/Tongatapu + Pacific__Tongatapu, + /// Pacific/Truk + Pacific__Truk, + /// Pacific/Wake + Pacific__Wake, + /// Pacific/Wallis + Pacific__Wallis, + /// Pacific/Yap + Pacific__Yap, + /// Poland + Poland, + /// Portugal + Portugal, + /// ROC + ROC, + /// ROK + ROK, + /// Singapore + Singapore, + /// Turkey + Turkey, + /// UCT + UCT, + /// US/Alaska + US__Alaska, + /// US/Aleutian + US__Aleutian, + /// US/Arizona + US__Arizona, + /// US/Central + US__Central, + /// US/East-Indiana + US__EastIndiana, + /// US/Eastern + US__Eastern, + /// US/Hawaii + US__Hawaii, + /// US/Indiana-Starke + US__IndianaStarke, + /// US/Michigan + US__Michigan, + /// US/Mountain + US__Mountain, + /// US/Pacific + US__Pacific, + /// US/Samoa + US__Samoa, + /// UTC + UTC, + /// Universal + Universal, + /// W-SU + WSU, + /// WET + WET, + /// Zulu + Zulu, +} +static TIMEZONES: ::phf::Map<&'static str, Tz> = +::phf::Map { + key: 12913932095322966823, + disps: &[ + (0, 42), + (0, 6), + (0, 0), + (0, 53), + (1, 24), + (0, 0), + (0, 451), + (0, 16), + (0, 0), + (0, 28), + (0, 576), + (0, 13), + (0, 41), + (0, 269), + (0, 0), + (0, 15), + (0, 545), + (0, 1), + (0, 99), + (0, 5), + (0, 93), + (0, 32), + (0, 14), + (0, 0), + (0, 260), + (0, 10), + (0, 7), + (0, 156), + (0, 1), + (5, 192), + (1, 183), + (0, 23), + (0, 53), + (0, 95), + (0, 236), + (0, 27), + (0, 60), + (0, 383), + (0, 2), + (0, 0), + (0, 111), + (0, 4), + (0, 215), + (0, 54), + (0, 2), + (0, 1), + (0, 22), + (1, 438), + (0, 248), + (1, 187), + (0, 9), + (0, 3), + (0, 32), + (0, 50), + (2, 123), + (0, 42), + (1, 20), + (0, 1), + (6, 551), + (0, 128), + (1, 111), + (0, 553), + (0, 0), + (0, 0), + (0, 231), + (0, 25), + (0, 127), + (0, 95), + (0, 512), + (8, 167), + (4, 54), + (0, 20), + (0, 191), + (13, 23), + (1, 32), + (0, 478), + (0, 256), + (0, 12), + (0, 40), + (0, 432), + (0, 499), + (0, 2), + (0, 100), + (0, 25), + (5, 124), + (0, 258), + (0, 255), + (0, 467), + (0, 154), + (0, 450), + (0, 528), + (0, 105), + (0, 8), + (1, 439), + (0, 12), + (19, 343), + (0, 0), + (2, 411), + (0, 95), + (36, 54), + (0, 115), + (0, 184), + (1, 406), + (1, 417), + (0, 0), + (0, 337), + (7, 360), + (1, 518), + (6, 41), + (1, 1), + (0, 494), + (0, 33), + (0, 0), + (10, 249), + (6, 381), + (0, 458), + (2, 235), + (12, 336), + (19, 503), + (0, 180), + ], + entries: &[ + ("America/Guyana", Tz::America__Guyana), + ("Asia/Krasnoyarsk", Tz::Asia__Krasnoyarsk), + ("America/Merida", Tz::America__Merida), + ("Asia/Tel_Aviv", Tz::Asia__Tel_Aviv), + ("America/Tortola", Tz::America__Tortola), + ("America/Santarem", Tz::America__Santarem), + ("Australia/Brisbane", Tz::Australia__Brisbane), + ("America/Caracas", Tz::America__Caracas), + ("America/Nassau", Tz::America__Nassau), + ("America/Chicago", Tz::America__Chicago), + ("America/Hermosillo", Tz::America__Hermosillo), + ("Africa/Asmara", Tz::Africa__Asmara), + ("America/Godthab", Tz::America__Godthab), + ("Europe/Vatican", Tz::Europe__Vatican), + ("NZ-CHAT", Tz::NZCHAT), + ("Pacific/Kosrae", Tz::Pacific__Kosrae), + ("America/Montreal", Tz::America__Montreal), + ("America/Dominica", Tz::America__Dominica), + ("Australia/Sydney", Tz::Australia__Sydney), + ("US/East-Indiana", Tz::US__EastIndiana), + ("America/Catamarca", Tz::America__Catamarca), + ("Pacific/Wallis", Tz::Pacific__Wallis), + ("NZ", Tz::NZ), + ("Asia/Damascus", Tz::Asia__Damascus), + ("Asia/Manila", Tz::Asia__Manila), + ("America/Noronha", Tz::America__Noronha), + ("Europe/Zagreb", Tz::Europe__Zagreb), + ("Europe/Mariehamn", Tz::Europe__Mariehamn), + ("UCT", Tz::UCT), + ("Europe/Busingen", Tz::Europe__Busingen), + ("Canada/Mountain", Tz::Canada__Mountain), + ("Arctic/Longyearbyen", Tz::Arctic__Longyearbyen), + ("America/Bogota", Tz::America__Bogota), + ("Europe/Belgrade", Tz::Europe__Belgrade), + ("US/Alaska", Tz::US__Alaska), + ("Asia/Pyongyang", Tz::Asia__Pyongyang), + ("America/Campo_Grande", Tz::America__Campo_Grande), + ("MET", Tz::MET), + ("Asia/Sakhalin", Tz::Asia__Sakhalin), + ("Etc/GMT-3", Tz::Etc__GMTMinus3), + ("Pacific/Ponape", Tz::Pacific__Ponape), + ("Cuba", Tz::Cuba), + ("America/Ojinaga", Tz::America__Ojinaga), + ("Asia/Tehran", Tz::Asia__Tehran), + ("America/Tegucigalpa", Tz::America__Tegucigalpa), + ("Pacific/Honolulu", Tz::Pacific__Honolulu), + ("America/Aruba", Tz::America__Aruba), + ("America/Rio_Branco", Tz::America__Rio_Branco), + ("America/Guayaquil", Tz::America__Guayaquil), + ("Etc/Zulu", Tz::Etc__Zulu), + ("Europe/Monaco", Tz::Europe__Monaco), + ("Africa/Kinshasa", Tz::Africa__Kinshasa), + ("America/St_Kitts", Tz::America__St_Kitts), + ("Asia/Yekaterinburg", Tz::Asia__Yekaterinburg), + ("Africa/Freetown", Tz::Africa__Freetown), + ("Africa/El_Aaiun", Tz::Africa__El_Aaiun), + ("America/Anguilla", Tz::America__Anguilla), + ("Africa/Abidjan", Tz::Africa__Abidjan), + ("Singapore", Tz::Singapore), + ("GMT-0", Tz::GMTMinus0), + ("America/Blanc-Sablon", Tz::America__BlancSablon), + ("PST8PDT", Tz::PST8PDT), + ("Pacific/Efate", Tz::Pacific__Efate), + ("America/Indiana/Vincennes", Tz::America__Indiana__Vincennes), + ("Europe/Jersey", Tz::Europe__Jersey), + ("America/Lower_Princes", Tz::America__Lower_Princes), + ("Africa/Sao_Tome", Tz::Africa__Sao_Tome), + ("Asia/Irkutsk", Tz::Asia__Irkutsk), + ("Europe/Chisinau", Tz::Europe__Chisinau), + ("Asia/Taipei", Tz::Asia__Taipei), + ("America/Indiana/Winamac", Tz::America__Indiana__Winamac), + ("Africa/Blantyre", Tz::Africa__Blantyre), + ("America/Swift_Current", Tz::America__Swift_Current), + ("America/Boa_Vista", Tz::America__Boa_Vista), + ("Africa/Brazzaville", Tz::Africa__Brazzaville), + ("Antarctica/Rothera", Tz::Antarctica__Rothera), + ("Asia/Macau", Tz::Asia__Macau), + ("Etc/GMT-14", Tz::Etc__GMTMinus14), + ("Australia/Tasmania", Tz::Australia__Tasmania), + ("Pacific/Wake", Tz::Pacific__Wake), + ("Asia/Seoul", Tz::Asia__Seoul), + ("Turkey", Tz::Turkey), + ("Asia/Tokyo", Tz::Asia__Tokyo), + ("America/Recife", Tz::America__Recife), + ("Atlantic/Madeira", Tz::Atlantic__Madeira), + ("America/Paramaribo", Tz::America__Paramaribo), + ("Etc/GMT0", Tz::Etc__GMT0), + ("Asia/Srednekolymsk", Tz::Asia__Srednekolymsk), + ("America/Mendoza", Tz::America__Mendoza), + ("America/St_Johns", Tz::America__St_Johns), + ("Europe/Podgorica", Tz::Europe__Podgorica), + ("America/La_Paz", Tz::America__La_Paz), + ("Asia/Ujung_Pandang", Tz::Asia__Ujung_Pandang), + ("Indian/Cocos", Tz::Indian__Cocos), + ("Asia/Brunei", Tz::Asia__Brunei), + ("Asia/Oral", Tz::Asia__Oral), + ("Europe/Vaduz", Tz::Europe__Vaduz), + ("America/Argentina/San_Juan", Tz::America__Argentina__San_Juan), + ("America/Lima", Tz::America__Lima), + ("America/Porto_Velho", Tz::America__Porto_Velho), + ("Etc/GMT-6", Tz::Etc__GMTMinus6), + ("America/Belize", Tz::America__Belize), + ("Australia/Victoria", Tz::Australia__Victoria), + ("Pacific/Enderbury", Tz::Pacific__Enderbury), + ("Europe/Minsk", Tz::Europe__Minsk), + ("Asia/Aden", Tz::Asia__Aden), + ("Asia/Yakutsk", Tz::Asia__Yakutsk), + ("Europe/Sofia", Tz::Europe__Sofia), + ("Africa/Nouakchott", Tz::Africa__Nouakchott), + ("America/Detroit", Tz::America__Detroit), + ("Europe/Paris", Tz::Europe__Paris), + ("Etc/GMT+2", Tz::Etc__GMTPlus2), + ("America/Manaus", Tz::America__Manaus), + ("Europe/Isle_of_Man", Tz::Europe__Isle_of_Man), + ("Australia/ACT", Tz::Australia__ACT), + ("Atlantic/South_Georgia", Tz::Atlantic__South_Georgia), + ("Etc/GMT+8", Tz::Etc__GMTPlus8), + ("America/Havana", Tz::America__Havana), + ("Asia/Istanbul", Tz::Asia__Istanbul), + ("Etc/GMT+3", Tz::Etc__GMTPlus3), + ("Pacific/Pohnpei", Tz::Pacific__Pohnpei), + ("America/Argentina/Salta", Tz::America__Argentina__Salta), + ("Pacific/Bougainville", Tz::Pacific__Bougainville), + ("America/Coral_Harbour", Tz::America__Coral_Harbour), + ("America/Bahia", Tz::America__Bahia), + ("Pacific/Fakaofo", Tz::Pacific__Fakaofo), + ("Africa/Asmera", Tz::Africa__Asmera), + ("Asia/Baghdad", Tz::Asia__Baghdad), + ("America/Boise", Tz::America__Boise), + ("Antarctica/McMurdo", Tz::Antarctica__McMurdo), + ("Pacific/Kiritimati", Tz::Pacific__Kiritimati), + ("Africa/Accra", Tz::Africa__Accra), + ("Europe/Malta", Tz::Europe__Malta), + ("Etc/GMT-12", Tz::Etc__GMTMinus12), + ("Mexico/BajaSur", Tz::Mexico__BajaSur), + ("Asia/Bangkok", Tz::Asia__Bangkok), + ("Indian/Chagos", Tz::Indian__Chagos), + ("Etc/Greenwich", Tz::Etc__Greenwich), + ("America/Fort_Wayne", Tz::America__Fort_Wayne), + ("Pacific/Kwajalein", Tz::Pacific__Kwajalein), + ("Europe/Lisbon", Tz::Europe__Lisbon), + ("America/Regina", Tz::America__Regina), + ("America/Marigot", Tz::America__Marigot), + ("Etc/GMT+7", Tz::Etc__GMTPlus7), + ("America/Halifax", Tz::America__Halifax), + ("America/Indianapolis", Tz::America__Indianapolis), + ("US/Samoa", Tz::US__Samoa), + ("America/Thunder_Bay", Tz::America__Thunder_Bay), + ("Japan", Tz::Japan), + ("Africa/Harare", Tz::Africa__Harare), + ("America/Resolute", Tz::America__Resolute), + ("America/Moncton", Tz::America__Moncton), + ("Asia/Harbin", Tz::Asia__Harbin), + ("Asia/Rangoon", Tz::Asia__Rangoon), + ("Europe/Gibraltar", Tz::Europe__Gibraltar), + ("Canada/Central", Tz::Canada__Central), + ("Europe/Saratov", Tz::Europe__Saratov), + ("Antarctica/Macquarie", Tz::Antarctica__Macquarie), + ("America/Indiana/Marengo", Tz::America__Indiana__Marengo), + ("Pacific/Gambier", Tz::Pacific__Gambier), + ("Asia/Ulaanbaatar", Tz::Asia__Ulaanbaatar), + ("Africa/Maseru", Tz::Africa__Maseru), + ("Europe/Helsinki", Tz::Europe__Helsinki), + ("America/St_Vincent", Tz::America__St_Vincent), + ("MST7MDT", Tz::MST7MDT), + ("Portugal", Tz::Portugal), + ("Asia/Bishkek", Tz::Asia__Bishkek), + ("Indian/Antananarivo", Tz::Indian__Antananarivo), + ("America/Edmonton", Tz::America__Edmonton), + ("Antarctica/DumontDUrville", Tz::Antarctica__DumontDUrville), + ("Australia/Melbourne", Tz::Australia__Melbourne), + ("America/Ensenada", Tz::America__Ensenada), + ("Pacific/Majuro", Tz::Pacific__Majuro), + ("America/Knox_IN", Tz::America__Knox_IN), + ("Etc/GMT+11", Tz::Etc__GMTPlus11), + ("Asia/Kuching", Tz::Asia__Kuching), + ("Jamaica", Tz::Jamaica), + ("US/Aleutian", Tz::US__Aleutian), + ("America/Buenos_Aires", Tz::America__Buenos_Aires), + ("America/Dawson_Creek", Tz::America__Dawson_Creek), + ("US/Central", Tz::US__Central), + ("America/Argentina/San_Luis", Tz::America__Argentina__San_Luis), + ("America/Monterrey", Tz::America__Monterrey), + ("Universal", Tz::Universal), + ("Etc/GMT+10", Tz::Etc__GMTPlus10), + ("Pacific/Niue", Tz::Pacific__Niue), + ("Asia/Chita", Tz::Asia__Chita), + ("America/Port_of_Spain", Tz::America__Port_of_Spain), + ("Etc/GMT-11", Tz::Etc__GMTMinus11), + ("Asia/Magadan", Tz::Asia__Magadan), + ("Africa/Lubumbashi", Tz::Africa__Lubumbashi), + ("Asia/Thimphu", Tz::Asia__Thimphu), + ("Africa/Kampala", Tz::Africa__Kampala), + ("America/Panama", Tz::America__Panama), + ("Asia/Chongqing", Tz::Asia__Chongqing), + ("Africa/Conakry", Tz::Africa__Conakry), + ("Asia/Dushanbe", Tz::Asia__Dushanbe), + ("Europe/Oslo", Tz::Europe__Oslo), + ("Asia/Qyzylorda", Tz::Asia__Qyzylorda), + ("Atlantic/Faeroe", Tz::Atlantic__Faeroe), + ("America/Jujuy", Tz::America__Jujuy), + ("Europe/Dublin", Tz::Europe__Dublin), + ("Asia/Aqtau", Tz::Asia__Aqtau), + ("Asia/Dacca", Tz::Asia__Dacca), + ("America/Antigua", Tz::America__Antigua), + ("America/New_York", Tz::America__New_York), + ("Australia/North", Tz::Australia__North), + ("US/Mountain", Tz::US__Mountain), + ("America/Argentina/Rio_Gallegos", Tz::America__Argentina__Rio_Gallegos), + ("Europe/Madrid", Tz::Europe__Madrid), + ("Asia/Kashgar", Tz::Asia__Kashgar), + ("America/Punta_Arenas", Tz::America__Punta_Arenas), + ("Asia/Barnaul", Tz::Asia__Barnaul), + ("America/North_Dakota/New_Salem", Tz::America__North_Dakota__New_Salem), + ("America/Virgin", Tz::America__Virgin), + ("Iran", Tz::Iran), + ("Europe/Kaliningrad", Tz::Europe__Kaliningrad), + ("PRC", Tz::PRC), + ("Europe/Volgograd", Tz::Europe__Volgograd), + ("America/Guatemala", Tz::America__Guatemala), + ("Asia/Amman", Tz::Asia__Amman), + ("America/Indiana/Tell_City", Tz::America__Indiana__Tell_City), + ("Atlantic/Jan_Mayen", Tz::Atlantic__Jan_Mayen), + ("Asia/Ho_Chi_Minh", Tz::Asia__Ho_Chi_Minh), + ("Brazil/East", Tz::Brazil__East), + ("Etc/GMT-4", Tz::Etc__GMTMinus4), + ("America/Pangnirtung", Tz::America__Pangnirtung), + ("Canada/Newfoundland", Tz::Canada__Newfoundland), + ("Africa/Douala", Tz::Africa__Douala), + ("GMT", Tz::GMT), + ("America/Glace_Bay", Tz::America__Glace_Bay), + ("Africa/Nairobi", Tz::Africa__Nairobi), + ("Kwajalein", Tz::Kwajalein), + ("America/Guadeloupe", Tz::America__Guadeloupe), + ("Pacific/Funafuti", Tz::Pacific__Funafuti), + ("Etc/GMT-1", Tz::Etc__GMTMinus1), + ("Africa/Tunis", Tz::Africa__Tunis), + ("America/Anchorage", Tz::America__Anchorage), + ("US/Eastern", Tz::US__Eastern), + ("Africa/Dar_es_Salaam", Tz::Africa__Dar_es_Salaam), + ("Pacific/Yap", Tz::Pacific__Yap), + ("Asia/Karachi", Tz::Asia__Karachi), + ("Asia/Dhaka", Tz::Asia__Dhaka), + ("America/Argentina/ComodRivadavia", Tz::America__Argentina__ComodRivadavia), + ("Etc/GMT+6", Tz::Etc__GMTPlus6), + ("Australia/Perth", Tz::Australia__Perth), + ("CST6CDT", Tz::CST6CDT), + ("Europe/Luxembourg", Tz::Europe__Luxembourg), + ("Pacific/Chuuk", Tz::Pacific__Chuuk), + ("Europe/Rome", Tz::Europe__Rome), + ("US/Michigan", Tz::US__Michigan), + ("America/Menominee", Tz::America__Menominee), + ("Antarctica/Vostok", Tz::Antarctica__Vostok), + ("Chile/EasterIsland", Tz::Chile__EasterIsland), + ("ROC", Tz::ROC), + ("Asia/Aqtobe", Tz::Asia__Aqtobe), + ("Greenwich", Tz::Greenwich), + ("Asia/Riyadh", Tz::Asia__Riyadh), + ("Antarctica/Davis", Tz::Antarctica__Davis), + ("America/Indiana/Indianapolis", Tz::America__Indiana__Indianapolis), + ("Africa/Tripoli", Tz::Africa__Tripoli), + ("Hongkong", Tz::Hongkong), + ("America/Mazatlan", Tz::America__Mazatlan), + ("America/Montserrat", Tz::America__Montserrat), + ("EET", Tz::EET), + ("Europe/Copenhagen", Tz::Europe__Copenhagen), + ("Australia/Darwin", Tz::Australia__Darwin), + ("Asia/Ulan_Bator", Tz::Asia__Ulan_Bator), + ("Etc/GMT-13", Tz::Etc__GMTMinus13), + ("Pacific/Guam", Tz::Pacific__Guam), + ("Atlantic/Canary", Tz::Atlantic__Canary), + ("Europe/Belfast", Tz::Europe__Belfast), + ("Chile/Continental", Tz::Chile__Continental), + ("America/Scoresbysund", Tz::America__Scoresbysund), + ("Asia/Omsk", Tz::Asia__Omsk), + ("Asia/Hong_Kong", Tz::Asia__Hong_Kong), + ("Africa/Lagos", Tz::Africa__Lagos), + ("Europe/Guernsey", Tz::Europe__Guernsey), + ("America/Iqaluit", Tz::America__Iqaluit), + ("Asia/Shanghai", Tz::Asia__Shanghai), + ("Asia/Yerevan", Tz::Asia__Yerevan), + ("America/Atikokan", Tz::America__Atikokan), + ("America/Argentina/Catamarca", Tz::America__Argentina__Catamarca), + ("America/Maceio", Tz::America__Maceio), + ("Canada/Yukon", Tz::Canada__Yukon), + ("Africa/Monrovia", Tz::Africa__Monrovia), + ("America/Nome", Tz::America__Nome), + ("Europe/Kyiv", Tz::Europe__Kyiv), + ("America/Eirunepe", Tz::America__Eirunepe), + ("Europe/Skopje", Tz::Europe__Skopje), + ("Asia/Beirut", Tz::Asia__Beirut), + ("America/Yakutat", Tz::America__Yakutat), + ("GMT+0", Tz::GMTPlus0), + ("Europe/Astrakhan", Tz::Europe__Astrakhan), + ("Asia/Tbilisi", Tz::Asia__Tbilisi), + ("Asia/Nicosia", Tz::Asia__Nicosia), + ("Indian/Kerguelen", Tz::Indian__Kerguelen), + ("Etc/GMT+9", Tz::Etc__GMTPlus9), + ("Indian/Mayotte", Tz::Indian__Mayotte), + ("Indian/Mahe", Tz::Indian__Mahe), + ("Europe/Athens", Tz::Europe__Athens), + ("Asia/Kabul", Tz::Asia__Kabul), + ("Pacific/Kanton", Tz::Pacific__Kanton), + ("Africa/Djibouti", Tz::Africa__Djibouti), + ("America/Cambridge_Bay", Tz::America__Cambridge_Bay), + ("America/Mexico_City", Tz::America__Mexico_City), + ("Europe/Brussels", Tz::Europe__Brussels), + ("America/Martinique", Tz::America__Martinique), + ("Asia/Kuwait", Tz::Asia__Kuwait), + ("Australia/Eucla", Tz::Australia__Eucla), + ("Asia/Khandyga", Tz::Asia__Khandyga), + ("US/Indiana-Starke", Tz::US__IndianaStarke), + ("Asia/Kolkata", Tz::Asia__Kolkata), + ("Pacific/Pitcairn", Tz::Pacific__Pitcairn), + ("America/Nipigon", Tz::America__Nipigon), + ("Antarctica/South_Pole", Tz::Antarctica__South_Pole), + ("Mexico/General", Tz::Mexico__General), + ("Europe/Tirane", Tz::Europe__Tirane), + ("Asia/Samarkand", Tz::Asia__Samarkand), + ("Canada/Eastern", Tz::Canada__Eastern), + ("Antarctica/Mawson", Tz::Antarctica__Mawson), + ("Europe/Berlin", Tz::Europe__Berlin), + ("America/Cancun", Tz::America__Cancun), + ("Asia/Vientiane", Tz::Asia__Vientiane), + ("Africa/Windhoek", Tz::Africa__Windhoek), + ("Asia/Anadyr", Tz::Asia__Anadyr), + ("Africa/Khartoum", Tz::Africa__Khartoum), + ("Africa/Gaborone", Tz::Africa__Gaborone), + ("Europe/Bucharest", Tz::Europe__Bucharest), + ("Africa/Kigali", Tz::Africa__Kigali), + ("America/Inuvik", Tz::America__Inuvik), + ("Australia/Canberra", Tz::Australia__Canberra), + ("America/Denver", Tz::America__Denver), + ("America/Shiprock", Tz::America__Shiprock), + ("Europe/Nicosia", Tz::Europe__Nicosia), + ("Europe/London", Tz::Europe__London), + ("Europe/Ljubljana", Tz::Europe__Ljubljana), + ("Antarctica/Casey", Tz::Antarctica__Casey), + ("Atlantic/Cape_Verde", Tz::Atlantic__Cape_Verde), + ("Australia/LHI", Tz::Australia__LHI), + ("US/Hawaii", Tz::US__Hawaii), + ("Libya", Tz::Libya), + ("Asia/Novosibirsk", Tz::Asia__Novosibirsk), + ("Europe/Tallinn", Tz::Europe__Tallinn), + ("Asia/Calcutta", Tz::Asia__Calcutta), + ("Pacific/Palau", Tz::Pacific__Palau), + ("Africa/Ceuta", Tz::Africa__Ceuta), + ("Brazil/Acre", Tz::Brazil__Acre), + ("Pacific/Guadalcanal", Tz::Pacific__Guadalcanal), + ("Asia/Ashkhabad", Tz::Asia__Ashkhabad), + ("America/Jamaica", Tz::America__Jamaica), + ("Pacific/Tarawa", Tz::Pacific__Tarawa), + ("GB-Eire", Tz::GBEire), + ("Indian/Reunion", Tz::Indian__Reunion), + ("America/Argentina/La_Rioja", Tz::America__Argentina__La_Rioja), + ("Australia/West", Tz::Australia__West), + ("America/Belem", Tz::America__Belem), + ("America/Porto_Acre", Tz::America__Porto_Acre), + ("Asia/Chungking", Tz::Asia__Chungking), + ("EST5EDT", Tz::EST5EDT), + ("America/Louisville", Tz::America__Louisville), + ("Asia/Qostanay", Tz::Asia__Qostanay), + ("America/Cayman", Tz::America__Cayman), + ("Pacific/Johnston", Tz::Pacific__Johnston), + ("Asia/Urumqi", Tz::Asia__Urumqi), + ("Africa/Mbabane", Tz::Africa__Mbabane), + ("Africa/Casablanca", Tz::Africa__Casablanca), + ("America/Sao_Paulo", Tz::America__Sao_Paulo), + ("Navajo", Tz::Navajo), + ("America/Winnipeg", Tz::America__Winnipeg), + ("ROK", Tz::ROK), + ("America/Fort_Nelson", Tz::America__Fort_Nelson), + ("Asia/Tomsk", Tz::Asia__Tomsk), + ("Africa/Maputo", Tz::Africa__Maputo), + ("Europe/Samara", Tz::Europe__Samara), + ("Pacific/Nauru", Tz::Pacific__Nauru), + ("Europe/Istanbul", Tz::Europe__Istanbul), + ("Africa/Dakar", Tz::Africa__Dakar), + ("America/Yellowknife", Tz::America__Yellowknife), + ("Asia/Novokuznetsk", Tz::Asia__Novokuznetsk), + ("America/Sitka", Tz::America__Sitka), + ("HST", Tz::HST), + ("Antarctica/Palmer", Tz::Antarctica__Palmer), + ("Australia/Lord_Howe", Tz::Australia__Lord_Howe), + ("America/Rosario", Tz::America__Rosario), + ("W-SU", Tz::WSU), + ("Australia/NSW", Tz::Australia__NSW), + ("CET", Tz::CET), + ("America/Kralendijk", Tz::America__Kralendijk), + ("US/Pacific", Tz::US__Pacific), + ("Pacific/Port_Moresby", Tz::Pacific__Port_Moresby), + ("Asia/Ashgabat", Tz::Asia__Ashgabat), + ("Etc/GMT+12", Tz::Etc__GMTPlus12), + ("America/Managua", Tz::America__Managua), + ("Pacific/Marquesas", Tz::Pacific__Marquesas), + ("Mexico/BajaNorte", Tz::Mexico__BajaNorte), + ("America/Barbados", Tz::America__Barbados), + ("Africa/Luanda", Tz::Africa__Luanda), + ("Brazil/West", Tz::Brazil__West), + ("Asia/Choibalsan", Tz::Asia__Choibalsan), + ("America/Whitehorse", Tz::America__Whitehorse), + ("America/Argentina/Tucuman", Tz::America__Argentina__Tucuman), + ("Asia/Dili", Tz::Asia__Dili), + ("Canada/Pacific", Tz::Canada__Pacific), + ("Asia/Katmandu", Tz::Asia__Katmandu), + ("Pacific/Noumea", Tz::Pacific__Noumea), + ("Atlantic/Bermuda", Tz::Atlantic__Bermuda), + ("Indian/Mauritius", Tz::Indian__Mauritius), + ("Asia/Vladivostok", Tz::Asia__Vladivostok), + ("Etc/GMT+0", Tz::Etc__GMTPlus0), + ("America/Grenada", Tz::America__Grenada), + ("America/Cayenne", Tz::America__Cayenne), + ("Etc/GMT-2", Tz::Etc__GMTMinus2), + ("Atlantic/Azores", Tz::Atlantic__Azores), + ("UTC", Tz::UTC), + ("America/Argentina/Mendoza", Tz::America__Argentina__Mendoza), + ("Pacific/Tahiti", Tz::Pacific__Tahiti), + ("Europe/Kirov", Tz::Europe__Kirov), + ("Europe/Vilnius", Tz::Europe__Vilnius), + ("Pacific/Midway", Tz::Pacific__Midway), + ("America/Juneau", Tz::America__Juneau), + ("America/Cordoba", Tz::America__Cordoba), + ("America/North_Dakota/Center", Tz::America__North_Dakota__Center), + ("Asia/Saigon", Tz::Asia__Saigon), + ("America/Matamoros", Tz::America__Matamoros), + ("Etc/GMT+4", Tz::Etc__GMTPlus4), + ("America/Los_Angeles", Tz::America__Los_Angeles), + ("Europe/Moscow", Tz::Europe__Moscow), + ("Africa/Ndjamena", Tz::Africa__Ndjamena), + ("Africa/Bangui", Tz::Africa__Bangui), + ("Pacific/Galapagos", Tz::Pacific__Galapagos), + ("Canada/Saskatchewan", Tz::Canada__Saskatchewan), + ("Australia/South", Tz::Australia__South), + ("Etc/GMT", Tz::Etc__GMT), + ("Africa/Bissau", Tz::Africa__Bissau), + ("Etc/GMT-7", Tz::Etc__GMTMinus7), + ("Pacific/Pago_Pago", Tz::Pacific__Pago_Pago), + ("America/Araguaina", Tz::America__Araguaina), + ("America/Ciudad_Juarez", Tz::America__Ciudad_Juarez), + ("Asia/Jayapura", Tz::Asia__Jayapura), + ("Europe/Budapest", Tz::Europe__Budapest), + ("America/Creston", Tz::America__Creston), + ("Europe/Warsaw", Tz::Europe__Warsaw), + ("Etc/GMT+1", Tz::Etc__GMTPlus1), + ("Pacific/Rarotonga", Tz::Pacific__Rarotonga), + ("Etc/GMT-5", Tz::Etc__GMTMinus5), + ("Asia/Pontianak", Tz::Asia__Pontianak), + ("Asia/Phnom_Penh", Tz::Asia__Phnom_Penh), + ("Australia/Currie", Tz::Australia__Currie), + ("Australia/Queensland", Tz::Australia__Queensland), + ("Atlantic/Reykjavik", Tz::Atlantic__Reykjavik), + ("Pacific/Auckland", Tz::Pacific__Auckland), + ("Asia/Jerusalem", Tz::Asia__Jerusalem), + ("Pacific/Chatham", Tz::Pacific__Chatham), + ("Asia/Ust-Nera", Tz::Asia__UstNera), + ("America/Tijuana", Tz::America__Tijuana), + ("Pacific/Apia", Tz::Pacific__Apia), + ("Asia/Kathmandu", Tz::Asia__Kathmandu), + ("Canada/Atlantic", Tz::Canada__Atlantic), + ("Pacific/Saipan", Tz::Pacific__Saipan), + ("America/Argentina/Cordoba", Tz::America__Argentina__Cordoba), + ("Asia/Macao", Tz::Asia__Macao), + ("Europe/Zaporozhye", Tz::Europe__Zaporozhye), + ("America/Kentucky/Louisville", Tz::America__Kentucky__Louisville), + ("America/Argentina/Ushuaia", Tz::America__Argentina__Ushuaia), + ("WET", Tz::WET), + ("Europe/Uzhgorod", Tz::Europe__Uzhgorod), + ("Etc/UCT", Tz::Etc__UCT), + ("Etc/GMT-8", Tz::Etc__GMTMinus8), + ("Poland", Tz::Poland), + ("Africa/Cairo", Tz::Africa__Cairo), + ("Asia/Singapore", Tz::Asia__Singapore), + ("Asia/Bahrain", Tz::Asia__Bahrain), + ("Europe/Andorra", Tz::Europe__Andorra), + ("America/Bahia_Banderas", Tz::America__Bahia_Banderas), + ("Indian/Comoro", Tz::Indian__Comoro), + ("Asia/Gaza", Tz::Asia__Gaza), + ("America/Santo_Domingo", Tz::America__Santo_Domingo), + ("Europe/Vienna", Tz::Europe__Vienna), + ("America/Dawson", Tz::America__Dawson), + ("America/Indiana/Vevay", Tz::America__Indiana__Vevay), + ("Brazil/DeNoronha", Tz::Brazil__DeNoronha), + ("Asia/Almaty", Tz::Asia__Almaty), + ("Europe/Stockholm", Tz::Europe__Stockholm), + ("Europe/Riga", Tz::Europe__Riga), + ("Africa/Addis_Ababa", Tz::Africa__Addis_Ababa), + ("Asia/Muscat", Tz::Asia__Muscat), + ("America/Indiana/Knox", Tz::America__Indiana__Knox), + ("Europe/Sarajevo", Tz::Europe__Sarajevo), + ("America/Danmarkshavn", Tz::America__Danmarkshavn), + ("America/Rankin_Inlet", Tz::America__Rankin_Inlet), + ("Africa/Ouagadougou", Tz::Africa__Ouagadougou), + ("Africa/Porto-Novo", Tz::Africa__PortoNovo), + ("America/Toronto", Tz::America__Toronto), + ("America/Vancouver", Tz::America__Vancouver), + ("Africa/Johannesburg", Tz::Africa__Johannesburg), + ("Europe/Tiraspol", Tz::Europe__Tiraspol), + ("Africa/Lusaka", Tz::Africa__Lusaka), + ("America/Argentina/Jujuy", Tz::America__Argentina__Jujuy), + ("GMT0", Tz::GMT0), + ("America/Rainy_River", Tz::America__Rainy_River), + ("Australia/Hobart", Tz::Australia__Hobart), + ("EST", Tz::EST), + ("Europe/Prague", Tz::Europe__Prague), + ("Etc/GMT-0", Tz::Etc__GMTMinus0), + ("Antarctica/Troll", Tz::Antarctica__Troll), + ("Africa/Mogadishu", Tz::Africa__Mogadishu), + ("America/Argentina/Buenos_Aires", Tz::America__Argentina__Buenos_Aires), + ("America/Adak", Tz::America__Adak), + ("MST", Tz::MST), + ("Asia/Dubai", Tz::Asia__Dubai), + ("Pacific/Easter", Tz::Pacific__Easter), + ("Africa/Lome", Tz::Africa__Lome), + ("Pacific/Norfolk", Tz::Pacific__Norfolk), + ("Atlantic/Faroe", Tz::Atlantic__Faroe), + ("Atlantic/St_Helena", Tz::Atlantic__St_Helena), + ("Etc/GMT-9", Tz::Etc__GMTMinus9), + ("America/St_Barthelemy", Tz::America__St_Barthelemy), + ("Africa/Niamey", Tz::Africa__Niamey), + ("Africa/Libreville", Tz::Africa__Libreville), + ("Asia/Famagusta", Tz::Asia__Famagusta), + ("America/Goose_Bay", Tz::America__Goose_Bay), + ("Zulu", Tz::Zulu), + ("Australia/Yancowinna", Tz::Australia__Yancowinna), + ("Europe/San_Marino", Tz::Europe__San_Marino), + ("Asia/Jakarta", Tz::Asia__Jakarta), + ("America/Costa_Rica", Tz::America__Costa_Rica), + ("Asia/Kamchatka", Tz::Asia__Kamchatka), + ("Europe/Amsterdam", Tz::Europe__Amsterdam), + ("Asia/Yangon", Tz::Asia__Yangon), + ("Antarctica/Syowa", Tz::Antarctica__Syowa), + ("Etc/GMT+5", Tz::Etc__GMTPlus5), + ("America/Montevideo", Tz::America__Montevideo), + ("Africa/Algiers", Tz::Africa__Algiers), + ("America/Thule", Tz::America__Thule), + ("Europe/Bratislava", Tz::Europe__Bratislava), + ("Indian/Christmas", Tz::Indian__Christmas), + ("Asia/Baku", Tz::Asia__Baku), + ("Etc/GMT-10", Tz::Etc__GMTMinus10), + ("Africa/Malabo", Tz::Africa__Malabo), + ("America/Kentucky/Monticello", Tz::America__Kentucky__Monticello), + ("America/Atka", Tz::America__Atka), + ("America/Asuncion", Tz::America__Asuncion), + ("America/North_Dakota/Beulah", Tz::America__North_Dakota__Beulah), + ("Atlantic/Stanley", Tz::Atlantic__Stanley), + ("Israel", Tz::Israel), + ("America/Miquelon", Tz::America__Miquelon), + ("Asia/Hovd", Tz::Asia__Hovd), + ("Europe/Zurich", Tz::Europe__Zurich), + ("America/Curacao", Tz::America__Curacao), + ("America/Phoenix", Tz::America__Phoenix), + ("America/Indiana/Petersburg", Tz::America__Indiana__Petersburg), + ("Europe/Simferopol", Tz::Europe__Simferopol), + ("America/St_Lucia", Tz::America__St_Lucia), + ("Asia/Tashkent", Tz::Asia__Tashkent), + ("Pacific/Truk", Tz::Pacific__Truk), + ("Asia/Hebron", Tz::Asia__Hebron), + ("Pacific/Tongatapu", Tz::Pacific__Tongatapu), + ("Eire", Tz::Eire), + ("Europe/Ulyanovsk", Tz::Europe__Ulyanovsk), + ("America/Port-au-Prince", Tz::America__PortauPrince), + ("Africa/Timbuktu", Tz::Africa__Timbuktu), + ("Indian/Maldives", Tz::Indian__Maldives), + ("Asia/Colombo", Tz::Asia__Colombo), + ("Africa/Juba", Tz::Africa__Juba), + ("Australia/Lindeman", Tz::Australia__Lindeman), + ("Egypt", Tz::Egypt), + ("Asia/Kuala_Lumpur", Tz::Asia__Kuala_Lumpur), + ("GB", Tz::GB), + ("America/Puerto_Rico", Tz::America__Puerto_Rico), + ("America/Fortaleza", Tz::America__Fortaleza), + ("America/El_Salvador", Tz::America__El_Salvador), + ("US/Arizona", Tz::US__Arizona), + ("America/Metlakatla", Tz::America__Metlakatla), + ("Iceland", Tz::Iceland), + ("Europe/Kiev", Tz::Europe__Kiev), + ("America/Chihuahua", Tz::America__Chihuahua), + ("Africa/Bamako", Tz::Africa__Bamako), + ("Australia/Adelaide", Tz::Australia__Adelaide), + ("Australia/Broken_Hill", Tz::Australia__Broken_Hill), + ("Asia/Atyrau", Tz::Asia__Atyrau), + ("Asia/Qatar", Tz::Asia__Qatar), + ("America/Santiago", Tz::America__Santiago), + ("America/St_Thomas", Tz::America__St_Thomas), + ("Etc/UTC", Tz::Etc__UTC), + ("Etc/Universal", Tz::Etc__Universal), + ("Africa/Bujumbura", Tz::Africa__Bujumbura), + ("America/Santa_Isabel", Tz::America__Santa_Isabel), + ("Pacific/Fiji", Tz::Pacific__Fiji), + ("Asia/Makassar", Tz::Asia__Makassar), + ("Asia/Thimbu", Tz::Asia__Thimbu), + ("America/Nuuk", Tz::America__Nuuk), + ("Africa/Banjul", Tz::Africa__Banjul), + ("America/Cuiaba", Tz::America__Cuiaba), + ("America/Grand_Turk", Tz::America__Grand_Turk), + ("Pacific/Samoa", Tz::Pacific__Samoa), + ], +}; +#[derive(Copy, Clone, Debug, PartialEq, Eq)] +pub struct ParseError(()); + +impl Display for ParseError { + fn fmt(&self, f: &mut Formatter) -> fmt::Result { + f.write_str("failed to parse timezone") + } +} + +#[cfg(feature = "std")] +impl std::error::Error for ParseError {} + +impl FromStr for Tz { + type Err = ParseError; + fn from_str(s: &str) -> Result { + return TIMEZONES.get(s).cloned().ok_or(ParseError(())); + } +} + +impl Tz { + pub fn name(self) -> &'static str { + match self { + Tz::Africa__Abidjan => "Africa/Abidjan", + Tz::Africa__Accra => "Africa/Accra", + Tz::Africa__Addis_Ababa => "Africa/Addis_Ababa", + Tz::Africa__Algiers => "Africa/Algiers", + Tz::Africa__Asmara => "Africa/Asmara", + Tz::Africa__Asmera => "Africa/Asmera", + Tz::Africa__Bamako => "Africa/Bamako", + Tz::Africa__Bangui => "Africa/Bangui", + Tz::Africa__Banjul => "Africa/Banjul", + Tz::Africa__Bissau => "Africa/Bissau", + Tz::Africa__Blantyre => "Africa/Blantyre", + Tz::Africa__Brazzaville => "Africa/Brazzaville", + Tz::Africa__Bujumbura => "Africa/Bujumbura", + Tz::Africa__Cairo => "Africa/Cairo", + Tz::Africa__Casablanca => "Africa/Casablanca", + Tz::Africa__Ceuta => "Africa/Ceuta", + Tz::Africa__Conakry => "Africa/Conakry", + Tz::Africa__Dakar => "Africa/Dakar", + Tz::Africa__Dar_es_Salaam => "Africa/Dar_es_Salaam", + Tz::Africa__Djibouti => "Africa/Djibouti", + Tz::Africa__Douala => "Africa/Douala", + Tz::Africa__El_Aaiun => "Africa/El_Aaiun", + Tz::Africa__Freetown => "Africa/Freetown", + Tz::Africa__Gaborone => "Africa/Gaborone", + Tz::Africa__Harare => "Africa/Harare", + Tz::Africa__Johannesburg => "Africa/Johannesburg", + Tz::Africa__Juba => "Africa/Juba", + Tz::Africa__Kampala => "Africa/Kampala", + Tz::Africa__Khartoum => "Africa/Khartoum", + Tz::Africa__Kigali => "Africa/Kigali", + Tz::Africa__Kinshasa => "Africa/Kinshasa", + Tz::Africa__Lagos => "Africa/Lagos", + Tz::Africa__Libreville => "Africa/Libreville", + Tz::Africa__Lome => "Africa/Lome", + Tz::Africa__Luanda => "Africa/Luanda", + Tz::Africa__Lubumbashi => "Africa/Lubumbashi", + Tz::Africa__Lusaka => "Africa/Lusaka", + Tz::Africa__Malabo => "Africa/Malabo", + Tz::Africa__Maputo => "Africa/Maputo", + Tz::Africa__Maseru => "Africa/Maseru", + Tz::Africa__Mbabane => "Africa/Mbabane", + Tz::Africa__Mogadishu => "Africa/Mogadishu", + Tz::Africa__Monrovia => "Africa/Monrovia", + Tz::Africa__Nairobi => "Africa/Nairobi", + Tz::Africa__Ndjamena => "Africa/Ndjamena", + Tz::Africa__Niamey => "Africa/Niamey", + Tz::Africa__Nouakchott => "Africa/Nouakchott", + Tz::Africa__Ouagadougou => "Africa/Ouagadougou", + Tz::Africa__PortoNovo => "Africa/Porto-Novo", + Tz::Africa__Sao_Tome => "Africa/Sao_Tome", + Tz::Africa__Timbuktu => "Africa/Timbuktu", + Tz::Africa__Tripoli => "Africa/Tripoli", + Tz::Africa__Tunis => "Africa/Tunis", + Tz::Africa__Windhoek => "Africa/Windhoek", + Tz::America__Adak => "America/Adak", + Tz::America__Anchorage => "America/Anchorage", + Tz::America__Anguilla => "America/Anguilla", + Tz::America__Antigua => "America/Antigua", + Tz::America__Araguaina => "America/Araguaina", + Tz::America__Argentina__Buenos_Aires => "America/Argentina/Buenos_Aires", + Tz::America__Argentina__Catamarca => "America/Argentina/Catamarca", + Tz::America__Argentina__ComodRivadavia => "America/Argentina/ComodRivadavia", + Tz::America__Argentina__Cordoba => "America/Argentina/Cordoba", + Tz::America__Argentina__Jujuy => "America/Argentina/Jujuy", + Tz::America__Argentina__La_Rioja => "America/Argentina/La_Rioja", + Tz::America__Argentina__Mendoza => "America/Argentina/Mendoza", + Tz::America__Argentina__Rio_Gallegos => "America/Argentina/Rio_Gallegos", + Tz::America__Argentina__Salta => "America/Argentina/Salta", + Tz::America__Argentina__San_Juan => "America/Argentina/San_Juan", + Tz::America__Argentina__San_Luis => "America/Argentina/San_Luis", + Tz::America__Argentina__Tucuman => "America/Argentina/Tucuman", + Tz::America__Argentina__Ushuaia => "America/Argentina/Ushuaia", + Tz::America__Aruba => "America/Aruba", + Tz::America__Asuncion => "America/Asuncion", + Tz::America__Atikokan => "America/Atikokan", + Tz::America__Atka => "America/Atka", + Tz::America__Bahia => "America/Bahia", + Tz::America__Bahia_Banderas => "America/Bahia_Banderas", + Tz::America__Barbados => "America/Barbados", + Tz::America__Belem => "America/Belem", + Tz::America__Belize => "America/Belize", + Tz::America__BlancSablon => "America/Blanc-Sablon", + Tz::America__Boa_Vista => "America/Boa_Vista", + Tz::America__Bogota => "America/Bogota", + Tz::America__Boise => "America/Boise", + Tz::America__Buenos_Aires => "America/Buenos_Aires", + Tz::America__Cambridge_Bay => "America/Cambridge_Bay", + Tz::America__Campo_Grande => "America/Campo_Grande", + Tz::America__Cancun => "America/Cancun", + Tz::America__Caracas => "America/Caracas", + Tz::America__Catamarca => "America/Catamarca", + Tz::America__Cayenne => "America/Cayenne", + Tz::America__Cayman => "America/Cayman", + Tz::America__Chicago => "America/Chicago", + Tz::America__Chihuahua => "America/Chihuahua", + Tz::America__Ciudad_Juarez => "America/Ciudad_Juarez", + Tz::America__Coral_Harbour => "America/Coral_Harbour", + Tz::America__Cordoba => "America/Cordoba", + Tz::America__Costa_Rica => "America/Costa_Rica", + Tz::America__Creston => "America/Creston", + Tz::America__Cuiaba => "America/Cuiaba", + Tz::America__Curacao => "America/Curacao", + Tz::America__Danmarkshavn => "America/Danmarkshavn", + Tz::America__Dawson => "America/Dawson", + Tz::America__Dawson_Creek => "America/Dawson_Creek", + Tz::America__Denver => "America/Denver", + Tz::America__Detroit => "America/Detroit", + Tz::America__Dominica => "America/Dominica", + Tz::America__Edmonton => "America/Edmonton", + Tz::America__Eirunepe => "America/Eirunepe", + Tz::America__El_Salvador => "America/El_Salvador", + Tz::America__Ensenada => "America/Ensenada", + Tz::America__Fort_Nelson => "America/Fort_Nelson", + Tz::America__Fort_Wayne => "America/Fort_Wayne", + Tz::America__Fortaleza => "America/Fortaleza", + Tz::America__Glace_Bay => "America/Glace_Bay", + Tz::America__Godthab => "America/Godthab", + Tz::America__Goose_Bay => "America/Goose_Bay", + Tz::America__Grand_Turk => "America/Grand_Turk", + Tz::America__Grenada => "America/Grenada", + Tz::America__Guadeloupe => "America/Guadeloupe", + Tz::America__Guatemala => "America/Guatemala", + Tz::America__Guayaquil => "America/Guayaquil", + Tz::America__Guyana => "America/Guyana", + Tz::America__Halifax => "America/Halifax", + Tz::America__Havana => "America/Havana", + Tz::America__Hermosillo => "America/Hermosillo", + Tz::America__Indiana__Indianapolis => "America/Indiana/Indianapolis", + Tz::America__Indiana__Knox => "America/Indiana/Knox", + Tz::America__Indiana__Marengo => "America/Indiana/Marengo", + Tz::America__Indiana__Petersburg => "America/Indiana/Petersburg", + Tz::America__Indiana__Tell_City => "America/Indiana/Tell_City", + Tz::America__Indiana__Vevay => "America/Indiana/Vevay", + Tz::America__Indiana__Vincennes => "America/Indiana/Vincennes", + Tz::America__Indiana__Winamac => "America/Indiana/Winamac", + Tz::America__Indianapolis => "America/Indianapolis", + Tz::America__Inuvik => "America/Inuvik", + Tz::America__Iqaluit => "America/Iqaluit", + Tz::America__Jamaica => "America/Jamaica", + Tz::America__Jujuy => "America/Jujuy", + Tz::America__Juneau => "America/Juneau", + Tz::America__Kentucky__Louisville => "America/Kentucky/Louisville", + Tz::America__Kentucky__Monticello => "America/Kentucky/Monticello", + Tz::America__Knox_IN => "America/Knox_IN", + Tz::America__Kralendijk => "America/Kralendijk", + Tz::America__La_Paz => "America/La_Paz", + Tz::America__Lima => "America/Lima", + Tz::America__Los_Angeles => "America/Los_Angeles", + Tz::America__Louisville => "America/Louisville", + Tz::America__Lower_Princes => "America/Lower_Princes", + Tz::America__Maceio => "America/Maceio", + Tz::America__Managua => "America/Managua", + Tz::America__Manaus => "America/Manaus", + Tz::America__Marigot => "America/Marigot", + Tz::America__Martinique => "America/Martinique", + Tz::America__Matamoros => "America/Matamoros", + Tz::America__Mazatlan => "America/Mazatlan", + Tz::America__Mendoza => "America/Mendoza", + Tz::America__Menominee => "America/Menominee", + Tz::America__Merida => "America/Merida", + Tz::America__Metlakatla => "America/Metlakatla", + Tz::America__Mexico_City => "America/Mexico_City", + Tz::America__Miquelon => "America/Miquelon", + Tz::America__Moncton => "America/Moncton", + Tz::America__Monterrey => "America/Monterrey", + Tz::America__Montevideo => "America/Montevideo", + Tz::America__Montreal => "America/Montreal", + Tz::America__Montserrat => "America/Montserrat", + Tz::America__Nassau => "America/Nassau", + Tz::America__New_York => "America/New_York", + Tz::America__Nipigon => "America/Nipigon", + Tz::America__Nome => "America/Nome", + Tz::America__Noronha => "America/Noronha", + Tz::America__North_Dakota__Beulah => "America/North_Dakota/Beulah", + Tz::America__North_Dakota__Center => "America/North_Dakota/Center", + Tz::America__North_Dakota__New_Salem => "America/North_Dakota/New_Salem", + Tz::America__Nuuk => "America/Nuuk", + Tz::America__Ojinaga => "America/Ojinaga", + Tz::America__Panama => "America/Panama", + Tz::America__Pangnirtung => "America/Pangnirtung", + Tz::America__Paramaribo => "America/Paramaribo", + Tz::America__Phoenix => "America/Phoenix", + Tz::America__PortauPrince => "America/Port-au-Prince", + Tz::America__Port_of_Spain => "America/Port_of_Spain", + Tz::America__Porto_Acre => "America/Porto_Acre", + Tz::America__Porto_Velho => "America/Porto_Velho", + Tz::America__Puerto_Rico => "America/Puerto_Rico", + Tz::America__Punta_Arenas => "America/Punta_Arenas", + Tz::America__Rainy_River => "America/Rainy_River", + Tz::America__Rankin_Inlet => "America/Rankin_Inlet", + Tz::America__Recife => "America/Recife", + Tz::America__Regina => "America/Regina", + Tz::America__Resolute => "America/Resolute", + Tz::America__Rio_Branco => "America/Rio_Branco", + Tz::America__Rosario => "America/Rosario", + Tz::America__Santa_Isabel => "America/Santa_Isabel", + Tz::America__Santarem => "America/Santarem", + Tz::America__Santiago => "America/Santiago", + Tz::America__Santo_Domingo => "America/Santo_Domingo", + Tz::America__Sao_Paulo => "America/Sao_Paulo", + Tz::America__Scoresbysund => "America/Scoresbysund", + Tz::America__Shiprock => "America/Shiprock", + Tz::America__Sitka => "America/Sitka", + Tz::America__St_Barthelemy => "America/St_Barthelemy", + Tz::America__St_Johns => "America/St_Johns", + Tz::America__St_Kitts => "America/St_Kitts", + Tz::America__St_Lucia => "America/St_Lucia", + Tz::America__St_Thomas => "America/St_Thomas", + Tz::America__St_Vincent => "America/St_Vincent", + Tz::America__Swift_Current => "America/Swift_Current", + Tz::America__Tegucigalpa => "America/Tegucigalpa", + Tz::America__Thule => "America/Thule", + Tz::America__Thunder_Bay => "America/Thunder_Bay", + Tz::America__Tijuana => "America/Tijuana", + Tz::America__Toronto => "America/Toronto", + Tz::America__Tortola => "America/Tortola", + Tz::America__Vancouver => "America/Vancouver", + Tz::America__Virgin => "America/Virgin", + Tz::America__Whitehorse => "America/Whitehorse", + Tz::America__Winnipeg => "America/Winnipeg", + Tz::America__Yakutat => "America/Yakutat", + Tz::America__Yellowknife => "America/Yellowknife", + Tz::Antarctica__Casey => "Antarctica/Casey", + Tz::Antarctica__Davis => "Antarctica/Davis", + Tz::Antarctica__DumontDUrville => "Antarctica/DumontDUrville", + Tz::Antarctica__Macquarie => "Antarctica/Macquarie", + Tz::Antarctica__Mawson => "Antarctica/Mawson", + Tz::Antarctica__McMurdo => "Antarctica/McMurdo", + Tz::Antarctica__Palmer => "Antarctica/Palmer", + Tz::Antarctica__Rothera => "Antarctica/Rothera", + Tz::Antarctica__South_Pole => "Antarctica/South_Pole", + Tz::Antarctica__Syowa => "Antarctica/Syowa", + Tz::Antarctica__Troll => "Antarctica/Troll", + Tz::Antarctica__Vostok => "Antarctica/Vostok", + Tz::Arctic__Longyearbyen => "Arctic/Longyearbyen", + Tz::Asia__Aden => "Asia/Aden", + Tz::Asia__Almaty => "Asia/Almaty", + Tz::Asia__Amman => "Asia/Amman", + Tz::Asia__Anadyr => "Asia/Anadyr", + Tz::Asia__Aqtau => "Asia/Aqtau", + Tz::Asia__Aqtobe => "Asia/Aqtobe", + Tz::Asia__Ashgabat => "Asia/Ashgabat", + Tz::Asia__Ashkhabad => "Asia/Ashkhabad", + Tz::Asia__Atyrau => "Asia/Atyrau", + Tz::Asia__Baghdad => "Asia/Baghdad", + Tz::Asia__Bahrain => "Asia/Bahrain", + Tz::Asia__Baku => "Asia/Baku", + Tz::Asia__Bangkok => "Asia/Bangkok", + Tz::Asia__Barnaul => "Asia/Barnaul", + Tz::Asia__Beirut => "Asia/Beirut", + Tz::Asia__Bishkek => "Asia/Bishkek", + Tz::Asia__Brunei => "Asia/Brunei", + Tz::Asia__Calcutta => "Asia/Calcutta", + Tz::Asia__Chita => "Asia/Chita", + Tz::Asia__Choibalsan => "Asia/Choibalsan", + Tz::Asia__Chongqing => "Asia/Chongqing", + Tz::Asia__Chungking => "Asia/Chungking", + Tz::Asia__Colombo => "Asia/Colombo", + Tz::Asia__Dacca => "Asia/Dacca", + Tz::Asia__Damascus => "Asia/Damascus", + Tz::Asia__Dhaka => "Asia/Dhaka", + Tz::Asia__Dili => "Asia/Dili", + Tz::Asia__Dubai => "Asia/Dubai", + Tz::Asia__Dushanbe => "Asia/Dushanbe", + Tz::Asia__Famagusta => "Asia/Famagusta", + Tz::Asia__Gaza => "Asia/Gaza", + Tz::Asia__Harbin => "Asia/Harbin", + Tz::Asia__Hebron => "Asia/Hebron", + Tz::Asia__Ho_Chi_Minh => "Asia/Ho_Chi_Minh", + Tz::Asia__Hong_Kong => "Asia/Hong_Kong", + Tz::Asia__Hovd => "Asia/Hovd", + Tz::Asia__Irkutsk => "Asia/Irkutsk", + Tz::Asia__Istanbul => "Asia/Istanbul", + Tz::Asia__Jakarta => "Asia/Jakarta", + Tz::Asia__Jayapura => "Asia/Jayapura", + Tz::Asia__Jerusalem => "Asia/Jerusalem", + Tz::Asia__Kabul => "Asia/Kabul", + Tz::Asia__Kamchatka => "Asia/Kamchatka", + Tz::Asia__Karachi => "Asia/Karachi", + Tz::Asia__Kashgar => "Asia/Kashgar", + Tz::Asia__Kathmandu => "Asia/Kathmandu", + Tz::Asia__Katmandu => "Asia/Katmandu", + Tz::Asia__Khandyga => "Asia/Khandyga", + Tz::Asia__Kolkata => "Asia/Kolkata", + Tz::Asia__Krasnoyarsk => "Asia/Krasnoyarsk", + Tz::Asia__Kuala_Lumpur => "Asia/Kuala_Lumpur", + Tz::Asia__Kuching => "Asia/Kuching", + Tz::Asia__Kuwait => "Asia/Kuwait", + Tz::Asia__Macao => "Asia/Macao", + Tz::Asia__Macau => "Asia/Macau", + Tz::Asia__Magadan => "Asia/Magadan", + Tz::Asia__Makassar => "Asia/Makassar", + Tz::Asia__Manila => "Asia/Manila", + Tz::Asia__Muscat => "Asia/Muscat", + Tz::Asia__Nicosia => "Asia/Nicosia", + Tz::Asia__Novokuznetsk => "Asia/Novokuznetsk", + Tz::Asia__Novosibirsk => "Asia/Novosibirsk", + Tz::Asia__Omsk => "Asia/Omsk", + Tz::Asia__Oral => "Asia/Oral", + Tz::Asia__Phnom_Penh => "Asia/Phnom_Penh", + Tz::Asia__Pontianak => "Asia/Pontianak", + Tz::Asia__Pyongyang => "Asia/Pyongyang", + Tz::Asia__Qatar => "Asia/Qatar", + Tz::Asia__Qostanay => "Asia/Qostanay", + Tz::Asia__Qyzylorda => "Asia/Qyzylorda", + Tz::Asia__Rangoon => "Asia/Rangoon", + Tz::Asia__Riyadh => "Asia/Riyadh", + Tz::Asia__Saigon => "Asia/Saigon", + Tz::Asia__Sakhalin => "Asia/Sakhalin", + Tz::Asia__Samarkand => "Asia/Samarkand", + Tz::Asia__Seoul => "Asia/Seoul", + Tz::Asia__Shanghai => "Asia/Shanghai", + Tz::Asia__Singapore => "Asia/Singapore", + Tz::Asia__Srednekolymsk => "Asia/Srednekolymsk", + Tz::Asia__Taipei => "Asia/Taipei", + Tz::Asia__Tashkent => "Asia/Tashkent", + Tz::Asia__Tbilisi => "Asia/Tbilisi", + Tz::Asia__Tehran => "Asia/Tehran", + Tz::Asia__Tel_Aviv => "Asia/Tel_Aviv", + Tz::Asia__Thimbu => "Asia/Thimbu", + Tz::Asia__Thimphu => "Asia/Thimphu", + Tz::Asia__Tokyo => "Asia/Tokyo", + Tz::Asia__Tomsk => "Asia/Tomsk", + Tz::Asia__Ujung_Pandang => "Asia/Ujung_Pandang", + Tz::Asia__Ulaanbaatar => "Asia/Ulaanbaatar", + Tz::Asia__Ulan_Bator => "Asia/Ulan_Bator", + Tz::Asia__Urumqi => "Asia/Urumqi", + Tz::Asia__UstNera => "Asia/Ust-Nera", + Tz::Asia__Vientiane => "Asia/Vientiane", + Tz::Asia__Vladivostok => "Asia/Vladivostok", + Tz::Asia__Yakutsk => "Asia/Yakutsk", + Tz::Asia__Yangon => "Asia/Yangon", + Tz::Asia__Yekaterinburg => "Asia/Yekaterinburg", + Tz::Asia__Yerevan => "Asia/Yerevan", + Tz::Atlantic__Azores => "Atlantic/Azores", + Tz::Atlantic__Bermuda => "Atlantic/Bermuda", + Tz::Atlantic__Canary => "Atlantic/Canary", + Tz::Atlantic__Cape_Verde => "Atlantic/Cape_Verde", + Tz::Atlantic__Faeroe => "Atlantic/Faeroe", + Tz::Atlantic__Faroe => "Atlantic/Faroe", + Tz::Atlantic__Jan_Mayen => "Atlantic/Jan_Mayen", + Tz::Atlantic__Madeira => "Atlantic/Madeira", + Tz::Atlantic__Reykjavik => "Atlantic/Reykjavik", + Tz::Atlantic__South_Georgia => "Atlantic/South_Georgia", + Tz::Atlantic__St_Helena => "Atlantic/St_Helena", + Tz::Atlantic__Stanley => "Atlantic/Stanley", + Tz::Australia__ACT => "Australia/ACT", + Tz::Australia__Adelaide => "Australia/Adelaide", + Tz::Australia__Brisbane => "Australia/Brisbane", + Tz::Australia__Broken_Hill => "Australia/Broken_Hill", + Tz::Australia__Canberra => "Australia/Canberra", + Tz::Australia__Currie => "Australia/Currie", + Tz::Australia__Darwin => "Australia/Darwin", + Tz::Australia__Eucla => "Australia/Eucla", + Tz::Australia__Hobart => "Australia/Hobart", + Tz::Australia__LHI => "Australia/LHI", + Tz::Australia__Lindeman => "Australia/Lindeman", + Tz::Australia__Lord_Howe => "Australia/Lord_Howe", + Tz::Australia__Melbourne => "Australia/Melbourne", + Tz::Australia__NSW => "Australia/NSW", + Tz::Australia__North => "Australia/North", + Tz::Australia__Perth => "Australia/Perth", + Tz::Australia__Queensland => "Australia/Queensland", + Tz::Australia__South => "Australia/South", + Tz::Australia__Sydney => "Australia/Sydney", + Tz::Australia__Tasmania => "Australia/Tasmania", + Tz::Australia__Victoria => "Australia/Victoria", + Tz::Australia__West => "Australia/West", + Tz::Australia__Yancowinna => "Australia/Yancowinna", + Tz::Brazil__Acre => "Brazil/Acre", + Tz::Brazil__DeNoronha => "Brazil/DeNoronha", + Tz::Brazil__East => "Brazil/East", + Tz::Brazil__West => "Brazil/West", + Tz::CET => "CET", + Tz::CST6CDT => "CST6CDT", + Tz::Canada__Atlantic => "Canada/Atlantic", + Tz::Canada__Central => "Canada/Central", + Tz::Canada__Eastern => "Canada/Eastern", + Tz::Canada__Mountain => "Canada/Mountain", + Tz::Canada__Newfoundland => "Canada/Newfoundland", + Tz::Canada__Pacific => "Canada/Pacific", + Tz::Canada__Saskatchewan => "Canada/Saskatchewan", + Tz::Canada__Yukon => "Canada/Yukon", + Tz::Chile__Continental => "Chile/Continental", + Tz::Chile__EasterIsland => "Chile/EasterIsland", + Tz::Cuba => "Cuba", + Tz::EET => "EET", + Tz::EST => "EST", + Tz::EST5EDT => "EST5EDT", + Tz::Egypt => "Egypt", + Tz::Eire => "Eire", + Tz::Etc__GMT => "Etc/GMT", + Tz::Etc__GMTPlus0 => "Etc/GMT+0", + Tz::Etc__GMTPlus1 => "Etc/GMT+1", + Tz::Etc__GMTPlus10 => "Etc/GMT+10", + Tz::Etc__GMTPlus11 => "Etc/GMT+11", + Tz::Etc__GMTPlus12 => "Etc/GMT+12", + Tz::Etc__GMTPlus2 => "Etc/GMT+2", + Tz::Etc__GMTPlus3 => "Etc/GMT+3", + Tz::Etc__GMTPlus4 => "Etc/GMT+4", + Tz::Etc__GMTPlus5 => "Etc/GMT+5", + Tz::Etc__GMTPlus6 => "Etc/GMT+6", + Tz::Etc__GMTPlus7 => "Etc/GMT+7", + Tz::Etc__GMTPlus8 => "Etc/GMT+8", + Tz::Etc__GMTPlus9 => "Etc/GMT+9", + Tz::Etc__GMTMinus0 => "Etc/GMT-0", + Tz::Etc__GMTMinus1 => "Etc/GMT-1", + Tz::Etc__GMTMinus10 => "Etc/GMT-10", + Tz::Etc__GMTMinus11 => "Etc/GMT-11", + Tz::Etc__GMTMinus12 => "Etc/GMT-12", + Tz::Etc__GMTMinus13 => "Etc/GMT-13", + Tz::Etc__GMTMinus14 => "Etc/GMT-14", + Tz::Etc__GMTMinus2 => "Etc/GMT-2", + Tz::Etc__GMTMinus3 => "Etc/GMT-3", + Tz::Etc__GMTMinus4 => "Etc/GMT-4", + Tz::Etc__GMTMinus5 => "Etc/GMT-5", + Tz::Etc__GMTMinus6 => "Etc/GMT-6", + Tz::Etc__GMTMinus7 => "Etc/GMT-7", + Tz::Etc__GMTMinus8 => "Etc/GMT-8", + Tz::Etc__GMTMinus9 => "Etc/GMT-9", + Tz::Etc__GMT0 => "Etc/GMT0", + Tz::Etc__Greenwich => "Etc/Greenwich", + Tz::Etc__UCT => "Etc/UCT", + Tz::Etc__UTC => "Etc/UTC", + Tz::Etc__Universal => "Etc/Universal", + Tz::Etc__Zulu => "Etc/Zulu", + Tz::Europe__Amsterdam => "Europe/Amsterdam", + Tz::Europe__Andorra => "Europe/Andorra", + Tz::Europe__Astrakhan => "Europe/Astrakhan", + Tz::Europe__Athens => "Europe/Athens", + Tz::Europe__Belfast => "Europe/Belfast", + Tz::Europe__Belgrade => "Europe/Belgrade", + Tz::Europe__Berlin => "Europe/Berlin", + Tz::Europe__Bratislava => "Europe/Bratislava", + Tz::Europe__Brussels => "Europe/Brussels", + Tz::Europe__Bucharest => "Europe/Bucharest", + Tz::Europe__Budapest => "Europe/Budapest", + Tz::Europe__Busingen => "Europe/Busingen", + Tz::Europe__Chisinau => "Europe/Chisinau", + Tz::Europe__Copenhagen => "Europe/Copenhagen", + Tz::Europe__Dublin => "Europe/Dublin", + Tz::Europe__Gibraltar => "Europe/Gibraltar", + Tz::Europe__Guernsey => "Europe/Guernsey", + Tz::Europe__Helsinki => "Europe/Helsinki", + Tz::Europe__Isle_of_Man => "Europe/Isle_of_Man", + Tz::Europe__Istanbul => "Europe/Istanbul", + Tz::Europe__Jersey => "Europe/Jersey", + Tz::Europe__Kaliningrad => "Europe/Kaliningrad", + Tz::Europe__Kiev => "Europe/Kiev", + Tz::Europe__Kirov => "Europe/Kirov", + Tz::Europe__Kyiv => "Europe/Kyiv", + Tz::Europe__Lisbon => "Europe/Lisbon", + Tz::Europe__Ljubljana => "Europe/Ljubljana", + Tz::Europe__London => "Europe/London", + Tz::Europe__Luxembourg => "Europe/Luxembourg", + Tz::Europe__Madrid => "Europe/Madrid", + Tz::Europe__Malta => "Europe/Malta", + Tz::Europe__Mariehamn => "Europe/Mariehamn", + Tz::Europe__Minsk => "Europe/Minsk", + Tz::Europe__Monaco => "Europe/Monaco", + Tz::Europe__Moscow => "Europe/Moscow", + Tz::Europe__Nicosia => "Europe/Nicosia", + Tz::Europe__Oslo => "Europe/Oslo", + Tz::Europe__Paris => "Europe/Paris", + Tz::Europe__Podgorica => "Europe/Podgorica", + Tz::Europe__Prague => "Europe/Prague", + Tz::Europe__Riga => "Europe/Riga", + Tz::Europe__Rome => "Europe/Rome", + Tz::Europe__Samara => "Europe/Samara", + Tz::Europe__San_Marino => "Europe/San_Marino", + Tz::Europe__Sarajevo => "Europe/Sarajevo", + Tz::Europe__Saratov => "Europe/Saratov", + Tz::Europe__Simferopol => "Europe/Simferopol", + Tz::Europe__Skopje => "Europe/Skopje", + Tz::Europe__Sofia => "Europe/Sofia", + Tz::Europe__Stockholm => "Europe/Stockholm", + Tz::Europe__Tallinn => "Europe/Tallinn", + Tz::Europe__Tirane => "Europe/Tirane", + Tz::Europe__Tiraspol => "Europe/Tiraspol", + Tz::Europe__Ulyanovsk => "Europe/Ulyanovsk", + Tz::Europe__Uzhgorod => "Europe/Uzhgorod", + Tz::Europe__Vaduz => "Europe/Vaduz", + Tz::Europe__Vatican => "Europe/Vatican", + Tz::Europe__Vienna => "Europe/Vienna", + Tz::Europe__Vilnius => "Europe/Vilnius", + Tz::Europe__Volgograd => "Europe/Volgograd", + Tz::Europe__Warsaw => "Europe/Warsaw", + Tz::Europe__Zagreb => "Europe/Zagreb", + Tz::Europe__Zaporozhye => "Europe/Zaporozhye", + Tz::Europe__Zurich => "Europe/Zurich", + Tz::GB => "GB", + Tz::GBEire => "GB-Eire", + Tz::GMT => "GMT", + Tz::GMTPlus0 => "GMT+0", + Tz::GMTMinus0 => "GMT-0", + Tz::GMT0 => "GMT0", + Tz::Greenwich => "Greenwich", + Tz::HST => "HST", + Tz::Hongkong => "Hongkong", + Tz::Iceland => "Iceland", + Tz::Indian__Antananarivo => "Indian/Antananarivo", + Tz::Indian__Chagos => "Indian/Chagos", + Tz::Indian__Christmas => "Indian/Christmas", + Tz::Indian__Cocos => "Indian/Cocos", + Tz::Indian__Comoro => "Indian/Comoro", + Tz::Indian__Kerguelen => "Indian/Kerguelen", + Tz::Indian__Mahe => "Indian/Mahe", + Tz::Indian__Maldives => "Indian/Maldives", + Tz::Indian__Mauritius => "Indian/Mauritius", + Tz::Indian__Mayotte => "Indian/Mayotte", + Tz::Indian__Reunion => "Indian/Reunion", + Tz::Iran => "Iran", + Tz::Israel => "Israel", + Tz::Jamaica => "Jamaica", + Tz::Japan => "Japan", + Tz::Kwajalein => "Kwajalein", + Tz::Libya => "Libya", + Tz::MET => "MET", + Tz::MST => "MST", + Tz::MST7MDT => "MST7MDT", + Tz::Mexico__BajaNorte => "Mexico/BajaNorte", + Tz::Mexico__BajaSur => "Mexico/BajaSur", + Tz::Mexico__General => "Mexico/General", + Tz::NZ => "NZ", + Tz::NZCHAT => "NZ-CHAT", + Tz::Navajo => "Navajo", + Tz::PRC => "PRC", + Tz::PST8PDT => "PST8PDT", + Tz::Pacific__Apia => "Pacific/Apia", + Tz::Pacific__Auckland => "Pacific/Auckland", + Tz::Pacific__Bougainville => "Pacific/Bougainville", + Tz::Pacific__Chatham => "Pacific/Chatham", + Tz::Pacific__Chuuk => "Pacific/Chuuk", + Tz::Pacific__Easter => "Pacific/Easter", + Tz::Pacific__Efate => "Pacific/Efate", + Tz::Pacific__Enderbury => "Pacific/Enderbury", + Tz::Pacific__Fakaofo => "Pacific/Fakaofo", + Tz::Pacific__Fiji => "Pacific/Fiji", + Tz::Pacific__Funafuti => "Pacific/Funafuti", + Tz::Pacific__Galapagos => "Pacific/Galapagos", + Tz::Pacific__Gambier => "Pacific/Gambier", + Tz::Pacific__Guadalcanal => "Pacific/Guadalcanal", + Tz::Pacific__Guam => "Pacific/Guam", + Tz::Pacific__Honolulu => "Pacific/Honolulu", + Tz::Pacific__Johnston => "Pacific/Johnston", + Tz::Pacific__Kanton => "Pacific/Kanton", + Tz::Pacific__Kiritimati => "Pacific/Kiritimati", + Tz::Pacific__Kosrae => "Pacific/Kosrae", + Tz::Pacific__Kwajalein => "Pacific/Kwajalein", + Tz::Pacific__Majuro => "Pacific/Majuro", + Tz::Pacific__Marquesas => "Pacific/Marquesas", + Tz::Pacific__Midway => "Pacific/Midway", + Tz::Pacific__Nauru => "Pacific/Nauru", + Tz::Pacific__Niue => "Pacific/Niue", + Tz::Pacific__Norfolk => "Pacific/Norfolk", + Tz::Pacific__Noumea => "Pacific/Noumea", + Tz::Pacific__Pago_Pago => "Pacific/Pago_Pago", + Tz::Pacific__Palau => "Pacific/Palau", + Tz::Pacific__Pitcairn => "Pacific/Pitcairn", + Tz::Pacific__Pohnpei => "Pacific/Pohnpei", + Tz::Pacific__Ponape => "Pacific/Ponape", + Tz::Pacific__Port_Moresby => "Pacific/Port_Moresby", + Tz::Pacific__Rarotonga => "Pacific/Rarotonga", + Tz::Pacific__Saipan => "Pacific/Saipan", + Tz::Pacific__Samoa => "Pacific/Samoa", + Tz::Pacific__Tahiti => "Pacific/Tahiti", + Tz::Pacific__Tarawa => "Pacific/Tarawa", + Tz::Pacific__Tongatapu => "Pacific/Tongatapu", + Tz::Pacific__Truk => "Pacific/Truk", + Tz::Pacific__Wake => "Pacific/Wake", + Tz::Pacific__Wallis => "Pacific/Wallis", + Tz::Pacific__Yap => "Pacific/Yap", + Tz::Poland => "Poland", + Tz::Portugal => "Portugal", + Tz::ROC => "ROC", + Tz::ROK => "ROK", + Tz::Singapore => "Singapore", + Tz::Turkey => "Turkey", + Tz::UCT => "UCT", + Tz::US__Alaska => "US/Alaska", + Tz::US__Aleutian => "US/Aleutian", + Tz::US__Arizona => "US/Arizona", + Tz::US__Central => "US/Central", + Tz::US__EastIndiana => "US/East-Indiana", + Tz::US__Eastern => "US/Eastern", + Tz::US__Hawaii => "US/Hawaii", + Tz::US__IndianaStarke => "US/Indiana-Starke", + Tz::US__Michigan => "US/Michigan", + Tz::US__Mountain => "US/Mountain", + Tz::US__Pacific => "US/Pacific", + Tz::US__Samoa => "US/Samoa", + Tz::UTC => "UTC", + Tz::Universal => "Universal", + Tz::WSU => "W-SU", + Tz::WET => "WET", + Tz::Zulu => "Zulu", + } + } +} +impl Debug for Tz { + fn fmt(&self, f: &mut Formatter) -> fmt::Result { + f.write_str(self.name().as_ref()) + } +} + +impl Display for Tz { + fn fmt(&self, f: &mut Formatter) -> fmt::Result { + f.write_str(self.name().as_ref()) + } +} + +impl TimeSpans for Tz { + fn timespans(&self) -> FixedTimespanSet { + match *self { + Tz::Africa__Abidjan => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1830383032, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -968, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Accra => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1830383032, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -968, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Addis_Ababa => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1946168836, FixedTimespan { utc_offset: 9000, dst_offset: 0, name: "+0230" }), + (-1309746600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "EAT" }), + (-1261969200, FixedTimespan { utc_offset: 9000, dst_offset: 0, name: "+0230" }), + (-1041388200, FixedTimespan { utc_offset: 9900, dst_offset: 0, name: "+0245" }), + (-865305900, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "EAT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 8836, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Algiers => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2486592732, FixedTimespan { utc_offset: 561, dst_offset: 0, name: "PMT" }), + (-1855958961, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1689814800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1680397200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1665363600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1648342800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1635123600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1616893200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1604278800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1585443600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1574038800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1552266000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1539997200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1531443600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-956365200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-950486400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-942012000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-812502000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-796262400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-781052400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-766630800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-733280400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-439430400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-212029200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (41468400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (54774000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (231724800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (246236400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (259545600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (275274000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (309740400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (325468800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (341802000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (357523200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 732, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Asmara => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1946168836, FixedTimespan { utc_offset: 9000, dst_offset: 0, name: "+0230" }), + (-1309746600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "EAT" }), + (-1261969200, FixedTimespan { utc_offset: 9000, dst_offset: 0, name: "+0230" }), + (-1041388200, FixedTimespan { utc_offset: 9900, dst_offset: 0, name: "+0245" }), + (-865305900, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "EAT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 8836, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Asmera => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1946168836, FixedTimespan { utc_offset: 9000, dst_offset: 0, name: "+0230" }), + (-1309746600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "EAT" }), + (-1261969200, FixedTimespan { utc_offset: 9000, dst_offset: 0, name: "+0230" }), + (-1041388200, FixedTimespan { utc_offset: 9900, dst_offset: 0, name: "+0245" }), + (-865305900, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "EAT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 8836, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Bamako => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1830383032, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -968, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Bangui => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2035584815, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1940889600, FixedTimespan { utc_offset: 815, dst_offset: 0, name: "LMT" }), + (-1767226415, FixedTimespan { utc_offset: 1800, dst_offset: 0, name: "+0030" }), + (-1588465800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "WAT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 815, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Banjul => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1830383032, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -968, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Bissau => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1830376660, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (157770000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -3740, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Blantyre => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2109291020, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 7820, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Brazzaville => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2035584815, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1940889600, FixedTimespan { utc_offset: 815, dst_offset: 0, name: "LMT" }), + (-1767226415, FixedTimespan { utc_offset: 1800, dst_offset: 0, name: "+0030" }), + (-1588465800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "WAT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 815, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Bujumbura => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2109291020, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 7820, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Cairo => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2185409109, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-929844000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-923108400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-906170400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-892868400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-875844000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-857790000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-844308000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-825822000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-812685600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-794199600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-779853600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-762663600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-399088800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-386650800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-368330400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-355114800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-336790800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-323654400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-305168400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-292032000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-273632400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-260496000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-242096400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-228960000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-210560400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-197424000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-178938000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-165801600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-147402000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-134265600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-115866000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-102643200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-84330000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-71107200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-52707600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-39484800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-21171600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-7948800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (10364400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (23587200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (41900400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (55123200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (73522800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (86745600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (105058800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (118281600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (136594800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (149817600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (168130800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (181353600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (199753200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (212976000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (231289200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (244512000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (262825200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (276048000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (294361200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (307584000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (325983600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (339206400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (357519600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (370742400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (396399600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (402278400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (426812400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (433814400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (452214000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (465436800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (483750000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (496972800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (515286000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (528508800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (546822000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (560044800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (578444400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (591667200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (610412400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (623203200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (641516400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (654739200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (673052400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (686275200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (704674800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (717897600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (736210800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (749433600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (767746800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (780969600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (799020000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (812322000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (830469600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (843771600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (861919200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (875221200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (893368800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (906670800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (925423200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (938725200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (956872800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (970174800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (988322400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1001624400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1019772000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1033074000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1051221600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1064523600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1083276000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1096578000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1114725600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1128027600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1146175200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1158872400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1177624800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1189112400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1209074400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1219957200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1240524000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1250802000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1272578400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1281474000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1284069600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1285880400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1400191200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1403816400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1406844000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1411678800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1682632800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1698354000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1714082400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1730408400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1745532000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1761858000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1776981600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1793307600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1809036000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1824757200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1840485600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1856206800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1871935200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1887656400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1903384800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1919710800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1934834400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1951160400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1966888800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1982610000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1998338400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2014059600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2029788000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2045509200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2061237600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2076958800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2092687200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2109013200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2124136800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2140462800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2156191200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2171912400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2187640800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2203362000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2219090400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2234811600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2250540000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2266866000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2281989600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2298315600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2313439200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2329765200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2345493600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2361214800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2376943200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2392664400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2408392800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2424114000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2439842400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2456168400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2471292000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2487618000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2503346400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2519067600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2534796000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2550517200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2566245600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2581966800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2597695200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2614021200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2629144800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2645470800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2660594400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2676920400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2692648800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2708370000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2724098400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2739819600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2755548000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2771269200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2786997600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2803323600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2818447200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2834773200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2850501600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2866222800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2881951200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2897672400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2913400800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2929122000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2944850400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2960571600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2976300000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2992626000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3007749600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3024075600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3039804000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3055525200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3071253600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3086974800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3102703200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3118424400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3134152800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3150478800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3165602400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3181928400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3197052000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3213378000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3229106400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3244827600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3260556000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3276277200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3292005600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3307726800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3323455200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3339781200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3354904800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3371230800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3386959200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3402680400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3418408800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3434130000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3449858400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3465579600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3481308000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3497634000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3512757600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3529083600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3544207200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3560533200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3576261600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3591982800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3607711200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3623432400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3639160800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3654882000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3670610400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3686936400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3702060000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3718386000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3734114400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3749835600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3765564000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3781285200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3797013600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3812734800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3828463200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3844184400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3859912800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3876238800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3891362400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3907688400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3923416800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3939138000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3954866400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3970587600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3986316000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4002037200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4017765600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4034091600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4049215200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4065541200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4080664800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4096990800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 7509, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Casablanca => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1773012580, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (-956361600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (-950490000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (-942019200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (-761187600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (-617241600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (-605149200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (-81432000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (-71110800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (141264000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (147222000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (199756800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (207702000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (231292800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (244249200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (265507200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (271033200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (448243200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (504918000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1212278400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (1220223600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1243814400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (1250809200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1272758400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (1281222000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1301788800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (1312066800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1335664800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (1342749600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1345428000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (1348970400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1367114400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (1373162400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1376100000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (1382839200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1396144800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (1403920800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1406944800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (1414288800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1427594400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (1434247200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1437271200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (1445738400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1459044000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (1465092000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1468116000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (1477792800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1490493600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (1495332000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1498960800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (1509242400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1521943200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (1526176800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1529200800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (1540692000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (1557021600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (1560045600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (1587261600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (1590890400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (1618106400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (1621130400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (1648346400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (1651975200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (1679191200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (1682215200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (1710036000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (1713060000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (1740276000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (1743904800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (1771120800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (1774144800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (1801965600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (1804989600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (1832205600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (1835834400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (1863050400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (1866074400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (1893290400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (1896919200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (1924135200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (1927159200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (1954980000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (1958004000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (1985220000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (1988848800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2016064800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2019088800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2046304800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2049933600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2077149600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2080778400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2107994400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2111018400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2138234400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2141863200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2169079200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2172103200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2199924000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2202948000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2230164000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2233792800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2261008800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2264032800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2291248800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2294877600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2322093600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2325722400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2352938400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2355962400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2383178400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2386807200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2414023200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2417047200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2444868000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2447892000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2475108000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2478736800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2505952800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2508976800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2536192800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2539821600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2567037600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2570666400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2597882400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2600906400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2628122400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2631751200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2658967200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2661991200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2689812000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2692836000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2720052000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2723680800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2750896800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2753920800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2781136800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2784765600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2811981600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2815610400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2842826400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2845850400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2873066400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2876695200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2903911200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2906935200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2934756000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2937780000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2964996000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2968624800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2995840800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2998864800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3026080800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3029709600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3056925600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3060554400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3087770400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3090794400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3118010400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3121639200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3148855200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3151879200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3179700000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3182724000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3209940000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3213568800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3240784800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3243808800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3271024800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3274653600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3301869600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3305498400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3332714400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3335738400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3362954400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3366583200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3393799200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3396823200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3424644000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3427668000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3454884000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3458512800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3485728800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3488752800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3515968800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3519597600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3546813600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3549837600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3577658400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3580682400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3607898400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3611527200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3638743200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3641767200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3669588000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3672612000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3699828000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3703456800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -1820, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Ceuta => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2177451524, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1630112400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1616810400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1442451600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1427673600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1379293200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1364774400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1348448400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1333324800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1316390400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1301270400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-81432000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-71110800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (141264000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (147222000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (199756800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (207702000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (231292800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (244249200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (265507200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (271033200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (448243200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (512528400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (528253200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (543978000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (559702800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (575427600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (591152400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (606877200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (622602000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (638326800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (654656400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (670381200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (686106000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (701830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (717555600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (733280400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (749005200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (764730000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (780454800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (796179600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (811904400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (828234000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (846378000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (859683600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (877827600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (891133200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (909277200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (922582800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (941331600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (954032400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (972781200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (985482000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1004230800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1017536400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1035680400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1048986000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1067130000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1080435600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1099184400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1111885200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1130634000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1143334800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1162083600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1174784400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1193533200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1206838800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1224982800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1238288400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1256432400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1269738000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1288486800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1301187600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1319936400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1332637200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1351386000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1364691600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1382835600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1396141200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1414285200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1427590800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1445734800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1459040400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1477789200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1490490000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1509238800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1521939600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1540688400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1553994000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1572138000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1585443600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1603587600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1616893200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1635642000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1648342800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1667091600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1679792400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1698541200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1711846800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1729990800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1743296400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1761440400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1774746000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1792890000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1806195600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1824944400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1837645200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1856394000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1869094800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1887843600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1901149200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1919293200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1932598800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1950742800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1964048400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1982797200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1995498000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2014246800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2026947600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2045696400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2058397200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2077146000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2090451600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2108595600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2121901200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2140045200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2153350800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2172099600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2184800400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2203549200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2216250000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2234998800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2248304400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2266448400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2279754000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2297898000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2311203600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2329347600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2342653200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2361402000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2374102800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2392851600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2405552400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2424301200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2437606800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2455750800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2469056400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2487200400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2500506000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2519254800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2531955600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2550704400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2563405200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2582154000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2595459600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2613603600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2626909200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2645053200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2658358800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2676502800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2689808400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2708557200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2721258000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2740006800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2752707600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2771456400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2784762000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2802906000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2816211600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2834355600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2847661200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2866410000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2879110800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2897859600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2910560400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2929309200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2942010000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2960758800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2974064400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2992208400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3005514000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3023658000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3036963600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3055712400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3068413200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3087162000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3099862800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3118611600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3131917200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3150061200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3163366800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3181510800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3194816400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3212960400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3226266000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3245014800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3257715600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3276464400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3289165200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3307914000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3321219600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3339363600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3352669200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3370813200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3384118800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3402867600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3415568400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3434317200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3447018000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3465766800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3479072400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3497216400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3510522000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3528666000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3541971600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3560115600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3573421200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3592170000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3604870800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3623619600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3636320400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3655069200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3668374800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3686518800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3699824400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3717968400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3731274000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3750022800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3762723600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3781472400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3794173200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3812922000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3825622800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3844371600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3857677200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3875821200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3889126800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3907270800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3920576400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3939325200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3952026000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3970774800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3983475600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4002224400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4015530000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4033674000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4046979600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4065123600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4078429200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4096573200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -1276, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Conakry => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1830383032, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -968, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Dakar => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1830383032, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -968, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Dar_es_Salaam => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1946168836, FixedTimespan { utc_offset: 9000, dst_offset: 0, name: "+0230" }), + (-1309746600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "EAT" }), + (-1261969200, FixedTimespan { utc_offset: 9000, dst_offset: 0, name: "+0230" }), + (-1041388200, FixedTimespan { utc_offset: 9900, dst_offset: 0, name: "+0245" }), + (-865305900, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "EAT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 8836, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Djibouti => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1946168836, FixedTimespan { utc_offset: 9000, dst_offset: 0, name: "+0230" }), + (-1309746600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "EAT" }), + (-1261969200, FixedTimespan { utc_offset: 9000, dst_offset: 0, name: "+0230" }), + (-1041388200, FixedTimespan { utc_offset: 9900, dst_offset: 0, name: "+0245" }), + (-865305900, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "EAT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 8836, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Douala => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2035584815, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1940889600, FixedTimespan { utc_offset: 815, dst_offset: 0, name: "LMT" }), + (-1767226415, FixedTimespan { utc_offset: 1800, dst_offset: 0, name: "+0030" }), + (-1588465800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "WAT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 815, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__El_Aaiun => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1136070432, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (198291600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (199756800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (207702000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (231292800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (244249200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (265507200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (271033200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1212278400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (1220223600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1243814400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (1250809200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1272758400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (1281222000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1301788800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (1312066800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1335664800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (1342749600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1345428000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (1348970400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1367114400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (1373162400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1376100000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (1382839200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1396144800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (1403920800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1406944800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (1414288800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1427594400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (1434247200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1437271200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (1445738400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1459044000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (1465092000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1468116000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (1477792800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1490493600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (1495332000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1498960800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (1509242400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1521943200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (1526176800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1529200800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "+01" }), + (1540692000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (1557021600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (1560045600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (1587261600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (1590890400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (1618106400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (1621130400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (1648346400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (1651975200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (1679191200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (1682215200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (1710036000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (1713060000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (1740276000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (1743904800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (1771120800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (1774144800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (1801965600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (1804989600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (1832205600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (1835834400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (1863050400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (1866074400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (1893290400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (1896919200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (1924135200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (1927159200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (1954980000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (1958004000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (1985220000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (1988848800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2016064800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2019088800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2046304800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2049933600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2077149600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2080778400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2107994400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2111018400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2138234400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2141863200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2169079200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2172103200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2199924000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2202948000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2230164000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2233792800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2261008800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2264032800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2291248800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2294877600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2322093600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2325722400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2352938400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2355962400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2383178400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2386807200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2414023200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2417047200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2444868000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2447892000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2475108000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2478736800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2505952800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2508976800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2536192800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2539821600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2567037600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2570666400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2597882400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2600906400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2628122400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2631751200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2658967200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2661991200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2689812000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2692836000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2720052000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2723680800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2750896800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2753920800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2781136800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2784765600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2811981600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2815610400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2842826400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2845850400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2873066400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2876695200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2903911200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2906935200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2934756000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2937780000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2964996000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2968624800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (2995840800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (2998864800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3026080800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3029709600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3056925600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3060554400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3087770400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3090794400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3118010400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3121639200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3148855200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3151879200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3179700000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3182724000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3209940000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3213568800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3240784800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3243808800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3271024800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3274653600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3301869600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3305498400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3332714400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3335738400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3362954400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3366583200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3393799200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3396823200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3424644000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3427668000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3454884000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3458512800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3485728800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3488752800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3515968800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3519597600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3546813600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3549837600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3577658400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3580682400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3607898400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3611527200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3638743200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3641767200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3669588000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3672612000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + (3699828000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "+00" }), + (3703456800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "+01" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -3168, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Freetown => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1830383032, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -968, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Gaborone => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2109291020, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 7820, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Harare => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2109291020, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 7820, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Johannesburg => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2458173120, FixedTimespan { utc_offset: 5400, dst_offset: 0, name: "SAST" }), + (-2109288600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "SAST" }), + (-860976000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "SAST" }), + (-845254800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "SAST" }), + (-829526400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "SAST" }), + (-813805200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "SAST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 6720, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Juba => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1230775588, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (10360800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "CAST" }), + (24786000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (41810400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "CAST" }), + (56322000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (73432800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "CAST" }), + (87944400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (104882400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "CAST" }), + (119480400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (136332000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "CAST" }), + (151016400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (167781600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "CAST" }), + (182552400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (199231200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "CAST" }), + (214174800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (230680800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "CAST" }), + (245710800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (262735200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "CAST" }), + (277246800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (294184800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "CAST" }), + (308782800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (325634400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "CAST" }), + (340405200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (357084000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "CAST" }), + (371941200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (388533600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "CAST" }), + (403477200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (419983200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "CAST" }), + (435013200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (452037600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "CAST" }), + (466635600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (483487200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "CAST" }), + (498171600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (947930400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "EAT" }), + (1612126800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 7588, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Kampala => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1946168836, FixedTimespan { utc_offset: 9000, dst_offset: 0, name: "+0230" }), + (-1309746600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "EAT" }), + (-1261969200, FixedTimespan { utc_offset: 9000, dst_offset: 0, name: "+0230" }), + (-1041388200, FixedTimespan { utc_offset: 9900, dst_offset: 0, name: "+0245" }), + (-865305900, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "EAT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 8836, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Khartoum => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1230775808, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (10360800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "CAST" }), + (24786000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (41810400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "CAST" }), + (56322000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (73432800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "CAST" }), + (87944400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (104882400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "CAST" }), + (119480400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (136332000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "CAST" }), + (151016400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (167781600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "CAST" }), + (182552400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (199231200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "CAST" }), + (214174800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (230680800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "CAST" }), + (245710800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (262735200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "CAST" }), + (277246800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (294184800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "CAST" }), + (308782800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (325634400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "CAST" }), + (340405200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (357084000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "CAST" }), + (371941200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (388533600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "CAST" }), + (403477200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (419983200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "CAST" }), + (435013200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (452037600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "CAST" }), + (466635600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (483487200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "CAST" }), + (498171600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (947930400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "EAT" }), + (1509483600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 7808, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Kigali => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2109291020, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 7820, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Kinshasa => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2035584815, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1940889600, FixedTimespan { utc_offset: 815, dst_offset: 0, name: "LMT" }), + (-1767226415, FixedTimespan { utc_offset: 1800, dst_offset: 0, name: "+0030" }), + (-1588465800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "WAT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 815, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Lagos => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2035584815, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1940889600, FixedTimespan { utc_offset: 815, dst_offset: 0, name: "LMT" }), + (-1767226415, FixedTimespan { utc_offset: 1800, dst_offset: 0, name: "+0030" }), + (-1588465800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "WAT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 815, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Libreville => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2035584815, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1940889600, FixedTimespan { utc_offset: 815, dst_offset: 0, name: "LMT" }), + (-1767226415, FixedTimespan { utc_offset: 1800, dst_offset: 0, name: "+0030" }), + (-1588465800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "WAT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 815, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Lome => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1830383032, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -968, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Luanda => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2035584815, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1940889600, FixedTimespan { utc_offset: 815, dst_offset: 0, name: "LMT" }), + (-1767226415, FixedTimespan { utc_offset: 1800, dst_offset: 0, name: "+0030" }), + (-1588465800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "WAT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 815, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Lubumbashi => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2109291020, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 7820, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Lusaka => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2109291020, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 7820, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Malabo => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2035584815, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1940889600, FixedTimespan { utc_offset: 815, dst_offset: 0, name: "LMT" }), + (-1767226415, FixedTimespan { utc_offset: 1800, dst_offset: 0, name: "+0030" }), + (-1588465800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "WAT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 815, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Maputo => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2109291020, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 7820, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Maseru => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2458173120, FixedTimespan { utc_offset: 5400, dst_offset: 0, name: "SAST" }), + (-2109288600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "SAST" }), + (-860976000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "SAST" }), + (-845254800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "SAST" }), + (-829526400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "SAST" }), + (-813805200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "SAST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 6720, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Mbabane => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2458173120, FixedTimespan { utc_offset: 5400, dst_offset: 0, name: "SAST" }), + (-2109288600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "SAST" }), + (-860976000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "SAST" }), + (-845254800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "SAST" }), + (-829526400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "SAST" }), + (-813805200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "SAST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 6720, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Mogadishu => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1946168836, FixedTimespan { utc_offset: 9000, dst_offset: 0, name: "+0230" }), + (-1309746600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "EAT" }), + (-1261969200, FixedTimespan { utc_offset: 9000, dst_offset: 0, name: "+0230" }), + (-1041388200, FixedTimespan { utc_offset: 9900, dst_offset: 0, name: "+0245" }), + (-865305900, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "EAT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 8836, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Monrovia => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2776979812, FixedTimespan { utc_offset: -2588, dst_offset: 0, name: "MMT" }), + (-1604359012, FixedTimespan { utc_offset: -2670, dst_offset: 0, name: "MMT" }), + (63593070, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -2588, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Nairobi => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1946168836, FixedTimespan { utc_offset: 9000, dst_offset: 0, name: "+0230" }), + (-1309746600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "EAT" }), + (-1261969200, FixedTimespan { utc_offset: 9000, dst_offset: 0, name: "+0230" }), + (-1041388200, FixedTimespan { utc_offset: 9900, dst_offset: 0, name: "+0245" }), + (-865305900, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "EAT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 8836, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Ndjamena => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1830387612, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "WAT" }), + (308703600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "WAST" }), + (321314400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "WAT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 3612, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Niamey => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2035584815, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1940889600, FixedTimespan { utc_offset: 815, dst_offset: 0, name: "LMT" }), + (-1767226415, FixedTimespan { utc_offset: 1800, dst_offset: 0, name: "+0030" }), + (-1588465800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "WAT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 815, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Nouakchott => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1830383032, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -968, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Ouagadougou => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1830383032, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -968, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__PortoNovo => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2035584815, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1940889600, FixedTimespan { utc_offset: 815, dst_offset: 0, name: "LMT" }), + (-1767226415, FixedTimespan { utc_offset: 1800, dst_offset: 0, name: "+0030" }), + (-1588465800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "WAT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 815, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Sao_Tome => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2713912016, FixedTimespan { utc_offset: -2205, dst_offset: 0, name: "LMT" }), + (-1830381795, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1514768400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "WAT" }), + (1546304400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 1616, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Timbuktu => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1830383032, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -968, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Tripoli => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1577926364, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-574902000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-568087200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-512175600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-504928800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-449888400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-441856800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-347158800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (378684000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (386463600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (402271200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (417999600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (433807200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (449622000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (465429600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (481590000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (496965600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (512953200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (528674400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (544230000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (560037600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (575852400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (591660000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (607388400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (623196000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (641775600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (844034400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (860108400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (875916000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1352505600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1364515200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1382659200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 3164, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Tunis => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2797202444, FixedTimespan { utc_offset: 561, dst_offset: 0, name: "PMT" }), + (-1855958961, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-969242400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-950493600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-941940000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-891136800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-877827600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-857257200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-844556400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-842918400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-842223600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-828230400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-812502000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-796269600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-781052400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-766634400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (231202800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (243903600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (262825200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (276044400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (581122800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (591145200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (606870000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (622594800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (641516400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (654649200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1114902000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1128038400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1143334800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1162083600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1174784400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1193533200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1206838800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1224982800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 2444, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Africa__Windhoek => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2458170504, FixedTimespan { utc_offset: 5400, dst_offset: 0, name: "+0130" }), + (-2109288600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "SAST" }), + (-860976000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "SAST" }), + (-845254800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "SAST" }), + (637970400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (764200800, FixedTimespan { utc_offset: 7200, dst_offset: -3600, name: "WAT" }), + (778640400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (796780800, FixedTimespan { utc_offset: 7200, dst_offset: -3600, name: "WAT" }), + (810090000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (828835200, FixedTimespan { utc_offset: 7200, dst_offset: -3600, name: "WAT" }), + (841539600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (860284800, FixedTimespan { utc_offset: 7200, dst_offset: -3600, name: "WAT" }), + (873594000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (891734400, FixedTimespan { utc_offset: 7200, dst_offset: -3600, name: "WAT" }), + (905043600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (923184000, FixedTimespan { utc_offset: 7200, dst_offset: -3600, name: "WAT" }), + (936493200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (954633600, FixedTimespan { utc_offset: 7200, dst_offset: -3600, name: "WAT" }), + (967942800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (986083200, FixedTimespan { utc_offset: 7200, dst_offset: -3600, name: "WAT" }), + (999392400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (1018137600, FixedTimespan { utc_offset: 7200, dst_offset: -3600, name: "WAT" }), + (1030842000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (1049587200, FixedTimespan { utc_offset: 7200, dst_offset: -3600, name: "WAT" }), + (1062896400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (1081036800, FixedTimespan { utc_offset: 7200, dst_offset: -3600, name: "WAT" }), + (1094346000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (1112486400, FixedTimespan { utc_offset: 7200, dst_offset: -3600, name: "WAT" }), + (1125795600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (1143936000, FixedTimespan { utc_offset: 7200, dst_offset: -3600, name: "WAT" }), + (1157245200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (1175385600, FixedTimespan { utc_offset: 7200, dst_offset: -3600, name: "WAT" }), + (1188694800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (1207440000, FixedTimespan { utc_offset: 7200, dst_offset: -3600, name: "WAT" }), + (1220749200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (1238889600, FixedTimespan { utc_offset: 7200, dst_offset: -3600, name: "WAT" }), + (1252198800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (1270339200, FixedTimespan { utc_offset: 7200, dst_offset: -3600, name: "WAT" }), + (1283648400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (1301788800, FixedTimespan { utc_offset: 7200, dst_offset: -3600, name: "WAT" }), + (1315098000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (1333238400, FixedTimespan { utc_offset: 7200, dst_offset: -3600, name: "WAT" }), + (1346547600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (1365292800, FixedTimespan { utc_offset: 7200, dst_offset: -3600, name: "WAT" }), + (1377997200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (1396742400, FixedTimespan { utc_offset: 7200, dst_offset: -3600, name: "WAT" }), + (1410051600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (1428192000, FixedTimespan { utc_offset: 7200, dst_offset: -3600, name: "WAT" }), + (1441501200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (1459641600, FixedTimespan { utc_offset: 7200, dst_offset: -3600, name: "WAT" }), + (1472950800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + (1491091200, FixedTimespan { utc_offset: 7200, dst_offset: -3600, name: "WAT" }), + (1504400400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "CAT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 4104, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Adak => { + const REST: &[(i64, FixedTimespan)] = &[ + (-3225223727, FixedTimespan { utc_offset: -42398, dst_offset: 0, name: "LMT" }), + (-2188944802, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "NST" }), + (-880196400, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "NWT" }), + (-769395600, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "NPT" }), + (-765374400, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "NST" }), + (-86878800, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (-21466800, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (-5745600, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (9982800, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (25704000, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (41432400, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (57758400, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (73486800, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (89208000, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (104936400, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (120657600, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (126709200, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (152107200, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (162392400, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (183556800, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (199285200, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (215611200, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (230734800, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (247060800, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (262789200, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (278510400, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (294238800, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (309960000, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (325688400, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (341409600, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (357138000, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (372859200, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (388587600, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (404913600, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (420037200, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (436363200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "AHST" }), + (439034400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (452088000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (467809200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (483537600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (499258800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (514987200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (530708400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (544622400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (562158000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (576072000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (594212400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (607521600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (625662000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (638971200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (657111600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (671025600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (688561200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (702475200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (720010800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (733924800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (752065200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (765374400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (783514800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (796824000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (814964400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (828878400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (846414000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (860328000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (877863600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (891777600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (909313200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (923227200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (941367600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (954676800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (972817200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (986126400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1004266800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1018180800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1035716400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1049630400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1067166000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1081080000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1099220400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1112529600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1130670000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1143979200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1162119600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1173614400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1194174000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1205064000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1225623600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1236513600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1257073200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1268568000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1289127600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1300017600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1320577200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1331467200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1352026800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1362916800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1383476400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1394366400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1414926000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1425816000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1446375600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1457870400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1478430000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1489320000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1509879600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1520769600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1541329200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1552219200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1572778800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1583668800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1604228400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1615723200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1636282800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1647172800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1667732400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1678622400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1699182000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1710072000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1730631600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1741521600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1762081200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1772971200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1793530800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1805025600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1825585200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1836475200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1857034800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1867924800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1888484400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1899374400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1919934000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1930824000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1951383600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1962878400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1983438000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1994328000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2014887600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2025777600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2046337200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2057227200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2077786800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2088676800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2109236400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2120126400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2140686000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2152180800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2172740400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2183630400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2204190000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2215080000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2235639600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2246529600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2267089200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2277979200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2298538800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2309428800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2329988400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2341483200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2362042800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2372932800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2393492400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2404382400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2424942000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2435832000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2456391600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2467281600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2487841200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2499336000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2519895600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2530785600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2551345200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2562235200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2582794800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2593684800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2614244400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2625134400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2645694000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2656584000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2677143600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2688638400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2709198000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2720088000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2740647600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2751537600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2772097200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2782987200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2803546800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2814436800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2834996400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2846491200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2867050800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2877940800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2898500400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2909390400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2929950000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2940840000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2961399600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2972289600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2992849200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3003739200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3024298800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3035793600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3056353200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3067243200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3087802800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3098692800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3119252400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3130142400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3150702000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3161592000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3182151600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3193041600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3213601200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3225096000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3245655600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3256545600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3277105200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3287995200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3308554800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3319444800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3340004400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3350894400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3371454000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3382948800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3403508400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3414398400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3434958000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3445848000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3466407600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3477297600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3497857200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3508747200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3529306800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3540196800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3560756400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3572251200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3592810800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3603700800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3624260400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3635150400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3655710000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3666600000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3687159600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3698049600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3718609200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3730104000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3750663600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3761553600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3782113200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3793003200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3813562800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3824452800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3845012400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3855902400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3876462000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3887352000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3907911600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3919406400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3939966000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3950856000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3971415600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3982305600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (4002865200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (4013755200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (4034314800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (4045204800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (4065764400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (4076654400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (4097214000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 44002, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Anchorage => { + const REST: &[(i64, FixedTimespan)] = &[ + (-3225223727, FixedTimespan { utc_offset: -35976, dst_offset: 0, name: "LMT" }), + (-2188951224, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "AST" }), + (-880200000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "AWT" }), + (-769395600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "APT" }), + (-765378000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "AST" }), + (-86882400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "AHST" }), + (-21470400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "AHDT" }), + (-5749200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "AHST" }), + (9979200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "AHDT" }), + (25700400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "AHST" }), + (41428800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "AHDT" }), + (57754800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "AHST" }), + (73483200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "AHDT" }), + (89204400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "AHST" }), + (104932800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "AHDT" }), + (120654000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "AHST" }), + (126705600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "AHDT" }), + (152103600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "AHST" }), + (162388800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "AHDT" }), + (183553200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "AHST" }), + (199281600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "AHDT" }), + (215607600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "AHST" }), + (230731200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "AHDT" }), + (247057200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "AHST" }), + (262785600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "AHDT" }), + (278506800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "AHST" }), + (294235200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "AHDT" }), + (309956400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "AHST" }), + (325684800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "AHDT" }), + (341406000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "AHST" }), + (357134400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "AHDT" }), + (372855600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "AHST" }), + (388584000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "AHDT" }), + (404910000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "AHST" }), + (420033600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "AHDT" }), + (436359600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "YST" }), + (439030800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (452084400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (467805600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (483534000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (499255200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (514983600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (530704800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (544618800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (562154400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (576068400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (594208800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (607518000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (625658400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (638967600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (657108000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (671022000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (688557600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (702471600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (720007200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (733921200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (752061600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (765370800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (783511200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (796820400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (814960800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (828874800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (846410400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (860324400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (877860000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (891774000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (909309600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (923223600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (941364000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (954673200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (972813600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (986122800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1004263200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1018177200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1035712800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1049626800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1067162400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1081076400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1099216800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1112526000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1130666400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1143975600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1162116000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1173610800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1194170400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1205060400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1225620000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1236510000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1257069600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1268564400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1289124000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1300014000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1320573600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1331463600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1352023200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1362913200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1383472800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1394362800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1414922400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1425812400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1446372000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1457866800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1478426400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1489316400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1509876000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1520766000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1541325600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1552215600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1572775200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1583665200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1604224800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1615719600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1636279200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1647169200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1667728800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1678618800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1699178400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1710068400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1730628000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1741518000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1762077600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1772967600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1793527200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1805022000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1825581600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1836471600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1857031200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1867921200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1888480800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1899370800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1919930400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1930820400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1951380000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1962874800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1983434400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1994324400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2014884000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2025774000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2046333600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2057223600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2077783200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2088673200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2109232800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2120122800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2140682400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2152177200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2172736800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2183626800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2204186400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2215076400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2235636000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2246526000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2267085600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2277975600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2298535200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2309425200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2329984800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2341479600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2362039200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2372929200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2393488800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2404378800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2424938400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2435828400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2456388000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2467278000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2487837600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2499332400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2519892000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2530782000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2551341600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2562231600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2582791200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2593681200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2614240800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2625130800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2645690400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2656580400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2677140000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2688634800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2709194400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2720084400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2740644000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2751534000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2772093600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2782983600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2803543200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2814433200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2834992800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2846487600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2867047200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2877937200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2898496800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2909386800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2929946400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2940836400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2961396000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2972286000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2992845600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3003735600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3024295200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3035790000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3056349600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3067239600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3087799200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3098689200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3119248800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3130138800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3150698400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3161588400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3182148000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3193038000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3213597600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3225092400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3245652000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3256542000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3277101600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3287991600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3308551200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3319441200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3340000800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3350890800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3371450400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3382945200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3403504800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3414394800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3434954400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3445844400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3466404000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3477294000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3497853600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3508743600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3529303200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3540193200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3560752800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3572247600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3592807200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3603697200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3624256800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3635146800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3655706400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3666596400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3687156000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3698046000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3718605600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3730100400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3750660000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3761550000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3782109600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3792999600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3813559200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3824449200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3845008800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3855898800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3876458400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3887348400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3907908000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3919402800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3939962400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3950852400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3971412000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3982302000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (4002861600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (4013751600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (4034311200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (4045201200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (4065760800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (4076650800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (4097210400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 50424, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Anguilla => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2233035335, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-873057600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "AWT" }), + (-769395600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "APT" }), + (-765399600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -15865, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Antigua => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2233035335, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-873057600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "AWT" }), + (-769395600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "APT" }), + (-765399600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -15865, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Araguaina => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1767214032, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-1206957600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-1191362400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-1175374800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-1159826400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-633819600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-622069200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-602283600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-591832800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-570747600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-560210400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-539125200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-531352800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-191365200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-184197600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-155163600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-150069600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-128898000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-121125600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-99954000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-89589600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-68418000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-57967200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (499748400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (511236000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (530593200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (540266400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (562129200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (571197600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (592974000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (602042400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (624423600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (634701600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (813726000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (824004000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (844570800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (856058400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (876106800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (888717600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (908074800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (919562400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (938919600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (951616800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (970974000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (982461600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1003028400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1013911200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1036292400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1045360800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1350788400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1361066400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -11568, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Argentina__Buenos_Aires => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2372097972, FixedTimespan { utc_offset: -15408, dst_offset: 0, name: "CMT" }), + (-1567453392, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1233432000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1222981200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1205956800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1194037200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1172865600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1162501200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1141329600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1130965200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1109793600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1099429200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1078257600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1067806800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1046635200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1036270800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1015099200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1004734800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-983563200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-973198800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-952027200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-941576400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-931032000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-900882000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-890337600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-833749200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-827265600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-752274000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-733780800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-197326800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-190843200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-184194000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-164491200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-152658000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-132955200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-121122000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-101419200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-86821200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-71092800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-54766800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-39038400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-23317200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-7588800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (128142000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (136605600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (596948400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (605066400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (624423600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (636516000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (656478000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (667965600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (687927600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (699415200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (719377200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (731469600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (938919600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (952052400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1198983600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1205632800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1224385200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1237082400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -14028, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Argentina__Catamarca => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2372096212, FixedTimespan { utc_offset: -15408, dst_offset: 0, name: "CMT" }), + (-1567453392, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1233432000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1222981200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1205956800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1194037200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1172865600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1162501200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1141329600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1130965200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1109793600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1099429200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1078257600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1067806800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1046635200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1036270800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1015099200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1004734800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-983563200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-973198800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-952027200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-941576400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-931032000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-900882000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-890337600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-833749200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-827265600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-752274000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-733780800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-197326800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-190843200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-184194000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-164491200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-152658000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-132955200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-121122000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-101419200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-86821200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-71092800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-54766800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-39038400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-23317200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-7588800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (128142000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (136605600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (596948400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (605066400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (624423600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (636516000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (656478000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (667965600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (687931200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (699415200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (719377200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (731469600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (938919600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (952052400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1086058800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1087704000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1198983600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1205632800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -15788, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Argentina__ComodRivadavia => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2372096212, FixedTimespan { utc_offset: -15408, dst_offset: 0, name: "CMT" }), + (-1567453392, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1233432000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1222981200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1205956800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1194037200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1172865600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1162501200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1141329600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1130965200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1109793600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1099429200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1078257600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1067806800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1046635200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1036270800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1015099200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1004734800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-983563200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-973198800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-952027200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-941576400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-931032000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-900882000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-890337600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-833749200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-827265600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-752274000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-733780800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-197326800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-190843200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-184194000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-164491200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-152658000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-132955200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-121122000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-101419200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-86821200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-71092800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-54766800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-39038400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-23317200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-7588800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (128142000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (136605600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (596948400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (605066400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (624423600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (636516000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (656478000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (667965600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (687931200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (699415200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (719377200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (731469600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (938919600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (952052400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1086058800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1087704000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1198983600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1205632800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -15788, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Argentina__Cordoba => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2372096592, FixedTimespan { utc_offset: -15408, dst_offset: 0, name: "CMT" }), + (-1567453392, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1233432000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1222981200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1205956800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1194037200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1172865600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1162501200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1141329600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1130965200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1109793600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1099429200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1078257600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1067806800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1046635200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1036270800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1015099200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1004734800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-983563200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-973198800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-952027200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-941576400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-931032000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-900882000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-890337600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-833749200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-827265600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-752274000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-733780800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-197326800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-190843200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-184194000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-164491200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-152658000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-132955200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-121122000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-101419200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-86821200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-71092800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-54766800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-39038400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-23317200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-7588800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (128142000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (136605600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (596948400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (605066400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (624423600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (636516000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (656478000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (667965600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (687931200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (699415200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (719377200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (731469600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (938919600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (952052400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1198983600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1205632800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1224385200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1237082400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -15408, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Argentina__Jujuy => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2372096328, FixedTimespan { utc_offset: -15408, dst_offset: 0, name: "CMT" }), + (-1567453392, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1233432000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1222981200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1205956800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1194037200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1172865600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1162501200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1141329600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1130965200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1109793600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1099429200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1078257600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1067806800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1046635200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1036270800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1015099200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1004734800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-983563200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-973198800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-952027200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-941576400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-931032000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-900882000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-890337600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-833749200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-827265600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-752274000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-733780800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-197326800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-190843200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-184194000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-164491200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-152658000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-132955200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-121122000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-101419200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-86821200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-71092800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-54766800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-39038400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-23317200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-7588800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (128142000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (136605600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (596948400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (605066400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (624423600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (636516000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (657086400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (669178800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (686721600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (699415200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (719377200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (731469600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (938919600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (952052400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1198983600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1205632800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -15672, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Argentina__La_Rioja => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2372095956, FixedTimespan { utc_offset: -15408, dst_offset: 0, name: "CMT" }), + (-1567453392, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1233432000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1222981200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1205956800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1194037200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1172865600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1162501200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1141329600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1130965200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1109793600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1099429200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1078257600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1067806800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1046635200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1036270800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1015099200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1004734800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-983563200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-973198800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-952027200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-941576400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-931032000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-900882000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-890337600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-833749200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-827265600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-752274000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-733780800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-197326800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-190843200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-184194000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-164491200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-152658000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-132955200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-121122000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-101419200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-86821200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-71092800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-54766800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-39038400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-23317200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-7588800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (128142000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (136605600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (596948400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (605066400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (624423600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (636516000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (656478000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (667792800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (673588800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (687927600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (699415200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (719377200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (731469600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (938919600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (952052400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1086058800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1087704000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1198983600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1205632800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -16044, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Argentina__Mendoza => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2372095484, FixedTimespan { utc_offset: -15408, dst_offset: 0, name: "CMT" }), + (-1567453392, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1233432000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1222981200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1205956800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1194037200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1172865600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1162501200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1141329600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1130965200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1109793600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1099429200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1078257600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1067806800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1046635200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1036270800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1015099200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1004734800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-983563200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-973198800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-952027200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-941576400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-931032000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-900882000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-890337600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-833749200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-827265600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-752274000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-733780800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-197326800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-190843200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-184194000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-164491200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-152658000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-132955200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-121122000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-101419200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-86821200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-71092800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-54766800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-39038400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-23317200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-7588800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (128142000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (136605600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (596948400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (605066400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (624423600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (636516000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (655963200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (667796400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (687499200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (699418800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (719380800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (731469600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (938919600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (952052400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1085281200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1096171200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1198983600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1205632800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -16516, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Argentina__Rio_Gallegos => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2372095388, FixedTimespan { utc_offset: -15408, dst_offset: 0, name: "CMT" }), + (-1567453392, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1233432000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1222981200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1205956800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1194037200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1172865600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1162501200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1141329600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1130965200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1109793600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1099429200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1078257600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1067806800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1046635200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1036270800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1015099200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1004734800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-983563200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-973198800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-952027200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-941576400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-931032000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-900882000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-890337600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-833749200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-827265600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-752274000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-733780800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-197326800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-190843200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-184194000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-164491200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-152658000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-132955200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-121122000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-101419200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-86821200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-71092800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-54766800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-39038400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-23317200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-7588800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (128142000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (136605600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (596948400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (605066400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (624423600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (636516000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (656478000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (667965600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (687927600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (699415200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (719377200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (731469600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (938919600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (952052400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1086058800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1087704000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1198983600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1205632800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -16612, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Argentina__Salta => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2372096300, FixedTimespan { utc_offset: -15408, dst_offset: 0, name: "CMT" }), + (-1567453392, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1233432000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1222981200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1205956800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1194037200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1172865600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1162501200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1141329600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1130965200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1109793600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1099429200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1078257600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1067806800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1046635200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1036270800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1015099200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1004734800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-983563200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-973198800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-952027200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-941576400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-931032000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-900882000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-890337600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-833749200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-827265600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-752274000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-733780800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-197326800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-190843200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-184194000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-164491200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-152658000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-132955200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-121122000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-101419200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-86821200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-71092800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-54766800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-39038400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-23317200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-7588800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (128142000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (136605600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (596948400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (605066400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (624423600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (636516000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (656478000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (667965600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (687931200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (699415200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (719377200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (731469600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (938919600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (952052400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1198983600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1205632800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -15700, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Argentina__San_Juan => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2372095556, FixedTimespan { utc_offset: -15408, dst_offset: 0, name: "CMT" }), + (-1567453392, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1233432000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1222981200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1205956800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1194037200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1172865600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1162501200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1141329600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1130965200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1109793600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1099429200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1078257600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1067806800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1046635200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1036270800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1015099200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1004734800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-983563200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-973198800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-952027200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-941576400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-931032000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-900882000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-890337600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-833749200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-827265600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-752274000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-733780800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-197326800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-190843200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-184194000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-164491200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-152658000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-132955200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-121122000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-101419200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-86821200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-71092800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-54766800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-39038400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-23317200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-7588800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (128142000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (136605600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (596948400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (605066400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (624423600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (636516000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (656478000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (667792800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (673588800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (687927600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (699415200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (719377200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (731469600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (938919600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (952052400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1085972400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1090728000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1198983600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1205632800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -16444, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Argentina__San_Luis => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2372096076, FixedTimespan { utc_offset: -15408, dst_offset: 0, name: "CMT" }), + (-1567453392, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1233432000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1222981200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1205956800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1194037200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1172865600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1162501200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1141329600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1130965200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1109793600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1099429200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1078257600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1067806800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1046635200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1036270800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1015099200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1004734800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-983563200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-973198800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-952027200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-941576400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-931032000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-900882000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-890337600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-833749200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-827265600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-752274000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-733780800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-197326800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-190843200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-184194000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-164491200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-152658000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-132955200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-121122000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-101419200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-86821200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-71092800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-54766800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-39038400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-23317200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-7588800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (128142000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (136605600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (596948400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (605066400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (624423600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (637380000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (655963200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (667796400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (675748800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (938919600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (952052400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1085972400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1090728000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1198983600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1200880800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1205031600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1223784000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1236481200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1255233600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -15924, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Argentina__Tucuman => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2372096348, FixedTimespan { utc_offset: -15408, dst_offset: 0, name: "CMT" }), + (-1567453392, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1233432000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1222981200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1205956800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1194037200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1172865600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1162501200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1141329600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1130965200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1109793600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1099429200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1078257600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1067806800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1046635200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1036270800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1015099200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1004734800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-983563200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-973198800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-952027200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-941576400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-931032000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-900882000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-890337600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-833749200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-827265600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-752274000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-733780800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-197326800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-190843200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-184194000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-164491200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-152658000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-132955200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-121122000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-101419200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-86821200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-71092800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-54766800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-39038400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-23317200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-7588800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (128142000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (136605600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (596948400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (605066400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (624423600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (636516000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (656478000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (667965600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (687931200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (699415200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (719377200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (731469600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (938919600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (952052400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1086058800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1087099200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1198983600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1205632800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1224385200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1237082400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -15652, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Argentina__Ushuaia => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2372095608, FixedTimespan { utc_offset: -15408, dst_offset: 0, name: "CMT" }), + (-1567453392, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1233432000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1222981200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1205956800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1194037200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1172865600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1162501200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1141329600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1130965200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1109793600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1099429200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1078257600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1067806800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1046635200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1036270800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1015099200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1004734800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-983563200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-973198800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-952027200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-941576400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-931032000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-900882000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-890337600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-833749200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-827265600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-752274000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-733780800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-197326800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-190843200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-184194000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-164491200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-152658000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-132955200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-121122000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-101419200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-86821200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-71092800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-54766800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-39038400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-23317200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-7588800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (128142000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (136605600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (596948400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (605066400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (624423600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (636516000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (656478000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (667965600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (687927600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (699415200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (719377200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (731469600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (938919600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (952052400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1085886000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1087704000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1198983600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1205632800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -16392, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Aruba => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2233035335, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-873057600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "AWT" }), + (-769395600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "APT" }), + (-765399600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -15865, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Asuncion => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2524507760, FixedTimespan { utc_offset: -13840, dst_offset: 0, name: "AMT" }), + (-1206389360, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (86760000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (134017200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (181368000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (194497200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (212990400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (226033200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (244526400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (257569200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (276062400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (291783600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (307598400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (323406000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (339220800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (354942000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (370756800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (386478000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (402292800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (418014000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (433828800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (449636400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (465451200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (481172400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (496987200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (512708400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (528523200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (544244400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (560059200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (575866800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (591681600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (607402800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (625032000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (638938800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (654753600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (670474800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (686721600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (699418800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (718257600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (733546800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (749448000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (762318000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (780984000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (793767600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (812520000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (825649200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (844574400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (856666800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (876024000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (888721200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (907473600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (920775600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (938923200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (952225200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (970372800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (983674800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1002427200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1018148400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1030852800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1049598000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1062907200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1081047600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1097985600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1110682800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1129435200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1142132400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1160884800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1173582000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1192939200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1205031600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1224388800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1236481200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1255838400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1270954800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1286078400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1302404400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1317528000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1333854000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1349582400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1364094000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1381032000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1395543600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1412481600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1426993200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1443931200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1459047600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1475380800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1490497200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1506830400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1521946800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1538884800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1553396400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1570334400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1584846000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1601784000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1616900400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1633233600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1648350000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1664683200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1679799600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1696132800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1711249200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1728187200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1742698800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1759636800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1774148400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1791086400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1806202800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1822536000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1837652400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1853985600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1869102000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1886040000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1900551600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1917489600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1932001200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1948939200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1964055600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1980388800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1995505200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2011838400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2026954800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2043288000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2058404400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2075342400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2089854000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2106792000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2121303600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2138241600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2153358000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2169691200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2184807600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2201140800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2216257200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2233195200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2247706800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2264644800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2279156400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2296094400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2310606000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2327544000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2342660400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2358993600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2374110000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2390443200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2405559600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2422497600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2437009200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2453947200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2468458800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2485396800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2500513200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2516846400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2531962800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2548296000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2563412400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2579745600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2594862000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2611800000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2626311600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2643249600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2657761200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2674699200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2689815600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2706148800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2721265200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2737598400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2752714800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2769652800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2784164400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2801102400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2815614000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2832552000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2847668400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2864001600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2879118000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2895451200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2910567600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2926900800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2942017200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2958955200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2973466800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2990404800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3004916400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3021854400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3036970800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3053304000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3068420400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3084753600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3099870000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3116808000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3131319600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3148257600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3162769200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3179707200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3194218800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3211156800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3226273200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3242606400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3257722800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3274056000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3289172400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3306110400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3320622000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3337560000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3352071600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3369009600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3384126000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3400459200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3415575600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3431908800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3447025200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3463358400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3478474800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3495412800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3509924400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3526862400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3541374000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3558312000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3573428400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3589761600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3604878000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3621211200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3636327600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3653265600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3667777200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3684715200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3699226800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3716164800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3731281200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3747614400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3762730800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3779064000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3794180400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3810513600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3825630000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3842568000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3857079600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3874017600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3888529200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3905467200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3920583600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3936916800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3952033200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3968366400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3983482800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (4000420800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (4014932400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (4031870400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (4046382000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (4063320000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (4077831600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (4094769600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -13840, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Atikokan => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2524502512, FixedTimespan { utc_offset: -19176, dst_offset: 0, name: "CMT" }), + (-1946918424, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -19088, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Atka => { + const REST: &[(i64, FixedTimespan)] = &[ + (-3225223727, FixedTimespan { utc_offset: -42398, dst_offset: 0, name: "LMT" }), + (-2188944802, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "NST" }), + (-880196400, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "NWT" }), + (-769395600, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "NPT" }), + (-765374400, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "NST" }), + (-86878800, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (-21466800, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (-5745600, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (9982800, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (25704000, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (41432400, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (57758400, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (73486800, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (89208000, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (104936400, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (120657600, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (126709200, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (152107200, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (162392400, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (183556800, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (199285200, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (215611200, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (230734800, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (247060800, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (262789200, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (278510400, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (294238800, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (309960000, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (325688400, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (341409600, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (357138000, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (372859200, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (388587600, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (404913600, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (420037200, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (436363200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "AHST" }), + (439034400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (452088000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (467809200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (483537600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (499258800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (514987200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (530708400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (544622400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (562158000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (576072000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (594212400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (607521600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (625662000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (638971200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (657111600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (671025600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (688561200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (702475200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (720010800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (733924800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (752065200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (765374400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (783514800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (796824000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (814964400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (828878400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (846414000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (860328000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (877863600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (891777600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (909313200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (923227200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (941367600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (954676800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (972817200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (986126400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1004266800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1018180800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1035716400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1049630400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1067166000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1081080000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1099220400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1112529600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1130670000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1143979200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1162119600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1173614400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1194174000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1205064000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1225623600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1236513600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1257073200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1268568000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1289127600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1300017600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1320577200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1331467200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1352026800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1362916800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1383476400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1394366400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1414926000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1425816000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1446375600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1457870400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1478430000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1489320000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1509879600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1520769600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1541329200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1552219200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1572778800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1583668800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1604228400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1615723200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1636282800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1647172800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1667732400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1678622400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1699182000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1710072000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1730631600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1741521600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1762081200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1772971200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1793530800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1805025600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1825585200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1836475200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1857034800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1867924800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1888484400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1899374400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1919934000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1930824000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1951383600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1962878400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1983438000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1994328000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2014887600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2025777600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2046337200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2057227200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2077786800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2088676800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2109236400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2120126400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2140686000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2152180800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2172740400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2183630400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2204190000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2215080000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2235639600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2246529600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2267089200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2277979200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2298538800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2309428800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2329988400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2341483200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2362042800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2372932800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2393492400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2404382400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2424942000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2435832000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2456391600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2467281600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2487841200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2499336000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2519895600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2530785600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2551345200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2562235200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2582794800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2593684800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2614244400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2625134400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2645694000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2656584000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2677143600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2688638400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2709198000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2720088000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2740647600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2751537600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2772097200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2782987200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2803546800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2814436800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2834996400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2846491200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2867050800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2877940800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2898500400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2909390400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2929950000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2940840000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2961399600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2972289600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2992849200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3003739200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3024298800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3035793600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3056353200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3067243200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3087802800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3098692800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3119252400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3130142400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3150702000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3161592000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3182151600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3193041600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3213601200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3225096000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3245655600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3256545600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3277105200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3287995200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3308554800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3319444800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3340004400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3350894400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3371454000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3382948800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3403508400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3414398400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3434958000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3445848000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3466407600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3477297600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3497857200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3508747200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3529306800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3540196800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3560756400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3572251200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3592810800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3603700800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3624260400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3635150400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3655710000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3666600000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3687159600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3698049600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3718609200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3730104000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3750663600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3761553600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3782113200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3793003200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3813562800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3824452800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3845012400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3855902400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3876462000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3887352000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3907911600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3919406400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3939966000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3950856000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3971415600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3982305600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (4002865200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (4013755200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (4034314800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (4045204800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (4065764400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (4076654400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (4097214000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 44002, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Bahia => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1767216356, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-1206957600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-1191362400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-1175374800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-1159826400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-633819600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-622069200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-602283600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-591832800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-570747600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-560210400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-539125200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-531352800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-191365200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-184197600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-155163600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-150069600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-128898000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-121125600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-99954000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-89589600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-68418000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-57967200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (499748400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (511236000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (530593200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (540266400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (562129200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (571197600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (592974000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (602042400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (624423600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (634701600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (656478000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (666756000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (687927600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (697600800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (719982000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (728445600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (750826800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (761709600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (782276400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (793159200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (813726000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (824004000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (844570800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (856058400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (876106800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (888717600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (908074800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (919562400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (938919600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (951616800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (970974000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (982461600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1003028400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1013911200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1036292400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1045360800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1318734000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1330221600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -9244, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Bahia_Banderas => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1514714340, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1343066400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1234807200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1220292000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1207159200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1191344400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-873828000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-661539600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (28800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (828867600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (846403200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (860317200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (877852800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (891766800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (909302400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (923216400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (941356800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (954666000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (972806400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (989139600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1001836800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1018170000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1035705600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1049619600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1067155200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1081069200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1099209600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1112518800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1130659200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1143968400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1162108800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1175418000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1193558400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1207472400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1225008000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1238922000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1256457600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1270371600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1288508400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1301817600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1319958000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1333267200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1351407600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1365321600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1382857200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1396771200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1414306800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1428220800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1445756400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1459670400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1477810800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1491120000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1509260400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1522569600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1540710000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1554624000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1572159600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1586073600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1603609200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1617523200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1635663600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1648972800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1667113200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -25260, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Barbados => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1841256091, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-874263600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-862682400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-841604400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-830714400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-811882800, FixedTimespan { utc_offset: -14400, dst_offset: 1800, name: "-0330" }), + (-798660000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (234943200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (244616400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (261554400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (276066000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (293004000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (307515600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (325058400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (338706000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -14309, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Belem => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1767213964, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-1206957600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-1191362400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-1175374800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-1159826400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-633819600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-622069200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-602283600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-591832800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-570747600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-560210400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-539125200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-531352800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-191365200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-184197600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-155163600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-150069600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-128898000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-121125600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-99954000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-89589600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-68418000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-57967200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (499748400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (511236000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (530593200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (540266400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (562129200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (571197600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -11636, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Belize => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1822500432, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1616954400, FixedTimespan { utc_offset: -21600, dst_offset: 1800, name: "-0530" }), + (-1606069800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1585504800, FixedTimespan { utc_offset: -21600, dst_offset: 1800, name: "-0530" }), + (-1574015400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1554055200, FixedTimespan { utc_offset: -21600, dst_offset: 1800, name: "-0530" }), + (-1542565800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1522605600, FixedTimespan { utc_offset: -21600, dst_offset: 1800, name: "-0530" }), + (-1511116200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1490551200, FixedTimespan { utc_offset: -21600, dst_offset: 1800, name: "-0530" }), + (-1479666600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1459101600, FixedTimespan { utc_offset: -21600, dst_offset: 1800, name: "-0530" }), + (-1448217000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1427652000, FixedTimespan { utc_offset: -21600, dst_offset: 1800, name: "-0530" }), + (-1416162600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1396202400, FixedTimespan { utc_offset: -21600, dst_offset: 1800, name: "-0530" }), + (-1384713000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1364752800, FixedTimespan { utc_offset: -21600, dst_offset: 1800, name: "-0530" }), + (-1353263400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1333303200, FixedTimespan { utc_offset: -21600, dst_offset: 1800, name: "-0530" }), + (-1321813800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1301248800, FixedTimespan { utc_offset: -21600, dst_offset: 1800, name: "-0530" }), + (-1290364200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1269799200, FixedTimespan { utc_offset: -21600, dst_offset: 1800, name: "-0530" }), + (-1258914600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1238349600, FixedTimespan { utc_offset: -21600, dst_offset: 1800, name: "-0530" }), + (-1226860200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1206900000, FixedTimespan { utc_offset: -21600, dst_offset: 1800, name: "-0530" }), + (-1195410600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1175450400, FixedTimespan { utc_offset: -21600, dst_offset: 1800, name: "-0530" }), + (-1163961000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1143396000, FixedTimespan { utc_offset: -21600, dst_offset: 1800, name: "-0530" }), + (-1132511400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1111946400, FixedTimespan { utc_offset: -21600, dst_offset: 1800, name: "-0530" }), + (-1101061800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1080496800, FixedTimespan { utc_offset: -21600, dst_offset: 1800, name: "-0530" }), + (-1069612200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1049047200, FixedTimespan { utc_offset: -21600, dst_offset: 1800, name: "-0530" }), + (-1037557800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1017597600, FixedTimespan { utc_offset: -21600, dst_offset: 1800, name: "-0530" }), + (-1006108200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-986148000, FixedTimespan { utc_offset: -21600, dst_offset: 1800, name: "-0530" }), + (-974658600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-954093600, FixedTimespan { utc_offset: -21600, dst_offset: 1800, name: "-0530" }), + (-943209000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-922644000, FixedTimespan { utc_offset: -21600, dst_offset: 1800, name: "-0530" }), + (-911759400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-891194400, FixedTimespan { utc_offset: -21600, dst_offset: 1800, name: "-0530" }), + (-879705000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-868212000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CWT" }), + (-769395600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CPT" }), + (-758746800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-701892000, FixedTimespan { utc_offset: -21600, dst_offset: 1800, name: "-0530" }), + (-690402600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-670442400, FixedTimespan { utc_offset: -21600, dst_offset: 1800, name: "-0530" }), + (-658953000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-638992800, FixedTimespan { utc_offset: -21600, dst_offset: 1800, name: "-0530" }), + (-627503400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-606938400, FixedTimespan { utc_offset: -21600, dst_offset: 1800, name: "-0530" }), + (-596053800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-575488800, FixedTimespan { utc_offset: -21600, dst_offset: 1800, name: "-0530" }), + (-564604200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-544039200, FixedTimespan { utc_offset: -21600, dst_offset: 1800, name: "-0530" }), + (-532549800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-512589600, FixedTimespan { utc_offset: -21600, dst_offset: 1800, name: "-0530" }), + (-501100200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-481140000, FixedTimespan { utc_offset: -21600, dst_offset: 1800, name: "-0530" }), + (-469650600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-449690400, FixedTimespan { utc_offset: -21600, dst_offset: 1800, name: "-0530" }), + (-438201000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-417636000, FixedTimespan { utc_offset: -21600, dst_offset: 1800, name: "-0530" }), + (-406751400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-386186400, FixedTimespan { utc_offset: -21600, dst_offset: 1800, name: "-0530" }), + (-375301800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-354736800, FixedTimespan { utc_offset: -21600, dst_offset: 1800, name: "-0530" }), + (-343247400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-323287200, FixedTimespan { utc_offset: -21600, dst_offset: 1800, name: "-0530" }), + (-311797800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-291837600, FixedTimespan { utc_offset: -21600, dst_offset: 1800, name: "-0530" }), + (-280348200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-259783200, FixedTimespan { utc_offset: -21600, dst_offset: 1800, name: "-0530" }), + (-248898600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-228333600, FixedTimespan { utc_offset: -21600, dst_offset: 1800, name: "-0530" }), + (-217449000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-196884000, FixedTimespan { utc_offset: -21600, dst_offset: 1800, name: "-0530" }), + (-185999400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-165434400, FixedTimespan { utc_offset: -21600, dst_offset: 1800, name: "-0530" }), + (-153945000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-133984800, FixedTimespan { utc_offset: -21600, dst_offset: 1800, name: "-0530" }), + (-122495400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-102535200, FixedTimespan { utc_offset: -21600, dst_offset: 1800, name: "-0530" }), + (-91045800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-70480800, FixedTimespan { utc_offset: -21600, dst_offset: 1800, name: "-0530" }), + (-59596200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (123919200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (129618000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (409039200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (413874000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -21168, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__BlancSablon => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2233035335, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-873057600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "AWT" }), + (-769395600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "APT" }), + (-765399600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -15865, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Boa_Vista => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1767211040, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1206954000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1191358800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1175371200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1159822800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-633816000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-622065600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-602280000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-591829200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-570744000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-560206800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-539121600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-531349200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-191361600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-184194000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-155160000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-150066000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-128894400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-121122000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-99950400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-89586000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-68414400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-57963600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (499752000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (511239600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (530596800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (540270000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (562132800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (571201200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (938923200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (951620400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (970977600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (971578800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -14560, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Bogota => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2707671824, FixedTimespan { utc_offset: -17776, dst_offset: 0, name: "BMT" }), + (-1739041424, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (704869200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (729057600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -17776, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Boise => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2717612111, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-1633269600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-1615129200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-1601820000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-1583679600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-1471788000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-880210800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MWT" }), + (-769395600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MPT" }), + (-765388800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-84380400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-68659200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-52930800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-37209600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-21481200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-5760000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (9968400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (25689600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (41418000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (57744000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (73472400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (89193600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (104922000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (120643200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (129114000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (152092800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (162378000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (183542400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (199270800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (215596800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (230720400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (247046400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (262774800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (278496000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (294224400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (309945600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (325674000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (341395200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (357123600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (372844800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (388573200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (404899200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (420022800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (436348800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (452077200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (467798400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (483526800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (499248000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (514976400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (530697600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (544611600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (562147200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (576061200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (594201600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (607510800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (625651200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (638960400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (657100800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (671014800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (688550400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (702464400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (720000000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (733914000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (752054400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (765363600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (783504000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (796813200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (814953600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (828867600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (846403200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (860317200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (877852800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (891766800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (909302400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (923216400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (941356800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (954666000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (972806400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (986115600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1004256000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1018170000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1035705600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1049619600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1067155200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1081069200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1099209600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1112518800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1130659200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1143968400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1162108800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1173603600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1194163200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1205053200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1225612800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1236502800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1257062400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1268557200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1289116800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1300006800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1320566400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1331456400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1352016000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1362906000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1383465600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1394355600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1414915200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1425805200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1446364800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1457859600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1478419200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1489309200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1509868800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1520758800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1541318400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1552208400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1572768000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1583658000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1604217600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1615712400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1636272000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1647162000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1667721600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1678611600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1699171200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1710061200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1730620800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1741510800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1762070400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1772960400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1793520000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1805014800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1825574400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1836464400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1857024000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1867914000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1888473600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1899363600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1919923200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1930813200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1951372800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1962867600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1983427200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1994317200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2014876800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2025766800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2046326400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2057216400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2077776000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2088666000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2109225600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2120115600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2140675200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2152170000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2172729600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2183619600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2204179200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2215069200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2235628800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2246518800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2267078400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2277968400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2298528000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2309418000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2329977600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2341472400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2362032000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2372922000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2393481600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2404371600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2424931200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2435821200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2456380800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2467270800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2487830400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2499325200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2519884800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2530774800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2551334400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2562224400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2582784000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2593674000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2614233600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2625123600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2645683200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2656573200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2677132800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2688627600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2709187200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2720077200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2740636800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2751526800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2772086400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2782976400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2803536000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2814426000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2834985600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2846480400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2867040000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2877930000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2898489600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2909379600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2929939200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2940829200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2961388800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2972278800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2992838400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3003728400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3024288000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3035782800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3056342400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3067232400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3087792000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3098682000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3119241600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3130131600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3150691200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3161581200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3182140800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3193030800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3213590400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3225085200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3245644800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3256534800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3277094400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3287984400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3308544000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3319434000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3339993600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3350883600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3371443200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3382938000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3403497600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3414387600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3434947200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3445837200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3466396800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3477286800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3497846400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3508736400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3529296000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3540186000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3560745600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3572240400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3592800000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3603690000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3624249600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3635139600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3655699200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3666589200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3687148800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3698038800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3718598400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3730093200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3750652800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3761542800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3782102400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3792992400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3813552000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3824442000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3845001600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3855891600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3876451200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3887341200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3907900800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3919395600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3939955200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3950845200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3971404800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3982294800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4002854400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (4013744400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4034304000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (4045194000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4065753600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (4076643600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4097203200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -27889, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Buenos_Aires => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2372097972, FixedTimespan { utc_offset: -15408, dst_offset: 0, name: "CMT" }), + (-1567453392, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1233432000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1222981200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1205956800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1194037200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1172865600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1162501200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1141329600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1130965200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1109793600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1099429200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1078257600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1067806800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1046635200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1036270800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1015099200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1004734800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-983563200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-973198800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-952027200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-941576400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-931032000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-900882000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-890337600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-833749200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-827265600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-752274000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-733780800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-197326800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-190843200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-184194000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-164491200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-152658000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-132955200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-121122000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-101419200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-86821200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-71092800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-54766800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-39038400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-23317200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-7588800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (128142000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (136605600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (596948400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (605066400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (624423600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (636516000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (656478000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (667965600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (687927600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (699415200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (719377200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (731469600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (938919600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (952052400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1198983600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1205632800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1224385200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1237082400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -14028, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Cambridge_Bay => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1577923200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-880210800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MWT" }), + (-769395600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MPT" }), + (-765388800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (73472400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (89193600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (104922000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (120643200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (136371600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (152092800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (167821200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (183542400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (199270800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (215596800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (230720400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (247046400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (262774800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (278496000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (294224400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (309945600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (325674000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (341395200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (357123600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (372844800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (388573200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (404899200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (420022800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (436348800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (452077200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (467798400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (483526800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (499248000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (514976400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (530697600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (544611600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (562147200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (576061200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (594201600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (607510800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (625651200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (638960400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (657100800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (671014800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (688550400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (702464400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (720000000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (733914000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (752054400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (765363600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (783504000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (796813200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (814953600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (828867600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (846403200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (860317200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (877852800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (891766800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (909302400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (923216400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (941356800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (954662400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (972802800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (973400400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (986115600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1004256000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1018170000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1035705600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1049619600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1067155200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1081069200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1099209600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1112518800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1130659200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1143968400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1162108800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1173603600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1194163200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1205053200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1225612800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1236502800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1257062400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1268557200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1289116800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1300006800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1320566400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1331456400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1352016000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1362906000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1383465600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1394355600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1414915200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1425805200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1446364800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1457859600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1478419200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1489309200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1509868800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1520758800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1541318400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1552208400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1572768000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1583658000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1604217600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1615712400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1636272000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1647162000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1667721600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1678611600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1699171200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1710061200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1730620800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1741510800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1762070400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1772960400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1793520000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1805014800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1825574400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1836464400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1857024000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1867914000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1888473600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1899363600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1919923200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1930813200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1951372800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1962867600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1983427200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1994317200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2014876800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2025766800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2046326400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2057216400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2077776000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2088666000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2109225600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2120115600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2140675200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2152170000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2172729600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2183619600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2204179200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2215069200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2235628800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2246518800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2267078400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2277968400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2298528000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2309418000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2329977600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2341472400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2362032000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2372922000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2393481600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2404371600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2424931200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2435821200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2456380800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2467270800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2487830400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2499325200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2519884800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2530774800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2551334400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2562224400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2582784000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2593674000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2614233600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2625123600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2645683200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2656573200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2677132800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2688627600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2709187200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2720077200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2740636800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2751526800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2772086400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2782976400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2803536000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2814426000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2834985600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2846480400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2867040000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2877930000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2898489600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2909379600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2929939200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2940829200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2961388800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2972278800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2992838400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3003728400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3024288000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3035782800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3056342400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3067232400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3087792000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3098682000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3119241600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3130131600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3150691200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3161581200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3182140800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3193030800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3213590400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3225085200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3245644800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3256534800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3277094400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3287984400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3308544000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3319434000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3339993600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3350883600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3371443200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3382938000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3403497600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3414387600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3434947200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3445837200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3466396800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3477286800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3497846400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3508736400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3529296000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3540186000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3560745600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3572240400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3592800000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3603690000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3624249600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3635139600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3655699200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3666589200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3687148800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3698038800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3718598400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3730093200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3750652800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3761542800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3782102400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3792992400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3813552000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3824442000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3845001600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3855891600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3876451200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3887341200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3907900800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3919395600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3939955200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3950845200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3971404800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3982294800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4002854400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (4013744400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4034304000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (4045194000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4065753600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (4076643600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4097203200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 0, + dst_offset: 0, + name: "-00", + }, + rest: REST + } + }, + + Tz::America__Campo_Grande => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1767212492, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1206954000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1191358800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1175371200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1159822800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-633816000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-622065600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-602280000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-591829200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-570744000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-560206800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-539121600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-531349200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-191361600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-184194000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-155160000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-150066000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-128894400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-121122000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-99950400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-89586000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-68414400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-57963600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (499752000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (511239600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (530596800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (540270000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (562132800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (571201200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (592977600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (602046000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (624427200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (634705200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (656481600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (666759600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (687931200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (697604400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (719985600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (728449200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (750830400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (761713200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (782280000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (793162800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (813729600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (824007600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (844574400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (856062000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (876110400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (888721200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (908078400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (919566000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (938923200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (951620400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (970977600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (982465200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1003032000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1013914800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1036296000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1045364400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1066536000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1076814000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1099368000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1108868400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1129435200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1140318000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1162699200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1172372400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1192334400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1203217200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1224388800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1234666800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1255838400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1266721200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1287288000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1298170800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1318737600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1330225200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1350792000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1361070000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1382241600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1392519600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1413691200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1424574000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1445140800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1456023600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1476590400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1487473200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1508040000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1518922800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1541304000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1550372400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -13108, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Cancun => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1514722376, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (377935200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (828860400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (846396000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (860310000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (877845600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (891759600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (902037600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (909298800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (923212800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (941353200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (954662400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (972802800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (989136000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1001833200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1018166400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1035702000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1049616000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1067151600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1081065600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1099206000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1112515200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1130655600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1143964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1162105200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1175414400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1193554800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1207468800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1225004400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1238918400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1256454000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1270368000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1288508400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1301817600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1319958000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1333267200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1351407600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1365321600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1382857200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1396771200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1414306800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1422777600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -20824, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Caracas => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2524505536, FixedTimespan { utc_offset: -16060, dst_offset: 0, name: "CMT" }), + (-1826739140, FixedTimespan { utc_offset: -16200, dst_offset: 0, name: "-0430" }), + (-157750200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1197183600, FixedTimespan { utc_offset: -16200, dst_offset: 0, name: "-0430" }), + (1462086000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -16064, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Catamarca => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2372096212, FixedTimespan { utc_offset: -15408, dst_offset: 0, name: "CMT" }), + (-1567453392, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1233432000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1222981200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1205956800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1194037200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1172865600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1162501200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1141329600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1130965200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1109793600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1099429200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1078257600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1067806800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1046635200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1036270800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1015099200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1004734800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-983563200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-973198800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-952027200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-941576400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-931032000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-900882000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-890337600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-833749200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-827265600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-752274000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-733780800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-197326800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-190843200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-184194000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-164491200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-152658000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-132955200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-121122000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-101419200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-86821200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-71092800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-54766800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-39038400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-23317200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-7588800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (128142000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (136605600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (596948400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (605066400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (624423600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (636516000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (656478000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (667965600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (687931200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (699415200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (719377200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (731469600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (938919600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (952052400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1086058800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1087704000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1198983600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1205632800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -15788, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Cayenne => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1846269040, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-71092800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -12560, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Cayman => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2524502512, FixedTimespan { utc_offset: -19176, dst_offset: 0, name: "CMT" }), + (-1946918424, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -19088, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Chicago => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2717626164, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1633276800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1615136400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1601827200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1583686800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1563724800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1551632400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1538928000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1520182800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1504454400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1491757200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1473004800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1459702800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1441555200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1428253200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1410105600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1396803600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1378656000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1365354000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1347206400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1333904400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1315152000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1301850000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1283702400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1270400400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1252252800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1238950800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1220803200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1207501200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1189353600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1176051600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1157299200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1144602000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1125849600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1112547600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1094400000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1081098000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1067788800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1045414800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1031500800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1018198800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1000051200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-986749200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-967996800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-955299600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-936547200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-923245200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-905097600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-891795600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-880214400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CWT" }), + (-769395600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CPT" }), + (-765392400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-747244800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-733942800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-715795200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-702493200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-684345600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-671043600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-652896000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-639594000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-620841600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-608144400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-589392000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-576090000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-557942400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-544640400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-526492800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-513190800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-495043200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-481741200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-463593600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-447267600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-431539200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-415818000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-400089600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-384368400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-368640000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-352918800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-337190400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-321469200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-305740800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-289414800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-273686400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-257965200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-242236800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-226515600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-210787200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-195066000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-179337600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-163616400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-147888000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-131562000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-116438400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-100112400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-84384000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-68662800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-52934400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-37213200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-21484800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-5763600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (9964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (25686000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (41414400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (57740400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (73468800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (89190000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (104918400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (120639600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (126691200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (152089200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (162374400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (183538800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (199267200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (215593200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (230716800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (247042800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (262771200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (278492400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (294220800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (309942000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (325670400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (341391600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (357120000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (372841200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (388569600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (404895600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (420019200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (436345200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (452073600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (467794800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (483523200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (499244400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (514972800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (530694000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (544608000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (562143600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (576057600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (594198000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (607507200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (625647600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (638956800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (657097200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (671011200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (688546800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (702460800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (719996400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (733910400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (752050800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (765360000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (783500400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (796809600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (814950000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (828864000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (846399600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (860313600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (877849200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (891763200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (909298800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (923212800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (941353200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (954662400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (972802800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (986112000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1004252400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1018166400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1035702000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1049616000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1067151600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1081065600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1099206000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1112515200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1130655600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1143964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1162105200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1173600000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1194159600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1205049600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1225609200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1236499200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1257058800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1268553600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1289113200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1300003200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1320562800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1331452800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1352012400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1362902400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1383462000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1394352000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1414911600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1425801600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1446361200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1457856000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1478415600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1489305600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1509865200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1520755200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1541314800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1552204800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1572764400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1583654400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1604214000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1615708800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1636268400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1647158400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1667718000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1678608000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1699167600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1710057600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1730617200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1741507200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1762066800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1772956800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1793516400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1805011200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1825570800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1836460800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1857020400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1867910400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1888470000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1899360000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1919919600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1930809600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1951369200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1962864000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1983423600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1994313600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2014873200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2025763200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2046322800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2057212800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2077772400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2088662400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2109222000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2120112000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2140671600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2152166400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2172726000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2183616000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2204175600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2215065600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2235625200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2246515200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2267074800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2277964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2298524400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2309414400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2329974000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2341468800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2362028400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2372918400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2393478000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2404368000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2424927600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2435817600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2456377200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2467267200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2487826800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2499321600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2519881200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2530771200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2551330800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2562220800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2582780400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2593670400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2614230000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2625120000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2645679600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2656569600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2677129200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2688624000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2709183600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2720073600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2740633200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2751523200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2772082800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2782972800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2803532400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2814422400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2834982000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2846476800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2867036400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2877926400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2898486000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2909376000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2929935600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2940825600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2961385200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2972275200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2992834800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3003724800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3024284400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3035779200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3056338800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3067228800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3087788400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3098678400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3119238000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3130128000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3150687600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3161577600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3182137200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3193027200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3213586800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3225081600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3245641200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3256531200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3277090800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3287980800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3308540400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3319430400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3339990000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3350880000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3371439600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3382934400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3403494000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3414384000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3434943600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3445833600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3466393200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3477283200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3497842800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3508732800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3529292400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3540182400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3560742000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3572236800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3592796400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3603686400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3624246000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3635136000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3655695600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3666585600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3687145200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3698035200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3718594800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3730089600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3750649200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3761539200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3782098800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3792988800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3813548400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3824438400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3844998000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3855888000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3876447600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3887337600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3907897200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3919392000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3939951600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3950841600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3971401200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3982291200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4002850800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4013740800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4034300400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4045190400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4065750000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4076640000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4097199600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -21036, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Chihuahua => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1514714140, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1343066400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1234807200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1220292000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1207159200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1191344400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (828864000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (846399600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (860313600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (877849200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (891766800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (909302400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (923216400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (941356800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (954666000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (972806400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (989139600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1001836800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1018170000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1035705600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1049619600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1067155200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1081069200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1099209600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1112518800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1130659200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1143968400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1162108800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1175418000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1193558400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1207472400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1225008000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1238922000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1256457600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1270371600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1288512000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1301821200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1319961600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1333270800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1351411200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1365325200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1382860800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1396774800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1414310400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1428224400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1445760000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1459674000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1477814400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1491123600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1509264000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1522573200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1540713600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1554627600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1572163200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1586077200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1603612800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1617526800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1635667200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1648976400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1667116800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -25460, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Ciudad_Juarez => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1514714044, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1343066400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1234807200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1220292000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1207159200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1191344400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (828864000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (846399600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (860313600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (877849200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (891766800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (909302400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (923216400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (941356800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (954666000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (972806400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (989139600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1001836800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1018170000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1035705600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1049619600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1067155200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1081069200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1099209600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1112518800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1130659200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1143968400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1162108800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1175418000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1193558400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1207472400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1225008000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1238922000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1256457600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1268557200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1289116800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1300006800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1320566400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1331456400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1352016000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1362906000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1383465600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1394355600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1414915200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1425805200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1446364800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1457859600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1478419200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1489309200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1509868800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1520758800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1541318400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1552208400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1572768000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1583658000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1604217600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1615712400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1636272000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1647162000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1667116800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1669788000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1678611600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1699171200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1710061200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1730620800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1741510800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1762070400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1772960400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1793520000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1805014800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1825574400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1836464400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1857024000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1867914000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1888473600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1899363600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1919923200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1930813200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1951372800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1962867600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1983427200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1994317200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2014876800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2025766800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2046326400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2057216400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2077776000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2088666000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2109225600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2120115600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2140675200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2152170000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2172729600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2183619600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2204179200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2215069200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2235628800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2246518800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2267078400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2277968400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2298528000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2309418000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2329977600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2341472400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2362032000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2372922000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2393481600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2404371600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2424931200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2435821200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2456380800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2467270800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2487830400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2499325200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2519884800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2530774800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2551334400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2562224400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2582784000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2593674000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2614233600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2625123600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2645683200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2656573200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2677132800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2688627600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2709187200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2720077200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2740636800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2751526800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2772086400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2782976400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2803536000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2814426000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2834985600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2846480400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2867040000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2877930000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2898489600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2909379600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2929939200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2940829200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2961388800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2972278800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2992838400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3003728400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3024288000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3035782800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3056342400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3067232400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3087792000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3098682000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3119241600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3130131600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3150691200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3161581200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3182140800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3193030800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3213590400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3225085200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3245644800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3256534800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3277094400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3287984400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3308544000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3319434000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3339993600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3350883600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3371443200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3382938000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3403497600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3414387600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3434947200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3445837200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3466396800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3477286800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3497846400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3508736400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3529296000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3540186000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3560745600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3572240400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3592800000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3603690000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3624249600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3635139600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3655699200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3666589200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3687148800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3698038800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3718598400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3730093200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3750652800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3761542800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3782102400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3792992400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3813552000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3824442000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3845001600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3855891600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3876451200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3887341200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3907900800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3919395600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3939955200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3950845200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3971404800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3982294800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4002854400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (4013744400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4034304000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (4045194000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4065753600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (4076643600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4097203200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -25556, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Coral_Harbour => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2524502512, FixedTimespan { utc_offset: -19176, dst_offset: 0, name: "CMT" }), + (-1946918424, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -19088, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Cordoba => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2372096592, FixedTimespan { utc_offset: -15408, dst_offset: 0, name: "CMT" }), + (-1567453392, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1233432000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1222981200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1205956800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1194037200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1172865600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1162501200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1141329600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1130965200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1109793600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1099429200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1078257600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1067806800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1046635200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1036270800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1015099200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1004734800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-983563200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-973198800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-952027200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-941576400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-931032000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-900882000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-890337600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-833749200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-827265600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-752274000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-733780800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-197326800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-190843200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-184194000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-164491200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-152658000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-132955200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-121122000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-101419200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-86821200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-71092800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-54766800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-39038400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-23317200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-7588800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (128142000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (136605600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (596948400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (605066400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (624423600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (636516000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (656478000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (667965600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (687931200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (699415200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (719377200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (731469600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (938919600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (952052400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1198983600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1205632800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1224385200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1237082400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -15408, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Costa_Rica => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2524501427, FixedTimespan { utc_offset: -20173, dst_offset: 0, name: "SJMT" }), + (-1545071027, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (288770400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (297234000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (320220000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (328683600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (664264800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (678344400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (695714400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (700635600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -20173, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Creston => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2717616702, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1633273200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1615132800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1601823600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1583683200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-880210800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MWT" }), + (-820519140, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-812653140, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MWT" }), + (-796845540, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-84380400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-68659200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -26898, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Cuiaba => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1767212140, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1206954000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1191358800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1175371200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1159822800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-633816000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-622065600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-602280000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-591829200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-570744000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-560206800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-539121600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-531349200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-191361600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-184194000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-155160000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-150066000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-128894400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-121122000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-99950400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-89586000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-68414400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-57963600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (499752000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (511239600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (530596800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (540270000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (562132800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (571201200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (592977600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (602046000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (624427200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (634705200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (656481600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (666759600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (687931200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (697604400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (719985600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (728449200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (750830400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (761713200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (782280000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (793162800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (813729600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (824007600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (844574400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (856062000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (876110400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (888721200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (908078400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (919566000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (938923200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (951620400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (970977600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (982465200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1003032000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1013914800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1036296000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1045364400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1099368000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1108868400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1129435200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1140318000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1162699200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1172372400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1192334400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1203217200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1224388800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1234666800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1255838400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1266721200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1287288000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1298170800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1318737600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1330225200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1350792000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1361070000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1382241600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1392519600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1413691200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1424574000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1445140800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1456023600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1476590400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1487473200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1508040000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1518922800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1541304000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1550372400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -13460, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Curacao => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2233035335, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-873057600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "AWT" }), + (-769395600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "APT" }), + (-765399600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -15865, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Danmarkshavn => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1686091520, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (323845200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (338950800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (354675600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (370400400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (386125200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (401850000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (417574800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (433299600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (449024400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (465354000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (481078800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (496803600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (512528400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (528253200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (543978000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (559702800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (575427600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (591152400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (606877200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (622602000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (638326800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (654656400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (670381200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (686106000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (701830800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (717555600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (733280400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (749005200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (764730000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (780454800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (796179600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (811904400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (820465200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -4480, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Dawson => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2188996940, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "YST" }), + (-1632056400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "YDT" }), + (-1615125600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "YST" }), + (-1596978000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "YDT" }), + (-1583164800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "YST" }), + (-880203600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "YWT" }), + (-769395600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "YPT" }), + (-765381600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "YST" }), + (-147884400, FixedTimespan { utc_offset: -32400, dst_offset: 7200, name: "YDDT" }), + (-131554800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "YST" }), + (120646800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (325677600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (341398800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (357127200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (372848400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (388576800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (404902800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (420026400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (436352400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (452080800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (467802000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (483530400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (499251600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (514980000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (530701200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (544615200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (562150800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (576064800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (594205200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (607514400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (625654800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (638964000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (657104400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (671018400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (688554000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (702468000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (720003600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (733917600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (752058000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (765367200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (783507600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (796816800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (814957200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (828871200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (846406800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (860320800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (877856400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (891770400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (909306000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (923220000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (941360400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (954669600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (972810000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (986119200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1004259600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1018173600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1035709200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1049623200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1067158800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1081072800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1099213200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1112522400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1130662800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1143972000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1162112400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1173607200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1194166800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1205056800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1225616400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1236506400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1257066000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1268560800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1289120400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1300010400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1320570000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1331460000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1352019600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1362909600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1383469200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1394359200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1414918800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1425808800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1446368400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1457863200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1478422800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1489312800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1509872400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1520762400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1541322000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1552212000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1572771600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1583661600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1604214000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -33460, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Dawson_Creek => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2713881544, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-1632060000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-1615129200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-880207200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PWT" }), + (-769395600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PPT" }), + (-765385200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-715788000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-702486000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-684338400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-671036400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-652888800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-639586800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-620834400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-608137200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-589384800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-576082800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-557935200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-544633200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-526485600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-513183600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-495036000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-481734000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-463586400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-450284400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-431532000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-418230000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-400082400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-386780400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-368632800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-355330800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-337183200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-323881200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-305733600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-292431600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-273679200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-260982000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-242229600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-226508400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-210780000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-195058800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-179330400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-163609200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-147880800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-131554800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-116431200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-100105200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-84376800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-68655600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-52927200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-37206000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-21477600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-5756400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (9972000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (25693200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (41421600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (57747600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (73476000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (84013200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -28856, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Denver => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2717618404, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1633273200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1615132800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1601823600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1583683200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1570374000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1551628800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1538924400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1534089600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-880210800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MWT" }), + (-769395600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MPT" }), + (-765388800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-147884400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-131558400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-116434800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-100108800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-84380400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-68659200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-52930800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-37209600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-21481200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-5760000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (9968400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (25689600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (41418000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (57744000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (73472400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (89193600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (104922000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (120643200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (126694800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (152092800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (162378000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (183542400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (199270800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (215596800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (230720400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (247046400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (262774800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (278496000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (294224400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (309945600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (325674000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (341395200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (357123600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (372844800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (388573200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (404899200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (420022800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (436348800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (452077200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (467798400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (483526800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (499248000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (514976400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (530697600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (544611600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (562147200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (576061200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (594201600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (607510800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (625651200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (638960400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (657100800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (671014800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (688550400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (702464400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (720000000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (733914000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (752054400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (765363600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (783504000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (796813200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (814953600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (828867600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (846403200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (860317200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (877852800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (891766800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (909302400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (923216400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (941356800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (954666000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (972806400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (986115600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1004256000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1018170000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1035705600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1049619600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1067155200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1081069200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1099209600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1112518800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1130659200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1143968400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1162108800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1173603600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1194163200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1205053200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1225612800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1236502800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1257062400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1268557200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1289116800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1300006800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1320566400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1331456400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1352016000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1362906000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1383465600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1394355600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1414915200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1425805200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1446364800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1457859600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1478419200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1489309200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1509868800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1520758800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1541318400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1552208400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1572768000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1583658000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1604217600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1615712400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1636272000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1647162000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1667721600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1678611600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1699171200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1710061200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1730620800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1741510800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1762070400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1772960400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1793520000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1805014800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1825574400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1836464400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1857024000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1867914000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1888473600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1899363600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1919923200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1930813200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1951372800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1962867600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1983427200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1994317200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2014876800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2025766800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2046326400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2057216400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2077776000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2088666000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2109225600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2120115600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2140675200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2152170000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2172729600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2183619600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2204179200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2215069200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2235628800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2246518800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2267078400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2277968400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2298528000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2309418000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2329977600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2341472400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2362032000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2372922000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2393481600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2404371600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2424931200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2435821200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2456380800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2467270800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2487830400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2499325200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2519884800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2530774800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2551334400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2562224400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2582784000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2593674000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2614233600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2625123600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2645683200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2656573200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2677132800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2688627600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2709187200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2720077200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2740636800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2751526800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2772086400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2782976400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2803536000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2814426000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2834985600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2846480400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2867040000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2877930000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2898489600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2909379600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2929939200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2940829200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2961388800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2972278800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2992838400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3003728400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3024288000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3035782800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3056342400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3067232400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3087792000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3098682000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3119241600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3130131600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3150691200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3161581200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3182140800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3193030800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3213590400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3225085200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3245644800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3256534800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3277094400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3287984400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3308544000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3319434000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3339993600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3350883600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3371443200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3382938000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3403497600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3414387600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3434947200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3445837200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3466396800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3477286800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3497846400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3508736400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3529296000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3540186000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3560745600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3572240400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3592800000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3603690000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3624249600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3635139600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3655699200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3666589200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3687148800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3698038800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3718598400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3730093200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3750652800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3761542800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3782102400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3792992400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3813552000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3824442000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3845001600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3855891600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3876451200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3887341200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3907900800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3919395600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3939955200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3950845200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3971404800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3982294800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4002854400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (4013744400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4034304000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (4045194000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4065753600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (4076643600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4097203200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -25196, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Detroit => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2051202469, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1724083200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-880218000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EWT" }), + (-769395600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EPT" }), + (-765396000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-684349200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-671047200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-80506740, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-68666400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-52938000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-37216800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (104914800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (120636000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (126687600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (152085600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (167814000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (183535200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (199263600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (215589600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (230713200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (247039200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (262767600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (278488800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (294217200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (309938400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (325666800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (341388000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (357116400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (372837600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (388566000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (404892000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (420015600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (436341600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (452070000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (467791200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (483519600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (499240800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (514969200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (530690400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (544604400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (562140000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (576054000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (594194400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (607503600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (625644000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (638953200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (657093600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (671007600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (688543200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (702457200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (719992800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (733906800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (752047200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (765356400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (783496800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (796806000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (814946400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (828860400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (846396000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (860310000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (877845600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (891759600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (909295200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (923209200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (941349600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (954658800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (972799200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (986108400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1004248800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1018162800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1035698400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1049612400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1067148000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1081062000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1099202400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1112511600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1130652000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1143961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1162101600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1173596400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1194156000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1205046000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1225605600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1236495600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1257055200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1268550000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1289109600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1299999600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1320559200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1331449200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1352008800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1362898800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1383458400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1394348400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1414908000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1425798000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1446357600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1457852400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1478412000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1489302000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1509861600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1520751600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1541311200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1552201200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1572760800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1583650800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1604210400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1615705200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1636264800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1647154800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1667714400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1678604400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1699164000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1710054000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1730613600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1741503600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1762063200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1772953200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1793512800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1805007600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1825567200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1836457200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1857016800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1867906800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1888466400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1899356400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1919916000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1930806000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1951365600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1962860400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1983420000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1994310000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2014869600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2025759600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2046319200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2057209200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2077768800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2088658800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2109218400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2120108400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2140668000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2152162800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2172722400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2183612400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2204172000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2215062000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2235621600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2246511600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2267071200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2277961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2298520800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2309410800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2329970400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2341465200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2362024800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2372914800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2393474400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2404364400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2424924000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2435814000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2456373600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2467263600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2487823200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2499318000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2519877600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2530767600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2551327200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2562217200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2582776800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2593666800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2614226400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2625116400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2645676000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2656566000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2677125600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2688620400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2709180000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2720070000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2740629600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2751519600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2772079200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2782969200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2803528800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2814418800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2834978400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2846473200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2867032800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2877922800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2898482400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2909372400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2929932000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2940822000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2961381600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2972271600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2992831200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3003721200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3024280800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3035775600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3056335200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3067225200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3087784800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3098674800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3119234400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3130124400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3150684000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3161574000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3182133600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3193023600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3213583200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3225078000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3245637600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3256527600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3277087200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3287977200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3308536800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3319426800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3339986400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3350876400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3371436000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3382930800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3403490400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3414380400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3434940000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3445830000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3466389600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3477279600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3497839200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3508729200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3529288800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3540178800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3560738400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3572233200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3592792800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3603682800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3624242400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3635132400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3655692000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3666582000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3687141600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3698031600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3718591200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3730086000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3750645600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3761535600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3782095200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3792985200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3813544800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3824434800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3844994400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3855884400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3876444000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3887334000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3907893600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3919388400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3939948000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3950838000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3971397600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3982287600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4002847200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4013737200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4034296800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4045186800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4065746400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4076636400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4097196000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -19931, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Dominica => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2233035335, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-873057600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "AWT" }), + (-769395600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "APT" }), + (-765399600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -15865, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Edmonton => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1998663968, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1632063600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1615132800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1600614000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1596816000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1567954800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1551628800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1536505200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1523203200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1504450800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1491753600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1473001200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1459699200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-880210800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MWT" }), + (-769395600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MPT" }), + (-765388800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-715791600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-702489600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (73472400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (89193600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (104922000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (120643200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (136371600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (152092800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (167821200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (183542400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (199270800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (215596800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (230720400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (247046400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (262774800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (278496000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (294224400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (309945600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (325674000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (341395200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (357123600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (372844800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (388573200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (404899200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (420022800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (436348800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (452077200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (467798400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (483526800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (499248000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (514976400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (530697600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (544611600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (562147200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (576061200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (594201600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (607510800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (625651200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (638960400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (657100800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (671014800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (688550400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (702464400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (720000000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (733914000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (752054400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (765363600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (783504000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (796813200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (814953600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (828867600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (846403200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (860317200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (877852800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (891766800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (909302400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (923216400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (941356800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (954666000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (972806400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (986115600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1004256000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1018170000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1035705600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1049619600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1067155200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1081069200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1099209600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1112518800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1130659200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1143968400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1162108800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1173603600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1194163200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1205053200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1225612800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1236502800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1257062400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1268557200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1289116800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1300006800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1320566400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1331456400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1352016000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1362906000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1383465600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1394355600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1414915200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1425805200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1446364800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1457859600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1478419200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1489309200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1509868800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1520758800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1541318400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1552208400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1572768000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1583658000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1604217600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1615712400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1636272000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1647162000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1667721600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1678611600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1699171200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1710061200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1730620800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1741510800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1762070400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1772960400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1793520000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1805014800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1825574400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1836464400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1857024000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1867914000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1888473600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1899363600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1919923200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1930813200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1951372800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1962867600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1983427200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1994317200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2014876800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2025766800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2046326400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2057216400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2077776000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2088666000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2109225600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2120115600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2140675200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2152170000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2172729600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2183619600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2204179200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2215069200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2235628800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2246518800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2267078400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2277968400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2298528000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2309418000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2329977600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2341472400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2362032000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2372922000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2393481600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2404371600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2424931200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2435821200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2456380800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2467270800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2487830400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2499325200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2519884800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2530774800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2551334400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2562224400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2582784000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2593674000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2614233600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2625123600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2645683200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2656573200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2677132800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2688627600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2709187200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2720077200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2740636800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2751526800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2772086400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2782976400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2803536000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2814426000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2834985600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2846480400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2867040000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2877930000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2898489600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2909379600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2929939200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2940829200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2961388800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2972278800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2992838400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3003728400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3024288000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3035782800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3056342400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3067232400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3087792000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3098682000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3119241600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3130131600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3150691200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3161581200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3182140800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3193030800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3213590400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3225085200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3245644800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3256534800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3277094400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3287984400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3308544000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3319434000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3339993600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3350883600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3371443200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3382938000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3403497600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3414387600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3434947200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3445837200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3466396800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3477286800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3497846400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3508736400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3529296000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3540186000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3560745600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3572240400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3592800000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3603690000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3624249600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3635139600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3655699200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3666589200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3687148800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3698038800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3718598400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3730093200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3750652800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3761542800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3782102400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3792992400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3813552000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3824442000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3845001600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3855891600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3876451200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3887341200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3907900800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3919395600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3939955200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3950845200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3971404800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3982294800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4002854400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (4013744400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4034304000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (4045194000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4065753600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (4076643600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4097203200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -27232, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Eirunepe => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1767208832, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-1206950400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-1191355200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-1175367600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-1159819200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-633812400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-622062000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-602276400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-591825600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-570740400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-560203200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-539118000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-531345600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-191358000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-184190400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-155156400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-150062400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-128890800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-121118400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-99946800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-89582400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-68410800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-57960000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (499755600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (511243200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (530600400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (540273600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (562136400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (571204800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (750834000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (761716800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (1214283600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1384056000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -16768, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__El_Salvador => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1546279392, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (547020000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (559717200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (578469600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (591166800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -21408, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Ensenada => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1514711516, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1451667600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-1343062800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1234803600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-1222963200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-1207242000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-873820800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PWT" }), + (-769370400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PPT" }), + (-761677200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-686073600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-661539600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-495039600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-481734000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-463590000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-450284400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-431535600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-418230000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-400086000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-386780400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-368636400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-355330800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-337186800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-323881200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-305737200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-292431600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (199274400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (215600400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (230724000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (247050000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (262778400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (278499600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (294228000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (309949200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (325677600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (341398800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (357127200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (372848400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (388576800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (404902800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (420026400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (436352400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (452080800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (467802000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (483530400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (499251600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (514980000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (530701200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (544615200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (562150800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (576064800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (594205200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (607514400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (625654800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (638964000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (657104400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (671018400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (688554000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (702468000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (720003600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (733917600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (752058000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (765367200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (783507600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (796816800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (814957200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (828871200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (846406800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (860320800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (877856400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (891770400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (909306000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (923220000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (941360400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (954669600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (972810000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (986119200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1004259600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1018173600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1035709200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1049623200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1067158800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1081072800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1099213200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1112522400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1130662800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1143972000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1162112400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1175421600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1193562000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1207476000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1225011600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1238925600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1256461200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1268560800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1289120400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1300010400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1320570000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1331460000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1352019600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1362909600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1383469200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1394359200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1414918800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1425808800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1446368400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1457863200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1478422800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1489312800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1509872400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1520762400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1541322000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1552212000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1572771600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1583661600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1604221200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1615716000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1636275600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1647165600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1667725200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1678615200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1699174800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1710064800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1730624400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1741514400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1762074000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1772964000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1793523600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1805018400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1825578000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1836468000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1857027600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1867917600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1888477200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1899367200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1919926800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1930816800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1951376400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1962871200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1983430800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1994320800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2014880400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2025770400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2046330000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2057220000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2077779600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2088669600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2109229200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2120119200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2140678800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2152173600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2172733200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2183623200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2204182800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2215072800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2235632400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2246522400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2267082000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2277972000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2298531600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2309421600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2329981200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2341476000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2362035600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2372925600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2393485200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2404375200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2424934800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2435824800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2456384400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2467274400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2487834000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2499328800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2519888400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2530778400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2551338000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2562228000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2582787600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2593677600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2614237200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2625127200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2645686800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2656576800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2677136400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2688631200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2709190800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2720080800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2740640400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2751530400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2772090000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2782980000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2803539600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2814429600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2834989200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2846484000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2867043600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2877933600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2898493200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2909383200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2929942800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2940832800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2961392400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2972282400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2992842000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3003732000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3024291600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3035786400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3056346000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3067236000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3087795600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3098685600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3119245200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3130135200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3150694800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3161584800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3182144400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3193034400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3213594000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3225088800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3245648400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3256538400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3277098000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3287988000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3308547600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3319437600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3339997200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3350887200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3371446800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3382941600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3403501200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3414391200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3434950800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3445840800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3466400400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3477290400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3497850000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3508740000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3529299600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3540189600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3560749200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3572244000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3592803600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3603693600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3624253200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3635143200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3655702800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3666592800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3687152400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3698042400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3718602000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3730096800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3750656400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3761546400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3782106000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3792996000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3813555600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3824445600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3845005200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3855895200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3876454800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3887344800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3907904400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3919399200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3939958800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3950848800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3971408400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3982298400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (4002858000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (4013748000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (4034307600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (4045197600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (4065757200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (4076647200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (4097206800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -28084, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Fort_Nelson => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2713880953, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-1632060000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-1615129200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-880207200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PWT" }), + (-769395600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PPT" }), + (-765385200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-715788000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-702486000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-684338400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-671036400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-652888800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-639586800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-620834400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-608137200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-589384800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-576082800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-557935200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-544633200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-526485600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-513183600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-495036000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-481734000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-463586400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-450284400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-431532000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-418230000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-400082400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-386780400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-368632800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-355330800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-337183200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-323881200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-305733600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-292431600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-273679200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-260982000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-242229600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-226508400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-210780000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-195058800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-179330400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-163609200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-147880800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-131554800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-116431200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-100105200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-84376800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-68655600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-52927200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-37206000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-21477600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-5756400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (9972000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (25693200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (41421600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (57747600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (73476000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (89197200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (104925600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (120646800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (136375200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (152096400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (167824800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (183546000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (199274400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (215600400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (230724000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (247050000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (262778400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (278499600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (294228000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (309949200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (325677600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (341398800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (357127200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (372848400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (388576800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (404902800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (420026400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (436352400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (452080800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (467802000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (483530400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (499251600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (514980000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (530701200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (544615200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (562150800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (576064800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (594205200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (607514400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (625654800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (638964000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (657104400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (671018400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (688554000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (702468000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (720003600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (733917600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (752058000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (765367200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (783507600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (796816800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (814957200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (828871200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (846406800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (860320800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (877856400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (891770400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (909306000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (923220000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (941360400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (954669600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (972810000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (986119200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1004259600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1018173600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1035709200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1049623200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1067158800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1081072800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1099213200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1112522400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1130662800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1143972000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1162112400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1173607200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1194166800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1205056800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1225616400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1236506400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1257066000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1268560800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1289120400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1300010400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1320570000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1331460000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1352019600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1362909600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1383469200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1394359200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1414918800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1425808800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -29447, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Fort_Wayne => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2717626522, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1633276800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1615136400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1601827200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1583686800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-900259200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-891795600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-880214400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CWT" }), + (-769395600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CPT" }), + (-765392400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-747244800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-733942800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-715795200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-702493200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-684345600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-671043600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-652896000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-639594000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-620841600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-608144400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-589392000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-576090000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-557942400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-544640400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-526492800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-513190800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-495043200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-481741200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-463593600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-386787600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-368640000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-21488400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-5767200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (9961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (25682400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1143961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1162101600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1173596400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1194156000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1205046000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1225605600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1236495600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1257055200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1268550000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1289109600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1299999600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1320559200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1331449200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1352008800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1362898800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1383458400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1394348400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1414908000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1425798000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1446357600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1457852400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1478412000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1489302000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1509861600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1520751600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1541311200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1552201200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1572760800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1583650800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1604210400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1615705200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1636264800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1647154800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1667714400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1678604400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1699164000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1710054000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1730613600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1741503600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1762063200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1772953200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1793512800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1805007600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1825567200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1836457200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1857016800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1867906800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1888466400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1899356400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1919916000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1930806000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1951365600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1962860400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1983420000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1994310000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2014869600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2025759600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2046319200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2057209200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2077768800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2088658800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2109218400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2120108400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2140668000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2152162800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2172722400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2183612400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2204172000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2215062000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2235621600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2246511600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2267071200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2277961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2298520800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2309410800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2329970400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2341465200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2362024800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2372914800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2393474400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2404364400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2424924000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2435814000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2456373600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2467263600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2487823200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2499318000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2519877600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2530767600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2551327200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2562217200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2582776800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2593666800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2614226400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2625116400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2645676000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2656566000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2677125600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2688620400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2709180000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2720070000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2740629600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2751519600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2772079200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2782969200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2803528800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2814418800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2834978400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2846473200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2867032800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2877922800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2898482400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2909372400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2929932000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2940822000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2961381600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2972271600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2992831200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3003721200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3024280800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3035775600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3056335200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3067225200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3087784800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3098674800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3119234400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3130124400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3150684000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3161574000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3182133600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3193023600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3213583200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3225078000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3245637600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3256527600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3277087200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3287977200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3308536800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3319426800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3339986400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3350876400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3371436000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3382930800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3403490400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3414380400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3434940000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3445830000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3466389600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3477279600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3497839200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3508729200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3529288800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3540178800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3560738400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3572233200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3592792800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3603682800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3624242400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3635132400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3655692000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3666582000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3687141600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3698031600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3718591200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3730086000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3750645600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3761535600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3782095200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3792985200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3813544800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3824434800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3844994400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3855884400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3876444000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3887334000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3907893600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3919388400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3939948000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3950838000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3971397600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3982287600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4002847200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4013737200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4034296800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4045186800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4065746400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4076636400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4097196000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -20678, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Fortaleza => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1767216360, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-1206957600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-1191362400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-1175374800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-1159826400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-633819600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-622069200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-602283600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-591832800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-570747600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-560210400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-539125200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-531352800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-191365200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-184197600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-155163600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-150069600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-128898000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-121125600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-99954000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-89589600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-68418000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-57967200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (499748400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (511236000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (530593200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (540266400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (562129200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (571197600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (592974000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (602042400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (624423600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (634701600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (938919600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (951616800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (970974000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (972180000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1003028400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1013911200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -9240, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Glace_Bay => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2131646412, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1632074400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1615143600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-880221600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "AWT" }), + (-769395600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "APT" }), + (-765399600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-526500000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-513198000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (73461600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (89182800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (104911200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (120632400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (136360800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (152082000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (167810400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (183531600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (199260000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (215586000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (230709600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (247035600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (262764000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (278485200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (294213600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (309934800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (325663200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (341384400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (357112800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (372834000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (388562400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (404888400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (420012000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (436338000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (452066400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (467787600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (483516000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (499237200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (514965600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (530686800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (544600800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (562136400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (576050400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (594190800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (607500000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (625640400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (638949600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (657090000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (671004000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (688539600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (702453600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (719989200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (733903200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (752043600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (765352800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (783493200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (796802400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (814942800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (828856800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (846392400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (860306400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (877842000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (891756000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (909291600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (923205600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (941346000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (954655200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (972795600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (986104800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1004245200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1018159200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1035694800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1049608800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1067144400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1081058400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1099198800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1112508000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1130648400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1143957600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1162098000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1173592800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1194152400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1205042400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1225602000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1236492000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1257051600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1268546400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1289106000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1299996000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1320555600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1331445600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1352005200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1362895200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1383454800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1394344800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1414904400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1425794400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1446354000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1457848800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1478408400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1489298400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1509858000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1520748000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1541307600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1552197600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1572757200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1583647200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1604206800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1615701600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1636261200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1647151200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1667710800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1678600800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1699160400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1710050400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1730610000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1741500000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1762059600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1772949600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1793509200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1805004000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1825563600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1836453600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1857013200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1867903200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1888462800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1899352800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1919912400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1930802400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1951362000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1962856800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1983416400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1994306400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2014866000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2025756000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2046315600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2057205600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2077765200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2088655200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2109214800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2120104800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2140664400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2152159200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2172718800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2183608800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2204168400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2215058400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2235618000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2246508000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2267067600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2277957600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2298517200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2309407200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2329966800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2341461600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2362021200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2372911200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2393470800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2404360800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2424920400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2435810400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2456370000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2467260000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2487819600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2499314400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2519874000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2530764000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2551323600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2562213600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2582773200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2593663200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2614222800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2625112800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2645672400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2656562400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2677122000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2688616800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2709176400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2720066400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2740626000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2751516000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2772075600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2782965600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2803525200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2814415200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2834974800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2846469600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2867029200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2877919200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2898478800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2909368800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2929928400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2940818400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2961378000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2972268000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2992827600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3003717600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3024277200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3035772000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3056331600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3067221600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3087781200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3098671200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3119230800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3130120800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3150680400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3161570400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3182130000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3193020000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3213579600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3225074400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3245634000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3256524000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3277083600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3287973600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3308533200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3319423200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3339982800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3350872800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3371432400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3382927200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3403486800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3414376800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3434936400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3445826400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3466386000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3477276000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3497835600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3508725600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3529285200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3540175200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3560734800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3572229600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3592789200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3603679200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3624238800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3635128800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3655688400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3666578400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3687138000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3698028000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3718587600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3730082400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3750642000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3761532000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3782091600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3792981600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3813541200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3824431200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3844990800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3855880800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3876440400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3887330400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3907890000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3919384800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3939944400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3950834400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3971394000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3982284000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (4002843600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (4013733600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (4034293200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (4045183200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (4065742800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (4076632800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (4097192400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -14388, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Godthab => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1686083584, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (323845200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (338950800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (354675600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (370400400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (386125200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (401850000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (417574800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (433299600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (449024400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (465354000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (481078800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (496803600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (512528400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (528253200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (543978000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (559702800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (575427600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (591152400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (606877200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (622602000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (638326800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (654656400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (670381200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (686106000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (701830800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (717555600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (733280400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (749005200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (764730000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (780454800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (796179600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (811904400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (828234000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (846378000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (859683600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (877827600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (891133200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (909277200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (922582800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (941331600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (954032400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (972781200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (985482000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1004230800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1017536400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1035680400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1048986000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1067130000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1080435600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1099184400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1111885200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1130634000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1143334800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1162083600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1174784400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1193533200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1206838800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1224982800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1238288400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1256432400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1269738000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1288486800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1301187600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1319936400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1332637200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1351386000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1364691600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1382835600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1396141200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1414285200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1427590800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1445734800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1459040400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1477789200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1490490000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1509238800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1521939600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1540688400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1553994000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1572138000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1585443600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1603587600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1616893200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1635642000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1648342800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1667091600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1679792400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1679799600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (1711846800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (1729990800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (1743296400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (1761440400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (1774746000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (1792890000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (1806195600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (1824944400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (1837645200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (1856394000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (1869094800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (1887843600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (1901149200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (1919293200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (1932598800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (1950742800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (1964048400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (1982797200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (1995498000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2014246800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2026947600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2045696400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2058397200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2077146000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2090451600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2108595600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2121901200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2140045200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2153350800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2172099600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2184800400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2203549200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2216250000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2234998800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2248304400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2266448400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2279754000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2297898000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2311203600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2329347600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2342653200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2361402000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2374102800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2392851600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2405552400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2424301200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2437606800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2455750800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2469056400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2487200400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2500506000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2519254800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2531955600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2550704400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2563405200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2582154000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2595459600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2613603600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2626909200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2645053200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2658358800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2676502800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2689808400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2708557200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2721258000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2740006800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2752707600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2771456400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2784762000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2802906000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2816211600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2834355600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2847661200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2866410000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2879110800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2897859600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2910560400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2929309200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2942010000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2960758800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2974064400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2992208400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3005514000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3023658000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3036963600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3055712400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3068413200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3087162000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3099862800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3118611600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3131917200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3150061200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3163366800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3181510800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3194816400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3212960400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3226266000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3245014800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3257715600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3276464400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3289165200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3307914000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3321219600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3339363600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3352669200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3370813200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3384118800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3402867600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3415568400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3434317200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3447018000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3465766800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3479072400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3497216400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3510522000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3528666000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3541971600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3560115600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3573421200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3592170000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3604870800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3623619600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3636320400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3655069200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3668374800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3686518800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3699824400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3717968400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3731274000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3750022800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3762723600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3781472400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3794173200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3812922000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3825622800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3844371600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3857677200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3875821200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3889126800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3907270800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3920576400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3939325200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3952026000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3970774800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3983475600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (4002224400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (4015530000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (4033674000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (4046979600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (4065123600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (4078429200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (4096573200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -12416, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Goose_Bay => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2713895900, FixedTimespan { utc_offset: -12652, dst_offset: 0, name: "NST" }), + (-1632076148, FixedTimespan { utc_offset: -12652, dst_offset: 3600, name: "NDT" }), + (-1615145348, FixedTimespan { utc_offset: -12652, dst_offset: 0, name: "NST" }), + (-1096921748, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-1061670600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-1048973400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-1030221000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-1017523800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-998771400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-986074200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-966717000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-954624600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-935267400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-922570200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-903817800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-891120600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-872368200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NWT" }), + (-769395600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NPT" }), + (-765401400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-746044200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-733347000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-714594600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-701897400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-683145000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-670447800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-651695400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-638998200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-619641000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-606943800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-589401000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-576099000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-557951400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-544649400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-526501800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-513199800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-495052200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-481750200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-463602600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-450300600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-431548200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-418246200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-400098600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-386796600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-368649000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-355347000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-337199400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-323897400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-305749800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-289423800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-273695400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-257974200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-242245800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-226524600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-210796200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-195075000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-179346600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-163625400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-147897000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-131571000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-119903400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-116445600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-100119600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-84391200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-68670000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-52941600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-37220400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-21492000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-5770800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (9957600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (25678800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (41407200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (57733200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (73461600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (89182800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (104911200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (120632400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (136360800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (152082000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (167810400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (183531600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (199260000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (215586000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (230709600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (247035600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (262764000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (278485200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (294213600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (309934800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (325663200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (341384400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (357112800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (372834000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (388562400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (404888400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (420012000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (436338000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (452066400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (467787600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (483516000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (499237200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (514965600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (530686800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (544593660, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (562129260, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (576043260, FixedTimespan { utc_offset: -14400, dst_offset: 7200, name: "ADDT" }), + (594180060, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (607492860, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (625633260, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (638942460, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (657082860, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (670996860, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (688532460, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (702446460, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (719982060, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (733896060, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (752036460, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (765345660, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (783486060, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (796795260, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (814935660, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (828849660, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (846385260, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (860299260, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (877834860, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (891748860, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (909284460, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (923198460, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (941338860, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (954648060, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (972788460, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (986097660, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1004238060, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1018152060, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1035687660, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1049601660, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1067137260, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1081051260, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1099191660, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1112500860, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1130641260, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1143950460, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1162090860, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1173585660, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1194145260, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1205035260, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1225594860, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1236484860, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1257044460, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1268539260, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1289098860, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1299988860, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1320555600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1331445600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1352005200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1362895200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1383454800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1394344800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1414904400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1425794400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1446354000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1457848800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1478408400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1489298400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1509858000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1520748000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1541307600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1552197600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1572757200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1583647200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1604206800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1615701600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1636261200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1647151200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1667710800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1678600800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1699160400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1710050400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1730610000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1741500000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1762059600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1772949600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1793509200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1805004000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1825563600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1836453600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1857013200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1867903200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1888462800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1899352800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1919912400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1930802400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1951362000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1962856800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1983416400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1994306400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2014866000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2025756000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2046315600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2057205600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2077765200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2088655200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2109214800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2120104800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2140664400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2152159200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2172718800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2183608800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2204168400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2215058400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2235618000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2246508000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2267067600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2277957600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2298517200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2309407200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2329966800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2341461600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2362021200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2372911200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2393470800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2404360800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2424920400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2435810400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2456370000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2467260000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2487819600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2499314400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2519874000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2530764000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2551323600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2562213600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2582773200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2593663200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2614222800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2625112800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2645672400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2656562400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2677122000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2688616800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2709176400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2720066400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2740626000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2751516000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2772075600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2782965600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2803525200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2814415200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2834974800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2846469600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2867029200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2877919200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2898478800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2909368800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2929928400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2940818400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2961378000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2972268000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2992827600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3003717600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3024277200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3035772000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3056331600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3067221600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3087781200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3098671200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3119230800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3130120800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3150680400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3161570400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3182130000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3193020000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3213579600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3225074400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3245634000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3256524000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3277083600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3287973600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3308533200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3319423200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3339982800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3350872800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3371432400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3382927200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3403486800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3414376800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3434936400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3445826400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3466386000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3477276000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3497835600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3508725600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3529285200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3540175200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3560734800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3572229600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3592789200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3603679200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3624238800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3635128800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3655688400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3666578400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3687138000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3698028000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3718587600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3730082400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3750642000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3761532000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3782091600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3792981600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3813541200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3824431200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3844990800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3855880800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3876440400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3887330400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3907890000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3919384800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3939944400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3950834400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3971394000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3982284000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (4002843600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (4013733600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (4034293200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (4045183200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (4065742800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (4076632800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (4097192400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -14500, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Grand_Turk => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2524504528, FixedTimespan { utc_offset: -18430, dst_offset: 0, name: "KMT" }), + (-1827687170, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (294217200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (309938400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (325666800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (341388000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (357116400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (372837600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (388566000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (404892000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (420015600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (436341600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (452070000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (467791200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (483519600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (499240800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (514969200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (530690400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (544604400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (562140000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (576054000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (594194400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (607503600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (625644000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (638953200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (657093600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (671007600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (688543200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (702457200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (719992800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (733906800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (752047200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (765356400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (783496800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (796806000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (814946400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (828860400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (846396000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (860310000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (877845600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (891759600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (909295200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (923209200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (941349600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (954658800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (972799200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (986108400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1004248800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1018162800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1035698400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1049612400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1067148000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1081062000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1099202400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1112511600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1130652000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1143961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1162101600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1173596400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1194156000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1205046000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1225605600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1236495600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1257055200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1268550000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1289109600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1299999600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1320559200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1331449200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1352008800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1362898800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1383458400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1394348400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1414908000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1425798000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1520751600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1541311200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1552201200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1572760800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1583650800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1604210400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1615705200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1636264800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1647154800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1667714400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1678604400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1699164000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1710054000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1730613600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1741503600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1762063200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1772953200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1793512800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1805007600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1825567200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1836457200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1857016800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1867906800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1888466400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1899356400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1919916000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1930806000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1951365600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1962860400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1983420000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1994310000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2014869600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2025759600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2046319200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2057209200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2077768800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2088658800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2109218400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2120108400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2140668000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2152162800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2172722400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2183612400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2204172000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2215062000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2235621600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2246511600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2267071200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2277961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2298520800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2309410800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2329970400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2341465200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2362024800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2372914800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2393474400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2404364400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2424924000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2435814000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2456373600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2467263600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2487823200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2499318000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2519877600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2530767600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2551327200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2562217200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2582776800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2593666800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2614226400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2625116400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2645676000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2656566000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2677125600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2688620400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2709180000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2720070000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2740629600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2751519600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2772079200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2782969200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2803528800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2814418800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2834978400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2846473200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2867032800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2877922800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2898482400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2909372400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2929932000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2940822000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2961381600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2972271600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2992831200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3003721200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3024280800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3035775600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3056335200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3067225200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3087784800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3098674800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3119234400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3130124400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3150684000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3161574000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3182133600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3193023600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3213583200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3225078000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3245637600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3256527600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3277087200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3287977200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3308536800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3319426800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3339986400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3350876400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3371436000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3382930800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3403490400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3414380400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3434940000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3445830000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3466389600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3477279600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3497839200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3508729200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3529288800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3540178800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3560738400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3572233200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3592792800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3603682800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3624242400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3635132400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3655692000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3666582000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3687141600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3698031600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3718591200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3730086000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3750645600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3761535600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3782095200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3792985200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3813544800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3824434800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3844994400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3855884400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3876444000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3887334000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3907893600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3919388400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3939948000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3950838000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3971397600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3982287600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4002847200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4013737200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4034296800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4045186800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4065746400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4076636400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4097196000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -17072, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Grenada => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2233035335, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-873057600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "AWT" }), + (-769395600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "APT" }), + (-765399600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -15865, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Guadeloupe => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2233035335, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-873057600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "AWT" }), + (-769395600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "APT" }), + (-765399600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -15865, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Guatemala => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1617040676, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (123055200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (130914000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (422344800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (433054800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (669708000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (684219600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1146376800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1159678800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -21724, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Guayaquil => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2524502440, FixedTimespan { utc_offset: -18840, dst_offset: 0, name: "QMT" }), + (-1230749160, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (722926800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (728884800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -19160, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Guyana => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1843589241, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1730577600, FixedTimespan { utc_offset: -13500, dst_offset: 0, name: "-0345" }), + (176096700, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (701841600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -13959, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Halifax => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2131645536, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1696276800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1680469200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1632074400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1615143600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1566763200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1557090000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1535486400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1524949200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1504468800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1493413200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1472414400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1461963600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1440964800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1429390800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1409515200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1396731600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1376856000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1366491600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1346616000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1333832400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1313956800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1303678800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1282507200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1272661200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1251057600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1240088400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1219608000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1207429200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1188763200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1175979600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1157313600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1143925200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1124049600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1113771600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1091390400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1081026000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1059854400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1050786000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1030910400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1018126800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-999460800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-986677200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-965592000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-955227600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-935956800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-923173200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-904507200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-891723600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-880221600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "AWT" }), + (-769395600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "APT" }), + (-765399600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-747252000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-733950000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-715802400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-702500400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-684352800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-671050800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-652903200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-639601200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-589399200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-576097200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-557949600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-544647600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-526500000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-513198000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-495050400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-481748400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-431546400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-418244400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-400096800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-386794800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-368647200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-355345200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-337197600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-323895600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-242244000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-226522800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-210794400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-195073200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-179344800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-163623600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-147895200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-131569200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-116445600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-100119600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-84391200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-68670000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-52941600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-37220400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-21492000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-5770800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (9957600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (25678800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (41407200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (57733200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (73461600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (89182800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (104911200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (120632400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (136360800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (152082000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (167810400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (183531600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (199260000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (215586000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (230709600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (247035600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (262764000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (278485200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (294213600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (309934800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (325663200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (341384400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (357112800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (372834000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (388562400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (404888400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (420012000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (436338000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (452066400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (467787600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (483516000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (499237200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (514965600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (530686800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (544600800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (562136400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (576050400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (594190800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (607500000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (625640400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (638949600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (657090000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (671004000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (688539600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (702453600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (719989200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (733903200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (752043600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (765352800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (783493200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (796802400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (814942800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (828856800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (846392400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (860306400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (877842000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (891756000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (909291600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (923205600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (941346000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (954655200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (972795600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (986104800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1004245200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1018159200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1035694800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1049608800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1067144400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1081058400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1099198800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1112508000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1130648400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1143957600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1162098000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1173592800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1194152400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1205042400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1225602000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1236492000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1257051600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1268546400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1289106000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1299996000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1320555600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1331445600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1352005200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1362895200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1383454800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1394344800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1414904400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1425794400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1446354000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1457848800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1478408400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1489298400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1509858000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1520748000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1541307600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1552197600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1572757200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1583647200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1604206800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1615701600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1636261200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1647151200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1667710800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1678600800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1699160400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1710050400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1730610000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1741500000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1762059600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1772949600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1793509200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1805004000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1825563600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1836453600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1857013200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1867903200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1888462800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1899352800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1919912400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1930802400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1951362000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1962856800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1983416400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1994306400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2014866000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2025756000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2046315600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2057205600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2077765200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2088655200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2109214800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2120104800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2140664400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2152159200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2172718800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2183608800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2204168400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2215058400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2235618000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2246508000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2267067600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2277957600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2298517200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2309407200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2329966800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2341461600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2362021200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2372911200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2393470800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2404360800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2424920400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2435810400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2456370000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2467260000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2487819600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2499314400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2519874000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2530764000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2551323600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2562213600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2582773200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2593663200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2614222800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2625112800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2645672400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2656562400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2677122000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2688616800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2709176400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2720066400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2740626000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2751516000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2772075600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2782965600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2803525200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2814415200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2834974800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2846469600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2867029200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2877919200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2898478800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2909368800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2929928400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2940818400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2961378000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2972268000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2992827600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3003717600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3024277200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3035772000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3056331600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3067221600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3087781200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3098671200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3119230800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3130120800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3150680400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3161570400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3182130000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3193020000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3213579600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3225074400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3245634000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3256524000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3277083600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3287973600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3308533200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3319423200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3339982800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3350872800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3371432400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3382927200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3403486800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3414376800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3434936400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3445826400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3466386000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3477276000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3497835600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3508725600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3529285200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3540175200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3560734800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3572229600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3592789200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3603679200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3624238800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3635128800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3655688400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3666578400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3687138000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3698028000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3718587600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3730082400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3750642000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3761532000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3782091600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3792981600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3813541200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3824431200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3844990800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3855880800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3876440400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3887330400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3907890000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3919384800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3939944400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3950834400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3971394000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3982284000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (4002843600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (4013733600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (4034293200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (4045183200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (4065742800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (4076632800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (4097192400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -15264, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Havana => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2524501832, FixedTimespan { utc_offset: -19776, dst_offset: 0, name: "HMT" }), + (-1402813824, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (-1311534000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (-1300996800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (-933534000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (-925675200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (-902084400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (-893620800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (-870030000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (-862171200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (-775681200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (-767822400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (-744231600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (-736372800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (-144702000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (-134251200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (-113425200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (-102542400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (-86295600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (-72907200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (-54154800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (-41457600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (-21495600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (-5774400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (9954000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (25675200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (41403600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (57729600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (73458000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (87364800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (104907600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (118900800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (136357200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (150436800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (167806800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (183528000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (199256400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (215582400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (230706000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (247032000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (263365200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (276667200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (290581200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (308721600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (322030800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (340171200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (358318800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (371620800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (389768400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (403070400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (421218000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (434520000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (452667600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (466574400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (484117200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (498024000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (511333200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (529473600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (542782800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (560923200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (574837200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (592372800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (606286800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (623822400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (638946000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (655876800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (671000400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (687330000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (702450000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (718779600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (733899600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (750229200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (765349200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (781678800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (796798800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (813128400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (828853200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (844578000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (860302800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (876632400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (891147600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (909291600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (922597200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (941346000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (954651600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (972795600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (986101200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1004245200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1018155600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1035694800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1049605200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1067144400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1080450000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1162098000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1173589200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1193547600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1205643600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1224997200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1236488400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1256446800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1268542800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1288501200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1300597200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1321160400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1333256400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1352005200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1362891600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1383454800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1394341200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1414904400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1425790800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1446354000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1457845200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1478408400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1489294800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1509858000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1520744400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1541307600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1552194000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1572757200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1583643600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1604206800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1615698000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1636261200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1647147600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1667710800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1678597200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1699160400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1710046800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1730610000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1741496400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1762059600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1772946000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1793509200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1805000400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1825563600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1836450000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1857013200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1867899600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1888462800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1899349200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1919912400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1930798800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1951362000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1962853200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1983416400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1994302800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2014866000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2025752400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2046315600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2057202000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2077765200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2088651600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2109214800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2120101200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2140664400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2152155600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2172718800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2183605200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2204168400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2215054800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2235618000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2246504400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2267067600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2277954000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2298517200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2309403600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2329966800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2341458000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2362021200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2372907600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2393470800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2404357200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2424920400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2435806800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2456370000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2467256400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2487819600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2499310800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2519874000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2530760400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2551323600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2562210000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2582773200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2593659600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2614222800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2625109200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2645672400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2656558800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2677122000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2688613200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2709176400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2720062800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2740626000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2751512400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2772075600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2782962000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2803525200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2814411600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2834974800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2846466000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2867029200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2877915600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2898478800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2909365200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2929928400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2940814800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2961378000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2972264400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2992827600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3003714000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3024277200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3035768400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3056331600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3067218000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3087781200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3098667600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3119230800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3130117200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3150680400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3161566800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3182130000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3193016400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3213579600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3225070800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3245634000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3256520400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3277083600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3287970000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3308533200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3319419600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3339982800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3350869200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3371432400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3382923600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3403486800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3414373200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3434936400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3445822800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3466386000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3477272400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3497835600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3508722000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3529285200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3540171600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3560734800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3572226000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3592789200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3603675600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3624238800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3635125200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3655688400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3666574800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3687138000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3698024400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3718587600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3730078800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3750642000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3761528400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3782091600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3792978000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3813541200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3824427600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3844990800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3855877200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3876440400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3887326800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3907890000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3919381200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3939944400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3950830800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3971394000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3982280400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (4002843600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (4013730000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (4034293200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (4045179600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (4065742800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (4076629200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (4097192400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -19768, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Hermosillo => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1514712968, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1343066400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1234807200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1220292000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1207159200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1191344400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-873828000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-661539600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (28800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (828867600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (846403200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (860317200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (877852800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (891766800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (909302400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -26632, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Indiana__Indianapolis => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2717626522, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1633276800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1615136400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1601827200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1583686800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-900259200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-891795600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-880214400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CWT" }), + (-769395600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CPT" }), + (-765392400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-747244800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-733942800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-715795200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-702493200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-684345600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-671043600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-652896000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-639594000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-620841600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-608144400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-589392000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-576090000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-557942400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-544640400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-526492800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-513190800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-495043200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-481741200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-463593600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-386787600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-368640000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-21488400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-5767200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (9961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (25682400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1143961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1162101600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1173596400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1194156000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1205046000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1225605600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1236495600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1257055200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1268550000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1289109600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1299999600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1320559200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1331449200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1352008800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1362898800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1383458400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1394348400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1414908000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1425798000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1446357600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1457852400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1478412000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1489302000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1509861600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1520751600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1541311200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1552201200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1572760800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1583650800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1604210400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1615705200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1636264800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1647154800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1667714400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1678604400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1699164000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1710054000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1730613600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1741503600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1762063200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1772953200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1793512800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1805007600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1825567200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1836457200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1857016800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1867906800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1888466400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1899356400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1919916000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1930806000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1951365600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1962860400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1983420000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1994310000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2014869600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2025759600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2046319200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2057209200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2077768800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2088658800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2109218400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2120108400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2140668000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2152162800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2172722400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2183612400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2204172000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2215062000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2235621600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2246511600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2267071200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2277961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2298520800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2309410800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2329970400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2341465200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2362024800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2372914800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2393474400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2404364400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2424924000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2435814000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2456373600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2467263600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2487823200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2499318000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2519877600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2530767600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2551327200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2562217200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2582776800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2593666800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2614226400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2625116400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2645676000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2656566000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2677125600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2688620400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2709180000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2720070000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2740629600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2751519600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2772079200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2782969200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2803528800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2814418800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2834978400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2846473200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2867032800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2877922800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2898482400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2909372400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2929932000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2940822000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2961381600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2972271600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2992831200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3003721200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3024280800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3035775600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3056335200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3067225200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3087784800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3098674800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3119234400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3130124400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3150684000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3161574000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3182133600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3193023600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3213583200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3225078000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3245637600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3256527600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3277087200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3287977200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3308536800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3319426800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3339986400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3350876400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3371436000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3382930800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3403490400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3414380400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3434940000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3445830000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3466389600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3477279600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3497839200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3508729200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3529288800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3540178800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3560738400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3572233200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3592792800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3603682800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3624242400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3635132400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3655692000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3666582000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3687141600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3698031600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3718591200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3730086000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3750645600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3761535600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3782095200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3792985200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3813544800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3824434800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3844994400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3855884400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3876444000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3887334000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3907893600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3919388400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3939948000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3950838000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3971397600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3982287600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4002847200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4013737200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4034296800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4045186800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4065746400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4076636400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4097196000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -20678, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Indiana__Knox => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2717626410, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1633276800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1615136400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1601827200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1583686800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-880214400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CWT" }), + (-769395600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CPT" }), + (-765392400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-715795200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-702493200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-684345600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-671043600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-652896000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-639594000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-620841600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-608144400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-589392000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-576090000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-557942400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-544640400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-526492800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-513190800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-495043200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-481741200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-463593600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-447267600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-431539200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-415818000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-400089600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-386787600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-368640000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-355338000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-337190400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-321469200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-305740800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-289414800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-273686400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-257965200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-242236800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-195066000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-84384000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-68662800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-52934400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-37213200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-21484800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-5763600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (9964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (25686000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (41414400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (57740400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (73468800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (89190000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (104918400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (120639600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (126691200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (152089200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (162374400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (183538800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (199267200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (215593200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (230716800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (247042800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (262771200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (278492400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (294220800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (309942000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (325670400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (341391600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (357120000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (372841200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (388569600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (404895600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (420019200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (436345200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (452073600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (467794800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (483523200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (499244400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (514972800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (530694000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (544608000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (562143600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (576057600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (594198000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (607507200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (625647600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (638956800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (657097200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (671011200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (688546800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1143961200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1162105200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1173600000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1194159600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1205049600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1225609200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1236499200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1257058800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1268553600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1289113200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1300003200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1320562800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1331452800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1352012400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1362902400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1383462000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1394352000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1414911600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1425801600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1446361200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1457856000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1478415600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1489305600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1509865200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1520755200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1541314800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1552204800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1572764400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1583654400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1604214000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1615708800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1636268400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1647158400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1667718000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1678608000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1699167600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1710057600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1730617200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1741507200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1762066800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1772956800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1793516400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1805011200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1825570800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1836460800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1857020400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1867910400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1888470000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1899360000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1919919600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1930809600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1951369200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1962864000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1983423600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1994313600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2014873200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2025763200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2046322800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2057212800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2077772400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2088662400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2109222000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2120112000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2140671600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2152166400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2172726000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2183616000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2204175600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2215065600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2235625200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2246515200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2267074800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2277964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2298524400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2309414400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2329974000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2341468800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2362028400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2372918400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2393478000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2404368000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2424927600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2435817600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2456377200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2467267200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2487826800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2499321600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2519881200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2530771200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2551330800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2562220800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2582780400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2593670400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2614230000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2625120000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2645679600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2656569600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2677129200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2688624000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2709183600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2720073600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2740633200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2751523200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2772082800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2782972800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2803532400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2814422400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2834982000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2846476800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2867036400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2877926400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2898486000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2909376000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2929935600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2940825600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2961385200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2972275200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2992834800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3003724800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3024284400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3035779200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3056338800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3067228800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3087788400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3098678400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3119238000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3130128000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3150687600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3161577600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3182137200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3193027200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3213586800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3225081600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3245641200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3256531200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3277090800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3287980800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3308540400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3319430400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3339990000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3350880000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3371439600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3382934400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3403494000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3414384000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3434943600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3445833600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3466393200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3477283200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3497842800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3508732800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3529292400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3540182400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3560742000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3572236800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3592796400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3603686400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3624246000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3635136000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3655695600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3666585600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3687145200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3698035200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3718594800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3730089600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3750649200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3761539200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3782098800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3792988800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3813548400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3824438400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3844998000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3855888000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3876447600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3887337600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3907897200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3919392000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3939951600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3950841600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3971401200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3982291200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4002850800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4013740800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4034300400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4045190400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4065750000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4076640000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4097199600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -20790, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Indiana__Marengo => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2717626477, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1633276800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1615136400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1601827200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1583686800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-880214400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CWT" }), + (-769395600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CPT" }), + (-765392400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-589392000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-576090000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-495043200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-481741200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-463593600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-450291600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-431539200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-418237200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-400089600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-386787600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-368640000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-355338000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-337190400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-323888400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-305740800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-292438800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-273686400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-21488400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-5767200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (9961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (25682400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (41410800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (57736800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (73465200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (89186400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (104914800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (120636000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (126687600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (152089200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (162370800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (183535200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1143961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1162101600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1173596400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1194156000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1205046000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1225605600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1236495600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1257055200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1268550000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1289109600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1299999600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1320559200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1331449200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1352008800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1362898800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1383458400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1394348400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1414908000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1425798000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1446357600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1457852400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1478412000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1489302000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1509861600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1520751600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1541311200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1552201200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1572760800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1583650800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1604210400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1615705200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1636264800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1647154800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1667714400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1678604400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1699164000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1710054000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1730613600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1741503600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1762063200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1772953200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1793512800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1805007600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1825567200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1836457200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1857016800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1867906800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1888466400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1899356400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1919916000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1930806000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1951365600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1962860400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1983420000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1994310000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2014869600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2025759600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2046319200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2057209200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2077768800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2088658800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2109218400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2120108400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2140668000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2152162800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2172722400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2183612400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2204172000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2215062000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2235621600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2246511600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2267071200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2277961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2298520800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2309410800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2329970400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2341465200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2362024800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2372914800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2393474400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2404364400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2424924000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2435814000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2456373600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2467263600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2487823200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2499318000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2519877600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2530767600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2551327200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2562217200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2582776800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2593666800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2614226400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2625116400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2645676000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2656566000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2677125600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2688620400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2709180000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2720070000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2740629600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2751519600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2772079200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2782969200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2803528800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2814418800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2834978400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2846473200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2867032800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2877922800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2898482400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2909372400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2929932000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2940822000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2961381600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2972271600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2992831200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3003721200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3024280800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3035775600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3056335200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3067225200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3087784800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3098674800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3119234400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3130124400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3150684000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3161574000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3182133600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3193023600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3213583200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3225078000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3245637600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3256527600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3277087200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3287977200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3308536800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3319426800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3339986400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3350876400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3371436000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3382930800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3403490400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3414380400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3434940000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3445830000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3466389600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3477279600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3497839200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3508729200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3529288800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3540178800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3560738400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3572233200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3592792800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3603682800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3624242400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3635132400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3655692000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3666582000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3687141600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3698031600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3718591200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3730086000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3750645600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3761535600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3782095200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3792985200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3813544800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3824434800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3844994400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3855884400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3876444000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3887334000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3907893600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3919388400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3939948000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3950838000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3971397600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3982287600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4002847200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4013737200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4034296800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4045186800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4065746400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4076636400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4097196000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -20723, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Indiana__Petersburg => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2717626253, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1633276800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1615136400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1601827200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1583686800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-880214400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CWT" }), + (-769395600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CPT" }), + (-765392400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-462996000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-450291600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-431539200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-418237200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-400089600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-386787600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-368640000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-355338000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-337190400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-323888400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-305740800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-292438800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-273686400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-257965200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-242236800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-226515600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-210787200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-195066000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-179337600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-163616400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-147888000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-100112400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-84384000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-68662800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-52934400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-37213200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-21484800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-5763600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (9964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (25686000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (41414400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (57740400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (73468800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (89190000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (104918400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (120639600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (126691200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (152089200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (162374400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (183538800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (199267200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (215593200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (230716800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (247042800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1143961200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1162105200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1173600000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1194159600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1205046000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1225605600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1236495600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1257055200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1268550000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1289109600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1299999600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1320559200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1331449200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1352008800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1362898800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1383458400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1394348400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1414908000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1425798000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1446357600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1457852400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1478412000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1489302000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1509861600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1520751600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1541311200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1552201200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1572760800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1583650800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1604210400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1615705200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1636264800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1647154800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1667714400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1678604400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1699164000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1710054000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1730613600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1741503600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1762063200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1772953200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1793512800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1805007600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1825567200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1836457200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1857016800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1867906800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1888466400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1899356400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1919916000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1930806000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1951365600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1962860400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1983420000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1994310000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2014869600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2025759600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2046319200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2057209200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2077768800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2088658800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2109218400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2120108400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2140668000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2152162800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2172722400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2183612400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2204172000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2215062000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2235621600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2246511600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2267071200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2277961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2298520800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2309410800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2329970400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2341465200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2362024800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2372914800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2393474400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2404364400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2424924000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2435814000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2456373600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2467263600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2487823200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2499318000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2519877600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2530767600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2551327200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2562217200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2582776800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2593666800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2614226400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2625116400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2645676000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2656566000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2677125600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2688620400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2709180000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2720070000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2740629600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2751519600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2772079200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2782969200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2803528800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2814418800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2834978400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2846473200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2867032800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2877922800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2898482400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2909372400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2929932000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2940822000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2961381600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2972271600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2992831200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3003721200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3024280800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3035775600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3056335200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3067225200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3087784800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3098674800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3119234400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3130124400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3150684000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3161574000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3182133600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3193023600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3213583200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3225078000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3245637600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3256527600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3277087200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3287977200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3308536800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3319426800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3339986400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3350876400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3371436000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3382930800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3403490400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3414380400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3434940000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3445830000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3466389600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3477279600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3497839200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3508729200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3529288800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3540178800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3560738400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3572233200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3592792800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3603682800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3624242400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3635132400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3655692000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3666582000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3687141600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3698031600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3718591200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3730086000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3750645600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3761535600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3782095200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3792985200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3813544800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3824434800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3844994400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3855884400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3876444000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3887334000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3907893600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3919388400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3939948000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3950838000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3971397600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3982287600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4002847200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4013737200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4034296800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4045186800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4065746400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4076636400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4097196000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -20947, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Indiana__Tell_City => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2717626377, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1633276800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1615136400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1601827200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1583686800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-880214400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CWT" }), + (-769395600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CPT" }), + (-765392400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-462996000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-450291600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-431539200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-418237200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-400089600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-386787600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-368640000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-355338000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-337190400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-323888400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-305740800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-292438800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-273686400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-257965200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-242236800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-226515600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-210787200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-195066000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-179337600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-68662800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-52934400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-37213200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-21484800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-5767200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (9961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (25682400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1143961200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1162105200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1173600000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1194159600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1205049600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1225609200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1236499200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1257058800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1268553600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1289113200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1300003200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1320562800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1331452800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1352012400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1362902400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1383462000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1394352000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1414911600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1425801600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1446361200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1457856000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1478415600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1489305600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1509865200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1520755200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1541314800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1552204800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1572764400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1583654400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1604214000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1615708800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1636268400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1647158400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1667718000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1678608000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1699167600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1710057600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1730617200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1741507200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1762066800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1772956800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1793516400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1805011200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1825570800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1836460800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1857020400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1867910400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1888470000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1899360000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1919919600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1930809600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1951369200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1962864000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1983423600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1994313600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2014873200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2025763200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2046322800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2057212800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2077772400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2088662400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2109222000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2120112000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2140671600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2152166400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2172726000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2183616000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2204175600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2215065600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2235625200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2246515200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2267074800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2277964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2298524400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2309414400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2329974000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2341468800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2362028400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2372918400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2393478000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2404368000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2424927600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2435817600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2456377200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2467267200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2487826800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2499321600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2519881200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2530771200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2551330800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2562220800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2582780400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2593670400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2614230000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2625120000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2645679600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2656569600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2677129200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2688624000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2709183600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2720073600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2740633200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2751523200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2772082800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2782972800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2803532400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2814422400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2834982000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2846476800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2867036400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2877926400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2898486000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2909376000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2929935600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2940825600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2961385200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2972275200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2992834800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3003724800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3024284400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3035779200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3056338800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3067228800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3087788400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3098678400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3119238000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3130128000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3150687600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3161577600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3182137200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3193027200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3213586800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3225081600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3245641200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3256531200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3277090800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3287980800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3308540400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3319430400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3339990000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3350880000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3371439600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3382934400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3403494000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3414384000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3434943600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3445833600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3466393200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3477283200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3497842800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3508732800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3529292400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3540182400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3560742000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3572236800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3592796400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3603686400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3624246000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3635136000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3655695600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3666585600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3687145200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3698035200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3718594800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3730089600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3750649200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3761539200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3782098800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3792988800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3813548400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3824438400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3844998000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3855888000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3876447600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3887337600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3907897200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3919392000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3939951600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3950841600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3971401200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3982291200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4002850800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4013740800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4034300400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4045190400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4065750000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4076640000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4097199600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -20823, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Indiana__Vevay => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2717626784, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1633276800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1615136400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1601827200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1583686800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-880214400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CWT" }), + (-769395600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CPT" }), + (-765392400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-495043200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-21488400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-5767200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (9961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (25682400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (41410800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (57736800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (73465200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (89186400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1143961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1162101600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1173596400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1194156000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1205046000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1225605600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1236495600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1257055200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1268550000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1289109600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1299999600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1320559200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1331449200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1352008800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1362898800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1383458400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1394348400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1414908000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1425798000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1446357600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1457852400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1478412000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1489302000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1509861600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1520751600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1541311200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1552201200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1572760800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1583650800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1604210400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1615705200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1636264800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1647154800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1667714400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1678604400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1699164000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1710054000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1730613600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1741503600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1762063200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1772953200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1793512800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1805007600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1825567200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1836457200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1857016800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1867906800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1888466400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1899356400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1919916000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1930806000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1951365600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1962860400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1983420000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1994310000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2014869600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2025759600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2046319200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2057209200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2077768800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2088658800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2109218400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2120108400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2140668000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2152162800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2172722400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2183612400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2204172000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2215062000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2235621600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2246511600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2267071200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2277961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2298520800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2309410800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2329970400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2341465200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2362024800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2372914800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2393474400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2404364400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2424924000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2435814000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2456373600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2467263600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2487823200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2499318000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2519877600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2530767600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2551327200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2562217200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2582776800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2593666800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2614226400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2625116400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2645676000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2656566000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2677125600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2688620400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2709180000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2720070000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2740629600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2751519600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2772079200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2782969200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2803528800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2814418800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2834978400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2846473200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2867032800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2877922800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2898482400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2909372400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2929932000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2940822000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2961381600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2972271600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2992831200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3003721200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3024280800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3035775600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3056335200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3067225200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3087784800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3098674800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3119234400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3130124400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3150684000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3161574000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3182133600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3193023600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3213583200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3225078000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3245637600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3256527600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3277087200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3287977200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3308536800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3319426800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3339986400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3350876400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3371436000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3382930800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3403490400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3414380400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3434940000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3445830000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3466389600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3477279600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3497839200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3508729200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3529288800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3540178800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3560738400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3572233200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3592792800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3603682800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3624242400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3635132400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3655692000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3666582000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3687141600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3698031600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3718591200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3730086000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3750645600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3761535600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3782095200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3792985200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3813544800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3824434800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3844994400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3855884400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3876444000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3887334000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3907893600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3919388400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3939948000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3950838000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3971397600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3982287600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4002847200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4013737200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4034296800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4045186800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4065746400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4076636400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4097196000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -20416, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Indiana__Vincennes => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2717626193, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1633276800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1615136400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1601827200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1583686800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-880214400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CWT" }), + (-769395600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CPT" }), + (-765392400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-747244800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-733942800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-526492800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-513190800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-495043200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-481741200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-462996000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-450291600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-431539200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-418237200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-400089600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-386787600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-368640000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-355338000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-337190400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-323888400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-305740800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-289414800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-273686400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-260989200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-242236800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-226515600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-210787200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-195066000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-179337600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-21488400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-5767200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (9961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (25682400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1143961200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1162105200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1173600000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1194159600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1205046000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1225605600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1236495600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1257055200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1268550000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1289109600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1299999600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1320559200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1331449200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1352008800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1362898800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1383458400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1394348400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1414908000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1425798000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1446357600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1457852400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1478412000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1489302000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1509861600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1520751600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1541311200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1552201200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1572760800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1583650800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1604210400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1615705200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1636264800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1647154800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1667714400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1678604400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1699164000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1710054000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1730613600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1741503600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1762063200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1772953200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1793512800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1805007600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1825567200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1836457200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1857016800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1867906800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1888466400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1899356400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1919916000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1930806000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1951365600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1962860400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1983420000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1994310000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2014869600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2025759600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2046319200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2057209200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2077768800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2088658800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2109218400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2120108400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2140668000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2152162800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2172722400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2183612400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2204172000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2215062000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2235621600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2246511600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2267071200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2277961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2298520800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2309410800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2329970400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2341465200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2362024800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2372914800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2393474400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2404364400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2424924000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2435814000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2456373600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2467263600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2487823200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2499318000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2519877600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2530767600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2551327200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2562217200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2582776800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2593666800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2614226400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2625116400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2645676000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2656566000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2677125600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2688620400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2709180000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2720070000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2740629600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2751519600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2772079200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2782969200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2803528800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2814418800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2834978400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2846473200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2867032800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2877922800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2898482400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2909372400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2929932000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2940822000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2961381600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2972271600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2992831200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3003721200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3024280800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3035775600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3056335200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3067225200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3087784800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3098674800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3119234400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3130124400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3150684000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3161574000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3182133600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3193023600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3213583200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3225078000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3245637600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3256527600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3277087200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3287977200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3308536800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3319426800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3339986400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3350876400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3371436000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3382930800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3403490400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3414380400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3434940000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3445830000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3466389600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3477279600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3497839200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3508729200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3529288800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3540178800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3560738400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3572233200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3592792800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3603682800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3624242400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3635132400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3655692000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3666582000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3687141600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3698031600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3718591200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3730086000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3750645600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3761535600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3782095200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3792985200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3813544800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3824434800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3844994400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3855884400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3876444000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3887334000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3907893600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3919388400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3939948000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3950838000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3971397600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3982287600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4002847200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4013737200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4034296800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4045186800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4065746400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4076636400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4097196000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -21007, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Indiana__Winamac => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2717626415, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1633276800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1615136400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1601827200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1583686800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-880214400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CWT" }), + (-769395600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CPT" }), + (-765392400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-747244800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-733942800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-715795200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-702493200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-684345600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-671043600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-652896000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-639594000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-620841600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-608144400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-589392000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-576090000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-557942400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-544640400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-526492800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-513190800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-495043200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-481741200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-463593600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-447267600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-431539200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-415818000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-400089600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-386787600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-368640000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-355338000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-337190400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-323888400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-305740800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-292438800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-273686400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-21488400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-5767200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (9961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (25682400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1143961200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1162105200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1173600000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1194156000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1205046000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1225605600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1236495600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1257055200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1268550000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1289109600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1299999600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1320559200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1331449200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1352008800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1362898800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1383458400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1394348400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1414908000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1425798000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1446357600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1457852400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1478412000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1489302000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1509861600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1520751600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1541311200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1552201200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1572760800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1583650800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1604210400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1615705200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1636264800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1647154800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1667714400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1678604400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1699164000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1710054000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1730613600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1741503600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1762063200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1772953200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1793512800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1805007600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1825567200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1836457200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1857016800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1867906800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1888466400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1899356400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1919916000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1930806000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1951365600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1962860400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1983420000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1994310000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2014869600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2025759600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2046319200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2057209200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2077768800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2088658800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2109218400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2120108400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2140668000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2152162800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2172722400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2183612400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2204172000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2215062000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2235621600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2246511600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2267071200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2277961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2298520800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2309410800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2329970400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2341465200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2362024800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2372914800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2393474400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2404364400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2424924000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2435814000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2456373600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2467263600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2487823200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2499318000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2519877600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2530767600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2551327200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2562217200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2582776800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2593666800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2614226400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2625116400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2645676000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2656566000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2677125600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2688620400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2709180000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2720070000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2740629600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2751519600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2772079200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2782969200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2803528800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2814418800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2834978400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2846473200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2867032800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2877922800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2898482400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2909372400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2929932000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2940822000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2961381600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2972271600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2992831200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3003721200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3024280800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3035775600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3056335200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3067225200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3087784800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3098674800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3119234400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3130124400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3150684000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3161574000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3182133600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3193023600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3213583200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3225078000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3245637600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3256527600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3277087200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3287977200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3308536800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3319426800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3339986400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3350876400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3371436000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3382930800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3403490400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3414380400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3434940000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3445830000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3466389600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3477279600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3497839200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3508729200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3529288800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3540178800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3560738400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3572233200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3592792800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3603682800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3624242400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3635132400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3655692000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3666582000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3687141600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3698031600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3718591200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3730086000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3750645600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3761535600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3782095200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3792985200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3813544800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3824434800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3844994400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3855884400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3876444000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3887334000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3907893600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3919388400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3939948000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3950838000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3971397600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3982287600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4002847200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4013737200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4034296800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4045186800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4065746400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4076636400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4097196000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -20785, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Indianapolis => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2717626522, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1633276800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1615136400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1601827200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1583686800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-900259200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-891795600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-880214400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CWT" }), + (-769395600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CPT" }), + (-765392400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-747244800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-733942800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-715795200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-702493200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-684345600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-671043600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-652896000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-639594000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-620841600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-608144400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-589392000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-576090000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-557942400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-544640400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-526492800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-513190800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-495043200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-481741200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-463593600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-386787600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-368640000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-21488400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-5767200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (9961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (25682400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1143961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1162101600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1173596400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1194156000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1205046000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1225605600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1236495600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1257055200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1268550000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1289109600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1299999600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1320559200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1331449200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1352008800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1362898800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1383458400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1394348400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1414908000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1425798000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1446357600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1457852400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1478412000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1489302000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1509861600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1520751600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1541311200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1552201200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1572760800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1583650800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1604210400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1615705200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1636264800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1647154800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1667714400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1678604400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1699164000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1710054000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1730613600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1741503600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1762063200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1772953200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1793512800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1805007600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1825567200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1836457200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1857016800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1867906800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1888466400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1899356400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1919916000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1930806000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1951365600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1962860400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1983420000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1994310000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2014869600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2025759600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2046319200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2057209200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2077768800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2088658800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2109218400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2120108400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2140668000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2152162800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2172722400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2183612400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2204172000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2215062000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2235621600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2246511600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2267071200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2277961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2298520800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2309410800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2329970400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2341465200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2362024800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2372914800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2393474400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2404364400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2424924000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2435814000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2456373600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2467263600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2487823200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2499318000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2519877600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2530767600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2551327200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2562217200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2582776800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2593666800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2614226400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2625116400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2645676000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2656566000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2677125600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2688620400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2709180000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2720070000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2740629600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2751519600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2772079200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2782969200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2803528800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2814418800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2834978400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2846473200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2867032800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2877922800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2898482400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2909372400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2929932000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2940822000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2961381600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2972271600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2992831200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3003721200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3024280800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3035775600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3056335200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3067225200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3087784800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3098674800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3119234400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3130124400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3150684000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3161574000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3182133600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3193023600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3213583200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3225078000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3245637600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3256527600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3277087200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3287977200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3308536800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3319426800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3339986400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3350876400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3371436000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3382930800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3403490400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3414380400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3434940000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3445830000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3466389600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3477279600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3497839200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3508729200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3529288800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3540178800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3560738400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3572233200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3592792800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3603682800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3624242400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3635132400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3655692000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3666582000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3687141600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3698031600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3718591200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3730086000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3750645600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3761535600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3782095200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3792985200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3813544800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3824434800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3844994400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3855884400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3876444000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3887334000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3907893600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3919388400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3939948000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3950838000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3971397600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3982287600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4002847200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4013737200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4034296800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4045186800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4065746400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4076636400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4097196000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -20678, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Inuvik => { + const REST: &[(i64, FixedTimespan)] = &[ + (-536457600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (73476000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (89197200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (104925600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (120646800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (136375200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (152096400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (167824800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (183546000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (199274400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (215600400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (230724000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (247050000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (262778400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (278499600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (294228000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (309945600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (325674000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (341395200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (357123600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (372844800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (388573200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (404899200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (420022800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (436348800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (452077200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (467798400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (483526800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (499248000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (514976400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (530697600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (544611600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (562147200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (576061200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (594201600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (607510800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (625651200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (638960400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (657100800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (671014800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (688550400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (702464400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (720000000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (733914000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (752054400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (765363600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (783504000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (796813200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (814953600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (828867600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (846403200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (860317200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (877852800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (891766800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (909302400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (923216400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (941356800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (954666000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (972806400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (986115600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1004256000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1018170000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1035705600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1049619600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1067155200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1081069200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1099209600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1112518800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1130659200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1143968400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1162108800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1173603600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1194163200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1205053200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1225612800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1236502800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1257062400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1268557200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1289116800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1300006800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1320566400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1331456400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1352016000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1362906000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1383465600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1394355600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1414915200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1425805200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1446364800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1457859600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1478419200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1489309200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1509868800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1520758800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1541318400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1552208400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1572768000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1583658000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1604217600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1615712400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1636272000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1647162000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1667721600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1678611600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1699171200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1710061200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1730620800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1741510800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1762070400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1772960400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1793520000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1805014800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1825574400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1836464400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1857024000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1867914000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1888473600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1899363600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1919923200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1930813200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1951372800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1962867600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1983427200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1994317200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2014876800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2025766800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2046326400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2057216400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2077776000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2088666000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2109225600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2120115600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2140675200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2152170000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2172729600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2183619600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2204179200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2215069200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2235628800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2246518800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2267078400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2277968400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2298528000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2309418000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2329977600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2341472400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2362032000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2372922000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2393481600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2404371600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2424931200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2435821200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2456380800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2467270800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2487830400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2499325200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2519884800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2530774800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2551334400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2562224400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2582784000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2593674000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2614233600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2625123600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2645683200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2656573200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2677132800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2688627600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2709187200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2720077200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2740636800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2751526800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2772086400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2782976400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2803536000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2814426000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2834985600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2846480400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2867040000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2877930000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2898489600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2909379600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2929939200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2940829200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2961388800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2972278800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2992838400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3003728400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3024288000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3035782800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3056342400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3067232400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3087792000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3098682000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3119241600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3130131600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3150691200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3161581200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3182140800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3193030800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3213590400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3225085200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3245644800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3256534800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3277094400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3287984400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3308544000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3319434000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3339993600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3350883600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3371443200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3382938000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3403497600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3414387600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3434947200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3445837200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3466396800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3477286800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3497846400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3508736400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3529296000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3540186000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3560745600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3572240400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3592800000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3603690000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3624249600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3635139600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3655699200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3666589200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3687148800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3698038800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3718598400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3730093200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3750652800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3761542800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3782102400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3792992400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3813552000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3824442000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3845001600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3855891600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3876451200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3887341200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3907900800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3919395600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3939955200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3950845200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3971404800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3982294800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4002854400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (4013744400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4034304000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (4045194000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4065753600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (4076643600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4097203200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 0, + dst_offset: 0, + name: "-00", + }, + rest: REST + } + }, + + Tz::America__Iqaluit => { + const REST: &[(i64, FixedTimespan)] = &[ + (-865296000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EWT" }), + (-769395600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EPT" }), + (-765396000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (73465200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (89186400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (104914800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (120636000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (136364400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (152085600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (167814000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (183535200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (199263600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (215589600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (230713200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (247039200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (262767600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (278488800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (294217200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (309938400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (325666800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (341388000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (357116400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (372837600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (388566000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (404892000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (420015600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (436341600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (452070000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (467791200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (483519600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (499240800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (514969200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (530690400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (544604400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (562140000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (576054000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (594194400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (607503600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (625644000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (638953200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (657093600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (671007600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (688543200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (702457200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (719992800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (733906800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (752047200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (765356400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (783496800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (796806000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (814946400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (828860400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (846396000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (860310000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (877845600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (891759600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (909295200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (923209200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (941349600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (954662400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (972802800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (986108400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1004248800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1018162800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1035698400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1049612400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1067148000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1081062000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1099202400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1112511600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1130652000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1143961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1162101600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1173596400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1194156000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1205046000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1225605600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1236495600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1257055200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1268550000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1289109600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1299999600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1320559200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1331449200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1352008800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1362898800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1383458400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1394348400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1414908000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1425798000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1446357600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1457852400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1478412000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1489302000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1509861600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1520751600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1541311200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1552201200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1572760800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1583650800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1604210400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1615705200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1636264800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1647154800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1667714400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1678604400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1699164000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1710054000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1730613600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1741503600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1762063200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1772953200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1793512800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1805007600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1825567200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1836457200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1857016800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1867906800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1888466400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1899356400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1919916000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1930806000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1951365600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1962860400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1983420000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1994310000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2014869600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2025759600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2046319200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2057209200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2077768800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2088658800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2109218400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2120108400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2140668000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2152162800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2172722400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2183612400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2204172000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2215062000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2235621600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2246511600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2267071200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2277961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2298520800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2309410800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2329970400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2341465200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2362024800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2372914800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2393474400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2404364400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2424924000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2435814000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2456373600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2467263600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2487823200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2499318000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2519877600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2530767600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2551327200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2562217200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2582776800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2593666800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2614226400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2625116400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2645676000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2656566000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2677125600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2688620400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2709180000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2720070000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2740629600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2751519600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2772079200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2782969200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2803528800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2814418800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2834978400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2846473200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2867032800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2877922800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2898482400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2909372400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2929932000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2940822000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2961381600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2972271600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2992831200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3003721200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3024280800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3035775600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3056335200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3067225200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3087784800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3098674800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3119234400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3130124400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3150684000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3161574000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3182133600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3193023600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3213583200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3225078000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3245637600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3256527600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3277087200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3287977200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3308536800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3319426800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3339986400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3350876400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3371436000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3382930800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3403490400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3414380400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3434940000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3445830000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3466389600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3477279600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3497839200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3508729200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3529288800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3540178800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3560738400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3572233200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3592792800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3603682800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3624242400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3635132400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3655692000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3666582000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3687141600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3698031600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3718591200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3730086000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3750645600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3761535600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3782095200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3792985200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3813544800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3824434800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3844994400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3855884400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3876444000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3887334000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3907893600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3919388400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3939948000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3950838000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3971397600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3982287600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4002847200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4013737200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4034296800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4045186800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4065746400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4076636400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4097196000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 0, + dst_offset: 0, + name: "-00", + }, + rest: REST + } + }, + + Tz::America__Jamaica => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2524503170, FixedTimespan { utc_offset: -18430, dst_offset: 0, name: "KMT" }), + (-1827687170, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (126687600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (152085600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (162370800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (183535200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (199263600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (215589600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (230713200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (247039200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (262767600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (278488800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (294217200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (309938400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (325666800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (341388000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (357116400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (372837600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (388566000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (404892000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (420015600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (436341600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -18430, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Jujuy => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2372096328, FixedTimespan { utc_offset: -15408, dst_offset: 0, name: "CMT" }), + (-1567453392, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1233432000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1222981200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1205956800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1194037200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1172865600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1162501200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1141329600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1130965200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1109793600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1099429200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1078257600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1067806800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1046635200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1036270800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1015099200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1004734800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-983563200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-973198800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-952027200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-941576400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-931032000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-900882000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-890337600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-833749200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-827265600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-752274000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-733780800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-197326800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-190843200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-184194000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-164491200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-152658000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-132955200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-121122000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-101419200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-86821200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-71092800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-54766800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-39038400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-23317200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-7588800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (128142000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (136605600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (596948400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (605066400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (624423600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (636516000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (657086400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (669178800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (686721600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (699415200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (719377200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (731469600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (938919600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (952052400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1198983600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1205632800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -15672, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Juneau => { + const REST: &[(i64, FixedTimespan)] = &[ + (-3225223727, FixedTimespan { utc_offset: -32261, dst_offset: 0, name: "LMT" }), + (-2188954939, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-880207200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PWT" }), + (-769395600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PPT" }), + (-765385200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-21477600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-5756400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (9972000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (25693200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (41421600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (57747600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (73476000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (89197200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (104925600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (120646800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (126698400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (152096400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (162381600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (183546000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (199274400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (215600400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (230724000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (247050000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (262778400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (278499600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (294228000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (309949200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (325677600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "YDT" }), + (341402400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (357127200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (372848400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (388576800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (404902800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (420026400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (436352400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "YST" }), + (439030800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (452084400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (467805600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (483534000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (499255200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (514983600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (530704800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (544618800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (562154400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (576068400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (594208800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (607518000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (625658400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (638967600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (657108000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (671022000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (688557600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (702471600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (720007200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (733921200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (752061600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (765370800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (783511200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (796820400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (814960800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (828874800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (846410400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (860324400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (877860000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (891774000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (909309600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (923223600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (941364000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (954673200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (972813600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (986122800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1004263200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1018177200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1035712800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1049626800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1067162400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1081076400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1099216800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1112526000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1130666400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1143975600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1162116000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1173610800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1194170400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1205060400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1225620000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1236510000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1257069600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1268564400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1289124000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1300014000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1320573600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1331463600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1352023200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1362913200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1383472800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1394362800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1414922400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1425812400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1446372000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1457866800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1478426400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1489316400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1509876000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1520766000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1541325600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1552215600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1572775200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1583665200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1604224800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1615719600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1636279200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1647169200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1667728800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1678618800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1699178400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1710068400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1730628000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1741518000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1762077600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1772967600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1793527200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1805022000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1825581600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1836471600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1857031200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1867921200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1888480800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1899370800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1919930400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1930820400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1951380000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1962874800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1983434400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1994324400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2014884000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2025774000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2046333600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2057223600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2077783200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2088673200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2109232800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2120122800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2140682400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2152177200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2172736800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2183626800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2204186400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2215076400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2235636000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2246526000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2267085600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2277975600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2298535200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2309425200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2329984800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2341479600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2362039200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2372929200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2393488800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2404378800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2424938400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2435828400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2456388000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2467278000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2487837600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2499332400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2519892000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2530782000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2551341600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2562231600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2582791200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2593681200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2614240800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2625130800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2645690400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2656580400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2677140000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2688634800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2709194400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2720084400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2740644000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2751534000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2772093600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2782983600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2803543200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2814433200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2834992800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2846487600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2867047200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2877937200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2898496800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2909386800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2929946400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2940836400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2961396000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2972286000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2992845600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3003735600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3024295200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3035790000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3056349600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3067239600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3087799200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3098689200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3119248800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3130138800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3150698400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3161588400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3182148000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3193038000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3213597600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3225092400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3245652000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3256542000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3277101600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3287991600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3308551200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3319441200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3340000800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3350890800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3371450400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3382945200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3403504800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3414394800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3434954400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3445844400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3466404000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3477294000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3497853600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3508743600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3529303200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3540193200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3560752800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3572247600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3592807200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3603697200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3624256800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3635146800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3655706400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3666596400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3687156000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3698046000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3718605600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3730100400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3750660000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3761550000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3782109600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3792999600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3813559200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3824449200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3845008800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3855898800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3876458400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3887348400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3907908000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3919402800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3939962400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3950852400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3971412000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3982302000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (4002861600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (4013751600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (4034311200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (4045201200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (4065760800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (4076650800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (4097210400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 54139, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Kentucky__Louisville => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2717626618, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1633276800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1615136400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1601827200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1583686800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1535904000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1525280400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-905097600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-891795600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-880214400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CWT" }), + (-769395600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CPT" }), + (-765392400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-747251940, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-744224400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-620841600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-608144400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-589392000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-576090000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-557942400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-544640400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-526492800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-513190800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-495043200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-481741200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-463593600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-450291600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-431539200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-415818000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-400089600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-384368400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-368640000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-352918800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-337190400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-321469200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-305740800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-289414800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-273686400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-266432400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-52938000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-37216800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-21488400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-5767200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (9961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (25682400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (41410800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (57736800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (73465200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (89186400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (104914800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (120636000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (126687600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (152089200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (162370800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (183535200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (199263600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (215589600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (230713200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (247039200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (262767600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (278488800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (294217200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (309938400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (325666800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (341388000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (357116400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (372837600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (388566000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (404892000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (420015600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (436341600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (452070000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (467791200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (483519600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (499240800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (514969200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (530690400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (544604400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (562140000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (576054000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (594194400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (607503600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (625644000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (638953200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (657093600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (671007600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (688543200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (702457200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (719992800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (733906800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (752047200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (765356400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (783496800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (796806000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (814946400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (828860400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (846396000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (860310000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (877845600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (891759600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (909295200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (923209200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (941349600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (954658800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (972799200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (986108400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1004248800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1018162800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1035698400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1049612400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1067148000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1081062000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1099202400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1112511600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1130652000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1143961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1162101600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1173596400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1194156000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1205046000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1225605600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1236495600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1257055200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1268550000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1289109600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1299999600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1320559200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1331449200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1352008800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1362898800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1383458400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1394348400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1414908000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1425798000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1446357600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1457852400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1478412000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1489302000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1509861600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1520751600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1541311200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1552201200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1572760800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1583650800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1604210400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1615705200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1636264800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1647154800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1667714400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1678604400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1699164000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1710054000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1730613600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1741503600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1762063200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1772953200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1793512800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1805007600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1825567200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1836457200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1857016800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1867906800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1888466400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1899356400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1919916000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1930806000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1951365600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1962860400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1983420000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1994310000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2014869600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2025759600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2046319200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2057209200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2077768800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2088658800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2109218400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2120108400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2140668000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2152162800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2172722400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2183612400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2204172000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2215062000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2235621600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2246511600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2267071200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2277961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2298520800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2309410800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2329970400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2341465200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2362024800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2372914800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2393474400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2404364400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2424924000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2435814000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2456373600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2467263600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2487823200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2499318000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2519877600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2530767600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2551327200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2562217200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2582776800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2593666800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2614226400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2625116400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2645676000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2656566000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2677125600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2688620400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2709180000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2720070000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2740629600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2751519600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2772079200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2782969200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2803528800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2814418800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2834978400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2846473200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2867032800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2877922800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2898482400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2909372400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2929932000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2940822000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2961381600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2972271600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2992831200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3003721200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3024280800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3035775600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3056335200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3067225200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3087784800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3098674800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3119234400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3130124400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3150684000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3161574000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3182133600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3193023600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3213583200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3225078000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3245637600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3256527600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3277087200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3287977200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3308536800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3319426800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3339986400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3350876400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3371436000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3382930800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3403490400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3414380400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3434940000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3445830000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3466389600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3477279600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3497839200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3508729200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3529288800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3540178800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3560738400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3572233200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3592792800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3603682800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3624242400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3635132400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3655692000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3666582000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3687141600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3698031600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3718591200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3730086000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3750645600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3761535600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3782095200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3792985200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3813544800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3824434800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3844994400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3855884400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3876444000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3887334000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3907893600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3919388400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3939948000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3950838000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3971397600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3982287600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4002847200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4013737200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4034296800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4045186800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4065746400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4076636400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4097196000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -20582, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Kentucky__Monticello => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2717626836, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1633276800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1615136400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1601827200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1583686800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-880214400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CWT" }), + (-769395600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CPT" }), + (-765392400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-52934400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-37213200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-21484800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-5763600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (9964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (25686000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (41414400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (57740400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (73468800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (89190000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (104918400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (120639600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (126691200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (152089200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (162374400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (183538800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (199267200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (215593200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (230716800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (247042800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (262771200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (278492400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (294220800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (309942000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (325670400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (341391600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (357120000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (372841200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (388569600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (404895600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (420019200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (436345200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (452073600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (467794800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (483523200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (499244400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (514972800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (530694000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (544608000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (562143600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (576057600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (594198000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (607507200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (625647600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (638956800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (657097200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (671011200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (688546800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (702460800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (719996400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (733910400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (752050800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (765360000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (783500400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (796809600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (814950000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (828864000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (846399600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (860313600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (877849200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (891763200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (909298800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (923212800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (941353200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (954662400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (972802800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (986108400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1004248800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1018162800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1035698400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1049612400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1067148000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1081062000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1099202400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1112511600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1130652000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1143961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1162101600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1173596400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1194156000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1205046000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1225605600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1236495600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1257055200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1268550000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1289109600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1299999600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1320559200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1331449200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1352008800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1362898800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1383458400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1394348400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1414908000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1425798000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1446357600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1457852400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1478412000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1489302000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1509861600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1520751600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1541311200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1552201200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1572760800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1583650800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1604210400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1615705200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1636264800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1647154800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1667714400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1678604400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1699164000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1710054000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1730613600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1741503600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1762063200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1772953200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1793512800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1805007600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1825567200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1836457200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1857016800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1867906800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1888466400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1899356400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1919916000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1930806000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1951365600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1962860400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1983420000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1994310000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2014869600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2025759600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2046319200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2057209200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2077768800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2088658800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2109218400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2120108400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2140668000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2152162800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2172722400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2183612400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2204172000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2215062000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2235621600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2246511600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2267071200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2277961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2298520800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2309410800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2329970400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2341465200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2362024800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2372914800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2393474400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2404364400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2424924000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2435814000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2456373600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2467263600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2487823200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2499318000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2519877600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2530767600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2551327200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2562217200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2582776800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2593666800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2614226400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2625116400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2645676000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2656566000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2677125600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2688620400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2709180000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2720070000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2740629600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2751519600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2772079200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2782969200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2803528800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2814418800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2834978400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2846473200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2867032800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2877922800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2898482400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2909372400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2929932000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2940822000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2961381600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2972271600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2992831200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3003721200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3024280800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3035775600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3056335200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3067225200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3087784800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3098674800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3119234400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3130124400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3150684000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3161574000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3182133600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3193023600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3213583200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3225078000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3245637600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3256527600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3277087200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3287977200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3308536800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3319426800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3339986400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3350876400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3371436000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3382930800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3403490400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3414380400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3434940000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3445830000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3466389600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3477279600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3497839200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3508729200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3529288800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3540178800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3560738400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3572233200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3592792800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3603682800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3624242400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3635132400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3655692000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3666582000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3687141600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3698031600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3718591200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3730086000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3750645600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3761535600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3782095200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3792985200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3813544800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3824434800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3844994400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3855884400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3876444000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3887334000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3907893600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3919388400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3939948000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3950838000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3971397600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3982287600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4002847200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4013737200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4034296800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4045186800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4065746400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4076636400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4097196000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -20364, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Knox_IN => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2717626410, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1633276800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1615136400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1601827200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1583686800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-880214400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CWT" }), + (-769395600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CPT" }), + (-765392400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-715795200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-702493200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-684345600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-671043600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-652896000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-639594000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-620841600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-608144400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-589392000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-576090000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-557942400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-544640400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-526492800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-513190800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-495043200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-481741200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-463593600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-447267600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-431539200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-415818000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-400089600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-386787600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-368640000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-355338000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-337190400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-321469200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-305740800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-289414800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-273686400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-257965200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-242236800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-195066000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-84384000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-68662800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-52934400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-37213200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-21484800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-5763600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (9964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (25686000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (41414400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (57740400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (73468800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (89190000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (104918400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (120639600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (126691200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (152089200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (162374400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (183538800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (199267200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (215593200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (230716800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (247042800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (262771200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (278492400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (294220800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (309942000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (325670400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (341391600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (357120000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (372841200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (388569600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (404895600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (420019200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (436345200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (452073600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (467794800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (483523200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (499244400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (514972800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (530694000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (544608000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (562143600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (576057600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (594198000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (607507200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (625647600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (638956800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (657097200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (671011200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (688546800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1143961200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1162105200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1173600000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1194159600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1205049600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1225609200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1236499200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1257058800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1268553600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1289113200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1300003200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1320562800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1331452800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1352012400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1362902400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1383462000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1394352000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1414911600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1425801600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1446361200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1457856000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1478415600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1489305600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1509865200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1520755200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1541314800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1552204800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1572764400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1583654400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1604214000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1615708800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1636268400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1647158400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1667718000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1678608000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1699167600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1710057600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1730617200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1741507200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1762066800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1772956800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1793516400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1805011200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1825570800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1836460800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1857020400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1867910400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1888470000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1899360000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1919919600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1930809600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1951369200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1962864000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1983423600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1994313600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2014873200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2025763200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2046322800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2057212800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2077772400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2088662400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2109222000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2120112000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2140671600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2152166400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2172726000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2183616000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2204175600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2215065600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2235625200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2246515200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2267074800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2277964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2298524400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2309414400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2329974000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2341468800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2362028400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2372918400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2393478000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2404368000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2424927600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2435817600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2456377200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2467267200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2487826800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2499321600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2519881200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2530771200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2551330800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2562220800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2582780400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2593670400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2614230000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2625120000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2645679600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2656569600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2677129200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2688624000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2709183600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2720073600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2740633200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2751523200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2772082800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2782972800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2803532400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2814422400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2834982000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2846476800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2867036400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2877926400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2898486000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2909376000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2929935600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2940825600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2961385200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2972275200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2992834800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3003724800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3024284400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3035779200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3056338800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3067228800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3087788400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3098678400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3119238000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3130128000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3150687600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3161577600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3182137200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3193027200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3213586800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3225081600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3245641200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3256531200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3277090800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3287980800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3308540400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3319430400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3339990000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3350880000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3371439600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3382934400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3403494000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3414384000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3434943600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3445833600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3466393200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3477283200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3497842800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3508732800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3529292400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3540182400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3560742000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3572236800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3592796400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3603686400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3624246000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3635136000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3655695600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3666585600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3687145200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3698035200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3718594800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3730089600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3750649200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3761539200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3782098800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3792988800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3813548400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3824438400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3844998000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3855888000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3876447600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3887337600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3907897200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3919392000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3939951600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3950841600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3971401200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3982291200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4002850800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4013740800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4034300400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4045190400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4065750000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4076640000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4097199600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -20790, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Kralendijk => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2233035335, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-873057600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "AWT" }), + (-769395600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "APT" }), + (-765399600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -15865, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__La_Paz => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2524505244, FixedTimespan { utc_offset: -16356, dst_offset: 0, name: "CMT" }), + (-1205954844, FixedTimespan { utc_offset: -16356, dst_offset: 3600, name: "BST" }), + (-1192307244, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -16356, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Lima => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2524503108, FixedTimespan { utc_offset: -18516, dst_offset: 0, name: "LMT" }), + (-1938538284, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-1009825200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-1002052800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-986756400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-971035200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-955306800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-939585600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (504939600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (512712000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (536475600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (544248000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (631170000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (638942400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (757400400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (765172800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -18492, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Los_Angeles => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2717611622, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-1633269600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-1615129200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-1601820000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-1583679600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-880207200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PWT" }), + (-769395600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PPT" }), + (-765385200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-687967140, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-662655600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-620838000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-608137200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-589388400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-576082800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-557938800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-544633200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-526489200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-513183600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-495039600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-481734000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-463590000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-450284400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-431535600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-418230000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-400086000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-386780400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-368636400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-355330800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-337186800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-323881200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-305737200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-292431600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-273682800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-260982000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-242233200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-226508400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-210783600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-195058800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-179334000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-163609200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-147884400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-131554800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-116434800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-100105200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-84376800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-68655600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-52927200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-37206000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-21477600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-5756400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (9972000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (25693200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (41421600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (57747600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (73476000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (89197200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (104925600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (120646800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (126698400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (152096400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (162381600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (183546000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (199274400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (215600400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (230724000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (247050000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (262778400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (278499600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (294228000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (309949200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (325677600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (341398800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (357127200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (372848400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (388576800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (404902800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (420026400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (436352400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (452080800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (467802000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (483530400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (499251600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (514980000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (530701200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (544615200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (562150800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (576064800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (594205200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (607514400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (625654800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (638964000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (657104400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (671018400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (688554000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (702468000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (720003600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (733917600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (752058000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (765367200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (783507600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (796816800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (814957200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (828871200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (846406800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (860320800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (877856400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (891770400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (909306000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (923220000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (941360400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (954669600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (972810000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (986119200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1004259600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1018173600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1035709200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1049623200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1067158800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1081072800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1099213200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1112522400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1130662800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1143972000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1162112400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1173607200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1194166800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1205056800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1225616400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1236506400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1257066000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1268560800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1289120400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1300010400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1320570000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1331460000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1352019600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1362909600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1383469200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1394359200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1414918800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1425808800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1446368400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1457863200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1478422800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1489312800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1509872400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1520762400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1541322000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1552212000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1572771600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1583661600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1604221200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1615716000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1636275600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1647165600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1667725200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1678615200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1699174800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1710064800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1730624400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1741514400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1762074000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1772964000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1793523600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1805018400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1825578000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1836468000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1857027600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1867917600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1888477200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1899367200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1919926800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1930816800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1951376400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1962871200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1983430800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1994320800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2014880400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2025770400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2046330000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2057220000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2077779600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2088669600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2109229200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2120119200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2140678800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2152173600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2172733200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2183623200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2204182800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2215072800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2235632400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2246522400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2267082000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2277972000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2298531600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2309421600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2329981200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2341476000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2362035600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2372925600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2393485200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2404375200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2424934800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2435824800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2456384400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2467274400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2487834000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2499328800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2519888400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2530778400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2551338000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2562228000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2582787600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2593677600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2614237200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2625127200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2645686800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2656576800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2677136400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2688631200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2709190800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2720080800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2740640400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2751530400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2772090000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2782980000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2803539600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2814429600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2834989200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2846484000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2867043600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2877933600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2898493200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2909383200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2929942800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2940832800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2961392400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2972282400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2992842000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3003732000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3024291600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3035786400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3056346000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3067236000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3087795600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3098685600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3119245200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3130135200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3150694800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3161584800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3182144400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3193034400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3213594000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3225088800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3245648400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3256538400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3277098000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3287988000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3308547600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3319437600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3339997200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3350887200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3371446800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3382941600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3403501200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3414391200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3434950800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3445840800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3466400400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3477290400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3497850000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3508740000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3529299600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3540189600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3560749200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3572244000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3592803600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3603693600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3624253200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3635143200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3655702800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3666592800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3687152400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3698042400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3718602000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3730096800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3750656400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3761546400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3782106000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3792996000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3813555600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3824445600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3845005200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3855895200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3876454800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3887344800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3907904400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3919399200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3939958800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3950848800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3971408400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3982298400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (4002858000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (4013748000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (4034307600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (4045197600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (4065757200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (4076647200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (4097206800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -28378, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Louisville => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2717626618, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1633276800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1615136400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1601827200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1583686800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1535904000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1525280400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-905097600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-891795600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-880214400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CWT" }), + (-769395600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CPT" }), + (-765392400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-747251940, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-744224400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-620841600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-608144400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-589392000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-576090000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-557942400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-544640400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-526492800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-513190800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-495043200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-481741200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-463593600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-450291600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-431539200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-415818000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-400089600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-384368400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-368640000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-352918800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-337190400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-321469200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-305740800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-289414800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-273686400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-266432400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-52938000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-37216800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-21488400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-5767200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (9961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (25682400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (41410800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (57736800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (73465200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (89186400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (104914800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (120636000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (126687600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (152089200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (162370800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (183535200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (199263600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (215589600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (230713200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (247039200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (262767600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (278488800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (294217200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (309938400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (325666800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (341388000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (357116400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (372837600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (388566000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (404892000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (420015600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (436341600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (452070000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (467791200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (483519600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (499240800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (514969200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (530690400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (544604400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (562140000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (576054000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (594194400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (607503600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (625644000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (638953200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (657093600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (671007600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (688543200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (702457200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (719992800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (733906800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (752047200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (765356400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (783496800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (796806000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (814946400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (828860400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (846396000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (860310000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (877845600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (891759600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (909295200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (923209200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (941349600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (954658800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (972799200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (986108400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1004248800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1018162800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1035698400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1049612400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1067148000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1081062000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1099202400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1112511600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1130652000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1143961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1162101600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1173596400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1194156000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1205046000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1225605600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1236495600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1257055200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1268550000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1289109600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1299999600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1320559200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1331449200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1352008800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1362898800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1383458400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1394348400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1414908000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1425798000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1446357600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1457852400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1478412000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1489302000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1509861600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1520751600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1541311200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1552201200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1572760800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1583650800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1604210400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1615705200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1636264800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1647154800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1667714400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1678604400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1699164000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1710054000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1730613600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1741503600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1762063200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1772953200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1793512800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1805007600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1825567200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1836457200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1857016800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1867906800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1888466400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1899356400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1919916000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1930806000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1951365600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1962860400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1983420000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1994310000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2014869600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2025759600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2046319200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2057209200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2077768800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2088658800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2109218400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2120108400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2140668000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2152162800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2172722400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2183612400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2204172000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2215062000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2235621600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2246511600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2267071200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2277961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2298520800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2309410800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2329970400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2341465200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2362024800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2372914800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2393474400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2404364400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2424924000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2435814000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2456373600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2467263600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2487823200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2499318000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2519877600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2530767600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2551327200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2562217200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2582776800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2593666800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2614226400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2625116400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2645676000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2656566000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2677125600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2688620400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2709180000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2720070000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2740629600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2751519600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2772079200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2782969200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2803528800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2814418800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2834978400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2846473200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2867032800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2877922800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2898482400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2909372400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2929932000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2940822000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2961381600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2972271600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2992831200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3003721200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3024280800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3035775600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3056335200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3067225200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3087784800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3098674800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3119234400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3130124400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3150684000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3161574000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3182133600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3193023600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3213583200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3225078000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3245637600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3256527600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3277087200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3287977200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3308536800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3319426800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3339986400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3350876400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3371436000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3382930800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3403490400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3414380400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3434940000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3445830000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3466389600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3477279600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3497839200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3508729200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3529288800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3540178800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3560738400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3572233200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3592792800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3603682800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3624242400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3635132400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3655692000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3666582000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3687141600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3698031600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3718591200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3730086000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3750645600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3761535600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3782095200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3792985200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3813544800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3824434800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3844994400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3855884400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3876444000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3887334000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3907893600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3919388400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3939948000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3950838000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3971397600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3982287600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4002847200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4013737200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4034296800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4045186800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4065746400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4076636400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4097196000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -20582, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Lower_Princes => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2233035335, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-873057600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "AWT" }), + (-769395600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "APT" }), + (-765399600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -15865, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Maceio => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1767217028, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-1206957600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-1191362400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-1175374800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-1159826400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-633819600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-622069200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-602283600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-591832800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-570747600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-560210400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-539125200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-531352800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-191365200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-184197600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-155163600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-150069600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-128898000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-121125600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-99954000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-89589600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-68418000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-57967200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (499748400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (511236000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (530593200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (540266400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (562129200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (571197600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (592974000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (602042400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (624423600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (634701600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (813726000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (824004000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (938919600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (951616800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (970974000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (972180000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1003028400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1013911200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -8572, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Managua => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2524500892, FixedTimespan { utc_offset: -20712, dst_offset: 0, name: "MMT" }), + (-1121105688, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (105084000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (161758800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (290584800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (299134800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (322034400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (330584400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (694260000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (717310800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (725868000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (852094800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1113112800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1128229200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1146384000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1159682400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -20708, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Manaus => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1767211196, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1206954000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1191358800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1175371200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1159822800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-633816000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-622065600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-602280000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-591829200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-570744000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-560206800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-539121600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-531349200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-191361600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-184194000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-155160000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-150066000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-128894400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-121122000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-99950400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-89586000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-68414400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-57963600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (499752000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (511239600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (530596800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (540270000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (562132800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (571201200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (750830400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (761713200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -14404, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Marigot => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2233035335, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-873057600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "AWT" }), + (-769395600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "APT" }), + (-765399600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -15865, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Martinique => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2524506940, FixedTimespan { utc_offset: -14660, dst_offset: 0, name: "FFMT" }), + (-1851537340, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (323841600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (338958000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -14660, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Matamoros => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1514719800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (576057600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (594198000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (828864000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (846399600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (860313600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (877849200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (891763200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (909298800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (923212800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (941353200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (954662400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (972802800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (989136000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1001833200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1018166400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1035702000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1049616000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1067151600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1081065600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1099206000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1112515200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1130655600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1143964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1162105200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1175414400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1193554800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1207468800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1225004400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1238918400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1256454000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1268553600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1289113200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1300003200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1320562800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1331452800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1352012400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1362902400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1383462000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1394352000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1414911600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1425801600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1446361200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1457856000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1478415600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1489305600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1509865200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1520755200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1541314800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1552204800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1572764400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1583654400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1604214000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1615708800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1636268400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1647158400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1667718000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1678608000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1699167600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1710057600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1730617200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1741507200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1762066800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1772956800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1793516400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1805011200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1825570800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1836460800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1857020400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1867910400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1888470000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1899360000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1919919600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1930809600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1951369200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1962864000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1983423600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1994313600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2014873200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2025763200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2046322800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2057212800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2077772400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2088662400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2109222000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2120112000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2140671600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2152166400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2172726000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2183616000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2204175600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2215065600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2235625200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2246515200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2267074800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2277964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2298524400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2309414400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2329974000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2341468800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2362028400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2372918400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2393478000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2404368000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2424927600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2435817600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2456377200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2467267200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2487826800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2499321600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2519881200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2530771200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2551330800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2562220800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2582780400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2593670400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2614230000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2625120000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2645679600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2656569600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2677129200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2688624000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2709183600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2720073600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2740633200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2751523200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2772082800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2782972800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2803532400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2814422400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2834982000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2846476800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2867036400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2877926400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2898486000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2909376000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2929935600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2940825600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2961385200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2972275200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2992834800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3003724800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3024284400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3035779200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3056338800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3067228800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3087788400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3098678400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3119238000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3130128000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3150687600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3161577600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3182137200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3193027200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3213586800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3225081600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3245641200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3256531200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3277090800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3287980800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3308540400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3319430400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3339990000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3350880000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3371439600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3382934400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3403494000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3414384000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3434943600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3445833600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3466393200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3477283200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3497842800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3508732800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3529292400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3540182400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3560742000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3572236800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3592796400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3603686400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3624246000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3635136000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3655695600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3666585600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3687145200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3698035200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3718594800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3730089600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3750649200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3761539200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3782098800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3792988800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3813548400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3824438400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3844998000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3855888000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3876447600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3887337600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3907897200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3919392000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3939951600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3950841600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3971401200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3982291200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4002850800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4013740800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4034300400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4045190400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4065750000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4076640000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4097199600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -23400, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Mazatlan => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1514714060, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1343066400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1234807200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1220292000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1207159200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1191344400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-873828000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-661539600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (28800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (828867600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (846403200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (860317200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (877852800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (891766800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (909302400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (923216400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (941356800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (954666000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (972806400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (989139600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1001836800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1018170000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1035705600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1049619600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1067155200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1081069200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1099209600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1112518800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1130659200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1143968400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1162108800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1175418000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1193558400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1207472400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1225008000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1238922000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1256457600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1270371600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1288512000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1301821200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1319961600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1333270800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1351411200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1365325200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1382860800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1396774800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1414310400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1428224400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1445760000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1459674000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1477814400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1491123600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1509264000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1522573200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1540713600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1554627600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1572163200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1586077200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1603612800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1617526800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1635667200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1648976400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1667116800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -25540, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Mendoza => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2372095484, FixedTimespan { utc_offset: -15408, dst_offset: 0, name: "CMT" }), + (-1567453392, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1233432000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1222981200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1205956800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1194037200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1172865600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1162501200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1141329600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1130965200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1109793600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1099429200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1078257600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1067806800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1046635200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1036270800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1015099200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1004734800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-983563200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-973198800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-952027200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-941576400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-931032000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-900882000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-890337600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-833749200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-827265600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-752274000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-733780800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-197326800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-190843200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-184194000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-164491200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-152658000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-132955200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-121122000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-101419200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-86821200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-71092800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-54766800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-39038400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-23317200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-7588800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (128142000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (136605600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (596948400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (605066400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (624423600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (636516000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (655963200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (667796400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (687499200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (699418800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (719380800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (731469600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (938919600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (952052400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1085281200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1096171200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1198983600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1205632800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -16516, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Menominee => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2659759773, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1633276800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1615136400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1601827200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1583686800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-880214400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CWT" }), + (-769395600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CPT" }), + (-765392400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-747244800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-733942800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-116438400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-100112400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-21484800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (104914800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (120639600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (126691200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (152089200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (162374400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (183538800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (199267200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (215593200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (230716800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (247042800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (262771200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (278492400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (294220800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (309942000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (325670400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (341391600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (357120000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (372841200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (388569600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (404895600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (420019200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (436345200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (452073600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (467794800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (483523200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (499244400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (514972800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (530694000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (544608000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (562143600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (576057600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (594198000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (607507200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (625647600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (638956800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (657097200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (671011200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (688546800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (702460800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (719996400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (733910400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (752050800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (765360000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (783500400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (796809600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (814950000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (828864000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (846399600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (860313600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (877849200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (891763200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (909298800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (923212800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (941353200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (954662400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (972802800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (986112000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1004252400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1018166400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1035702000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1049616000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1067151600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1081065600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1099206000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1112515200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1130655600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1143964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1162105200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1173600000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1194159600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1205049600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1225609200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1236499200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1257058800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1268553600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1289113200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1300003200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1320562800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1331452800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1352012400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1362902400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1383462000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1394352000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1414911600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1425801600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1446361200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1457856000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1478415600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1489305600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1509865200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1520755200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1541314800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1552204800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1572764400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1583654400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1604214000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1615708800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1636268400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1647158400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1667718000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1678608000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1699167600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1710057600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1730617200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1741507200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1762066800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1772956800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1793516400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1805011200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1825570800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1836460800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1857020400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1867910400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1888470000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1899360000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1919919600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1930809600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1951369200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1962864000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1983423600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1994313600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2014873200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2025763200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2046322800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2057212800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2077772400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2088662400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2109222000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2120112000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2140671600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2152166400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2172726000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2183616000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2204175600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2215065600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2235625200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2246515200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2267074800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2277964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2298524400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2309414400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2329974000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2341468800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2362028400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2372918400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2393478000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2404368000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2424927600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2435817600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2456377200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2467267200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2487826800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2499321600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2519881200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2530771200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2551330800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2562220800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2582780400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2593670400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2614230000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2625120000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2645679600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2656569600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2677129200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2688624000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2709183600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2720073600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2740633200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2751523200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2772082800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2782972800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2803532400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2814422400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2834982000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2846476800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2867036400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2877926400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2898486000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2909376000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2929935600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2940825600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2961385200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2972275200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2992834800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3003724800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3024284400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3035779200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3056338800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3067228800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3087788400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3098678400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3119238000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3130128000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3150687600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3161577600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3182137200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3193027200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3213586800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3225081600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3245641200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3256531200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3277090800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3287980800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3308540400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3319430400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3339990000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3350880000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3371439600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3382934400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3403494000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3414384000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3434943600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3445833600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3466393200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3477283200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3497842800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3508732800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3529292400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3540182400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3560742000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3572236800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3592796400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3603686400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3624246000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3635136000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3655695600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3666585600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3687145200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3698035200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3718594800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3730089600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3750649200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3761539200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3782098800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3792988800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3813548400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3824438400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3844998000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3855888000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3876447600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3887337600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3907897200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3919392000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3939951600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3950841600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3971401200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3982291200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4002850800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4013740800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4034300400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4045190400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4065750000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4076640000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4097199600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -21027, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Merida => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1514721692, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (377935200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (407653200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (828864000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (846399600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (860313600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (877849200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (891763200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (909298800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (923212800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (941353200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (954662400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (972802800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (989136000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1001833200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1018166400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1035702000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1049616000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1067151600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1081065600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1099206000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1112515200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1130655600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1143964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1162105200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1175414400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1193554800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1207468800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1225004400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1238918400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1256454000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1270368000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1288508400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1301817600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1319958000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1333267200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1351407600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1365321600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1382857200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1396771200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1414306800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1428220800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1445756400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1459670400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1477810800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1491120000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1509260400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1522569600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1540710000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1554624000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1572159600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1586073600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1603609200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1617523200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1635663600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1648972800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1667113200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -21508, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Metlakatla => { + const REST: &[(i64, FixedTimespan)] = &[ + (-3225223727, FixedTimespan { utc_offset: -31578, dst_offset: 0, name: "LMT" }), + (-2188955622, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-880207200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PWT" }), + (-769395600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PPT" }), + (-765385200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-21477600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-5756400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (9972000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (25693200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (41421600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (57747600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (73476000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (89197200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (104925600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (120646800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (126698400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (152096400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (162381600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (183546000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (199274400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (215600400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (230724000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (247050000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (262778400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (278499600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (294228000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (309949200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (325677600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (341398800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (357127200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (372848400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (388576800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (404902800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (420026400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (436352400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1446372000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1457866800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1478426400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1489316400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1509876000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1520766000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1541325600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1547978400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1552215600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1572775200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1583665200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1604224800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1615719600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1636279200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1647169200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1667728800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1678618800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1699178400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1710068400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1730628000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1741518000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1762077600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1772967600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1793527200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1805022000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1825581600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1836471600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1857031200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1867921200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1888480800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1899370800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1919930400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1930820400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1951380000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1962874800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1983434400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1994324400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2014884000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2025774000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2046333600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2057223600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2077783200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2088673200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2109232800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2120122800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2140682400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2152177200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2172736800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2183626800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2204186400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2215076400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2235636000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2246526000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2267085600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2277975600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2298535200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2309425200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2329984800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2341479600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2362039200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2372929200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2393488800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2404378800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2424938400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2435828400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2456388000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2467278000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2487837600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2499332400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2519892000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2530782000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2551341600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2562231600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2582791200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2593681200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2614240800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2625130800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2645690400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2656580400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2677140000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2688634800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2709194400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2720084400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2740644000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2751534000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2772093600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2782983600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2803543200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2814433200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2834992800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2846487600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2867047200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2877937200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2898496800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2909386800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2929946400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2940836400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2961396000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2972286000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2992845600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3003735600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3024295200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3035790000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3056349600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3067239600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3087799200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3098689200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3119248800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3130138800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3150698400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3161588400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3182148000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3193038000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3213597600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3225092400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3245652000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3256542000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3277101600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3287991600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3308551200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3319441200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3340000800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3350890800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3371450400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3382945200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3403504800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3414394800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3434954400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3445844400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3466404000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3477294000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3497853600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3508743600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3529303200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3540193200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3560752800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3572247600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3592807200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3603697200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3624256800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3635146800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3655706400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3666596400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3687156000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3698046000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3718605600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3730100400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3750660000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3761550000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3782109600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3792999600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3813559200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3824449200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3845008800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3855898800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3876458400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3887348400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3907908000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3919402800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3939962400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3950852400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3971412000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3982302000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (4002861600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (4013751600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (4034311200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (4045201200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (4065760800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (4076650800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (4097210400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 54822, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Mexico_City => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1514715804, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1343066400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1234807200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1220292000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1207159200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1191344400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-975261600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-963169200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-917114400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-907354800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-821901600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CWT" }), + (-810068400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-627501600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-612990000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (828864000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (846399600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (860313600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (877849200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (891763200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (909298800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (923212800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (941353200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (954662400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (972802800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (989136000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1001833200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1018166400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1035702000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1049616000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1067151600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1081065600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1099206000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1112515200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1130655600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1143964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1162105200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1175414400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1193554800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1207468800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1225004400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1238918400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1256454000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1270368000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1288508400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1301817600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1319958000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1333267200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1351407600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1365321600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1382857200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1396771200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1414306800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1428220800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1445756400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1459670400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1477810800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1491120000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1509260400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1522569600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1540710000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1554624000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1572159600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1586073600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1603609200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1617523200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1635663600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1648972800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1667113200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -23796, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Miquelon => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1847650520, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (326001600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (544597200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (562132800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (576046800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (594187200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (607496400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (625636800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (638946000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (657086400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (671000400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (688536000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (702450000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (719985600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (733899600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (752040000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (765349200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (783489600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (796798800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (814939200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (828853200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (846388800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (860302800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (877838400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (891752400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (909288000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (923202000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (941342400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (954651600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (972792000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (986101200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1004241600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1018155600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1035691200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1049605200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1067140800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1081054800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1099195200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1112504400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1130644800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1143954000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1162094400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1173589200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1194148800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1205038800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1225598400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1236488400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1257048000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1268542800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1289102400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1299992400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1320552000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1331442000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1352001600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1362891600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1383451200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1394341200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1414900800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1425790800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1446350400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1457845200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1478404800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1489294800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1509854400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1520744400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1541304000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1552194000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1572753600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1583643600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1604203200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1615698000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1636257600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1647147600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1667707200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1678597200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1699156800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1710046800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1730606400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1741496400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1762056000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1772946000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1793505600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1805000400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1825560000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1836450000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1857009600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1867899600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1888459200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1899349200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1919908800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1930798800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1951358400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1962853200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1983412800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1994302800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (2014862400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (2025752400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (2046312000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (2057202000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (2077761600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (2088651600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (2109211200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (2120101200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (2140660800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (2152155600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (2172715200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (2183605200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (2204164800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (2215054800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (2235614400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (2246504400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (2267064000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (2277954000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (2298513600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (2309403600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (2329963200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (2341458000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (2362017600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (2372907600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (2393467200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (2404357200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (2424916800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (2435806800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (2456366400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (2467256400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (2487816000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (2499310800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (2519870400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (2530760400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (2551320000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (2562210000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (2582769600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (2593659600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (2614219200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (2625109200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (2645668800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (2656558800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (2677118400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (2688613200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (2709172800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (2720062800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (2740622400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (2751512400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (2772072000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (2782962000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (2803521600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (2814411600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (2834971200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (2846466000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (2867025600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (2877915600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (2898475200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (2909365200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (2929924800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (2940814800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (2961374400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (2972264400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (2992824000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (3003714000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (3024273600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (3035768400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (3056328000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (3067218000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (3087777600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (3098667600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (3119227200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (3130117200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (3150676800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (3161566800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (3182126400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (3193016400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (3213576000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (3225070800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (3245630400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (3256520400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (3277080000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (3287970000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (3308529600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (3319419600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (3339979200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (3350869200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (3371428800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (3382923600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (3403483200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (3414373200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (3434932800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (3445822800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (3466382400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (3477272400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (3497832000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (3508722000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (3529281600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (3540171600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (3560731200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (3572226000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (3592785600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (3603675600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (3624235200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (3635125200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (3655684800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (3666574800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (3687134400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (3698024400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (3718584000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (3730078800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (3750638400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (3761528400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (3782088000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (3792978000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (3813537600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (3824427600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (3844987200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (3855877200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (3876436800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (3887326800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (3907886400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (3919381200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (3939940800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (3950830800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (3971390400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (3982280400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (4002840000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (4013730000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (4034289600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (4045179600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (4065739200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (4076629200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (4097188800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -13480, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Moncton => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2715882052, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-2131642800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1632074400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1615143600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1153681200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1145822400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1122231600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1114372800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1090782000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1082923200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1059332400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1051473600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1027882800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1020024000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-996433200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-988574400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-965674800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-955396800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-934743600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-923947200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-904503600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-891892800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-880221600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "AWT" }), + (-769395600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "APT" }), + (-765399600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-747252000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-733950000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-715802400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-702500400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-684352800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-671050800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-652903200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-639601200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-620848800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-608151600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-589399200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-576097200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-557949600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-544647600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-526500000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-513198000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-495050400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-481748400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-463600800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-450298800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-431546400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-418244400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-400096800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-384375600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-368647200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-352926000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-337197600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-321476400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-305748000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-289422000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-273693600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-257972400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-242244000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-226522800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-210794400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-195073200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-179344800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-163623600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-147895200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-131569200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-116445600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-100119600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-84391200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-68670000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-52941600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-37220400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-21492000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-5770800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (9957600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (25678800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (41407200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (57733200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (73461600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (89182800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (136360800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (152082000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (167810400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (183531600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (199260000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (215586000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (230709600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (247035600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (262764000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (278485200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (294213600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (309934800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (325663200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (341384400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (357112800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (372834000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (388562400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (404888400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (420012000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (436338000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (452066400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (467787600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (483516000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (499237200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (514965600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (530686800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (544600800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (562136400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (576050400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (594190800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (607500000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (625640400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (638949600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (657090000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (671004000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (688539600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (702453600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (719989200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (733896060, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (752036460, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (765345660, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (783486060, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (796795260, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (814935660, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (828849660, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (846385260, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (860299260, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (877834860, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (891748860, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (909284460, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (923198460, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (941338860, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (954648060, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (972788460, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (986097660, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1004238060, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1018152060, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1035687660, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1049601660, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1067137260, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1081051260, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1099191660, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1112500860, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1130641260, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1143950460, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1162090860, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1173592800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1194152400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1205042400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1225602000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1236492000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1257051600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1268546400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1289106000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1299996000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1320555600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1331445600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1352005200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1362895200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1383454800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1394344800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1414904400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1425794400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1446354000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1457848800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1478408400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1489298400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1509858000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1520748000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1541307600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1552197600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1572757200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1583647200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1604206800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1615701600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1636261200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1647151200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1667710800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1678600800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1699160400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1710050400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1730610000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1741500000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1762059600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1772949600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1793509200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1805004000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1825563600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1836453600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1857013200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1867903200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1888462800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1899352800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1919912400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1930802400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1951362000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1962856800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1983416400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1994306400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2014866000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2025756000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2046315600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2057205600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2077765200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2088655200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2109214800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2120104800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2140664400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2152159200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2172718800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2183608800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2204168400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2215058400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2235618000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2246508000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2267067600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2277957600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2298517200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2309407200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2329966800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2341461600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2362021200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2372911200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2393470800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2404360800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2424920400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2435810400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2456370000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2467260000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2487819600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2499314400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2519874000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2530764000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2551323600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2562213600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2582773200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2593663200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2614222800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2625112800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2645672400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2656562400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2677122000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2688616800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2709176400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2720066400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2740626000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2751516000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2772075600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2782965600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2803525200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2814415200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2834974800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2846469600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2867029200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2877919200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2898478800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2909368800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2929928400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2940818400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2961378000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2972268000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2992827600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3003717600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3024277200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3035772000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3056331600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3067221600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3087781200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3098671200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3119230800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3130120800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3150680400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3161570400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3182130000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3193020000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3213579600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3225074400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3245634000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3256524000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3277083600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3287973600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3308533200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3319423200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3339982800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3350872800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3371432400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3382927200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3403486800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3414376800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3434936400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3445826400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3466386000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3477276000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3497835600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3508725600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3529285200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3540175200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3560734800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3572229600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3592789200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3603679200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3624238800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3635128800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3655688400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3666578400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3687138000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3698028000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3718587600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3730082400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3750642000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3761532000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3782091600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3792981600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3813541200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3824431200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3844990800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3855880800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3876440400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3887330400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3907890000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3919384800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3939944400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3950834400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3971394000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3982284000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (4002843600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (4013733600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (4034293200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (4045183200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (4065742800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (4076632800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (4097192400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -15548, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Monterrey => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1514719124, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (576057600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (594198000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (828864000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (846399600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (860313600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (877849200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (891763200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (909298800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (923212800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (941353200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (954662400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (972802800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (989136000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1001833200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1018166400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1035702000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1049616000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1067151600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1081065600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1099206000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1112515200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1130655600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1143964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1162105200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1175414400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1193554800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1207468800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1225004400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1238918400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1256454000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1270368000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1288508400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1301817600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1319958000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1333267200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1351407600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1365321600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1382857200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1396771200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1414306800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1428220800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1445756400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1459670400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1477810800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1491120000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1509260400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1522569600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1540710000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1554624000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1572159600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1586073600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1603609200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1617523200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1635663600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1648972800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1667113200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -24076, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Montevideo => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1942690509, FixedTimespan { utc_offset: -13491, dst_offset: 0, name: "MMT" }), + (-1567455309, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1459627200, FixedTimespan { utc_offset: -12600, dst_offset: 1800, name: "-03" }), + (-1443819600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "-0330" }), + (-1428006600, FixedTimespan { utc_offset: -12600, dst_offset: 1800, name: "-03" }), + (-1412283600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "-0330" }), + (-1396470600, FixedTimespan { utc_offset: -12600, dst_offset: 1800, name: "-03" }), + (-1380747600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "-0330" }), + (-1141590600, FixedTimespan { utc_offset: -12600, dst_offset: 1800, name: "-03" }), + (-1128286800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "-0330" }), + (-1110141000, FixedTimespan { utc_offset: -12600, dst_offset: 1800, name: "-03" }), + (-1096837200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "-0330" }), + (-1078691400, FixedTimespan { utc_offset: -12600, dst_offset: 1800, name: "-03" }), + (-1065387600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "-0330" }), + (-1047241800, FixedTimespan { utc_offset: -12600, dst_offset: 1800, name: "-03" }), + (-1033938000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "-0330" }), + (-1015187400, FixedTimespan { utc_offset: -12600, dst_offset: 1800, name: "-03" }), + (-1002488400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "-0330" }), + (-983737800, FixedTimespan { utc_offset: -12600, dst_offset: 1800, name: "-03" }), + (-971038800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "-0330" }), + (-954707400, FixedTimespan { utc_offset: -12600, dst_offset: 1800, name: "-03" }), + (-938984400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "-0330" }), + (-920838600, FixedTimespan { utc_offset: -12600, dst_offset: 1800, name: "-03" }), + (-907534800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "-0330" }), + (-896819400, FixedTimespan { utc_offset: -12600, dst_offset: 1800, name: "-03" }), + (-853621200, FixedTimespan { utc_offset: -10800, dst_offset: 1800, name: "-0230" }), + (-845847000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-334789200, FixedTimespan { utc_offset: -10800, dst_offset: 1800, name: "-0230" }), + (-319671000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-314226000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-309996000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-149720400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-134604000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-50446800, FixedTimespan { utc_offset: -10800, dst_offset: 1800, name: "-0230" }), + (-34205400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (9860400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (14176800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (72846000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (80100000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (127278000, FixedTimespan { utc_offset: -10800, dst_offset: 5400, name: "-0130" }), + (132111000, FixedTimespan { utc_offset: -10800, dst_offset: 1800, name: "-0230" }), + (147234600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (156913200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (165376800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (219812400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (226461600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (250052400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (257911200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (282711600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (289360800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (294202800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (322020000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (566449200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (573012000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (597812400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (605066400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (625633200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (635911200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (656478000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (667965600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (688532400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (699415200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (719377200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (730864800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1095562800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1111896000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1128834000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1142136000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1159678800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1173585600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1191733200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1205035200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1223182800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1236484800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1254632400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1268539200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1286082000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1299988800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1317531600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1331438400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1349586000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1362888000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1381035600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1394337600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1412485200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1425787200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -13491, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Montreal => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2366736148, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1632070800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1615140000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1601753400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1583697600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1567357200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1554667200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1534698000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1524074400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1503248400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1492365600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1471798800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1460916000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1440954000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1428861600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1409504400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1397412000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1378054800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1365962400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1346605200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1333908000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1315155600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1301853600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1283706000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1270404000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1252256400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1238954400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1220806800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1207504800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1188752400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1176055200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1157302800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1144000800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1125853200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1112551200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1094403600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1081101600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1062954000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1049652000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1031504400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1018202400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1000054800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-986752800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-968000400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-955303200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-936550800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-880221600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EWT" }), + (-769395600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EPT" }), + (-765396000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-747248400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-733946400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-715798800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-702496800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-684349200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-671047200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-652899600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-634154400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-620845200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-602704800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-589395600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-576093600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-557946000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-544644000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-526496400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-513194400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-495046800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-481744800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-463597200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-450295200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-431542800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-418240800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-400093200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-384372000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-368643600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-352922400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-337194000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-321472800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-305744400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-289418400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-273690000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-257968800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-242240400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-226519200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-210790800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-195069600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-179341200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-163620000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-147891600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-131565600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-116442000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-100116000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-84387600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-68666400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-52938000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-37216800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-21488400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-5767200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (9961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (25682400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (41410800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (57736800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (73465200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (89186400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (104914800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (120636000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (136364400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (152085600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (167814000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (183535200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (199263600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (215589600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (230713200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (247039200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (262767600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (278488800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (294217200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (309938400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (325666800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (341388000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (357116400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (372837600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (388566000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (404892000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (420015600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (436341600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (452070000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (467791200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (483519600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (499240800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (514969200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (530690400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (544604400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (562140000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (576054000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (594194400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (607503600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (625644000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (638953200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (657093600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (671007600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (688543200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (702457200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (719992800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (733906800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (752047200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (765356400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (783496800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (796806000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (814946400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (828860400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (846396000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (860310000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (877845600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (891759600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (909295200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (923209200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (941349600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (954658800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (972799200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (986108400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1004248800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1018162800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1035698400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1049612400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1067148000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1081062000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1099202400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1112511600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1130652000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1143961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1162101600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1173596400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1194156000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1205046000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1225605600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1236495600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1257055200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1268550000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1289109600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1299999600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1320559200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1331449200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1352008800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1362898800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1383458400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1394348400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1414908000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1425798000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1446357600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1457852400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1478412000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1489302000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1509861600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1520751600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1541311200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1552201200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1572760800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1583650800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1604210400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1615705200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1636264800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1647154800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1667714400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1678604400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1699164000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1710054000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1730613600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1741503600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1762063200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1772953200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1793512800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1805007600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1825567200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1836457200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1857016800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1867906800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1888466400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1899356400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1919916000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1930806000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1951365600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1962860400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1983420000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1994310000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2014869600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2025759600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2046319200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2057209200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2077768800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2088658800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2109218400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2120108400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2140668000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2152162800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2172722400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2183612400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2204172000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2215062000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2235621600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2246511600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2267071200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2277961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2298520800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2309410800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2329970400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2341465200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2362024800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2372914800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2393474400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2404364400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2424924000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2435814000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2456373600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2467263600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2487823200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2499318000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2519877600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2530767600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2551327200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2562217200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2582776800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2593666800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2614226400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2625116400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2645676000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2656566000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2677125600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2688620400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2709180000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2720070000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2740629600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2751519600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2772079200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2782969200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2803528800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2814418800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2834978400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2846473200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2867032800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2877922800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2898482400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2909372400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2929932000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2940822000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2961381600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2972271600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2992831200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3003721200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3024280800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3035775600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3056335200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3067225200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3087784800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3098674800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3119234400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3130124400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3150684000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3161574000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3182133600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3193023600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3213583200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3225078000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3245637600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3256527600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3277087200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3287977200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3308536800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3319426800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3339986400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3350876400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3371436000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3382930800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3403490400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3414380400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3434940000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3445830000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3466389600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3477279600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3497839200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3508729200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3529288800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3540178800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3560738400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3572233200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3592792800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3603682800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3624242400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3635132400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3655692000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3666582000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3687141600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3698031600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3718591200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3730086000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3750645600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3761535600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3782095200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3792985200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3813544800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3824434800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3844994400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3855884400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3876444000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3887334000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3907893600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3919388400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3939948000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3950838000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3971397600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3982287600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4002847200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4013737200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4034296800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4045186800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4065746400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4076636400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4097196000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -19052, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Montserrat => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2233035335, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-873057600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "AWT" }), + (-769395600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "APT" }), + (-765399600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -15865, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Nassau => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2366736148, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1632070800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1615140000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1601753400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1583697600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1567357200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1554667200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1534698000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1524074400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1503248400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1492365600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1471798800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1460916000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1440954000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1428861600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1409504400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1397412000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1378054800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1365962400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1346605200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1333908000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1315155600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1301853600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1283706000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1270404000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1252256400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1238954400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1220806800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1207504800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1188752400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1176055200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1157302800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1144000800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1125853200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1112551200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1094403600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1081101600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1062954000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1049652000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1031504400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1018202400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1000054800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-986752800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-968000400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-955303200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-936550800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-880221600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EWT" }), + (-769395600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EPT" }), + (-765396000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-747248400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-733946400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-715798800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-702496800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-684349200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-671047200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-652899600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-634154400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-620845200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-602704800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-589395600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-576093600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-557946000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-544644000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-526496400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-513194400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-495046800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-481744800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-463597200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-450295200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-431542800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-418240800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-400093200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-384372000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-368643600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-352922400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-337194000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-321472800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-305744400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-289418400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-273690000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-257968800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-242240400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-226519200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-210790800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-195069600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-179341200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-163620000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-147891600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-131565600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-116442000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-100116000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-84387600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-68666400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-52938000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-37216800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-21488400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-5767200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (9961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (25682400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (41410800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (57736800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (73465200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (89186400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (104914800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (120636000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (136364400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (152085600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (167814000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (183535200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (199263600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (215589600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (230713200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (247039200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (262767600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (278488800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (294217200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (309938400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (325666800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (341388000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (357116400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (372837600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (388566000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (404892000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (420015600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (436341600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (452070000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (467791200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (483519600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (499240800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (514969200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (530690400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (544604400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (562140000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (576054000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (594194400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (607503600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (625644000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (638953200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (657093600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (671007600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (688543200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (702457200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (719992800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (733906800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (752047200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (765356400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (783496800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (796806000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (814946400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (828860400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (846396000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (860310000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (877845600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (891759600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (909295200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (923209200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (941349600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (954658800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (972799200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (986108400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1004248800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1018162800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1035698400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1049612400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1067148000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1081062000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1099202400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1112511600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1130652000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1143961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1162101600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1173596400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1194156000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1205046000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1225605600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1236495600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1257055200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1268550000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1289109600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1299999600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1320559200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1331449200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1352008800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1362898800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1383458400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1394348400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1414908000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1425798000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1446357600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1457852400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1478412000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1489302000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1509861600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1520751600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1541311200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1552201200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1572760800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1583650800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1604210400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1615705200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1636264800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1647154800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1667714400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1678604400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1699164000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1710054000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1730613600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1741503600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1762063200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1772953200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1793512800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1805007600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1825567200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1836457200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1857016800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1867906800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1888466400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1899356400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1919916000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1930806000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1951365600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1962860400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1983420000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1994310000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2014869600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2025759600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2046319200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2057209200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2077768800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2088658800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2109218400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2120108400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2140668000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2152162800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2172722400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2183612400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2204172000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2215062000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2235621600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2246511600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2267071200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2277961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2298520800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2309410800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2329970400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2341465200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2362024800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2372914800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2393474400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2404364400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2424924000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2435814000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2456373600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2467263600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2487823200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2499318000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2519877600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2530767600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2551327200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2562217200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2582776800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2593666800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2614226400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2625116400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2645676000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2656566000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2677125600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2688620400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2709180000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2720070000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2740629600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2751519600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2772079200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2782969200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2803528800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2814418800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2834978400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2846473200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2867032800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2877922800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2898482400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2909372400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2929932000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2940822000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2961381600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2972271600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2992831200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3003721200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3024280800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3035775600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3056335200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3067225200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3087784800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3098674800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3119234400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3130124400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3150684000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3161574000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3182133600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3193023600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3213583200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3225078000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3245637600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3256527600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3277087200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3287977200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3308536800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3319426800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3339986400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3350876400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3371436000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3382930800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3403490400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3414380400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3434940000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3445830000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3466389600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3477279600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3497839200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3508729200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3529288800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3540178800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3560738400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3572233200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3592792800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3603682800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3624242400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3635132400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3655692000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3666582000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3687141600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3698031600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3718591200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3730086000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3750645600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3761535600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3782095200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3792985200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3813544800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3824434800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3844994400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3855884400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3876444000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3887334000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3907893600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3919388400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3939948000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3950838000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3971397600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3982287600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4002847200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4013737200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4034296800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4045186800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4065746400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4076636400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4097196000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -19052, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__New_York => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2717633038, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1633280400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1615140000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1601830800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1583690400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1570381200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1551636000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1536512400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1523210400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1504458000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1491760800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1473008400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1459706400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1441558800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1428256800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1410109200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1396807200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1378659600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1365357600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1347210000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1333908000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1315155600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1301853600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1283706000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1270404000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1252256400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1238954400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1220806800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1207504800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1189357200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1176055200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1157302800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1144605600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1125853200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1112551200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1094403600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1081101600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1062954000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1049652000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1031504400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1018202400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1000054800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-986752800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-968000400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-955303200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-936550800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-923248800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-905101200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-891799200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-880218000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EWT" }), + (-769395600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EPT" }), + (-765396000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-747248400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-733946400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-715798800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-702496800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-684349200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-671047200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-652899600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-639597600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-620845200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-608148000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-589395600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-576093600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-557946000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-544644000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-526496400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-513194400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-495046800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-481744800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-463597200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-447271200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-431542800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-415821600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-400093200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-384372000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-368643600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-352922400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-337194000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-321472800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-305744400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-289418400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-273690000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-257968800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-242240400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-226519200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-210790800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-195069600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-179341200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-163620000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-147891600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-131565600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-116442000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-100116000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-84387600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-68666400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-52938000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-37216800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-21488400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-5767200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (9961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (25682400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (41410800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (57736800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (73465200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (89186400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (104914800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (120636000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (126687600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (152085600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (162370800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (183535200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (199263600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (215589600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (230713200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (247039200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (262767600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (278488800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (294217200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (309938400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (325666800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (341388000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (357116400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (372837600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (388566000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (404892000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (420015600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (436341600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (452070000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (467791200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (483519600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (499240800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (514969200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (530690400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (544604400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (562140000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (576054000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (594194400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (607503600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (625644000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (638953200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (657093600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (671007600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (688543200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (702457200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (719992800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (733906800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (752047200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (765356400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (783496800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (796806000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (814946400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (828860400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (846396000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (860310000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (877845600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (891759600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (909295200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (923209200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (941349600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (954658800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (972799200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (986108400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1004248800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1018162800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1035698400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1049612400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1067148000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1081062000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1099202400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1112511600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1130652000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1143961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1162101600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1173596400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1194156000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1205046000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1225605600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1236495600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1257055200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1268550000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1289109600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1299999600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1320559200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1331449200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1352008800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1362898800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1383458400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1394348400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1414908000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1425798000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1446357600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1457852400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1478412000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1489302000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1509861600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1520751600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1541311200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1552201200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1572760800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1583650800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1604210400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1615705200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1636264800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1647154800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1667714400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1678604400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1699164000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1710054000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1730613600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1741503600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1762063200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1772953200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1793512800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1805007600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1825567200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1836457200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1857016800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1867906800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1888466400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1899356400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1919916000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1930806000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1951365600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1962860400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1983420000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1994310000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2014869600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2025759600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2046319200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2057209200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2077768800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2088658800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2109218400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2120108400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2140668000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2152162800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2172722400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2183612400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2204172000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2215062000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2235621600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2246511600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2267071200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2277961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2298520800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2309410800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2329970400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2341465200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2362024800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2372914800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2393474400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2404364400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2424924000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2435814000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2456373600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2467263600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2487823200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2499318000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2519877600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2530767600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2551327200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2562217200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2582776800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2593666800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2614226400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2625116400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2645676000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2656566000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2677125600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2688620400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2709180000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2720070000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2740629600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2751519600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2772079200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2782969200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2803528800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2814418800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2834978400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2846473200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2867032800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2877922800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2898482400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2909372400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2929932000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2940822000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2961381600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2972271600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2992831200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3003721200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3024280800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3035775600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3056335200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3067225200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3087784800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3098674800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3119234400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3130124400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3150684000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3161574000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3182133600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3193023600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3213583200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3225078000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3245637600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3256527600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3277087200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3287977200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3308536800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3319426800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3339986400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3350876400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3371436000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3382930800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3403490400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3414380400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3434940000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3445830000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3466389600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3477279600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3497839200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3508729200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3529288800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3540178800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3560738400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3572233200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3592792800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3603682800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3624242400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3635132400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3655692000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3666582000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3687141600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3698031600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3718591200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3730086000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3750645600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3761535600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3782095200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3792985200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3813544800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3824434800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3844994400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3855884400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3876444000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3887334000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3907893600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3919388400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3939948000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3950838000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3971397600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3982287600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4002847200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4013737200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4034296800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4045186800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4065746400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4076636400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4097196000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -17762, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Nipigon => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2366736148, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1632070800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1615140000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1601753400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1583697600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1567357200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1554667200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1534698000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1524074400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1503248400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1492365600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1471798800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1460916000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1440954000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1428861600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1409504400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1397412000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1378054800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1365962400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1346605200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1333908000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1315155600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1301853600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1283706000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1270404000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1252256400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1238954400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1220806800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1207504800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1188752400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1176055200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1157302800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1144000800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1125853200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1112551200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1094403600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1081101600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1062954000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1049652000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1031504400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1018202400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1000054800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-986752800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-968000400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-955303200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-936550800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-880221600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EWT" }), + (-769395600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EPT" }), + (-765396000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-747248400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-733946400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-715798800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-702496800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-684349200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-671047200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-652899600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-634154400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-620845200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-602704800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-589395600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-576093600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-557946000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-544644000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-526496400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-513194400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-495046800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-481744800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-463597200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-450295200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-431542800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-418240800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-400093200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-384372000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-368643600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-352922400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-337194000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-321472800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-305744400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-289418400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-273690000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-257968800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-242240400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-226519200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-210790800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-195069600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-179341200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-163620000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-147891600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-131565600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-116442000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-100116000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-84387600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-68666400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-52938000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-37216800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-21488400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-5767200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (9961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (25682400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (41410800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (57736800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (73465200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (89186400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (104914800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (120636000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (136364400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (152085600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (167814000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (183535200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (199263600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (215589600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (230713200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (247039200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (262767600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (278488800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (294217200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (309938400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (325666800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (341388000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (357116400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (372837600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (388566000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (404892000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (420015600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (436341600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (452070000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (467791200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (483519600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (499240800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (514969200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (530690400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (544604400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (562140000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (576054000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (594194400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (607503600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (625644000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (638953200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (657093600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (671007600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (688543200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (702457200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (719992800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (733906800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (752047200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (765356400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (783496800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (796806000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (814946400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (828860400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (846396000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (860310000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (877845600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (891759600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (909295200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (923209200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (941349600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (954658800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (972799200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (986108400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1004248800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1018162800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1035698400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1049612400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1067148000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1081062000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1099202400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1112511600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1130652000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1143961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1162101600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1173596400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1194156000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1205046000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1225605600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1236495600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1257055200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1268550000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1289109600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1299999600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1320559200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1331449200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1352008800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1362898800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1383458400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1394348400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1414908000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1425798000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1446357600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1457852400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1478412000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1489302000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1509861600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1520751600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1541311200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1552201200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1572760800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1583650800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1604210400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1615705200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1636264800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1647154800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1667714400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1678604400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1699164000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1710054000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1730613600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1741503600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1762063200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1772953200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1793512800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1805007600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1825567200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1836457200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1857016800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1867906800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1888466400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1899356400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1919916000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1930806000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1951365600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1962860400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1983420000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1994310000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2014869600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2025759600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2046319200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2057209200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2077768800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2088658800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2109218400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2120108400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2140668000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2152162800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2172722400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2183612400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2204172000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2215062000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2235621600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2246511600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2267071200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2277961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2298520800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2309410800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2329970400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2341465200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2362024800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2372914800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2393474400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2404364400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2424924000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2435814000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2456373600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2467263600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2487823200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2499318000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2519877600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2530767600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2551327200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2562217200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2582776800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2593666800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2614226400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2625116400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2645676000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2656566000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2677125600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2688620400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2709180000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2720070000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2740629600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2751519600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2772079200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2782969200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2803528800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2814418800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2834978400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2846473200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2867032800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2877922800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2898482400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2909372400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2929932000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2940822000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2961381600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2972271600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2992831200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3003721200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3024280800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3035775600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3056335200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3067225200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3087784800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3098674800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3119234400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3130124400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3150684000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3161574000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3182133600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3193023600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3213583200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3225078000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3245637600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3256527600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3277087200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3287977200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3308536800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3319426800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3339986400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3350876400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3371436000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3382930800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3403490400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3414380400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3434940000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3445830000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3466389600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3477279600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3497839200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3508729200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3529288800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3540178800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3560738400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3572233200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3592792800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3603682800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3624242400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3635132400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3655692000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3666582000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3687141600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3698031600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3718591200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3730086000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3750645600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3761535600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3782095200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3792985200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3813544800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3824434800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3844994400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3855884400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3876444000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3887334000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3907893600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3919388400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3939948000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3950838000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3971397600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3982287600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4002847200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4013737200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4034296800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4045186800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4065746400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4076636400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4097196000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -19052, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Nome => { + const REST: &[(i64, FixedTimespan)] = &[ + (-3225223727, FixedTimespan { utc_offset: -39698, dst_offset: 0, name: "LMT" }), + (-2188947502, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "NST" }), + (-880196400, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "NWT" }), + (-769395600, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "NPT" }), + (-765374400, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "NST" }), + (-86878800, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (-21466800, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (-5745600, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (9982800, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (25704000, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (41432400, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (57758400, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (73486800, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (89208000, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (104936400, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (120657600, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (126709200, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (152107200, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (162392400, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (183556800, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (199285200, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (215611200, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (230734800, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (247060800, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (262789200, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (278510400, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (294238800, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (309960000, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (325688400, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (341409600, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (357138000, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (372859200, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (388587600, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (404913600, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (420037200, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (436363200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "YST" }), + (439030800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (452084400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (467805600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (483534000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (499255200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (514983600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (530704800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (544618800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (562154400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (576068400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (594208800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (607518000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (625658400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (638967600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (657108000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (671022000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (688557600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (702471600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (720007200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (733921200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (752061600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (765370800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (783511200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (796820400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (814960800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (828874800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (846410400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (860324400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (877860000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (891774000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (909309600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (923223600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (941364000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (954673200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (972813600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (986122800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1004263200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1018177200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1035712800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1049626800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1067162400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1081076400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1099216800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1112526000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1130666400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1143975600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1162116000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1173610800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1194170400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1205060400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1225620000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1236510000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1257069600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1268564400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1289124000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1300014000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1320573600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1331463600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1352023200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1362913200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1383472800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1394362800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1414922400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1425812400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1446372000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1457866800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1478426400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1489316400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1509876000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1520766000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1541325600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1552215600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1572775200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1583665200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1604224800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1615719600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1636279200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1647169200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1667728800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1678618800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1699178400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1710068400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1730628000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1741518000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1762077600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1772967600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1793527200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1805022000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1825581600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1836471600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1857031200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1867921200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1888480800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1899370800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1919930400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1930820400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1951380000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1962874800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1983434400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1994324400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2014884000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2025774000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2046333600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2057223600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2077783200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2088673200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2109232800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2120122800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2140682400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2152177200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2172736800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2183626800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2204186400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2215076400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2235636000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2246526000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2267085600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2277975600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2298535200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2309425200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2329984800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2341479600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2362039200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2372929200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2393488800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2404378800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2424938400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2435828400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2456388000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2467278000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2487837600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2499332400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2519892000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2530782000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2551341600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2562231600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2582791200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2593681200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2614240800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2625130800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2645690400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2656580400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2677140000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2688634800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2709194400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2720084400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2740644000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2751534000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2772093600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2782983600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2803543200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2814433200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2834992800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2846487600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2867047200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2877937200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2898496800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2909386800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2929946400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2940836400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2961396000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2972286000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2992845600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3003735600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3024295200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3035790000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3056349600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3067239600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3087799200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3098689200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3119248800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3130138800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3150698400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3161588400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3182148000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3193038000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3213597600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3225092400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3245652000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3256542000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3277101600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3287991600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3308551200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3319441200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3340000800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3350890800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3371450400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3382945200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3403504800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3414394800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3434954400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3445844400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3466404000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3477294000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3497853600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3508743600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3529303200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3540193200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3560752800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3572247600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3592807200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3603697200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3624256800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3635146800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3655706400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3666596400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3687156000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3698046000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3718605600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3730100400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3750660000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3761550000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3782109600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3792999600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3813559200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3824449200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3845008800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3855898800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3876458400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3887348400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3907908000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3919402800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3939962400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3950852400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3971412000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3982302000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (4002861600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (4013751600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (4034311200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (4045201200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (4065760800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (4076650800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (4097210400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 46702, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Noronha => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1767217820, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-1206961200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-1191366000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-1175378400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-1159830000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-633823200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-622072800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-602287200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-591836400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-570751200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-560214000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-539128800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-531356400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-191368800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-184201200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-155167200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-150073200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-128901600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-121129200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-99957600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-89593200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-68421600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-57970800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (499744800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (511232400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (530589600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (540262800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (562125600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (571194000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (592970400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (602038800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (624420000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (634698000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (938916000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (951613200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (970970400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (971571600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (1003024800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (1013907600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -7780, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__North_Dakota__Beulah => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2717619173, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1633273200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1615132800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1601823600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1583683200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-880210800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MWT" }), + (-769395600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MPT" }), + (-765388800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-84380400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-68659200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-52930800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-37209600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-21481200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-5760000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (9968400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (25689600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (41418000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (57744000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (73472400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (89193600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (104922000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (120643200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (126694800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (152092800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (162378000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (183542400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (199270800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (215596800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (230720400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (247046400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (262774800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (278496000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (294224400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (309945600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (325674000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (341395200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (357123600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (372844800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (388573200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (404899200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (420022800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (436348800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (452077200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (467798400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (483526800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (499248000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (514976400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (530697600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (544611600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (562147200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (576061200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (594201600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (607510800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (625651200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (638960400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (657100800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (671014800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (688550400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (702464400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (720000000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (733914000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (752054400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (765363600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (783504000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (796813200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (814953600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (828867600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (846403200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (860317200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (877852800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (891766800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (909302400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (923216400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (941356800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (954666000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (972806400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (986115600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1004256000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1018170000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1035705600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1049619600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1067155200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1081069200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1099209600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1112518800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1130659200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1143968400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1162108800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1173603600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1194163200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1205053200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1225612800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1236502800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1257062400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1268557200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1289116800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1300003200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1320562800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1331452800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1352012400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1362902400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1383462000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1394352000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1414911600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1425801600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1446361200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1457856000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1478415600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1489305600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1509865200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1520755200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1541314800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1552204800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1572764400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1583654400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1604214000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1615708800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1636268400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1647158400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1667718000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1678608000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1699167600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1710057600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1730617200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1741507200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1762066800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1772956800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1793516400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1805011200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1825570800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1836460800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1857020400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1867910400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1888470000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1899360000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1919919600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1930809600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1951369200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1962864000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1983423600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1994313600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2014873200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2025763200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2046322800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2057212800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2077772400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2088662400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2109222000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2120112000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2140671600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2152166400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2172726000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2183616000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2204175600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2215065600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2235625200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2246515200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2267074800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2277964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2298524400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2309414400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2329974000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2341468800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2362028400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2372918400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2393478000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2404368000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2424927600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2435817600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2456377200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2467267200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2487826800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2499321600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2519881200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2530771200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2551330800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2562220800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2582780400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2593670400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2614230000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2625120000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2645679600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2656569600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2677129200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2688624000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2709183600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2720073600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2740633200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2751523200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2772082800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2782972800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2803532400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2814422400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2834982000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2846476800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2867036400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2877926400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2898486000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2909376000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2929935600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2940825600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2961385200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2972275200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2992834800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3003724800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3024284400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3035779200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3056338800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3067228800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3087788400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3098678400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3119238000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3130128000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3150687600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3161577600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3182137200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3193027200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3213586800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3225081600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3245641200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3256531200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3277090800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3287980800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3308540400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3319430400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3339990000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3350880000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3371439600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3382934400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3403494000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3414384000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3434943600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3445833600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3466393200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3477283200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3497842800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3508732800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3529292400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3540182400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3560742000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3572236800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3592796400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3603686400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3624246000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3635136000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3655695600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3666585600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3687145200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3698035200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3718594800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3730089600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3750649200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3761539200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3782098800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3792988800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3813548400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3824438400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3844998000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3855888000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3876447600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3887337600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3907897200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3919392000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3939951600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3950841600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3971401200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3982291200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4002850800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4013740800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4034300400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4045190400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4065750000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4076640000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4097199600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -24427, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__North_Dakota__Center => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2717619288, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1633273200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1615132800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1601823600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1583683200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-880210800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MWT" }), + (-769395600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MPT" }), + (-765388800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-84380400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-68659200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-52930800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-37209600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-21481200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-5760000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (9968400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (25689600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (41418000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (57744000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (73472400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (89193600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (104922000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (120643200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (126694800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (152092800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (162378000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (183542400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (199270800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (215596800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (230720400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (247046400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (262774800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (278496000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (294224400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (309945600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (325674000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (341395200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (357123600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (372844800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (388573200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (404899200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (420022800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (436348800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (452077200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (467798400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (483526800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (499248000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (514976400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (530697600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (544611600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (562147200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (576061200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (594201600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (607510800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (625651200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (638960400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (657100800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (671014800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (688550400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (702464400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (720000000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (733910400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (752050800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (765360000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (783500400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (796809600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (814950000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (828864000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (846399600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (860313600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (877849200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (891763200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (909298800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (923212800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (941353200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (954662400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (972802800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (986112000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1004252400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1018166400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1035702000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1049616000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1067151600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1081065600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1099206000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1112515200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1130655600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1143964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1162105200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1173600000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1194159600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1205049600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1225609200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1236499200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1257058800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1268553600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1289113200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1300003200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1320562800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1331452800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1352012400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1362902400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1383462000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1394352000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1414911600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1425801600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1446361200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1457856000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1478415600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1489305600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1509865200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1520755200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1541314800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1552204800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1572764400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1583654400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1604214000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1615708800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1636268400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1647158400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1667718000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1678608000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1699167600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1710057600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1730617200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1741507200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1762066800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1772956800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1793516400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1805011200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1825570800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1836460800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1857020400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1867910400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1888470000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1899360000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1919919600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1930809600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1951369200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1962864000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1983423600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1994313600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2014873200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2025763200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2046322800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2057212800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2077772400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2088662400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2109222000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2120112000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2140671600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2152166400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2172726000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2183616000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2204175600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2215065600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2235625200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2246515200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2267074800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2277964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2298524400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2309414400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2329974000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2341468800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2362028400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2372918400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2393478000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2404368000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2424927600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2435817600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2456377200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2467267200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2487826800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2499321600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2519881200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2530771200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2551330800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2562220800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2582780400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2593670400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2614230000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2625120000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2645679600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2656569600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2677129200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2688624000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2709183600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2720073600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2740633200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2751523200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2772082800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2782972800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2803532400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2814422400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2834982000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2846476800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2867036400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2877926400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2898486000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2909376000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2929935600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2940825600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2961385200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2972275200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2992834800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3003724800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3024284400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3035779200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3056338800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3067228800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3087788400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3098678400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3119238000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3130128000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3150687600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3161577600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3182137200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3193027200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3213586800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3225081600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3245641200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3256531200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3277090800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3287980800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3308540400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3319430400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3339990000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3350880000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3371439600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3382934400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3403494000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3414384000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3434943600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3445833600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3466393200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3477283200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3497842800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3508732800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3529292400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3540182400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3560742000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3572236800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3592796400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3603686400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3624246000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3635136000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3655695600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3666585600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3687145200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3698035200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3718594800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3730089600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3750649200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3761539200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3782098800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3792988800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3813548400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3824438400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3844998000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3855888000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3876447600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3887337600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3907897200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3919392000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3939951600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3950841600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3971401200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3982291200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4002850800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4013740800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4034300400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4045190400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4065750000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4076640000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4097199600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -24312, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__North_Dakota__New_Salem => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2717619261, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1633273200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1615132800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1601823600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1583683200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-880210800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MWT" }), + (-769395600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MPT" }), + (-765388800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-84380400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-68659200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-52930800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-37209600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-21481200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-5760000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (9968400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (25689600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (41418000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (57744000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (73472400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (89193600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (104922000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (120643200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (126694800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (152092800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (162378000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (183542400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (199270800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (215596800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (230720400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (247046400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (262774800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (278496000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (294224400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (309945600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (325674000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (341395200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (357123600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (372844800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (388573200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (404899200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (420022800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (436348800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (452077200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (467798400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (483526800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (499248000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (514976400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (530697600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (544611600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (562147200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (576061200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (594201600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (607510800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (625651200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (638960400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (657100800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (671014800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (688550400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (702464400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (720000000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (733914000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (752054400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (765363600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (783504000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (796813200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (814953600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (828867600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (846403200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (860317200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (877852800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (891766800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (909302400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (923216400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (941356800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (954666000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (972806400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (986115600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1004256000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1018170000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1035705600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1049619600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1067155200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1081065600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1099206000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1112515200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1130655600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1143964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1162105200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1173600000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1194159600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1205049600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1225609200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1236499200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1257058800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1268553600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1289113200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1300003200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1320562800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1331452800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1352012400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1362902400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1383462000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1394352000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1414911600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1425801600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1446361200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1457856000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1478415600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1489305600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1509865200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1520755200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1541314800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1552204800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1572764400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1583654400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1604214000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1615708800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1636268400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1647158400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1667718000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1678608000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1699167600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1710057600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1730617200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1741507200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1762066800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1772956800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1793516400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1805011200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1825570800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1836460800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1857020400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1867910400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1888470000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1899360000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1919919600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1930809600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1951369200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1962864000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1983423600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1994313600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2014873200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2025763200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2046322800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2057212800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2077772400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2088662400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2109222000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2120112000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2140671600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2152166400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2172726000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2183616000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2204175600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2215065600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2235625200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2246515200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2267074800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2277964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2298524400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2309414400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2329974000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2341468800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2362028400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2372918400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2393478000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2404368000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2424927600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2435817600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2456377200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2467267200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2487826800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2499321600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2519881200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2530771200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2551330800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2562220800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2582780400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2593670400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2614230000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2625120000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2645679600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2656569600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2677129200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2688624000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2709183600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2720073600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2740633200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2751523200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2772082800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2782972800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2803532400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2814422400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2834982000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2846476800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2867036400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2877926400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2898486000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2909376000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2929935600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2940825600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2961385200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2972275200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2992834800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3003724800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3024284400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3035779200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3056338800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3067228800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3087788400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3098678400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3119238000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3130128000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3150687600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3161577600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3182137200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3193027200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3213586800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3225081600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3245641200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3256531200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3277090800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3287980800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3308540400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3319430400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3339990000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3350880000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3371439600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3382934400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3403494000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3414384000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3434943600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3445833600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3466393200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3477283200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3497842800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3508732800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3529292400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3540182400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3560742000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3572236800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3592796400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3603686400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3624246000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3635136000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3655695600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3666585600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3687145200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3698035200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3718594800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3730089600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3750649200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3761539200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3782098800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3792988800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3813548400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3824438400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3844998000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3855888000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3876447600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3887337600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3907897200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3919392000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3939951600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3950841600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3971401200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3982291200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4002850800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4013740800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4034300400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4045190400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4065750000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4076640000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4097199600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -24339, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Nuuk => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1686083584, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (323845200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (338950800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (354675600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (370400400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (386125200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (401850000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (417574800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (433299600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (449024400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (465354000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (481078800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (496803600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (512528400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (528253200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (543978000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (559702800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (575427600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (591152400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (606877200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (622602000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (638326800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (654656400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (670381200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (686106000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (701830800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (717555600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (733280400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (749005200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (764730000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (780454800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (796179600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (811904400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (828234000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (846378000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (859683600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (877827600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (891133200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (909277200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (922582800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (941331600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (954032400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (972781200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (985482000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1004230800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1017536400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1035680400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1048986000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1067130000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1080435600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1099184400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1111885200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1130634000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1143334800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1162083600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1174784400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1193533200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1206838800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1224982800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1238288400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1256432400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1269738000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1288486800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1301187600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1319936400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1332637200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1351386000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1364691600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1382835600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1396141200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1414285200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1427590800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1445734800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1459040400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1477789200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1490490000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1509238800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1521939600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1540688400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1553994000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1572138000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1585443600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1603587600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1616893200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1635642000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1648342800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1667091600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1679792400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1679799600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (1711846800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (1729990800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (1743296400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (1761440400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (1774746000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (1792890000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (1806195600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (1824944400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (1837645200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (1856394000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (1869094800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (1887843600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (1901149200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (1919293200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (1932598800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (1950742800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (1964048400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (1982797200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (1995498000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2014246800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2026947600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2045696400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2058397200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2077146000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2090451600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2108595600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2121901200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2140045200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2153350800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2172099600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2184800400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2203549200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2216250000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2234998800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2248304400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2266448400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2279754000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2297898000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2311203600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2329347600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2342653200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2361402000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2374102800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2392851600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2405552400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2424301200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2437606800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2455750800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2469056400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2487200400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2500506000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2519254800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2531955600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2550704400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2563405200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2582154000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2595459600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2613603600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2626909200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2645053200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2658358800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2676502800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2689808400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2708557200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2721258000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2740006800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2752707600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2771456400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2784762000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2802906000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2816211600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2834355600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2847661200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2866410000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2879110800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2897859600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2910560400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2929309200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2942010000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2960758800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2974064400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2992208400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3005514000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3023658000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3036963600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3055712400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3068413200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3087162000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3099862800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3118611600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3131917200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3150061200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3163366800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3181510800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3194816400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3212960400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3226266000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3245014800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3257715600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3276464400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3289165200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3307914000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3321219600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3339363600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3352669200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3370813200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3384118800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3402867600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3415568400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3434317200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3447018000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3465766800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3479072400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3497216400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3510522000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3528666000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3541971600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3560115600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3573421200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3592170000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3604870800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3623619600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3636320400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3655069200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3668374800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3686518800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3699824400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3717968400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3731274000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3750022800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3762723600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3781472400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3794173200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3812922000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3825622800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3844371600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3857677200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3875821200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3889126800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3907270800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3920576400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3939325200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3952026000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3970774800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3983475600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (4002224400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (4015530000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (4033674000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (4046979600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (4065123600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (4078429200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (4096573200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -12416, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Ojinaga => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1514714540, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1343066400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1234807200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1220292000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1207159200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1191344400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (828864000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (846399600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (860313600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (877849200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (891766800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (909302400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (923216400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (941356800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (954666000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (972806400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (989139600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1001836800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1018170000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1035705600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1049619600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1067155200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1081069200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1099209600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1112518800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1130659200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1143968400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1162108800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1175418000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1193558400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1207472400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1225008000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1238922000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1256457600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1268557200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1289116800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1300006800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1320566400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1331456400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1352016000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1362906000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1383465600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1394355600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1414915200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1425805200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1446364800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1457859600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1478419200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1489309200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1509868800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1520758800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1541318400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1552208400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1572768000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1583658000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1604217600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1615712400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1636272000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1647162000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1667116800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1678608000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1699167600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1710057600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1730617200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1741507200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1762066800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1772956800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1793516400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1805011200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1825570800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1836460800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1857020400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1867910400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1888470000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1899360000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1919919600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1930809600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1951369200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1962864000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1983423600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1994313600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2014873200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2025763200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2046322800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2057212800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2077772400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2088662400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2109222000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2120112000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2140671600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2152166400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2172726000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2183616000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2204175600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2215065600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2235625200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2246515200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2267074800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2277964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2298524400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2309414400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2329974000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2341468800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2362028400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2372918400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2393478000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2404368000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2424927600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2435817600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2456377200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2467267200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2487826800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2499321600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2519881200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2530771200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2551330800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2562220800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2582780400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2593670400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2614230000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2625120000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2645679600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2656569600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2677129200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2688624000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2709183600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2720073600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2740633200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2751523200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2772082800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2782972800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2803532400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2814422400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2834982000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2846476800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2867036400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2877926400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2898486000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2909376000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2929935600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2940825600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2961385200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2972275200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2992834800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3003724800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3024284400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3035779200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3056338800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3067228800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3087788400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3098678400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3119238000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3130128000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3150687600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3161577600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3182137200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3193027200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3213586800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3225081600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3245641200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3256531200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3277090800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3287980800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3308540400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3319430400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3339990000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3350880000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3371439600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3382934400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3403494000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3414384000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3434943600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3445833600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3466393200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3477283200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3497842800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3508732800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3529292400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3540182400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3560742000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3572236800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3592796400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3603686400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3624246000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3635136000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3655695600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3666585600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3687145200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3698035200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3718594800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3730089600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3750649200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3761539200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3782098800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3792988800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3813548400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3824438400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3844998000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3855888000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3876447600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3887337600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3907897200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3919392000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3939951600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3950841600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3971401200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3982291200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4002850800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4013740800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4034300400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4045190400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4065750000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4076640000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4097199600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -25060, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Panama => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2524502512, FixedTimespan { utc_offset: -19176, dst_offset: 0, name: "CMT" }), + (-1946918424, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -19088, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Pangnirtung => { + const REST: &[(i64, FixedTimespan)] = &[ + (-865296000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EWT" }), + (-769395600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EPT" }), + (-765396000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (73465200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (89186400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (104914800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (120636000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (136364400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (152085600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (167814000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (183535200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (199263600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (215589600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (230713200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (247039200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (262767600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (278488800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (294217200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (309938400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (325666800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (341388000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (357116400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (372837600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (388566000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (404892000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (420015600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (436341600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (452070000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (467791200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (483519600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (499240800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (514969200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (530690400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (544604400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (562140000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (576054000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (594194400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (607503600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (625644000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (638953200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (657093600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (671007600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (688543200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (702457200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (719992800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (733906800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (752047200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (765356400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (783496800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (796806000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (814946400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (828860400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (846396000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (860310000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (877845600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (891759600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (909295200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (923209200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (941349600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (954662400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (972802800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (986108400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1004248800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1018162800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1035698400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1049612400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1067148000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1081062000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1099202400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1112511600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1130652000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1143961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1162101600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1173596400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1194156000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1205046000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1225605600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1236495600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1257055200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1268550000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1289109600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1299999600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1320559200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1331449200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1352008800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1362898800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1383458400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1394348400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1414908000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1425798000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1446357600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1457852400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1478412000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1489302000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1509861600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1520751600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1541311200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1552201200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1572760800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1583650800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1604210400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1615705200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1636264800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1647154800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1667714400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1678604400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1699164000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1710054000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1730613600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1741503600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1762063200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1772953200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1793512800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1805007600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1825567200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1836457200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1857016800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1867906800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1888466400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1899356400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1919916000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1930806000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1951365600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1962860400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1983420000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1994310000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2014869600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2025759600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2046319200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2057209200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2077768800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2088658800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2109218400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2120108400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2140668000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2152162800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2172722400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2183612400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2204172000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2215062000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2235621600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2246511600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2267071200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2277961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2298520800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2309410800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2329970400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2341465200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2362024800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2372914800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2393474400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2404364400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2424924000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2435814000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2456373600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2467263600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2487823200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2499318000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2519877600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2530767600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2551327200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2562217200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2582776800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2593666800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2614226400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2625116400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2645676000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2656566000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2677125600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2688620400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2709180000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2720070000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2740629600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2751519600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2772079200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2782969200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2803528800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2814418800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2834978400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2846473200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2867032800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2877922800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2898482400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2909372400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2929932000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2940822000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2961381600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2972271600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2992831200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3003721200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3024280800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3035775600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3056335200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3067225200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3087784800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3098674800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3119234400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3130124400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3150684000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3161574000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3182133600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3193023600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3213583200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3225078000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3245637600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3256527600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3277087200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3287977200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3308536800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3319426800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3339986400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3350876400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3371436000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3382930800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3403490400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3414380400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3434940000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3445830000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3466389600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3477279600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3497839200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3508729200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3529288800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3540178800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3560738400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3572233200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3592792800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3603682800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3624242400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3635132400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3655692000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3666582000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3687141600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3698031600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3718591200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3730086000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3750645600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3761535600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3782095200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3792985200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3813544800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3824434800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3844994400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3855884400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3876444000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3887334000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3907893600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3919388400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3939948000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3950838000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3971397600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3982287600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4002847200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4013737200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4034296800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4045186800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4065746400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4076636400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4097196000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 0, + dst_offset: 0, + name: "-00", + }, + rest: REST + } + }, + + Tz::America__Paramaribo => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1861906760, FixedTimespan { utc_offset: -13252, dst_offset: 0, name: "PMT" }), + (-1104524348, FixedTimespan { utc_offset: -13236, dst_offset: 0, name: "PMT" }), + (-765317964, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "-0330" }), + (465449400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -13240, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Phoenix => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2717616702, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1633273200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1615132800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1601823600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1583683200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-880210800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MWT" }), + (-820519140, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-812653140, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MWT" }), + (-796845540, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-84380400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-68659200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -26898, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__PortauPrince => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2524504240, FixedTimespan { utc_offset: -17340, dst_offset: 0, name: "PPMT" }), + (-1670483460, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (421218000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (436334400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (452062800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (467784000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (483512400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (499233600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (514962000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (530683200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (546411600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (562132800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (576050400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (594194400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (607500000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (625644000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (638949600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (657093600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (671004000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (688543200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (702453600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (719992800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (733903200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (752047200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (765352800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (783496800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (796802400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (814946400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (828856800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (846396000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (860306400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (877845600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1112504400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1130644800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1143954000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1162094400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1331449200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1352008800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1362898800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1383458400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1394348400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1414908000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1425798000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1446357600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1489302000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1509861600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1520751600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1541311200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1552201200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1572760800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1583650800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1604210400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1615705200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1636264800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1647154800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1667714400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1678604400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1699164000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1710054000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1730613600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1741503600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1762063200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1772953200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1793512800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1805007600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1825567200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1836457200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1857016800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1867906800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1888466400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1899356400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1919916000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1930806000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1951365600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1962860400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1983420000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1994310000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2014869600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2025759600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2046319200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2057209200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2077768800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2088658800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2109218400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2120108400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2140668000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2152162800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2172722400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2183612400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2204172000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2215062000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2235621600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2246511600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2267071200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2277961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2298520800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2309410800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2329970400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2341465200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2362024800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2372914800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2393474400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2404364400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2424924000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2435814000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2456373600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2467263600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2487823200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2499318000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2519877600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2530767600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2551327200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2562217200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2582776800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2593666800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2614226400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2625116400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2645676000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2656566000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2677125600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2688620400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2709180000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2720070000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2740629600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2751519600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2772079200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2782969200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2803528800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2814418800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2834978400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2846473200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2867032800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2877922800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2898482400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2909372400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2929932000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2940822000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2961381600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2972271600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2992831200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3003721200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3024280800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3035775600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3056335200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3067225200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3087784800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3098674800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3119234400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3130124400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3150684000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3161574000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3182133600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3193023600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3213583200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3225078000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3245637600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3256527600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3277087200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3287977200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3308536800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3319426800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3339986400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3350876400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3371436000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3382930800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3403490400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3414380400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3434940000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3445830000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3466389600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3477279600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3497839200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3508729200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3529288800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3540178800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3560738400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3572233200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3592792800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3603682800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3624242400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3635132400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3655692000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3666582000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3687141600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3698031600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3718591200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3730086000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3750645600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3761535600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3782095200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3792985200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3813544800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3824434800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3844994400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3855884400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3876444000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3887334000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3907893600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3919388400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3939948000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3950838000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3971397600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3982287600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4002847200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4013737200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4034296800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4045186800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4065746400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4076636400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4097196000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -17360, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Port_of_Spain => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2233035335, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-873057600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "AWT" }), + (-769395600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "APT" }), + (-765399600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -15865, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Porto_Acre => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1767209328, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-1206950400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-1191355200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-1175367600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-1159819200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-633812400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-622062000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-602276400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-591825600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-570740400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-560203200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-539118000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-531345600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-191358000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-184190400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-155156400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-150062400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-128890800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-121118400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-99946800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-89582400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-68410800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-57960000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (499755600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (511243200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (530600400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (540273600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (562136400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (571204800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (1214283600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1384056000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -16272, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Porto_Velho => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1767210264, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1206954000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1191358800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1175371200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1159822800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-633816000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-622065600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-602280000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-591829200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-570744000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-560206800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-539121600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-531349200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-191361600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-184194000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-155160000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-150066000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-128894400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-121122000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-99950400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-89586000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-68414400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-57963600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (499752000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (511239600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (530596800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (540270000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (562132800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (571201200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -15336, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Puerto_Rico => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2233035335, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-873057600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "AWT" }), + (-769395600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "APT" }), + (-765399600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -15865, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Punta_Arenas => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2524504580, FixedTimespan { utc_offset: -16965, dst_offset: 0, name: "SMT" }), + (-1892661435, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-1688410800, FixedTimespan { utc_offset: -16965, dst_offset: 0, name: "SMT" }), + (-1619205435, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1593806400, FixedTimespan { utc_offset: -16965, dst_offset: 0, name: "SMT" }), + (-1335986235, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-1317585600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-1304362800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-1286049600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-1272826800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-1254513600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-1241290800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-1222977600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-1209754800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-1191355200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-1178132400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-870552000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-865278000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-736632000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-718056000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-713649600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-36619200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-23922000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-3355200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (7527600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (24465600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (37767600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (55915200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (69217200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (87969600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (100666800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (118209600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (132116400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (150868800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (163566000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (182318400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (195620400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (213768000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (227070000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (245217600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (258519600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (277272000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (289969200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (308721600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (321418800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (340171200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (353473200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (371620800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (384922800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (403070400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (416372400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (434520000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (447822000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (466574400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (479271600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (498024000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (510721200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (529473600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (545194800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (560923200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (574225200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (592372800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (605674800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (624427200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (637124400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (653457600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (668574000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (687326400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (700628400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (718776000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (732078000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (750225600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (763527600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (781675200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (794977200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (813729600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (826426800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (845179200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (859690800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (876628800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (889930800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (906868800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (923194800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (939528000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (952830000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (971582400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (984279600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1003032000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1015729200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1034481600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1047178800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1065931200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1079233200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1097380800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1110682800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1128830400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1142132400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1160884800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1173582000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1192334400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1206846000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1223784000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1237086000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1255233600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1270350000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1286683200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1304823600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1313899200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1335668400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1346558400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1367118000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1378612800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1398567600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1410062400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1463281200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1471147200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1480820400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -17020, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Rainy_River => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2602258284, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1694368800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1681671600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1632067200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1615136400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1029686400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1018198800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-880214400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CWT" }), + (-769395600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CPT" }), + (-765392400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-746035200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-732733200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-715795200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-702493200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-684345600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-671043600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-652896000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-639594000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-620755200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-607626000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-589392000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-576090000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-557942400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-544640400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-526492800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-513190800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-495043200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-481741200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-463593600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-450291600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-431539200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-418237200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-400089600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-386787600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-368640000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-355338000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-337190400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-321469200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-305740800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-292438800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-210787200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-198090000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-116438400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-100108800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-84384000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-68659200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-52934400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-37209600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-21484800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-5760000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (9964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (25689600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (41414400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (57744000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (73468800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (89193600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (104918400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (120643200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (136368000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (152092800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (167817600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (183542400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (199267200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (215596800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (230716800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (247046400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (262771200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (278496000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (294220800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (309945600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (325670400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (341395200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (357120000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (372844800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (388569600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (404899200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (420019200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (436348800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (452073600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (467798400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (483523200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (499248000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (514972800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (530697600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (544608000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (562147200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (576057600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (594201600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (607507200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (625651200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (638956800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (657100800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (671011200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (688550400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (702460800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (720000000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (733910400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (752054400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (765360000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (783504000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (796809600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (814953600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (828864000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (846403200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (860313600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (877852800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (891763200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (909302400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (923212800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (941356800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (954662400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (972806400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (986112000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1004256000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1018166400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1035705600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1049616000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1067155200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1081065600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1099209600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1112515200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1130659200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1143964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1162105200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1173600000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1194159600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1205049600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1225609200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1236499200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1257058800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1268553600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1289113200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1300003200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1320562800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1331452800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1352012400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1362902400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1383462000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1394352000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1414911600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1425801600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1446361200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1457856000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1478415600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1489305600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1509865200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1520755200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1541314800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1552204800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1572764400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1583654400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1604214000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1615708800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1636268400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1647158400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1667718000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1678608000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1699167600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1710057600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1730617200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1741507200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1762066800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1772956800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1793516400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1805011200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1825570800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1836460800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1857020400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1867910400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1888470000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1899360000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1919919600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1930809600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1951369200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1962864000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1983423600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1994313600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2014873200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2025763200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2046322800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2057212800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2077772400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2088662400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2109222000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2120112000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2140671600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2152166400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2172726000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2183616000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2204175600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2215065600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2235625200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2246515200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2267074800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2277964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2298524400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2309414400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2329974000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2341468800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2362028400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2372918400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2393478000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2404368000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2424927600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2435817600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2456377200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2467267200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2487826800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2499321600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2519881200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2530771200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2551330800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2562220800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2582780400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2593670400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2614230000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2625120000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2645679600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2656569600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2677129200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2688624000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2709183600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2720073600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2740633200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2751523200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2772082800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2782972800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2803532400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2814422400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2834982000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2846476800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2867036400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2877926400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2898486000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2909376000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2929935600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2940825600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2961385200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2972275200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2992834800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3003724800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3024284400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3035779200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3056338800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3067228800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3087788400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3098678400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3119238000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3130128000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3150687600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3161577600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3182137200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3193027200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3213586800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3225081600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3245641200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3256531200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3277090800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3287980800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3308540400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3319430400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3339990000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3350880000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3371439600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3382934400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3403494000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3414384000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3434943600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3445833600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3466393200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3477283200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3497842800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3508732800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3529292400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3540182400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3560742000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3572236800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3592796400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3603686400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3624246000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3635136000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3655695600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3666585600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3687145200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3698035200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3718594800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3730089600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3750649200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3761539200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3782098800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3792988800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3813548400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3824438400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3844998000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3855888000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3876447600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3887337600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3907897200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3919392000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3939951600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3950841600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3971401200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3982291200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4002850800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4013740800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4034300400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4045190400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4065750000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4076640000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4097199600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -23316, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Rankin_Inlet => { + const REST: &[(i64, FixedTimespan)] = &[ + (-410227200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (73468800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (89190000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (104918400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (120639600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (136368000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (152089200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (167817600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (183538800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (199267200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (215593200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (230716800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (247042800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (262771200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (278492400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (294220800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (309942000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (325670400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (341391600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (357120000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (372841200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (388569600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (404895600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (420019200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (436345200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (452073600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (467794800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (483523200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (499244400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (514972800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (530694000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (544608000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (562143600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (576057600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (594198000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (607507200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (625647600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (638956800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (657097200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (671011200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (688546800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (702460800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (719996400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (733910400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (752050800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (765360000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (783500400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (796809600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (814950000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (828864000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (846399600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (860313600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (877849200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (891763200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (909298800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (923212800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (941353200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (954662400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (972802800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (986112000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1004252400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1018166400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1035702000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1049616000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1067151600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1081065600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1099206000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1112515200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1130655600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1143964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1162105200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1173600000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1194159600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1205049600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1225609200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1236499200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1257058800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1268553600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1289113200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1300003200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1320562800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1331452800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1352012400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1362902400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1383462000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1394352000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1414911600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1425801600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1446361200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1457856000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1478415600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1489305600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1509865200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1520755200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1541314800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1552204800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1572764400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1583654400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1604214000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1615708800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1636268400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1647158400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1667718000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1678608000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1699167600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1710057600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1730617200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1741507200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1762066800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1772956800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1793516400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1805011200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1825570800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1836460800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1857020400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1867910400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1888470000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1899360000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1919919600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1930809600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1951369200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1962864000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1983423600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1994313600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2014873200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2025763200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2046322800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2057212800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2077772400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2088662400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2109222000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2120112000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2140671600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2152166400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2172726000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2183616000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2204175600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2215065600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2235625200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2246515200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2267074800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2277964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2298524400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2309414400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2329974000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2341468800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2362028400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2372918400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2393478000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2404368000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2424927600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2435817600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2456377200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2467267200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2487826800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2499321600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2519881200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2530771200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2551330800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2562220800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2582780400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2593670400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2614230000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2625120000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2645679600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2656569600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2677129200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2688624000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2709183600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2720073600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2740633200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2751523200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2772082800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2782972800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2803532400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2814422400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2834982000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2846476800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2867036400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2877926400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2898486000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2909376000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2929935600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2940825600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2961385200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2972275200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2992834800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3003724800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3024284400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3035779200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3056338800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3067228800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3087788400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3098678400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3119238000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3130128000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3150687600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3161577600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3182137200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3193027200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3213586800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3225081600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3245641200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3256531200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3277090800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3287980800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3308540400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3319430400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3339990000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3350880000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3371439600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3382934400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3403494000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3414384000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3434943600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3445833600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3466393200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3477283200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3497842800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3508732800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3529292400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3540182400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3560742000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3572236800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3592796400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3603686400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3624246000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3635136000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3655695600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3666585600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3687145200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3698035200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3718594800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3730089600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3750649200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3761539200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3782098800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3792988800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3813548400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3824438400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3844998000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3855888000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3876447600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3887337600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3907897200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3919392000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3939951600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3950841600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3971401200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3982291200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4002850800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4013740800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4034300400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4045190400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4065750000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4076640000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4097199600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 0, + dst_offset: 0, + name: "-00", + }, + rest: REST + } + }, + + Tz::America__Recife => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1767217224, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-1206957600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-1191362400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-1175374800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-1159826400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-633819600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-622069200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-602283600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-591832800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-570747600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-560210400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-539125200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-531352800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-191365200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-184197600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-155163600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-150069600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-128898000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-121125600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-99954000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-89589600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-68418000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-57967200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (499748400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (511236000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (530593200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (540266400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (562129200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (571197600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (592974000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (602042400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (624423600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (634701600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (938919600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (951616800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (970974000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (971575200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1003028400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1013911200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -8376, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Regina => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2030202084, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1632063600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1615132800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1251651600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1238349600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1220202000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1206900000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1188752400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1175450400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1156698000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1144000800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1125248400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1111946400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1032714000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1016992800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1001264400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-986148000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-969814800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-954093600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-937760400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-922039200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-906310800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-890589600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-880210800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MWT" }), + (-769395600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MPT" }), + (-765388800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-748450800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-732729600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-715791600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-702489600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-684342000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-671040000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-652892400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-639590400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-620838000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-608140800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-589388400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-576086400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-557938800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-544636800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-526489200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-513187200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-495039600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-481737600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-463590000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-450288000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-431535600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-418233600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-400086000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-386784000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-337186800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-321465600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-305737200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -25116, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Resolute => { + const REST: &[(i64, FixedTimespan)] = &[ + (-704937600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (73468800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (89190000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (104918400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (120639600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (136368000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (152089200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (167817600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (183538800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (199267200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (215593200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (230716800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (247042800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (262771200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (278492400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (294220800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (309942000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (325670400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (341391600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (357120000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (372841200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (388569600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (404895600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (420019200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (436345200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (452073600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (467794800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (483523200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (499244400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (514972800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (530694000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (544608000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (562143600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (576057600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (594198000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (607507200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (625647600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (638956800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (657097200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (671011200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (688546800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (702460800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (719996400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (733910400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (752050800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (765360000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (783500400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (796809600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (814950000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (828864000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (846399600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (860313600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (877849200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (891763200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (909298800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (923212800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (941353200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (954662400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (972802800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (986112000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1004252400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1018166400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1035702000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1049616000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1067151600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1081065600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1099206000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1112515200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1130655600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1143964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1162105200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1173600000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1194159600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1205049600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1225609200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1236499200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1257058800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1268553600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1289113200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1300003200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1320562800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1331452800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1352012400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1362902400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1383462000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1394352000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1414911600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1425801600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1446361200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1457856000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1478415600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1489305600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1509865200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1520755200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1541314800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1552204800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1572764400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1583654400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1604214000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1615708800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1636268400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1647158400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1667718000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1678608000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1699167600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1710057600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1730617200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1741507200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1762066800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1772956800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1793516400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1805011200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1825570800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1836460800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1857020400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1867910400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1888470000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1899360000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1919919600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1930809600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1951369200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1962864000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1983423600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1994313600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2014873200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2025763200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2046322800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2057212800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2077772400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2088662400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2109222000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2120112000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2140671600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2152166400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2172726000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2183616000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2204175600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2215065600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2235625200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2246515200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2267074800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2277964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2298524400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2309414400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2329974000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2341468800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2362028400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2372918400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2393478000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2404368000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2424927600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2435817600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2456377200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2467267200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2487826800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2499321600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2519881200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2530771200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2551330800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2562220800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2582780400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2593670400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2614230000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2625120000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2645679600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2656569600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2677129200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2688624000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2709183600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2720073600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2740633200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2751523200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2772082800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2782972800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2803532400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2814422400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2834982000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2846476800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2867036400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2877926400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2898486000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2909376000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2929935600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2940825600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2961385200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2972275200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2992834800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3003724800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3024284400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3035779200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3056338800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3067228800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3087788400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3098678400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3119238000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3130128000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3150687600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3161577600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3182137200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3193027200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3213586800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3225081600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3245641200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3256531200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3277090800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3287980800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3308540400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3319430400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3339990000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3350880000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3371439600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3382934400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3403494000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3414384000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3434943600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3445833600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3466393200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3477283200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3497842800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3508732800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3529292400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3540182400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3560742000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3572236800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3592796400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3603686400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3624246000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3635136000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3655695600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3666585600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3687145200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3698035200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3718594800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3730089600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3750649200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3761539200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3782098800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3792988800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3813548400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3824438400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3844998000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3855888000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3876447600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3887337600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3907897200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3919392000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3939951600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3950841600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3971401200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3982291200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4002850800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4013740800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4034300400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4045190400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4065750000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4076640000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4097199600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 0, + dst_offset: 0, + name: "-00", + }, + rest: REST + } + }, + + Tz::America__Rio_Branco => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1767209328, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-1206950400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-1191355200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-1175367600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-1159819200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-633812400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-622062000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-602276400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-591825600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-570740400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-560203200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-539118000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-531345600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-191358000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-184190400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-155156400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-150062400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-128890800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-121118400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-99946800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-89582400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-68410800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-57960000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (499755600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (511243200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (530600400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (540273600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (562136400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (571204800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (1214283600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1384056000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -16272, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Rosario => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2372096592, FixedTimespan { utc_offset: -15408, dst_offset: 0, name: "CMT" }), + (-1567453392, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1233432000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1222981200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1205956800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1194037200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1172865600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1162501200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1141329600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1130965200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1109793600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1099429200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1078257600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1067806800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1046635200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1036270800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1015099200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1004734800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-983563200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-973198800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-952027200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-941576400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-931032000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-900882000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-890337600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-833749200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-827265600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-752274000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-733780800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-197326800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-190843200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-184194000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-164491200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-152658000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-132955200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-121122000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-101419200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-86821200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-71092800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-54766800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-39038400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-23317200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-7588800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (128142000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (136605600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (596948400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (605066400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (624423600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (636516000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (656478000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (667965600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (687931200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (699415200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (719377200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (731469600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (938919600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (952052400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1198983600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1205632800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1224385200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1237082400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -15408, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Santa_Isabel => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1514711516, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1451667600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-1343062800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1234803600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-1222963200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-1207242000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-873820800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PWT" }), + (-769370400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PPT" }), + (-761677200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-686073600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-661539600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-495039600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-481734000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-463590000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-450284400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-431535600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-418230000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-400086000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-386780400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-368636400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-355330800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-337186800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-323881200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-305737200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-292431600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (199274400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (215600400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (230724000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (247050000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (262778400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (278499600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (294228000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (309949200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (325677600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (341398800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (357127200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (372848400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (388576800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (404902800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (420026400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (436352400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (452080800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (467802000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (483530400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (499251600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (514980000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (530701200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (544615200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (562150800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (576064800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (594205200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (607514400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (625654800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (638964000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (657104400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (671018400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (688554000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (702468000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (720003600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (733917600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (752058000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (765367200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (783507600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (796816800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (814957200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (828871200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (846406800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (860320800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (877856400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (891770400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (909306000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (923220000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (941360400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (954669600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (972810000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (986119200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1004259600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1018173600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1035709200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1049623200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1067158800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1081072800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1099213200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1112522400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1130662800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1143972000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1162112400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1175421600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1193562000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1207476000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1225011600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1238925600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1256461200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1268560800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1289120400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1300010400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1320570000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1331460000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1352019600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1362909600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1383469200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1394359200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1414918800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1425808800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1446368400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1457863200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1478422800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1489312800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1509872400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1520762400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1541322000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1552212000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1572771600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1583661600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1604221200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1615716000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1636275600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1647165600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1667725200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1678615200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1699174800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1710064800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1730624400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1741514400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1762074000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1772964000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1793523600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1805018400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1825578000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1836468000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1857027600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1867917600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1888477200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1899367200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1919926800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1930816800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1951376400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1962871200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1983430800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1994320800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2014880400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2025770400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2046330000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2057220000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2077779600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2088669600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2109229200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2120119200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2140678800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2152173600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2172733200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2183623200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2204182800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2215072800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2235632400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2246522400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2267082000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2277972000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2298531600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2309421600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2329981200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2341476000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2362035600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2372925600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2393485200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2404375200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2424934800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2435824800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2456384400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2467274400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2487834000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2499328800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2519888400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2530778400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2551338000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2562228000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2582787600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2593677600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2614237200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2625127200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2645686800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2656576800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2677136400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2688631200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2709190800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2720080800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2740640400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2751530400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2772090000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2782980000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2803539600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2814429600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2834989200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2846484000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2867043600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2877933600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2898493200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2909383200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2929942800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2940832800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2961392400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2972282400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2992842000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3003732000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3024291600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3035786400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3056346000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3067236000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3087795600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3098685600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3119245200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3130135200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3150694800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3161584800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3182144400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3193034400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3213594000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3225088800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3245648400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3256538400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3277098000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3287988000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3308547600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3319437600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3339997200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3350887200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3371446800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3382941600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3403501200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3414391200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3434950800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3445840800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3466400400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3477290400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3497850000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3508740000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3529299600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3540189600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3560749200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3572244000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3592803600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3603693600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3624253200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3635143200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3655702800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3666592800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3687152400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3698042400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3718602000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3730096800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3750656400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3761546400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3782106000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3792996000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3813555600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3824445600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3845005200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3855895200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3876454800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3887344800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3907904400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3919399200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3939958800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3950848800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3971408400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3982298400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (4002858000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (4013748000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (4034307600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (4045197600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (4065757200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (4076647200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (4097206800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -28084, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Santarem => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1767212472, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1206954000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1191358800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1175371200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1159822800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-633816000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-622065600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-602280000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-591829200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-570744000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-560206800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-539121600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-531349200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-191361600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-184194000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-155160000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-150066000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-128894400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-121122000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-99950400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-89586000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-68414400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-57963600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (499752000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (511239600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (530596800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (540270000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (562132800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (571201200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1214280000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -13128, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Santiago => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2524504635, FixedTimespan { utc_offset: -16965, dst_offset: 0, name: "SMT" }), + (-1892661435, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-1688410800, FixedTimespan { utc_offset: -16965, dst_offset: 0, name: "SMT" }), + (-1619205435, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1593806400, FixedTimespan { utc_offset: -16965, dst_offset: 0, name: "SMT" }), + (-1335986235, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-1317585600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-1304362800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-1286049600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-1272826800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-1254513600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-1241290800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-1222977600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-1209754800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-1191355200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-1178132400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-870552000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-865278000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-740520000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-736635600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-718056000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-713649600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-36619200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-23922000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-3355200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (7527600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (24465600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (37767600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (55915200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (69217200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (87969600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (100666800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (118209600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (132116400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (150868800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (163566000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (182318400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (195620400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (213768000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (227070000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (245217600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (258519600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (277272000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (289969200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (308721600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (321418800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (340171200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (353473200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (371620800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (384922800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (403070400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (416372400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (434520000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (447822000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (466574400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (479271600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (498024000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (510721200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (529473600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (545194800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (560923200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (574225200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (592372800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (605674800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (624427200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (637124400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (653457600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (668574000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (687326400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (700628400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (718776000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (732078000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (750225600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (763527600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (781675200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (794977200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (813729600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (826426800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (845179200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (859690800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (876628800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (889930800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (906868800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (923194800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (939528000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (952830000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (971582400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (984279600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1003032000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1015729200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1034481600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1047178800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1065931200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1079233200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1097380800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1110682800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1128830400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1142132400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1160884800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1173582000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1192334400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1206846000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1223784000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1237086000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1255233600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1270350000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1286683200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1304823600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1313899200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1335668400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1346558400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1367118000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1378612800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1398567600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1410062400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1463281200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1471147200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1494730800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1502596800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1526180400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1534046400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1554606000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1567915200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1586055600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1599364800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1617505200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1630814400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1648954800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1662868800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1680404400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1693713600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1712458800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1725768000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1743908400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1757217600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1775358000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1788667200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1806807600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1820116800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1838257200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1851566400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1870311600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1883016000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1901761200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1915070400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1933210800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1946520000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1964660400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1977969600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1996110000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2009419200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2027559600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2040868800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2059614000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2072318400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2091063600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2104372800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2122513200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2135822400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2153962800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2167272000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2185412400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2198721600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2217466800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2230171200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2248916400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2262225600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2280366000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2293675200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2311815600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2325124800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2343265200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2356574400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2374714800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2388024000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2406769200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2419473600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2438218800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2451528000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2469668400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2482977600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2501118000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2514427200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2532567600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2545876800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2564017200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2577326400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2596071600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2609380800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2627521200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2640830400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2658970800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2672280000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2690420400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2703729600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2721870000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2735179200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2753924400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2766628800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2785374000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2798683200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2816823600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2830132800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2848273200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2861582400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2879722800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2893032000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2911172400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2924481600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2943226800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2955931200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2974676400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2987985600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3006126000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3019435200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3037575600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3050884800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3069025200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3082334400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3101079600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3113784000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3132529200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3145838400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3163978800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3177288000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3195428400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3208737600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3226878000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3240187200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3258327600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3271636800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3290382000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3303086400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3321831600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3335140800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3353281200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3366590400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3384730800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3398040000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3416180400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3429489600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3447630000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3460939200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3479684400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3492993600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3511134000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3524443200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3542583600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3555892800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3574033200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3587342400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3605482800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3618792000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3637537200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3650241600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3668986800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3682296000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3700436400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3713745600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3731886000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3745195200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3763335600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3776644800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3794785200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3808094400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3826839600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3839544000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3858289200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3871598400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3889738800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3903048000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3921188400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3934497600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3952638000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3965947200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3984692400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3997396800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (4016142000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (4029451200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (4047591600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (4060900800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (4079041200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (4092350400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -16965, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Santo_Domingo => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2524504824, FixedTimespan { utc_offset: -16800, dst_offset: 0, name: "SDMT" }), + (-1159773600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-100119600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-89668800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-5770800, FixedTimespan { utc_offset: -18000, dst_offset: 1800, name: "-0430" }), + (4422600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (25678800, FixedTimespan { utc_offset: -18000, dst_offset: 1800, name: "-0430" }), + (33193800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (57733200, FixedTimespan { utc_offset: -18000, dst_offset: 1800, name: "-0430" }), + (64816200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (89182800, FixedTimespan { utc_offset: -18000, dst_offset: 1800, name: "-0430" }), + (96438600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (120632400, FixedTimespan { utc_offset: -18000, dst_offset: 1800, name: "-0430" }), + (127974600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (152082000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (972799200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (975823200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -16776, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Sao_Paulo => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1767214412, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-1206957600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-1191362400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-1175374800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-1159826400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-633819600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-622069200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-602283600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-591832800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-570747600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-560210400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-539125200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-531352800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-195426000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-184197600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-155163600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-150069600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-128898000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-121125600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-99954000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-89589600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-68418000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-57967200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (499748400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (511236000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (530593200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (540266400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (562129200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (571197600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (592974000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (602042400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (624423600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (634701600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (656478000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (666756000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (687927600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (697600800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (719982000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (728445600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (750826800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (761709600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (782276400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (793159200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (813726000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (824004000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (844570800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (856058400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (876106800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (888717600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (908074800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (919562400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (938919600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (951616800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (970974000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (982461600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1003028400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1013911200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1036292400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1045360800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1066532400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1076810400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1099364400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1108864800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1129431600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1140314400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1162695600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1172368800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1192330800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1203213600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1224385200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1234663200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1255834800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1266717600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1287284400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1298167200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1318734000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1330221600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1350788400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1361066400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1382238000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1392516000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1413687600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1424570400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1445137200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1456020000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1476586800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1487469600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1508036400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1518919200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1541300400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1550368800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -11188, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Scoresbysund => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1686090728, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (323841600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (338961600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (354679200, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (370400400, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (386125200, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (401850000, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (417574800, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (433299600, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (449024400, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (465354000, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (481078800, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (496803600, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (512528400, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (528253200, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (543978000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (559702800, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (575427600, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (591152400, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (606877200, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (622602000, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (638326800, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (654656400, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (670381200, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (686106000, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (701830800, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (717555600, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (733280400, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (749005200, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (764730000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (780454800, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (796179600, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (811904400, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (828234000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (846378000, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (859683600, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (877827600, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (891133200, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (909277200, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (922582800, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (941331600, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (954032400, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (972781200, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (985482000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1004230800, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1017536400, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1035680400, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1048986000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1067130000, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1080435600, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1099184400, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1111885200, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1130634000, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1143334800, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1162083600, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1174784400, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1193533200, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1206838800, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1224982800, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1238288400, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1256432400, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1269738000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1288486800, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1301187600, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1319936400, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1332637200, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1351386000, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1364691600, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1382835600, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1396141200, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1414285200, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1427590800, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1445734800, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1459040400, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1477789200, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1490490000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1509238800, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1521939600, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1540688400, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1553994000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1572138000, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1585443600, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1603587600, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1616893200, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1635642000, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1648342800, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1667091600, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1679792400, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1698541200, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1711846800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (1729990800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (1743296400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (1761440400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (1774746000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (1792890000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (1806195600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (1824944400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (1837645200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (1856394000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (1869094800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (1887843600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (1901149200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (1919293200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (1932598800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (1950742800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (1964048400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (1982797200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (1995498000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2014246800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2026947600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2045696400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2058397200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2077146000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2090451600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2108595600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2121901200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2140045200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2153350800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2172099600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2184800400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2203549200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2216250000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2234998800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2248304400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2266448400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2279754000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2297898000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2311203600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2329347600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2342653200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2361402000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2374102800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2392851600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2405552400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2424301200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2437606800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2455750800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2469056400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2487200400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2500506000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2519254800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2531955600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2550704400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2563405200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2582154000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2595459600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2613603600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2626909200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2645053200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2658358800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2676502800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2689808400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2708557200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2721258000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2740006800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2752707600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2771456400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2784762000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2802906000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2816211600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2834355600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2847661200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2866410000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2879110800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2897859600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2910560400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2929309200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2942010000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2960758800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (2974064400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (2992208400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3005514000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3023658000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3036963600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3055712400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3068413200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3087162000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3099862800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3118611600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3131917200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3150061200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3163366800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3181510800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3194816400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3212960400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3226266000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3245014800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3257715600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3276464400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3289165200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3307914000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3321219600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3339363600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3352669200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3370813200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3384118800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3402867600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3415568400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3434317200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3447018000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3465766800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3479072400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3497216400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3510522000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3528666000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3541971600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3560115600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3573421200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3592170000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3604870800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3623619600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3636320400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3655069200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3668374800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3686518800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3699824400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3717968400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3731274000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3750022800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3762723600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3781472400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3794173200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3812922000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3825622800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3844371600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3857677200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3875821200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3889126800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3907270800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3920576400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3939325200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3952026000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (3970774800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (3983475600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (4002224400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (4015530000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (4033674000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (4046979600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (4065123600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (4078429200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (4096573200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -5272, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Shiprock => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2717618404, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1633273200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1615132800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1601823600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1583683200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1570374000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1551628800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1538924400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1534089600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-880210800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MWT" }), + (-769395600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MPT" }), + (-765388800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-147884400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-131558400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-116434800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-100108800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-84380400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-68659200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-52930800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-37209600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-21481200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-5760000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (9968400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (25689600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (41418000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (57744000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (73472400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (89193600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (104922000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (120643200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (126694800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (152092800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (162378000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (183542400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (199270800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (215596800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (230720400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (247046400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (262774800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (278496000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (294224400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (309945600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (325674000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (341395200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (357123600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (372844800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (388573200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (404899200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (420022800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (436348800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (452077200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (467798400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (483526800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (499248000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (514976400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (530697600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (544611600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (562147200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (576061200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (594201600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (607510800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (625651200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (638960400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (657100800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (671014800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (688550400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (702464400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (720000000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (733914000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (752054400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (765363600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (783504000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (796813200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (814953600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (828867600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (846403200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (860317200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (877852800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (891766800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (909302400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (923216400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (941356800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (954666000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (972806400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (986115600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1004256000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1018170000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1035705600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1049619600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1067155200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1081069200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1099209600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1112518800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1130659200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1143968400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1162108800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1173603600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1194163200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1205053200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1225612800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1236502800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1257062400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1268557200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1289116800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1300006800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1320566400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1331456400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1352016000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1362906000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1383465600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1394355600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1414915200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1425805200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1446364800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1457859600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1478419200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1489309200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1509868800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1520758800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1541318400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1552208400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1572768000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1583658000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1604217600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1615712400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1636272000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1647162000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1667721600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1678611600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1699171200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1710061200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1730620800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1741510800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1762070400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1772960400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1793520000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1805014800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1825574400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1836464400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1857024000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1867914000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1888473600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1899363600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1919923200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1930813200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1951372800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1962867600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1983427200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1994317200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2014876800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2025766800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2046326400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2057216400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2077776000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2088666000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2109225600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2120115600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2140675200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2152170000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2172729600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2183619600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2204179200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2215069200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2235628800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2246518800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2267078400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2277968400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2298528000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2309418000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2329977600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2341472400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2362032000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2372922000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2393481600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2404371600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2424931200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2435821200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2456380800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2467270800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2487830400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2499325200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2519884800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2530774800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2551334400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2562224400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2582784000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2593674000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2614233600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2625123600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2645683200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2656573200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2677132800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2688627600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2709187200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2720077200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2740636800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2751526800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2772086400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2782976400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2803536000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2814426000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2834985600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2846480400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2867040000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2877930000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2898489600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2909379600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2929939200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2940829200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2961388800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2972278800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2992838400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3003728400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3024288000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3035782800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3056342400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3067232400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3087792000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3098682000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3119241600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3130131600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3150691200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3161581200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3182140800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3193030800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3213590400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3225085200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3245644800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3256534800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3277094400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3287984400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3308544000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3319434000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3339993600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3350883600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3371443200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3382938000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3403497600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3414387600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3434947200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3445837200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3466396800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3477286800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3497846400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3508736400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3529296000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3540186000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3560745600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3572240400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3592800000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3603690000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3624249600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3635139600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3655699200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3666589200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3687148800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3698038800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3718598400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3730093200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3750652800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3761542800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3782102400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3792992400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3813552000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3824442000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3845001600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3855891600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3876451200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3887341200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3907900800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3919395600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3939955200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3950845200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3971404800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3982294800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4002854400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (4013744400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4034304000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (4045194000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4065753600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (4076643600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4097203200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -25196, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Sitka => { + const REST: &[(i64, FixedTimespan)] = &[ + (-3225223727, FixedTimespan { utc_offset: -32473, dst_offset: 0, name: "LMT" }), + (-2188954727, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-880207200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PWT" }), + (-769395600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PPT" }), + (-765385200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-21477600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-5756400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (9972000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (25693200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (41421600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (57747600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (73476000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (89197200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (104925600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (120646800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (126698400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (152096400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (162381600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (183546000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (199274400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (215600400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (230724000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (247050000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (262778400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (278499600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (294228000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (309949200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (325677600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (341398800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (357127200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (372848400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (388576800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (404902800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (420026400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (436352400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "YST" }), + (439030800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (452084400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (467805600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (483534000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (499255200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (514983600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (530704800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (544618800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (562154400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (576068400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (594208800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (607518000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (625658400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (638967600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (657108000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (671022000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (688557600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (702471600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (720007200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (733921200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (752061600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (765370800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (783511200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (796820400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (814960800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (828874800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (846410400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (860324400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (877860000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (891774000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (909309600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (923223600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (941364000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (954673200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (972813600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (986122800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1004263200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1018177200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1035712800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1049626800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1067162400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1081076400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1099216800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1112526000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1130666400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1143975600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1162116000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1173610800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1194170400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1205060400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1225620000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1236510000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1257069600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1268564400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1289124000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1300014000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1320573600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1331463600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1352023200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1362913200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1383472800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1394362800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1414922400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1425812400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1446372000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1457866800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1478426400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1489316400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1509876000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1520766000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1541325600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1552215600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1572775200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1583665200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1604224800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1615719600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1636279200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1647169200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1667728800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1678618800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1699178400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1710068400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1730628000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1741518000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1762077600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1772967600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1793527200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1805022000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1825581600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1836471600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1857031200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1867921200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1888480800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1899370800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1919930400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1930820400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1951380000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1962874800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1983434400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1994324400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2014884000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2025774000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2046333600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2057223600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2077783200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2088673200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2109232800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2120122800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2140682400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2152177200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2172736800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2183626800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2204186400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2215076400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2235636000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2246526000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2267085600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2277975600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2298535200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2309425200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2329984800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2341479600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2362039200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2372929200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2393488800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2404378800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2424938400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2435828400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2456388000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2467278000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2487837600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2499332400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2519892000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2530782000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2551341600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2562231600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2582791200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2593681200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2614240800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2625130800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2645690400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2656580400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2677140000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2688634800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2709194400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2720084400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2740644000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2751534000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2772093600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2782983600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2803543200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2814433200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2834992800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2846487600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2867047200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2877937200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2898496800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2909386800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2929946400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2940836400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2961396000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2972286000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2992845600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3003735600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3024295200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3035790000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3056349600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3067239600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3087799200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3098689200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3119248800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3130138800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3150698400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3161588400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3182148000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3193038000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3213597600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3225092400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3245652000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3256542000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3277101600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3287991600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3308551200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3319441200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3340000800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3350890800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3371450400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3382945200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3403504800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3414394800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3434954400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3445844400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3466404000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3477294000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3497853600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3508743600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3529303200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3540193200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3560752800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3572247600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3592807200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3603697200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3624256800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3635146800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3655706400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3666596400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3687156000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3698046000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3718605600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3730100400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3750660000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3761550000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3782109600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3792999600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3813559200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3824449200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3845008800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3855898800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3876458400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3887348400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3907908000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3919402800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3939962400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3950852400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3971412000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3982302000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (4002861600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (4013751600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (4034311200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (4045201200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (4065760800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (4076650800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (4097210400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 53927, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__St_Barthelemy => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2233035335, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-873057600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "AWT" }), + (-769395600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "APT" }), + (-765399600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -15865, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__St_Johns => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2713897748, FixedTimespan { utc_offset: -12652, dst_offset: 0, name: "NST" }), + (-1664130548, FixedTimespan { utc_offset: -12652, dst_offset: 3600, name: "NDT" }), + (-1650137348, FixedTimespan { utc_offset: -12652, dst_offset: 0, name: "NST" }), + (-1632076148, FixedTimespan { utc_offset: -12652, dst_offset: 3600, name: "NDT" }), + (-1615145348, FixedTimespan { utc_offset: -12652, dst_offset: 0, name: "NST" }), + (-1598650148, FixedTimespan { utc_offset: -12652, dst_offset: 3600, name: "NDT" }), + (-1590100148, FixedTimespan { utc_offset: -12652, dst_offset: 0, name: "NST" }), + (-1567286948, FixedTimespan { utc_offset: -12652, dst_offset: 3600, name: "NDT" }), + (-1551565748, FixedTimespan { utc_offset: -12652, dst_offset: 0, name: "NST" }), + (-1535837348, FixedTimespan { utc_offset: -12652, dst_offset: 3600, name: "NDT" }), + (-1520116148, FixedTimespan { utc_offset: -12652, dst_offset: 0, name: "NST" }), + (-1503782948, FixedTimespan { utc_offset: -12652, dst_offset: 3600, name: "NDT" }), + (-1488666548, FixedTimespan { utc_offset: -12652, dst_offset: 0, name: "NST" }), + (-1472333348, FixedTimespan { utc_offset: -12652, dst_offset: 3600, name: "NDT" }), + (-1457216948, FixedTimespan { utc_offset: -12652, dst_offset: 0, name: "NST" }), + (-1440883748, FixedTimespan { utc_offset: -12652, dst_offset: 3600, name: "NDT" }), + (-1425767348, FixedTimespan { utc_offset: -12652, dst_offset: 0, name: "NST" }), + (-1409434148, FixedTimespan { utc_offset: -12652, dst_offset: 3600, name: "NDT" }), + (-1394317748, FixedTimespan { utc_offset: -12652, dst_offset: 0, name: "NST" }), + (-1377984548, FixedTimespan { utc_offset: -12652, dst_offset: 3600, name: "NDT" }), + (-1362263348, FixedTimespan { utc_offset: -12652, dst_offset: 0, name: "NST" }), + (-1346534948, FixedTimespan { utc_offset: -12652, dst_offset: 3600, name: "NDT" }), + (-1330813748, FixedTimespan { utc_offset: -12652, dst_offset: 0, name: "NST" }), + (-1314480548, FixedTimespan { utc_offset: -12652, dst_offset: 3600, name: "NDT" }), + (-1299364148, FixedTimespan { utc_offset: -12652, dst_offset: 0, name: "NST" }), + (-1283030948, FixedTimespan { utc_offset: -12652, dst_offset: 3600, name: "NDT" }), + (-1267914548, FixedTimespan { utc_offset: -12652, dst_offset: 0, name: "NST" }), + (-1251581348, FixedTimespan { utc_offset: -12652, dst_offset: 3600, name: "NDT" }), + (-1236464948, FixedTimespan { utc_offset: -12652, dst_offset: 0, name: "NST" }), + (-1220131748, FixedTimespan { utc_offset: -12652, dst_offset: 3600, name: "NDT" }), + (-1205015348, FixedTimespan { utc_offset: -12652, dst_offset: 0, name: "NST" }), + (-1188682148, FixedTimespan { utc_offset: -12652, dst_offset: 3600, name: "NDT" }), + (-1172960948, FixedTimespan { utc_offset: -12652, dst_offset: 0, name: "NST" }), + (-1156627748, FixedTimespan { utc_offset: -12652, dst_offset: 3600, name: "NDT" }), + (-1141511348, FixedTimespan { utc_offset: -12652, dst_offset: 0, name: "NST" }), + (-1125178148, FixedTimespan { utc_offset: -12652, dst_offset: 3600, name: "NDT" }), + (-1110061748, FixedTimespan { utc_offset: -12652, dst_offset: 0, name: "NST" }), + (-1096921748, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-1093728600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-1078612200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-1061670600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-1048973400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-1030221000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-1017523800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-998771400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-986074200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-966717000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-954624600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-935267400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-922570200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-903817800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-891120600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-872368200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NWT" }), + (-769395600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NPT" }), + (-765401400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-746044200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-733347000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-714594600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-701897400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-683145000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-670447800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-651695400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-638998200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-619641000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-606943800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-589401000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-576099000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-557951400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-544649400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-526501800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-513199800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-495052200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-481750200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-463602600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-450300600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-431548200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-418246200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-400098600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-386796600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-368649000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-355347000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-337199400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-323897400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-305749800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-289423800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-273695400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-257974200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-242245800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-226524600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-210796200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-195075000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-179346600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-163625400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-147897000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-131571000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-116447400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-100121400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-84393000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-68671800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-52943400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-37222200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-21493800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-5772600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (9955800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (25677000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (41405400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (57731400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (73459800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (89181000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (104909400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (120630600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (136359000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (152080200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (167808600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (183529800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (199258200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (215584200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (230707800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (247033800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (262762200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (278483400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (294211800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (309933000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (325661400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (341382600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (357111000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (372832200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (388560600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (404886600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (420010200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (436336200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (452064600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (467785800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (483514200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (499235400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (514963800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (530685000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (544591860, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (562127460, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (576041460, FixedTimespan { utc_offset: -12600, dst_offset: 7200, name: "NDDT" }), + (594178260, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (607491060, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (625631460, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (638940660, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (657081060, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (670995060, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (688530660, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (702444660, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (719980260, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (733894260, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (752034660, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (765343860, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (783484260, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (796793460, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (814933860, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (828847860, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (846383460, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (860297460, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (877833060, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (891747060, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (909282660, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (923196660, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (941337060, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (954646260, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (972786660, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (986095860, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1004236260, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1018150260, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1035685860, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1049599860, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1067135460, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1081049460, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1099189860, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1112499060, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1130639460, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1143948660, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1162089060, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1173583860, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1194143460, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1205033460, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1225593060, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1236483060, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1257042660, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1268537460, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1289097060, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1299987060, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1320553800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1331443800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1352003400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1362893400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1383453000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1394343000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1414902600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1425792600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1446352200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1457847000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1478406600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1489296600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1509856200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1520746200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1541305800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1552195800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1572755400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1583645400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1604205000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1615699800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1636259400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1647149400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1667709000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1678599000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1699158600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1710048600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1730608200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1741498200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1762057800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1772947800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1793507400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1805002200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1825561800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1836451800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1857011400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1867901400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1888461000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1899351000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1919910600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1930800600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1951360200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1962855000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1983414600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1994304600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2014864200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2025754200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2046313800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2057203800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2077763400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2088653400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2109213000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2120103000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2140662600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2152157400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2172717000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2183607000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2204166600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2215056600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2235616200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2246506200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2267065800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2277955800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2298515400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2309405400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2329965000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2341459800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2362019400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2372909400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2393469000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2404359000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2424918600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2435808600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2456368200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2467258200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2487817800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2499312600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2519872200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2530762200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2551321800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2562211800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2582771400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2593661400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2614221000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2625111000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2645670600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2656560600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2677120200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2688615000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2709174600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2720064600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2740624200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2751514200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2772073800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2782963800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2803523400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2814413400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2834973000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2846467800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2867027400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2877917400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2898477000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2909367000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2929926600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2940816600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2961376200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2972266200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2992825800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3003715800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3024275400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3035770200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3056329800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3067219800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3087779400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3098669400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3119229000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3130119000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3150678600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3161568600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3182128200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3193018200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3213577800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3225072600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3245632200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3256522200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3277081800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3287971800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3308531400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3319421400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3339981000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3350871000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3371430600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3382925400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3403485000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3414375000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3434934600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3445824600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3466384200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3477274200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3497833800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3508723800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3529283400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3540173400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3560733000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3572227800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3592787400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3603677400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3624237000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3635127000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3655686600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3666576600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3687136200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3698026200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3718585800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3730080600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3750640200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3761530200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3782089800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3792979800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3813539400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3824429400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3844989000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3855879000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3876438600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3887328600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3907888200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3919383000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3939942600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3950832600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3971392200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3982282200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (4002841800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (4013731800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (4034291400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (4045181400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (4065741000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (4076631000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (4097190600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -12652, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__St_Kitts => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2233035335, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-873057600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "AWT" }), + (-769395600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "APT" }), + (-765399600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -15865, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__St_Lucia => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2233035335, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-873057600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "AWT" }), + (-769395600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "APT" }), + (-765399600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -15865, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__St_Thomas => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2233035335, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-873057600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "AWT" }), + (-769395600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "APT" }), + (-765399600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -15865, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__St_Vincent => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2233035335, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-873057600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "AWT" }), + (-769395600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "APT" }), + (-765399600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -15865, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Swift_Current => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2030201320, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1632063600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1615132800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-880210800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MWT" }), + (-769395600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MPT" }), + (-765388800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-747241200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-732729600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-715791600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-702489600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-684342000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-671040000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-652892400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-639590400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-400086000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-384364800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-337186800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-321465600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-305737200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-292435200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-273682800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-260985600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (73472400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -25880, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Tegucigalpa => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1538503868, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (547020000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (559717200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (578469600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (591166800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1146981600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1154926800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -20932, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Thule => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1686079492, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (670399200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (686120400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (701848800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (717570000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (733903200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (752043600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (765352800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (783493200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (796802400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (814942800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (828856800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (846392400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (860306400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (877842000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (891756000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (909291600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (923205600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (941346000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (954655200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (972795600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (986104800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1004245200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1018159200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1035694800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1049608800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1067144400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1081058400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1099198800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1112508000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1130648400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1143957600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1162098000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1173592800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1194152400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1205042400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1225602000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1236492000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1257051600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1268546400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1289106000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1299996000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1320555600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1331445600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1352005200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1362895200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1383454800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1394344800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1414904400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1425794400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1446354000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1457848800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1478408400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1489298400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1509858000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1520748000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1541307600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1552197600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1572757200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1583647200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1604206800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1615701600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1636261200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1647151200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1667710800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1678600800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1699160400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1710050400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1730610000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1741500000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1762059600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1772949600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1793509200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1805004000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1825563600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1836453600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1857013200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1867903200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1888462800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1899352800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1919912400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1930802400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1951362000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1962856800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1983416400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1994306400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2014866000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2025756000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2046315600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2057205600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2077765200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2088655200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2109214800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2120104800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2140664400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2152159200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2172718800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2183608800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2204168400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2215058400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2235618000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2246508000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2267067600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2277957600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2298517200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2309407200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2329966800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2341461600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2362021200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2372911200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2393470800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2404360800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2424920400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2435810400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2456370000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2467260000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2487819600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2499314400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2519874000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2530764000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2551323600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2562213600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2582773200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2593663200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2614222800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2625112800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2645672400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2656562400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2677122000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2688616800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2709176400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2720066400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2740626000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2751516000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2772075600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2782965600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2803525200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2814415200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2834974800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2846469600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2867029200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2877919200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2898478800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2909368800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2929928400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2940818400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2961378000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2972268000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2992827600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3003717600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3024277200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3035772000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3056331600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3067221600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3087781200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3098671200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3119230800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3130120800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3150680400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3161570400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3182130000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3193020000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3213579600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3225074400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3245634000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3256524000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3277083600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3287973600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3308533200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3319423200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3339982800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3350872800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3371432400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3382927200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3403486800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3414376800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3434936400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3445826400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3466386000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3477276000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3497835600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3508725600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3529285200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3540175200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3560734800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3572229600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3592789200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3603679200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3624238800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3635128800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3655688400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3666578400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3687138000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3698028000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3718587600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3730082400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3750642000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3761532000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3782091600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3792981600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3813541200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3824431200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3844990800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3855880800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3876440400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3887330400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3907890000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3919384800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3939944400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3950834400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3971394000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3982284000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (4002843600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (4013733600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (4034293200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (4045183200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (4065742800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (4076632800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (4097192400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -16508, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Thunder_Bay => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2366736148, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1632070800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1615140000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1601753400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1583697600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1567357200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1554667200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1534698000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1524074400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1503248400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1492365600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1471798800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1460916000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1440954000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1428861600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1409504400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1397412000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1378054800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1365962400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1346605200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1333908000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1315155600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1301853600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1283706000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1270404000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1252256400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1238954400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1220806800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1207504800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1188752400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1176055200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1157302800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1144000800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1125853200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1112551200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1094403600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1081101600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1062954000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1049652000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1031504400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1018202400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1000054800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-986752800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-968000400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-955303200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-936550800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-880221600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EWT" }), + (-769395600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EPT" }), + (-765396000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-747248400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-733946400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-715798800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-702496800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-684349200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-671047200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-652899600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-634154400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-620845200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-602704800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-589395600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-576093600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-557946000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-544644000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-526496400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-513194400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-495046800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-481744800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-463597200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-450295200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-431542800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-418240800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-400093200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-384372000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-368643600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-352922400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-337194000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-321472800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-305744400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-289418400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-273690000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-257968800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-242240400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-226519200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-210790800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-195069600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-179341200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-163620000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-147891600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-131565600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-116442000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-100116000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-84387600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-68666400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-52938000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-37216800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-21488400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-5767200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (9961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (25682400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (41410800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (57736800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (73465200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (89186400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (104914800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (120636000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (136364400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (152085600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (167814000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (183535200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (199263600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (215589600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (230713200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (247039200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (262767600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (278488800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (294217200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (309938400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (325666800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (341388000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (357116400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (372837600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (388566000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (404892000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (420015600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (436341600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (452070000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (467791200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (483519600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (499240800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (514969200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (530690400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (544604400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (562140000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (576054000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (594194400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (607503600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (625644000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (638953200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (657093600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (671007600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (688543200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (702457200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (719992800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (733906800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (752047200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (765356400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (783496800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (796806000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (814946400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (828860400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (846396000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (860310000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (877845600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (891759600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (909295200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (923209200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (941349600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (954658800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (972799200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (986108400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1004248800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1018162800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1035698400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1049612400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1067148000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1081062000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1099202400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1112511600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1130652000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1143961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1162101600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1173596400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1194156000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1205046000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1225605600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1236495600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1257055200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1268550000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1289109600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1299999600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1320559200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1331449200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1352008800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1362898800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1383458400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1394348400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1414908000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1425798000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1446357600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1457852400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1478412000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1489302000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1509861600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1520751600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1541311200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1552201200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1572760800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1583650800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1604210400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1615705200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1636264800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1647154800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1667714400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1678604400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1699164000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1710054000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1730613600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1741503600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1762063200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1772953200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1793512800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1805007600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1825567200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1836457200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1857016800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1867906800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1888466400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1899356400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1919916000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1930806000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1951365600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1962860400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1983420000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1994310000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2014869600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2025759600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2046319200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2057209200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2077768800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2088658800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2109218400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2120108400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2140668000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2152162800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2172722400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2183612400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2204172000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2215062000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2235621600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2246511600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2267071200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2277961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2298520800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2309410800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2329970400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2341465200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2362024800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2372914800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2393474400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2404364400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2424924000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2435814000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2456373600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2467263600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2487823200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2499318000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2519877600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2530767600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2551327200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2562217200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2582776800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2593666800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2614226400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2625116400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2645676000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2656566000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2677125600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2688620400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2709180000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2720070000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2740629600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2751519600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2772079200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2782969200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2803528800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2814418800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2834978400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2846473200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2867032800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2877922800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2898482400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2909372400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2929932000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2940822000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2961381600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2972271600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2992831200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3003721200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3024280800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3035775600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3056335200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3067225200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3087784800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3098674800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3119234400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3130124400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3150684000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3161574000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3182133600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3193023600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3213583200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3225078000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3245637600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3256527600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3277087200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3287977200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3308536800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3319426800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3339986400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3350876400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3371436000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3382930800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3403490400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3414380400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3434940000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3445830000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3466389600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3477279600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3497839200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3508729200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3529288800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3540178800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3560738400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3572233200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3592792800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3603682800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3624242400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3635132400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3655692000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3666582000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3687141600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3698031600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3718591200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3730086000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3750645600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3761535600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3782095200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3792985200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3813544800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3824434800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3844994400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3855884400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3876444000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3887334000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3907893600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3919388400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3939948000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3950838000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3971397600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3982287600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4002847200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4013737200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4034296800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4045186800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4065746400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4076636400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4097196000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -19052, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Tijuana => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1514711516, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1451667600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-1343062800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1234803600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-1222963200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-1207242000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-873820800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PWT" }), + (-769370400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PPT" }), + (-761677200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-686073600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-661539600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-495039600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-481734000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-463590000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-450284400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-431535600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-418230000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-400086000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-386780400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-368636400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-355330800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-337186800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-323881200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-305737200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-292431600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (199274400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (215600400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (230724000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (247050000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (262778400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (278499600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (294228000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (309949200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (325677600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (341398800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (357127200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (372848400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (388576800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (404902800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (420026400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (436352400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (452080800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (467802000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (483530400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (499251600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (514980000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (530701200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (544615200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (562150800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (576064800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (594205200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (607514400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (625654800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (638964000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (657104400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (671018400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (688554000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (702468000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (720003600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (733917600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (752058000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (765367200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (783507600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (796816800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (814957200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (828871200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (846406800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (860320800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (877856400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (891770400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (909306000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (923220000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (941360400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (954669600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (972810000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (986119200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1004259600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1018173600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1035709200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1049623200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1067158800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1081072800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1099213200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1112522400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1130662800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1143972000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1162112400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1175421600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1193562000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1207476000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1225011600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1238925600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1256461200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1268560800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1289120400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1300010400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1320570000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1331460000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1352019600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1362909600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1383469200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1394359200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1414918800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1425808800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1446368400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1457863200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1478422800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1489312800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1509872400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1520762400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1541322000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1552212000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1572771600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1583661600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1604221200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1615716000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1636275600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1647165600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1667725200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1678615200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1699174800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1710064800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1730624400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1741514400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1762074000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1772964000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1793523600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1805018400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1825578000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1836468000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1857027600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1867917600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1888477200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1899367200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1919926800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1930816800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1951376400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1962871200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1983430800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1994320800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2014880400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2025770400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2046330000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2057220000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2077779600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2088669600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2109229200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2120119200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2140678800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2152173600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2172733200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2183623200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2204182800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2215072800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2235632400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2246522400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2267082000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2277972000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2298531600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2309421600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2329981200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2341476000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2362035600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2372925600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2393485200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2404375200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2424934800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2435824800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2456384400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2467274400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2487834000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2499328800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2519888400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2530778400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2551338000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2562228000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2582787600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2593677600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2614237200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2625127200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2645686800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2656576800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2677136400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2688631200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2709190800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2720080800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2740640400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2751530400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2772090000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2782980000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2803539600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2814429600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2834989200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2846484000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2867043600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2877933600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2898493200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2909383200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2929942800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2940832800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2961392400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2972282400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2992842000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3003732000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3024291600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3035786400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3056346000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3067236000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3087795600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3098685600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3119245200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3130135200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3150694800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3161584800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3182144400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3193034400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3213594000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3225088800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3245648400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3256538400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3277098000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3287988000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3308547600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3319437600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3339997200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3350887200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3371446800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3382941600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3403501200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3414391200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3434950800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3445840800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3466400400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3477290400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3497850000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3508740000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3529299600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3540189600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3560749200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3572244000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3592803600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3603693600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3624253200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3635143200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3655702800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3666592800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3687152400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3698042400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3718602000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3730096800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3750656400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3761546400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3782106000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3792996000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3813555600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3824445600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3845005200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3855895200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3876454800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3887344800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3907904400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3919399200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3939958800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3950848800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3971408400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3982298400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (4002858000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (4013748000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (4034307600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (4045197600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (4065757200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (4076647200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (4097206800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -28084, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Toronto => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2366736148, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1632070800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1615140000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1601753400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1583697600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1567357200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1554667200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1534698000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1524074400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1503248400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1492365600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1471798800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1460916000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1440954000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1428861600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1409504400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1397412000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1378054800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1365962400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1346605200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1333908000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1315155600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1301853600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1283706000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1270404000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1252256400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1238954400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1220806800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1207504800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1188752400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1176055200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1157302800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1144000800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1125853200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1112551200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1094403600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1081101600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1062954000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1049652000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1031504400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1018202400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1000054800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-986752800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-968000400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-955303200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-936550800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-880221600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EWT" }), + (-769395600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EPT" }), + (-765396000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-747248400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-733946400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-715798800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-702496800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-684349200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-671047200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-652899600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-634154400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-620845200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-602704800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-589395600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-576093600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-557946000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-544644000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-526496400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-513194400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-495046800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-481744800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-463597200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-450295200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-431542800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-418240800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-400093200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-384372000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-368643600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-352922400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-337194000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-321472800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-305744400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-289418400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-273690000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-257968800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-242240400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-226519200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-210790800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-195069600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-179341200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-163620000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-147891600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-131565600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-116442000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-100116000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-84387600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-68666400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-52938000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-37216800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-21488400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-5767200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (9961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (25682400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (41410800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (57736800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (73465200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (89186400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (104914800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (120636000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (136364400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (152085600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (167814000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (183535200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (199263600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (215589600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (230713200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (247039200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (262767600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (278488800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (294217200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (309938400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (325666800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (341388000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (357116400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (372837600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (388566000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (404892000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (420015600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (436341600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (452070000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (467791200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (483519600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (499240800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (514969200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (530690400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (544604400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (562140000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (576054000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (594194400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (607503600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (625644000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (638953200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (657093600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (671007600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (688543200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (702457200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (719992800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (733906800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (752047200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (765356400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (783496800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (796806000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (814946400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (828860400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (846396000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (860310000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (877845600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (891759600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (909295200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (923209200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (941349600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (954658800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (972799200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (986108400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1004248800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1018162800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1035698400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1049612400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1067148000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1081062000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1099202400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1112511600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1130652000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1143961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1162101600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1173596400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1194156000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1205046000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1225605600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1236495600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1257055200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1268550000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1289109600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1299999600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1320559200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1331449200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1352008800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1362898800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1383458400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1394348400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1414908000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1425798000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1446357600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1457852400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1478412000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1489302000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1509861600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1520751600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1541311200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1552201200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1572760800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1583650800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1604210400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1615705200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1636264800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1647154800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1667714400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1678604400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1699164000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1710054000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1730613600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1741503600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1762063200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1772953200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1793512800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1805007600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1825567200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1836457200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1857016800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1867906800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1888466400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1899356400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1919916000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1930806000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1951365600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1962860400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1983420000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1994310000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2014869600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2025759600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2046319200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2057209200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2077768800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2088658800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2109218400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2120108400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2140668000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2152162800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2172722400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2183612400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2204172000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2215062000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2235621600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2246511600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2267071200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2277961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2298520800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2309410800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2329970400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2341465200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2362024800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2372914800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2393474400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2404364400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2424924000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2435814000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2456373600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2467263600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2487823200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2499318000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2519877600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2530767600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2551327200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2562217200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2582776800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2593666800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2614226400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2625116400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2645676000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2656566000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2677125600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2688620400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2709180000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2720070000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2740629600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2751519600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2772079200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2782969200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2803528800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2814418800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2834978400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2846473200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2867032800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2877922800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2898482400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2909372400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2929932000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2940822000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2961381600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2972271600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2992831200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3003721200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3024280800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3035775600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3056335200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3067225200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3087784800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3098674800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3119234400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3130124400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3150684000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3161574000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3182133600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3193023600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3213583200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3225078000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3245637600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3256527600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3277087200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3287977200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3308536800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3319426800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3339986400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3350876400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3371436000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3382930800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3403490400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3414380400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3434940000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3445830000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3466389600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3477279600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3497839200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3508729200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3529288800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3540178800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3560738400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3572233200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3592792800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3603682800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3624242400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3635132400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3655692000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3666582000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3687141600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3698031600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3718591200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3730086000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3750645600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3761535600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3782095200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3792985200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3813544800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3824434800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3844994400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3855884400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3876444000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3887334000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3907893600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3919388400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3939948000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3950838000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3971397600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3982287600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4002847200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4013737200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4034296800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4045186800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4065746400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4076636400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4097196000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -19052, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Tortola => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2233035335, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-873057600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "AWT" }), + (-769395600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "APT" }), + (-765399600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -15865, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Vancouver => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2713880852, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-1632060000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-1615129200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-880207200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PWT" }), + (-769395600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PPT" }), + (-765385200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-747237600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-733935600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-715788000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-702486000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-684338400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-671036400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-652888800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-639586800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-620834400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-608137200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-589384800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-576082800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-557935200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-544633200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-526485600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-513183600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-495036000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-481734000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-463586400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-450284400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-431532000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-418230000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-400082400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-386780400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-368632800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-355330800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-337183200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-323881200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-305733600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-292431600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-273679200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-260982000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-242229600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-226508400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-210780000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-195058800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-179330400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-163609200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-147880800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-131554800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-116431200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-100105200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-84376800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-68655600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-52927200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-37206000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-21477600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-5756400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (9972000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (25693200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (41421600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (57747600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (73476000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (89197200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (104925600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (120646800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (136375200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (152096400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (167824800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (183546000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (199274400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (215600400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (230724000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (247050000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (262778400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (278499600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (294228000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (309949200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (325677600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (341398800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (357127200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (372848400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (388576800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (404902800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (420026400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (436352400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (452080800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (467802000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (483530400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (499251600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (514980000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (530701200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (544615200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (562150800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (576064800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (594205200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (607514400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (625654800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (638964000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (657104400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (671018400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (688554000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (702468000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (720003600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (733917600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (752058000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (765367200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (783507600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (796816800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (814957200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (828871200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (846406800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (860320800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (877856400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (891770400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (909306000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (923220000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (941360400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (954669600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (972810000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (986119200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1004259600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1018173600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1035709200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1049623200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1067158800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1081072800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1099213200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1112522400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1130662800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1143972000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1162112400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1173607200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1194166800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1205056800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1225616400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1236506400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1257066000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1268560800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1289120400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1300010400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1320570000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1331460000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1352019600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1362909600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1383469200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1394359200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1414918800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1425808800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1446368400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1457863200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1478422800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1489312800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1509872400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1520762400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1541322000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1552212000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1572771600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1583661600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1604221200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1615716000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1636275600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1647165600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1667725200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1678615200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1699174800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1710064800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1730624400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1741514400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1762074000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1772964000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1793523600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1805018400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1825578000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1836468000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1857027600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1867917600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1888477200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1899367200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1919926800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1930816800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1951376400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1962871200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1983430800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1994320800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2014880400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2025770400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2046330000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2057220000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2077779600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2088669600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2109229200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2120119200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2140678800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2152173600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2172733200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2183623200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2204182800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2215072800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2235632400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2246522400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2267082000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2277972000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2298531600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2309421600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2329981200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2341476000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2362035600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2372925600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2393485200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2404375200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2424934800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2435824800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2456384400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2467274400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2487834000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2499328800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2519888400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2530778400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2551338000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2562228000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2582787600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2593677600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2614237200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2625127200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2645686800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2656576800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2677136400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2688631200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2709190800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2720080800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2740640400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2751530400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2772090000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2782980000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2803539600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2814429600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2834989200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2846484000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2867043600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2877933600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2898493200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2909383200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2929942800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2940832800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2961392400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2972282400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2992842000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3003732000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3024291600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3035786400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3056346000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3067236000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3087795600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3098685600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3119245200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3130135200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3150694800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3161584800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3182144400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3193034400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3213594000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3225088800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3245648400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3256538400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3277098000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3287988000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3308547600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3319437600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3339997200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3350887200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3371446800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3382941600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3403501200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3414391200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3434950800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3445840800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3466400400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3477290400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3497850000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3508740000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3529299600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3540189600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3560749200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3572244000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3592803600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3603693600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3624253200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3635143200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3655702800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3666592800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3687152400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3698042400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3718602000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3730096800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3750656400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3761546400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3782106000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3792996000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3813555600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3824445600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3845005200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3855895200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3876454800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3887344800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3907904400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3919399200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3939958800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3950848800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3971408400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3982298400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (4002858000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (4013748000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (4034307600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (4045197600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (4065757200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (4076647200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (4097206800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -29548, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Virgin => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2233035335, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-873057600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "AWT" }), + (-769395600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "APT" }), + (-765399600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -15865, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Whitehorse => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2188997988, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "YST" }), + (-1632056400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "YDT" }), + (-1615125600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "YST" }), + (-1596978000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "YDT" }), + (-1583164800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "YST" }), + (-880203600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "YWT" }), + (-769395600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "YPT" }), + (-765381600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "YST" }), + (-147884400, FixedTimespan { utc_offset: -32400, dst_offset: 7200, name: "YDDT" }), + (-131554800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "YST" }), + (-121273200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (325677600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (341398800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (357127200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (372848400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (388576800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (404902800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (420026400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (436352400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (452080800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (467802000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (483530400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (499251600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (514980000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (530701200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (544615200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (562150800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (576064800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (594205200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (607514400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (625654800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (638964000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (657104400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (671018400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (688554000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (702468000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (720003600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (733917600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (752058000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (765367200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (783507600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (796816800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (814957200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (828871200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (846406800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (860320800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (877856400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (891770400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (909306000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (923220000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (941360400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (954669600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (972810000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (986119200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1004259600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1018173600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1035709200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1049623200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1067158800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1081072800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1099213200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1112522400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1130662800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1143972000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1162112400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1173607200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1194166800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1205056800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1225616400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1236506400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1257066000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1268560800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1289120400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1300010400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1320570000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1331460000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1352019600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1362909600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1383469200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1394359200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1414918800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1425808800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1446368400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1457863200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1478422800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1489312800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1509872400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1520762400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1541322000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1552212000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1572771600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1583661600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1604214000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -32412, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Winnipeg => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2602258284, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1694368800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1681671600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1632067200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1615136400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1029686400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1018198800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-880214400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CWT" }), + (-769395600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CPT" }), + (-765392400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-746035200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-732733200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-715795200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-702493200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-684345600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-671043600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-652896000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-639594000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-620755200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-607626000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-589392000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-576090000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-557942400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-544640400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-526492800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-513190800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-495043200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-481741200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-463593600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-450291600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-431539200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-418237200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-400089600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-386787600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-368640000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-355338000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-337190400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-321469200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-305740800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-292438800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-210787200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-198090000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-116438400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-100108800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-84384000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-68659200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-52934400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-37209600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-21484800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-5760000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (9964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (25689600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (41414400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (57744000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (73468800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (89193600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (104918400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (120643200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (136368000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (152092800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (167817600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (183542400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (199267200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (215596800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (230716800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (247046400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (262771200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (278496000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (294220800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (309945600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (325670400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (341395200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (357120000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (372844800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (388569600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (404899200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (420019200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (436348800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (452073600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (467798400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (483523200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (499248000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (514972800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (530697600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (544608000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (562147200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (576057600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (594201600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (607507200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (625651200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (638956800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (657100800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (671011200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (688550400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (702460800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (720000000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (733910400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (752054400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (765360000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (783504000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (796809600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (814953600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (828864000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (846403200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (860313600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (877852800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (891763200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (909302400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (923212800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (941356800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (954662400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (972806400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (986112000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1004256000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1018166400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1035705600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1049616000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1067155200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1081065600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1099209600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1112515200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1130659200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1143964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1162105200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1173600000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1194159600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1205049600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1225609200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1236499200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1257058800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1268553600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1289113200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1300003200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1320562800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1331452800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1352012400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1362902400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1383462000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1394352000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1414911600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1425801600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1446361200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1457856000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1478415600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1489305600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1509865200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1520755200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1541314800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1552204800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1572764400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1583654400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1604214000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1615708800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1636268400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1647158400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1667718000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1678608000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1699167600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1710057600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1730617200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1741507200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1762066800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1772956800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1793516400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1805011200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1825570800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1836460800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1857020400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1867910400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1888470000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1899360000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1919919600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1930809600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1951369200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1962864000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1983423600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1994313600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2014873200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2025763200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2046322800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2057212800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2077772400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2088662400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2109222000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2120112000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2140671600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2152166400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2172726000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2183616000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2204175600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2215065600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2235625200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2246515200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2267074800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2277964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2298524400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2309414400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2329974000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2341468800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2362028400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2372918400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2393478000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2404368000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2424927600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2435817600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2456377200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2467267200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2487826800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2499321600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2519881200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2530771200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2551330800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2562220800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2582780400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2593670400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2614230000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2625120000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2645679600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2656569600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2677129200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2688624000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2709183600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2720073600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2740633200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2751523200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2772082800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2782972800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2803532400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2814422400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2834982000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2846476800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2867036400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2877926400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2898486000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2909376000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2929935600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2940825600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2961385200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2972275200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2992834800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3003724800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3024284400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3035779200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3056338800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3067228800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3087788400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3098678400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3119238000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3130128000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3150687600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3161577600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3182137200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3193027200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3213586800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3225081600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3245641200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3256531200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3277090800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3287980800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3308540400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3319430400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3339990000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3350880000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3371439600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3382934400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3403494000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3414384000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3434943600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3445833600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3466393200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3477283200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3497842800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3508732800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3529292400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3540182400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3560742000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3572236800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3592796400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3603686400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3624246000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3635136000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3655695600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3666585600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3687145200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3698035200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3718594800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3730089600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3750649200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3761539200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3782098800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3792988800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3813548400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3824438400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3844998000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3855888000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3876447600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3887337600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3907897200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3919392000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3939951600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3950841600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3971401200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3982291200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4002850800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4013740800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4034300400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4045190400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4065750000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4076640000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4097199600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -23316, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Yakutat => { + const REST: &[(i64, FixedTimespan)] = &[ + (-3225223727, FixedTimespan { utc_offset: -33535, dst_offset: 0, name: "LMT" }), + (-2188953665, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "YST" }), + (-880203600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "YWT" }), + (-769395600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "YPT" }), + (-765381600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "YST" }), + (-21474000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "YDT" }), + (-5752800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "YST" }), + (9975600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "YDT" }), + (25696800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "YST" }), + (41425200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "YDT" }), + (57751200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "YST" }), + (73479600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "YDT" }), + (89200800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "YST" }), + (104929200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "YDT" }), + (120650400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "YST" }), + (126702000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "YDT" }), + (152100000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "YST" }), + (162385200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "YDT" }), + (183549600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "YST" }), + (199278000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "YDT" }), + (215604000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "YST" }), + (230727600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "YDT" }), + (247053600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "YST" }), + (262782000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "YDT" }), + (278503200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "YST" }), + (294231600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "YDT" }), + (309952800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "YST" }), + (325681200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "YDT" }), + (341402400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "YST" }), + (357130800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "YDT" }), + (372852000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "YST" }), + (388580400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "YDT" }), + (404906400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "YST" }), + (420030000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "YDT" }), + (436356000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "YST" }), + (439030800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (452084400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (467805600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (483534000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (499255200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (514983600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (530704800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (544618800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (562154400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (576068400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (594208800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (607518000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (625658400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (638967600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (657108000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (671022000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (688557600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (702471600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (720007200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (733921200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (752061600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (765370800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (783511200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (796820400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (814960800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (828874800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (846410400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (860324400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (877860000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (891774000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (909309600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (923223600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (941364000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (954673200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (972813600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (986122800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1004263200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1018177200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1035712800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1049626800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1067162400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1081076400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1099216800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1112526000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1130666400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1143975600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1162116000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1173610800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1194170400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1205060400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1225620000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1236510000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1257069600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1268564400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1289124000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1300014000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1320573600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1331463600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1352023200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1362913200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1383472800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1394362800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1414922400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1425812400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1446372000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1457866800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1478426400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1489316400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1509876000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1520766000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1541325600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1552215600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1572775200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1583665200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1604224800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1615719600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1636279200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1647169200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1667728800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1678618800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1699178400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1710068400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1730628000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1741518000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1762077600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1772967600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1793527200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1805022000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1825581600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1836471600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1857031200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1867921200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1888480800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1899370800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1919930400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1930820400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1951380000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1962874800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1983434400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1994324400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2014884000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2025774000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2046333600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2057223600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2077783200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2088673200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2109232800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2120122800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2140682400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2152177200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2172736800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2183626800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2204186400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2215076400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2235636000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2246526000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2267085600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2277975600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2298535200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2309425200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2329984800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2341479600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2362039200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2372929200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2393488800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2404378800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2424938400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2435828400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2456388000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2467278000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2487837600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2499332400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2519892000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2530782000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2551341600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2562231600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2582791200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2593681200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2614240800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2625130800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2645690400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2656580400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2677140000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2688634800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2709194400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2720084400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2740644000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2751534000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2772093600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2782983600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2803543200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2814433200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2834992800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2846487600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2867047200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2877937200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2898496800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2909386800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2929946400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2940836400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2961396000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2972286000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2992845600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3003735600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3024295200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3035790000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3056349600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3067239600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3087799200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3098689200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3119248800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3130138800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3150698400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3161588400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3182148000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3193038000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3213597600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3225092400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3245652000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3256542000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3277101600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3287991600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3308551200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3319441200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3340000800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3350890800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3371450400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3382945200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3403504800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3414394800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3434954400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3445844400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3466404000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3477294000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3497853600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3508743600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3529303200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3540193200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3560752800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3572247600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3592807200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3603697200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3624256800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3635146800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3655706400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3666596400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3687156000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3698046000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3718605600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3730100400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3750660000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3761550000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3782109600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3792999600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3813559200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3824449200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3845008800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3855898800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3876458400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3887348400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3907908000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3919402800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3939962400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3950852400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3971412000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3982302000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (4002861600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (4013751600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (4034311200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (4045201200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (4065760800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (4076650800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (4097210400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 52865, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::America__Yellowknife => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1998663968, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1632063600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1615132800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1600614000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1596816000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1567954800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1551628800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1536505200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1523203200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1504450800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1491753600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1473001200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1459699200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-880210800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MWT" }), + (-769395600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MPT" }), + (-765388800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-715791600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-702489600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (73472400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (89193600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (104922000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (120643200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (136371600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (152092800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (167821200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (183542400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (199270800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (215596800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (230720400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (247046400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (262774800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (278496000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (294224400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (309945600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (325674000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (341395200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (357123600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (372844800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (388573200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (404899200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (420022800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (436348800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (452077200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (467798400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (483526800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (499248000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (514976400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (530697600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (544611600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (562147200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (576061200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (594201600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (607510800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (625651200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (638960400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (657100800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (671014800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (688550400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (702464400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (720000000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (733914000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (752054400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (765363600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (783504000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (796813200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (814953600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (828867600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (846403200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (860317200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (877852800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (891766800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (909302400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (923216400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (941356800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (954666000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (972806400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (986115600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1004256000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1018170000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1035705600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1049619600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1067155200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1081069200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1099209600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1112518800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1130659200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1143968400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1162108800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1173603600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1194163200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1205053200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1225612800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1236502800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1257062400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1268557200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1289116800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1300006800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1320566400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1331456400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1352016000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1362906000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1383465600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1394355600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1414915200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1425805200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1446364800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1457859600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1478419200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1489309200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1509868800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1520758800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1541318400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1552208400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1572768000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1583658000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1604217600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1615712400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1636272000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1647162000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1667721600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1678611600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1699171200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1710061200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1730620800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1741510800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1762070400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1772960400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1793520000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1805014800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1825574400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1836464400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1857024000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1867914000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1888473600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1899363600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1919923200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1930813200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1951372800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1962867600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1983427200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1994317200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2014876800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2025766800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2046326400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2057216400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2077776000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2088666000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2109225600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2120115600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2140675200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2152170000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2172729600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2183619600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2204179200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2215069200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2235628800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2246518800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2267078400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2277968400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2298528000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2309418000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2329977600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2341472400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2362032000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2372922000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2393481600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2404371600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2424931200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2435821200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2456380800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2467270800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2487830400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2499325200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2519884800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2530774800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2551334400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2562224400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2582784000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2593674000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2614233600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2625123600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2645683200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2656573200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2677132800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2688627600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2709187200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2720077200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2740636800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2751526800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2772086400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2782976400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2803536000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2814426000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2834985600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2846480400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2867040000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2877930000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2898489600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2909379600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2929939200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2940829200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2961388800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2972278800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2992838400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3003728400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3024288000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3035782800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3056342400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3067232400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3087792000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3098682000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3119241600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3130131600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3150691200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3161581200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3182140800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3193030800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3213590400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3225085200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3245644800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3256534800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3277094400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3287984400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3308544000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3319434000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3339993600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3350883600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3371443200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3382938000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3403497600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3414387600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3434947200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3445837200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3466396800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3477286800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3497846400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3508736400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3529296000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3540186000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3560745600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3572240400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3592800000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3603690000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3624249600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3635139600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3655699200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3666589200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3687148800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3698038800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3718598400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3730093200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3750652800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3761542800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3782102400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3792992400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3813552000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3824442000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3845001600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3855891600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3876451200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3887341200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3907900800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3919395600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3939955200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3950845200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3971404800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3982294800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4002854400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (4013744400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4034304000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (4045194000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4065753600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (4076643600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4097203200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -27232, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Antarctica__Casey => { + const REST: &[(i64, FixedTimespan)] = &[ + (-31536000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (1255802400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1267714800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (1319738400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1329804000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (1477065600, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1520701200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (1538856000, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1552752000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (1570129200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1583596800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (1601740860, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1615640400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (1633190460, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1647090000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (1664640060, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1678291200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 0, + dst_offset: 0, + name: "-00", + }, + rest: REST + } + }, + + Tz::Antarctica__Davis => { + const REST: &[(i64, FixedTimespan)] = &[ + (-409190400, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (-163062000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "-00" }), + (-28857600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (1255806000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (1268233200, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (1319742000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (1329836400, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 0, + dst_offset: 0, + name: "-00", + }, + rest: REST + } + }, + + Tz::Antarctica__DumontDUrville => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2840176120, FixedTimespan { utc_offset: 35312, dst_offset: 0, name: "PMMT" }), + (-2366790512, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 35320, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Antarctica__Macquarie => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2214259200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-1680508800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-1665388800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-1601719200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "-00" }), + (-687052800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-71136000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-55411200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-37267200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-25776000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-5817600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (5673600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (25632000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (37728000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (57686400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (67968000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (89136000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (100022400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (120585600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (131472000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (152035200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (162921600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (183484800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (194976000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (215539200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (226425600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (246988800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (257875200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (278438400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (289324800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (309888000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (320774400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (341337600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (352224000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (372787200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (386092800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (404841600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (417542400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (436291200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (447177600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (467740800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (478627200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (499190400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (510076800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (530035200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (542736000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (562089600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (574790400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (594144000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (606240000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (625593600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (637689600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (657043200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (670348800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (686678400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (701798400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (718128000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (733248000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (749577600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (764697600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (781027200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (796147200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (812476800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (828201600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (844531200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (859651200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (875980800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (891100800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (907430400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (922550400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (938880000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (954000000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (967305600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (985449600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1002384000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1017504000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1033833600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1048953600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1065283200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1080403200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1096732800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1111852800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1128182400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1143907200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1159632000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1174752000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1191686400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1207411200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1223136000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1238860800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1254585600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1301760000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1317484800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1333209600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1349539200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1365264000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1380988800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1396713600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1412438400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1428163200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1443888000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1459612800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1475337600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1491062400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1506787200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1522512000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1538841600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1554566400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1570291200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1586016000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1601740800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1617465600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1633190400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1648915200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1664640000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1680364800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1696089600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1712419200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1728144000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1743868800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1759593600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1775318400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1791043200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1806768000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1822492800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1838217600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1853942400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1869667200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1885996800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1901721600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1917446400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1933171200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1948896000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1964620800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1980345600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1996070400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2011795200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2027520000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2043244800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2058969600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2075299200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2091024000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2106748800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2122473600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2138198400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2153923200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2169648000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2185372800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2201097600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2216822400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2233152000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2248876800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2264601600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2280326400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2296051200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2311776000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2327500800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2343225600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2358950400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2374675200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2390400000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2406124800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2422454400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2438179200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2453904000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2469628800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2485353600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2501078400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2516803200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2532528000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2548252800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2563977600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2579702400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2596032000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2611756800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2627481600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2643206400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2658931200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2674656000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2690380800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2706105600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2721830400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2737555200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2753280000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2769609600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2785334400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2801059200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2816784000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2832508800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2848233600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2863958400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2879683200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2895408000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2911132800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2926857600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2942582400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2958912000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2974636800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2990361600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3006086400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3021811200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3037536000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3053260800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3068985600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3084710400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3100435200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3116764800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3132489600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3148214400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3163939200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3179664000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3195388800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3211113600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3226838400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3242563200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3258288000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3274012800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3289737600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3306067200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3321792000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3337516800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3353241600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3368966400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3384691200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3400416000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3416140800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3431865600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3447590400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3463315200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3479644800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3495369600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3511094400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3526819200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3542544000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3558268800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3573993600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3589718400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3605443200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3621168000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3636892800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3653222400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3668947200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3684672000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3700396800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3716121600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3731846400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3747571200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3763296000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3779020800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3794745600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3810470400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3826195200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3842524800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3858249600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3873974400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3889699200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3905424000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3921148800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3936873600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3952598400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3968323200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3984048000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (4000377600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (4016102400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (4031827200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (4047552000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (4063276800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (4079001600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (4094726400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 0, + dst_offset: 0, + name: "-00", + }, + rest: REST + } + }, + + Tz::Antarctica__Mawson => { + const REST: &[(i64, FixedTimespan)] = &[ + (-501206400, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1255809600, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 0, + dst_offset: 0, + name: "-00", + }, + rest: REST + } + }, + + Tz::Antarctica__McMurdo => { + const REST: &[(i64, FixedTimespan)] = &[ + (-3192435544, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-1330335000, FixedTimespan { utc_offset: 41400, dst_offset: 3600, name: "NZST" }), + (-1320057000, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-1300699800, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-1287396000, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-1269250200, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-1255946400, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-1237800600, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-1224496800, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-1206351000, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-1192442400, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-1174901400, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-1160992800, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-1143451800, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-1125914400, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-1112607000, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-1094464800, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-1081157400, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-1063015200, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-1049707800, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-1031565600, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-1018258200, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-1000116000, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-986808600, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-968061600, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-955359000, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-936612000, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-923304600, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-757425600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (152632800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (162309600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (183477600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (194968800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (215532000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (226418400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (246981600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (257868000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (278431200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (289317600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (309880800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (320767200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (341330400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (352216800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (372780000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (384271200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (404834400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (415720800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (436284000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (447170400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (467733600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (478620000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (499183200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (510069600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (530632800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (541519200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (562082400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (573573600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (594136800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (605023200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (623772000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (637682400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (655221600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (669132000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (686671200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (700581600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (718120800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (732636000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (749570400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (764085600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (781020000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (795535200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (812469600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (826984800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (844524000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (858434400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (875973600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (889884000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (907423200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (921938400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (938872800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (953388000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (970322400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (984837600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1002376800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1016287200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1033826400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1047736800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1065276000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1079791200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1096725600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1111240800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1128175200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1142690400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1159624800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1174140000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1191074400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1207404000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1222524000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1238853600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1253973600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1270303200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1285423200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1301752800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1316872800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1333202400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1348927200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1365256800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1380376800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1396706400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1411826400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1428156000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1443276000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1459605600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1474725600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1491055200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1506175200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1522504800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1538229600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1554559200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1569679200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1586008800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1601128800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1617458400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1632578400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1648908000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1664028000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1680357600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1695477600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1712412000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1727532000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1743861600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1758981600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1775311200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1790431200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1806760800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1821880800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1838210400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1853330400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1869660000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1885384800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1901714400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1916834400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1933164000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1948284000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1964613600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1979733600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1996063200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2011183200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2027512800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2042632800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2058962400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2074687200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2091016800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2106136800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2122466400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2137586400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2153916000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2169036000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2185365600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2200485600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2216815200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2232540000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2248869600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2263989600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2280319200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2295439200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2311768800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2326888800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2343218400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2358338400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2374668000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2389788000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2406117600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2421842400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2438172000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2453292000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2469621600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2484741600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2501071200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2516191200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2532520800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2547640800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2563970400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2579090400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2596024800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2611144800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2627474400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2642594400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2658924000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2674044000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2690373600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2705493600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2721823200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2736943200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2753272800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2768997600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2785327200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2800447200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2816776800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2831896800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2848226400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2863346400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2879676000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2894796000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2911125600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2926245600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2942575200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2958300000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2974629600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2989749600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3006079200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3021199200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3037528800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3052648800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3068978400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3084098400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3100428000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3116152800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3132482400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3147602400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3163932000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3179052000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3195381600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3210501600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3226831200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3241951200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3258280800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3273400800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3289730400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3305455200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3321784800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3336904800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3353234400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3368354400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3384684000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3399804000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3416133600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3431253600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3447583200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3462703200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3479637600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3494757600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3511087200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3526207200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3542536800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3557656800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3573986400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3589106400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3605436000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3620556000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3636885600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3652610400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3668940000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3684060000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3700389600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3715509600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3731839200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3746959200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3763288800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3778408800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3794738400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3809858400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3826188000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3841912800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3858242400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3873362400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3889692000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3904812000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3921141600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3936261600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3952591200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3967711200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3984040800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3999765600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (4016095200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (4031215200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (4047544800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (4062664800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (4078994400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (4094114400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 41944, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Antarctica__Palmer => { + const REST: &[(i64, FixedTimespan)] = &[ + (-157766400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-152658000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-132955200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-121122000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-101419200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-86821200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-71092800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-54766800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-39038400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-23317200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-7588800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (128142000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (136605600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (389070000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (403070400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (416372400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (434520000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (447822000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (466574400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (479271600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (498024000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (510721200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (529473600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (545194800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (560923200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (574225200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (592372800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (605674800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (624427200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (637124400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (653457600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (668574000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (687326400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (700628400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (718776000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (732078000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (750225600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (763527600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (781675200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (794977200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (813729600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (826426800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (845179200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (859690800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (876628800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (889930800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (906868800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (923194800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (939528000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (952830000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (971582400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (984279600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1003032000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1015729200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1034481600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1047178800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1065931200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1079233200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1097380800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1110682800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1128830400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1142132400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1160884800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1173582000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1192334400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1206846000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1223784000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1237086000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1255233600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1270350000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1286683200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1304823600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1313899200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1335668400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1346558400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1367118000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1378612800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1398567600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1410062400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1463281200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1471147200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1480820400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 0, + dst_offset: 0, + name: "-00", + }, + rest: REST + } + }, + + Tz::Antarctica__Rothera => { + const REST: &[(i64, FixedTimespan)] = &[ + (218246400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 0, + dst_offset: 0, + name: "-00", + }, + rest: REST + } + }, + + Tz::Antarctica__South_Pole => { + const REST: &[(i64, FixedTimespan)] = &[ + (-3192435544, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-1330335000, FixedTimespan { utc_offset: 41400, dst_offset: 3600, name: "NZST" }), + (-1320057000, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-1300699800, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-1287396000, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-1269250200, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-1255946400, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-1237800600, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-1224496800, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-1206351000, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-1192442400, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-1174901400, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-1160992800, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-1143451800, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-1125914400, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-1112607000, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-1094464800, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-1081157400, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-1063015200, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-1049707800, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-1031565600, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-1018258200, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-1000116000, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-986808600, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-968061600, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-955359000, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-936612000, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-923304600, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-757425600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (152632800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (162309600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (183477600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (194968800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (215532000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (226418400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (246981600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (257868000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (278431200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (289317600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (309880800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (320767200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (341330400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (352216800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (372780000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (384271200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (404834400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (415720800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (436284000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (447170400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (467733600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (478620000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (499183200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (510069600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (530632800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (541519200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (562082400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (573573600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (594136800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (605023200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (623772000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (637682400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (655221600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (669132000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (686671200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (700581600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (718120800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (732636000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (749570400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (764085600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (781020000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (795535200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (812469600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (826984800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (844524000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (858434400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (875973600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (889884000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (907423200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (921938400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (938872800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (953388000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (970322400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (984837600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1002376800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1016287200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1033826400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1047736800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1065276000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1079791200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1096725600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1111240800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1128175200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1142690400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1159624800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1174140000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1191074400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1207404000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1222524000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1238853600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1253973600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1270303200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1285423200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1301752800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1316872800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1333202400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1348927200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1365256800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1380376800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1396706400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1411826400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1428156000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1443276000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1459605600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1474725600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1491055200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1506175200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1522504800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1538229600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1554559200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1569679200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1586008800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1601128800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1617458400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1632578400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1648908000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1664028000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1680357600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1695477600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1712412000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1727532000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1743861600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1758981600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1775311200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1790431200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1806760800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1821880800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1838210400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1853330400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1869660000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1885384800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1901714400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1916834400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1933164000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1948284000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1964613600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1979733600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1996063200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2011183200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2027512800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2042632800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2058962400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2074687200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2091016800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2106136800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2122466400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2137586400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2153916000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2169036000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2185365600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2200485600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2216815200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2232540000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2248869600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2263989600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2280319200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2295439200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2311768800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2326888800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2343218400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2358338400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2374668000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2389788000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2406117600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2421842400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2438172000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2453292000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2469621600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2484741600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2501071200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2516191200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2532520800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2547640800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2563970400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2579090400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2596024800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2611144800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2627474400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2642594400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2658924000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2674044000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2690373600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2705493600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2721823200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2736943200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2753272800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2768997600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2785327200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2800447200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2816776800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2831896800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2848226400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2863346400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2879676000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2894796000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2911125600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2926245600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2942575200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2958300000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2974629600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2989749600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3006079200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3021199200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3037528800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3052648800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3068978400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3084098400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3100428000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3116152800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3132482400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3147602400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3163932000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3179052000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3195381600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3210501600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3226831200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3241951200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3258280800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3273400800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3289730400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3305455200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3321784800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3336904800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3353234400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3368354400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3384684000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3399804000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3416133600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3431253600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3447583200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3462703200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3479637600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3494757600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3511087200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3526207200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3542536800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3557656800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3573986400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3589106400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3605436000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3620556000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3636885600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3652610400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3668940000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3684060000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3700389600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3715509600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3731839200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3746959200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3763288800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3778408800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3794738400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3809858400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3826188000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3841912800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3858242400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3873362400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3889692000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3904812000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3921141600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3936261600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3952591200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3967711200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3984040800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3999765600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (4016095200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (4031215200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (4047544800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (4062664800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (4078994400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (4094114400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 41944, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Antarctica__Syowa => { + const REST: &[(i64, FixedTimespan)] = &[ + (-719636812, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 11212, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Antarctica__Troll => { + const REST: &[(i64, FixedTimespan)] = &[ + (1108166400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1111885200, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (1130634000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1143334800, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (1162083600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1174784400, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (1193533200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1206838800, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (1224982800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1238288400, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (1256432400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1269738000, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (1288486800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1301187600, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (1319936400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1332637200, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (1351386000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1364691600, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (1382835600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1396141200, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (1414285200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1427590800, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (1445734800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1459040400, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (1477789200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1490490000, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (1509238800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1521939600, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (1540688400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1553994000, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (1572138000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1585443600, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (1603587600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1616893200, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (1635642000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1648342800, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (1667091600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1679792400, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (1698541200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1711846800, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (1729990800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1743296400, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (1761440400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1774746000, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (1792890000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1806195600, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (1824944400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1837645200, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (1856394000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1869094800, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (1887843600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1901149200, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (1919293200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1932598800, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (1950742800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1964048400, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (1982797200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (1995498000, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (2014246800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (2026947600, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (2045696400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (2058397200, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (2077146000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (2090451600, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (2108595600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (2121901200, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (2140045200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (2153350800, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (2172099600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (2184800400, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (2203549200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (2216250000, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (2234998800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (2248304400, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (2266448400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (2279754000, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (2297898000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (2311203600, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (2329347600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (2342653200, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (2361402000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (2374102800, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (2392851600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (2405552400, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (2424301200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (2437606800, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (2455750800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (2469056400, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (2487200400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (2500506000, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (2519254800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (2531955600, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (2550704400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (2563405200, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (2582154000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (2595459600, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (2613603600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (2626909200, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (2645053200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (2658358800, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (2676502800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (2689808400, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (2708557200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (2721258000, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (2740006800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (2752707600, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (2771456400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (2784762000, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (2802906000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (2816211600, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (2834355600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (2847661200, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (2866410000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (2879110800, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (2897859600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (2910560400, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (2929309200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (2942010000, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (2960758800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (2974064400, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (2992208400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (3005514000, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (3023658000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (3036963600, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (3055712400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (3068413200, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (3087162000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (3099862800, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (3118611600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (3131917200, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (3150061200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (3163366800, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (3181510800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (3194816400, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (3212960400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (3226266000, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (3245014800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (3257715600, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (3276464400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (3289165200, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (3307914000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (3321219600, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (3339363600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (3352669200, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (3370813200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (3384118800, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (3402867600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (3415568400, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (3434317200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (3447018000, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (3465766800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (3479072400, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (3497216400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (3510522000, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (3528666000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (3541971600, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (3560115600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (3573421200, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (3592170000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (3604870800, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (3623619600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (3636320400, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (3655069200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (3668374800, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (3686518800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (3699824400, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (3717968400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (3731274000, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (3750022800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (3762723600, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (3781472400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (3794173200, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (3812922000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (3825622800, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (3844371600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (3857677200, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (3875821200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (3889126800, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (3907270800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (3920576400, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (3939325200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (3952026000, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (3970774800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (3983475600, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (4002224400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (4015530000, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (4033674000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (4046979600, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (4065123600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + (4078429200, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "+02" }), + (4096573200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "+00" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 0, + dst_offset: 0, + name: "-00", + }, + rest: REST + } + }, + + Tz::Antarctica__Vostok => { + const REST: &[(i64, FixedTimespan)] = &[ + (-380073600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (760035600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "-00" }), + (783648000, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (1702839600, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 0, + dst_offset: 0, + name: "-00", + }, + rest: REST + } + }, + + Tz::Arctic__Longyearbyen => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2422054408, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1693706400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1680483600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1663455600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1650150000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1632006000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1618700400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-938905200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-857257200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-844556400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-828226800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-812502000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-796777200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-781052400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-776563200, FixedTimespan { utc_offset: 3600, dst_offset: 7200, name: "CEMT" }), + (-765936000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-761180400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-748479600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-733273200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-717631200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-714610800, FixedTimespan { utc_offset: 3600, dst_offset: 7200, name: "CEMT" }), + (-710380800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-701910000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-684975600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-670460400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-654130800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-639010800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (323830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (338950800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (354675600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (370400400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (386125200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (401850000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (417574800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (433299600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (449024400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (465354000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (481078800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (496803600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (512528400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (528253200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (543978000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (559702800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (575427600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (591152400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (606877200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (622602000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (638326800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (654656400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (670381200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (686106000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (701830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (717555600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (733280400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (749005200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (764730000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (780454800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (796179600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (811904400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (828234000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (846378000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (859683600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (877827600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (891133200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (909277200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (922582800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (941331600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (954032400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (972781200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (985482000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1004230800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1017536400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1035680400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1048986000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1067130000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1080435600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1099184400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1111885200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1130634000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1143334800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1162083600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1174784400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1193533200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1206838800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1224982800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1238288400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1256432400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1269738000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1288486800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1301187600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1319936400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1332637200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1351386000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1364691600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1382835600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1396141200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1414285200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1427590800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1445734800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1459040400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1477789200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1490490000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1509238800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1521939600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1540688400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1553994000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1572138000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1585443600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1603587600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1616893200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1635642000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1648342800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1667091600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1679792400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1698541200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1711846800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1729990800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1743296400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1761440400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1774746000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1792890000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1806195600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1824944400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1837645200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1856394000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1869094800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1887843600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1901149200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1919293200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1932598800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1950742800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1964048400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1982797200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1995498000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2014246800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2026947600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2045696400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2058397200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2077146000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2090451600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2108595600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2121901200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2140045200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2153350800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2172099600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2184800400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2203549200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2216250000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2234998800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2248304400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2266448400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2279754000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2297898000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2311203600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2329347600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2342653200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2361402000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2374102800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2392851600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2405552400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2424301200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2437606800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2455750800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2469056400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2487200400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2500506000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2519254800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2531955600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2550704400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2563405200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2582154000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2595459600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2613603600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2626909200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2645053200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2658358800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2676502800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2689808400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2708557200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2721258000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2740006800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2752707600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2771456400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2784762000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2802906000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2816211600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2834355600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2847661200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2866410000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2879110800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2897859600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2910560400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2929309200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2942010000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2960758800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2974064400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2992208400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3005514000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3023658000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3036963600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3055712400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3068413200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3087162000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3099862800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3118611600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3131917200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3150061200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3163366800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3181510800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3194816400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3212960400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3226266000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3245014800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3257715600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3276464400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3289165200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3307914000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3321219600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3339363600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3352669200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3370813200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3384118800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3402867600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3415568400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3434317200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3447018000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3465766800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3479072400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3497216400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3510522000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3528666000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3541971600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3560115600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3573421200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3592170000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3604870800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3623619600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3636320400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3655069200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3668374800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3686518800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3699824400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3717968400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3731274000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3750022800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3762723600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3781472400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3794173200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3812922000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3825622800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3844371600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3857677200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3875821200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3889126800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3907270800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3920576400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3939325200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3952026000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3970774800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3983475600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4002224400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4015530000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4033674000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4046979600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4065123600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4078429200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4096573200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 3208, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Aden => { + const REST: &[(i64, FixedTimespan)] = &[ + (-719636812, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 11212, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Almaty => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1441170468, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (-1247547600, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (354909600, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (370717200, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (386445600, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (402253200, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (417981600, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (433789200, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (449604000, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (465336000, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (481060800, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (496785600, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (512510400, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (528235200, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (543960000, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (559684800, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (575409600, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (591134400, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (606859200, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (622584000, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (638308800, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (654638400, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (670363200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (686091600, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (695768400, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (701812800, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (717537600, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (733262400, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (748987200, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (764712000, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (780436800, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (796161600, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (811886400, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (828216000, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (846360000, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (859665600, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (877809600, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (891115200, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (909259200, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (922564800, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (941313600, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (954014400, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (972763200, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (985464000, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1004212800, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1017518400, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1035662400, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1048968000, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1067112000, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1080417600, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1099162800, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1709229600, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 18468, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Amman => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1230776624, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (108165600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (118270800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (136591200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (149806800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (168127200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (181342800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (199749600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (215643600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (231285600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (244501200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (262735200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (275950800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (481154400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (496962000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (512949600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (528670800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (544399200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (560120400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (575848800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (592174800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (610581600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (623624400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (641167200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (655074000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (671839200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (685918800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (702856800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (717973200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (733701600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (749422800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (765151200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (779662800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (797205600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (811116000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (828655200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (843170400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (860104800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (874620000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (891554400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (906069600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (930780000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (938124000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (954367200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (970178400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (985816800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1001628000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1017352800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1033077600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1048802400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1066946400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1080252000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1097791200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1112306400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1128031200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1143756000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1161900000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1175205600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1193349600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1206655200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1225404000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1238104800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1256853600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1269554400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1288303200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1301608800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1319752800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1333058400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1387486800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1395957600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1414706400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1427407200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1446156000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1459461600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1477605600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1490911200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1509055200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1522360800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1540504800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1553810400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1571954400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1585260000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1604008800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1616709600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1635458400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1645740000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1666904400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 8624, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Anadyr => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1441194596, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (-1247572800, FixedTimespan { utc_offset: 46800, dst_offset: 0, name: "+13" }), + (354884400, FixedTimespan { utc_offset: 46800, dst_offset: 3600, name: "+14" }), + (370692000, FixedTimespan { utc_offset: 46800, dst_offset: 0, name: "+13" }), + (386420400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (402231600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (417960000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (433767600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (449582400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (465314400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (481039200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (496764000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (512488800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (528213600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (543938400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (559663200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (575388000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (591112800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (606837600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (622562400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (638287200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (654616800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (670341600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (686070000, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (695746800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (701791200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (717516000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (733240800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (748965600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (764690400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (780415200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (796140000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (811864800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (828194400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (846338400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (859644000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (877788000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (891093600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (909237600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (922543200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (941292000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (953992800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (972741600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (985442400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (1004191200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (1017496800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (1035640800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (1048946400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (1067090400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (1080396000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (1099144800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (1111845600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (1130594400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (1143295200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (1162044000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (1174744800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (1193493600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (1206799200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (1224943200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (1238248800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (1256392800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (1269698400, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1288450800, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1301151600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 42596, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Aqtau => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1441164064, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (-1247544000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (370724400, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (386445600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (402256800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (417985200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (433792800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (449607600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (465339600, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (481064400, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (496789200, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (512514000, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (528238800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (543963600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (559688400, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (575413200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (591138000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (606862800, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (622587600, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (638312400, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (654642000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (670366800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (686095200, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (695772000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (701816400, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (717541200, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (733266000, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (748990800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (764715600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (780436800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (780444000, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (796168800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (811893600, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (828223200, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (846367200, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (859672800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (877816800, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (891122400, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (909266400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (922572000, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (941320800, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (954021600, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (972770400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (985471200, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1004220000, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1017525600, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1035669600, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1048975200, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1067119200, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1080424800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1099170000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 12064, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Aqtobe => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1441165720, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (-1247544000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (354913200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (370720800, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (386445600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (402256800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (417985200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (433792800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (449607600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (465339600, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (481064400, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (496789200, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (512514000, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (528238800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (543963600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (559688400, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (575413200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (591138000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (606862800, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (622587600, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (638312400, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (654642000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (670366800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (686095200, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (695772000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (701816400, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (717541200, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (733266000, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (748990800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (764715600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (780440400, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (796165200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (811890000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (828219600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (846363600, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (859669200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (877813200, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (891118800, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (909262800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (922568400, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (941317200, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (954018000, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (972766800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (985467600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (1004216400, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (1017522000, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (1035666000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (1048971600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (1067115600, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (1080421200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (1099166400, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 13720, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Ashgabat => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1441166012, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (-1247544000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (354913200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (370720800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (386449200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (402256800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (417985200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (433792800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (449607600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (465339600, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (481064400, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (496789200, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (512514000, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (528238800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (543963600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (559688400, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (575413200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (591138000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (606862800, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (622587600, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (638312400, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (654642000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (670366800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (686095200, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (695772000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 14012, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Ashkhabad => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1441166012, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (-1247544000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (354913200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (370720800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (386449200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (402256800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (417985200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (433792800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (449607600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (465339600, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (481064400, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (496789200, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (512514000, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (528238800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (543963600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (559688400, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (575413200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (591138000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (606862800, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (622587600, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (638312400, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (654642000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (670366800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (686095200, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (695772000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 14012, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Atyrau => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1441164464, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (-1247540400, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (370724400, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (386445600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (402256800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (417985200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (433792800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (449607600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (465339600, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (481064400, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (496789200, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (512514000, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (528238800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (543963600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (559688400, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (575413200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (591138000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (606862800, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (622587600, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (638312400, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (654642000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (670366800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (686095200, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (695772000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (701816400, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (717541200, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (733266000, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (748990800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (764715600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (780440400, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (796165200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (811890000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (828219600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (846363600, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (859669200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (877813200, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (891118800, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (909262800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (922568400, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (941320800, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (954021600, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (972770400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (985471200, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1004220000, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1017525600, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1035669600, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1048975200, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1067119200, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1080424800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1099170000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 12464, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Baghdad => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2524532260, FixedTimespan { utc_offset: 10656, dst_offset: 0, name: "BMT" }), + (-1641005856, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (389048400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (402264000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (417906000, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (433800000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (449614800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (465422400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (481150800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (496792800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (512517600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (528242400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (543967200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (559692000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (575416800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (591141600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (606866400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (622591200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (638316000, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (654645600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (670464000, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (686275200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (702086400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (717897600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (733622400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (749433600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (765158400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (780969600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (796694400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (812505600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (828316800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (844128000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (859852800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (875664000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (891388800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (907200000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (922924800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (938736000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (954547200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (970358400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (986083200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (1001894400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (1017619200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (1033430400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (1049155200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (1064966400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (1080777600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (1096588800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (1112313600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (1128124800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (1143849600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (1159660800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (1175385600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (1191196800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 10660, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Bahrain => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1577935568, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (76190400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 12368, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Baku => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1441163964, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (-405140400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (354916800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (370724400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (386452800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (402260400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (417988800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (433796400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (449611200, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (465343200, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (481068000, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (496792800, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (512517600, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (528242400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (543967200, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (559692000, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (575416800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (591141600, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (606866400, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (622591200, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (638316000, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (654645600, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (670370400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (686098800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (701823600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (717544800, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (828234000, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (846378000, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (859680000, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (877824000, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (891129600, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (909273600, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (922579200, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (941328000, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (954028800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (972777600, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (985478400, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1004227200, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1017532800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1035676800, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1048982400, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1067126400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1080432000, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1099180800, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1111881600, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1130630400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1143331200, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1162080000, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1174780800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1193529600, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1206835200, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1224979200, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1238284800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1256428800, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1269734400, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1288483200, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1301184000, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1319932800, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1332633600, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1351382400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1364688000, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1382832000, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1396137600, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1414281600, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1427587200, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1445731200, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 11964, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Bangkok => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2840164924, FixedTimespan { utc_offset: 24124, dst_offset: 0, name: "BMT" }), + (-1570084924, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 24124, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Barnaul => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1579844100, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (-1247551200, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (354906000, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (370713600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (386442000, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (402249600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (417978000, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (433785600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (449600400, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (465332400, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (481057200, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (496782000, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (512506800, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (528231600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (543956400, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (559681200, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (575406000, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (591130800, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (606855600, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (622580400, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (638305200, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (654634800, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (670359600, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (686088000, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (695764800, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (701809200, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (717534000, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (733258800, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (748983600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (764708400, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (780433200, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (796158000, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (801590400, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (811886400, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (828216000, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (846360000, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (859665600, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (877809600, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (891115200, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (909259200, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (922564800, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (941313600, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (954014400, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (972763200, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (985464000, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1004212800, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1017518400, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1035662400, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1048968000, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1067112000, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1080417600, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1099166400, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1111867200, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1130616000, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1143316800, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1162065600, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1174766400, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1193515200, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1206820800, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1224964800, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1238270400, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1256414400, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1269720000, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1288468800, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1301169600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (1414263600, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1459022400, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 20100, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Beirut => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2840149320, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1570413600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1552186800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1538359200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1522551600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1507514400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1490583600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1473645600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1460948400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-399866400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-386650800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-368330400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-355114800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-336794400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-323578800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-305172000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-291956400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-273636000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-260420400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (78012000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (86734800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (105055200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (118270800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (136591200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (149806800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (168127200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (181342800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (199749600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (212965200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (231285600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (244501200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (262735200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (275950800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (452210400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (466722000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (483746400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (498258000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (515282400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (529794000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (546818400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (561330000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (581119200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (592952400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (610754400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (624488400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (641512800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (656024400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (673048800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (687560400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (704671200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (718146000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (733269600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (748990800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (764719200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (780440400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (796168800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (811890000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (828223200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (843944400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (859672800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (875394000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (891122400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (906843600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (922572000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (941317200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (954021600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (972766800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (985471200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1004216400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1017525600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1035666000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1048975200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1067115600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1080424800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1099170000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1111874400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1130619600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1143324000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1162069200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1174773600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1193518800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1206828000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1224968400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1238277600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1256418000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1269727200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1288472400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1301176800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1319922000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1332626400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1351371600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1364680800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1382821200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1396130400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1414270800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1427580000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1445720400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1459029600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1477774800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1490479200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1509224400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1521928800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1540674000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1553983200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1572123600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1585432800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1603573200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1616882400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1635627600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1648332000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1667077200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1679781600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1698526800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1711836000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1729976400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1743285600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1761426000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1774735200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1792875600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1806184800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1824930000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1837634400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1856379600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1869084000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1887829200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1901138400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1919278800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1932588000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1950728400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1964037600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1982782800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1995487200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2014232400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2026936800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2045682000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2058386400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2077131600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2090440800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2108581200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2121890400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2140030800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2153340000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2172085200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2184789600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2203534800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2216239200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2234984400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2248293600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2266434000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2279743200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2297883600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2311192800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2329333200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2342642400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2361387600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2374092000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2392837200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2405541600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2424286800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2437596000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2455736400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2469045600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2487186000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2500495200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2519240400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2531944800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2550690000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2563394400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2582139600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2595448800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2613589200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2626898400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2645038800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2658348000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2676488400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2689797600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2708542800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2721247200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2739992400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2752696800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2771442000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2784751200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2802891600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2816200800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2834341200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2847650400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2866395600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2879100000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2897845200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2910549600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2929294800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2941999200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2960744400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2974053600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2992194000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3005503200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3023643600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3036952800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3055698000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3068402400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3087147600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3099852000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3118597200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3131906400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3150046800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3163356000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3181496400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3194805600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3212946000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3226255200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3245000400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3257704800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3276450000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3289154400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3307899600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3321208800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3339349200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3352658400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3370798800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3384108000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3402853200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3415557600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3434302800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3447007200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3465752400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3479061600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3497202000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3510511200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3528651600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3541960800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3560101200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3573410400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3592155600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3604860000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3623605200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3636309600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3655054800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3668364000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3686504400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3699813600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3717954000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3731263200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3750008400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3762712800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3781458000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3794162400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3812907600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3825612000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3844357200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3857666400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3875806800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3889116000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3907256400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3920565600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3939310800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3952015200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3970760400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3983464800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4002210000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4015519200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4033659600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4046968800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4065109200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4078418400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4096558800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 8520, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Bishkek => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1441169904, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (-1247547600, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (354909600, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (370717200, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (386445600, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (402253200, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (417981600, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (433789200, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (449604000, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (465336000, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (481060800, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (496785600, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (512510400, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (528235200, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (543960000, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (559684800, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (575409600, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (591134400, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (606859200, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (622584000, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (638308800, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (654638400, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (670363200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (683582400, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (703018800, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (717530400, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (734468400, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (748980000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (765918000, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (780429600, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (797367600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (811879200, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (828817200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (843933600, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (859671000, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (877811400, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (891120600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (909261000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (922570200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (941315400, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (954019800, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (972765000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (985469400, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (1004214600, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (1017523800, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (1035664200, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (1048973400, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (1067113800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (1080423000, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (1099168200, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (1111872600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (1123783200, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 17904, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Brunei => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1383463280, FixedTimespan { utc_offset: 27000, dst_offset: 0, name: "+0730" }), + (-1167636600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (-1082448000, FixedTimespan { utc_offset: 28800, dst_offset: 1200, name: "+0820" }), + (-1074586800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (-1050825600, FixedTimespan { utc_offset: 28800, dst_offset: 1200, name: "+0820" }), + (-1042964400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (-1019289600, FixedTimespan { utc_offset: 28800, dst_offset: 1200, name: "+0820" }), + (-1011428400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (-987753600, FixedTimespan { utc_offset: 28800, dst_offset: 1200, name: "+0820" }), + (-979892400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (-956217600, FixedTimespan { utc_offset: 28800, dst_offset: 1200, name: "+0820" }), + (-948356400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (-924595200, FixedTimespan { utc_offset: 28800, dst_offset: 1200, name: "+0820" }), + (-916734000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (-893059200, FixedTimespan { utc_offset: 28800, dst_offset: 1200, name: "+0820" }), + (-885198000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (-879667200, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (-767005200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 26480, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Calcutta => { + const REST: &[(i64, FixedTimespan)] = &[ + (-3645237208, FixedTimespan { utc_offset: 21200, dst_offset: 0, name: "HMT" }), + (-3155694800, FixedTimespan { utc_offset: 19270, dst_offset: 0, name: "MMT" }), + (-2019705670, FixedTimespan { utc_offset: 19800, dst_offset: 0, name: "IST" }), + (-891581400, FixedTimespan { utc_offset: 19800, dst_offset: 3600, name: "+0630" }), + (-872058600, FixedTimespan { utc_offset: 19800, dst_offset: 0, name: "IST" }), + (-862637400, FixedTimespan { utc_offset: 19800, dst_offset: 3600, name: "+0630" }), + (-764145000, FixedTimespan { utc_offset: 19800, dst_offset: 0, name: "IST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 21208, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Chita => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1579419232, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (-1247558400, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (354898800, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (370706400, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (386434800, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (402242400, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (417970800, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (433778400, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (449593200, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (465325200, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (481050000, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (496774800, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (512499600, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (528224400, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (543949200, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (559674000, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (575398800, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (591123600, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (606848400, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (622573200, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (638298000, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (654627600, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (670352400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (686080800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (695757600, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (701802000, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (717526800, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (733251600, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (748976400, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (764701200, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (780426000, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (796150800, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (811875600, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (828205200, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (846349200, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (859654800, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (877798800, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (891104400, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (909248400, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (922554000, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (941302800, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (954003600, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (972752400, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (985453200, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (1004202000, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (1017507600, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (1035651600, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (1048957200, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (1067101200, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (1080406800, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (1099155600, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (1111856400, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (1130605200, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (1143306000, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (1162054800, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (1174755600, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (1193504400, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (1206810000, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (1224954000, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (1238259600, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (1256403600, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (1269709200, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (1288458000, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (1301158800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (1414252800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (1459015200, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 27232, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Choibalsan => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2032933080, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (252435600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (417974400, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (433778400, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (449593200, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (465314400, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (481042800, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (496764000, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (512492400, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (528213600, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (543942000, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (559663200, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (575391600, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (591112800, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (606841200, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (622562400, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (638290800, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (654616800, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (670345200, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (686066400, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (701794800, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (717516000, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (733244400, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (748965600, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (764694000, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (780415200, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (796143600, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (811864800, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (828198000, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (843919200, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (859647600, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (875368800, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (891097200, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (906818400, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (988390800, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (1001692800, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (1017421200, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (1033142400, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (1048870800, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (1064592000, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (1080320400, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (1096041600, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (1111770000, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (1127491200, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (1143219600, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (1159545600, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (1206889200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (1427479200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (1443193200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (1458928800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (1474642800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 27480, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Chongqing => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2177481943, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-1600675200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-1585904400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-933667200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-922093200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-908870400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-888829200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-881049600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-767869200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-745833600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-733827600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-716889600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-699613200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-683884800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-670669200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-652348800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-650019600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (515527200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (527014800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (545162400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (558464400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (577216800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (589914000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (608666400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (621968400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (640116000, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (653418000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (671565600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (684867600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 29143, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Chungking => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2177481943, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-1600675200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-1585904400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-933667200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-922093200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-908870400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-888829200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-881049600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-767869200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-745833600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-733827600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-716889600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-699613200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-683884800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-670669200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-652348800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-650019600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (515527200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (527014800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (545162400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (558464400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (577216800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (589914000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (608666400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (621968400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (640116000, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (653418000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (671565600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (684867600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 29143, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Colombo => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2840159964, FixedTimespan { utc_offset: 19172, dst_offset: 0, name: "MMT" }), + (-2019705572, FixedTimespan { utc_offset: 19800, dst_offset: 0, name: "+0530" }), + (-883287000, FixedTimespan { utc_offset: 19800, dst_offset: 1800, name: "+06" }), + (-862639200, FixedTimespan { utc_offset: 19800, dst_offset: 3600, name: "+0630" }), + (-764051400, FixedTimespan { utc_offset: 19800, dst_offset: 0, name: "+0530" }), + (832962600, FixedTimespan { utc_offset: 23400, dst_offset: 0, name: "+0630" }), + (846266400, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1145039400, FixedTimespan { utc_offset: 19800, dst_offset: 0, name: "+0530" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 19164, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Dacca => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2524543300, FixedTimespan { utc_offset: 21200, dst_offset: 0, name: "HMT" }), + (-891582800, FixedTimespan { utc_offset: 23400, dst_offset: 0, name: "+0630" }), + (-872058600, FixedTimespan { utc_offset: 19800, dst_offset: 0, name: "+0530" }), + (-862637400, FixedTimespan { utc_offset: 23400, dst_offset: 0, name: "+0630" }), + (-576138600, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1245430800, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1262278800, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 21700, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Damascus => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1577931912, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1568592000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1554080400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1537142400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1522630800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1505692800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1491181200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1474243200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1459126800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-242265600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-228877200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-210556800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-197427600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-178934400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-165718800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-147398400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-134269200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-116467200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-102646800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-84326400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-71110800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-52704000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-39488400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-21168000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-7952400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (10368000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (23583600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (41904000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (55119600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (73526400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (86742000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (105062400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (118278000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (136598400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (149814000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (168134400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (181350000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (199756800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (212972400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (231292800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (241916400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (262828800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (273452400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (418694400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (433810800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (450316800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (465433200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (508896000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (529196400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (541555200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (562633200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (574387200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (594255600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (607305600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (623199600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (638928000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (654649200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (670456800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (686264400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (702684000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (717886800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (733096800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (748904400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (765151200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (780958800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (796687200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (812494800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (828309600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (844117200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (859759200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (875653200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (891208800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (907189200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (922917600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (938725200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (954540000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (970347600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (986076000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1001883600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1017612000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1033419600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1049148000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1064955600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1080770400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1096578000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1112306400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1128114000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1143842400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1158872400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1175205600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1193950800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1207260000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1225486800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1238104800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1256850000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1270159200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1288299600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1301608800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1319749200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1333058400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1351198800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1364508000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1382648400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1395957600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1414702800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1427407200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1446152400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1458856800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1477602000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1490911200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1509051600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1522360800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1540501200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1553810400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1571950800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1585260000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1604005200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1616709600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1635454800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1648159200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1666904400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 8712, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Dhaka => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2524543300, FixedTimespan { utc_offset: 21200, dst_offset: 0, name: "HMT" }), + (-891582800, FixedTimespan { utc_offset: 23400, dst_offset: 0, name: "+0630" }), + (-872058600, FixedTimespan { utc_offset: 19800, dst_offset: 0, name: "+0530" }), + (-862637400, FixedTimespan { utc_offset: 23400, dst_offset: 0, name: "+0630" }), + (-576138600, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1245430800, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1262278800, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 21700, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Dili => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1830414140, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (-879152400, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (199897200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (969120000, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 30140, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Dubai => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1577936472, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 13272, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Dushanbe => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1441168512, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (-1247547600, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (354909600, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (370717200, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (386445600, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (402253200, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (417981600, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (433789200, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (449604000, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (465336000, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (481060800, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (496785600, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (512510400, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (528235200, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (543960000, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (559684800, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (575409600, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (591134400, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (606859200, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (622584000, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (638308800, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (654638400, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (670363200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (684360000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 16512, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Famagusta => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1518920148, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (166572000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (182293200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (200959200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (213829200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (228866400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (243982800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (260316000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (276123600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (291765600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (307486800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (323820000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (338936400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (354664800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (370386000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (386114400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (401835600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (417564000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (433285200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (449013600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (465339600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (481068000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (496789200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (512517600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (528238800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (543967200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (559688400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (575416800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (591138000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (606866400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (622587600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (638316000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (654642000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (670370400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (686091600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (701820000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (717541200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (733269600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (748990800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (764719200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (780440400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (796168800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (811890000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (828223200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (843944400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (859672800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (875394000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (891122400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (909277200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (922582800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (941331600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (954032400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (972781200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (985482000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1004230800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1017536400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1035680400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1048986000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1067130000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1080435600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1099184400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1111885200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1130634000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1143334800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1162083600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1174784400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1193533200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1206838800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1224982800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1238288400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1256432400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1269738000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1288486800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1301187600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1319936400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1332637200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1351386000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1364691600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1382835600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1396141200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1414285200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1427590800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1445734800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1459040400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1473282000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (1509228000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1509238800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1521939600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1540688400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1553994000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1572138000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1585443600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1603587600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1616893200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1635642000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1648342800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1667091600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1679792400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1698541200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1711846800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1729990800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1743296400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1761440400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1774746000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1792890000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1806195600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1824944400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1837645200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1856394000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1869094800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1887843600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1901149200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1919293200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1932598800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1950742800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1964048400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1982797200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1995498000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2014246800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2026947600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2045696400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2058397200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2077146000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2090451600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2108595600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2121901200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2140045200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2153350800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2172099600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2184800400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2203549200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2216250000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2234998800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2248304400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2266448400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2279754000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2297898000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2311203600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2329347600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2342653200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2361402000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2374102800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2392851600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2405552400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2424301200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2437606800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2455750800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2469056400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2487200400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2500506000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2519254800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2531955600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2550704400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2563405200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2582154000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2595459600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2613603600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2626909200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2645053200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2658358800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2676502800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2689808400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2708557200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2721258000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2740006800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2752707600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2771456400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2784762000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2802906000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2816211600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2834355600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2847661200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2866410000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2879110800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2897859600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2910560400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2929309200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2942010000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2960758800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2974064400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2992208400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3005514000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3023658000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3036963600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3055712400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3068413200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3087162000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3099862800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3118611600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3131917200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3150061200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3163366800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3181510800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3194816400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3212960400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3226266000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3245014800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3257715600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3276464400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3289165200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3307914000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3321219600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3339363600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3352669200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3370813200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3384118800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3402867600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3415568400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3434317200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3447018000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3465766800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3479072400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3497216400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3510522000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3528666000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3541971600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3560115600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3573421200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3592170000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3604870800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3623619600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3636320400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3655069200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3668374800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3686518800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3699824400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3717968400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3731274000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3750022800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3762723600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3781472400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3794173200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3812922000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3825622800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3844371600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3857677200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3875821200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3889126800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3907270800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3920576400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3939325200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3952026000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3970774800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3983475600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4002224400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4015530000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4033674000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4046979600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4065123600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4078429200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4096573200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 8148, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Gaza => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2185409872, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-933638400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-923097600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-919036800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-857347200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-844300800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-825811200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-812678400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-794188800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-779846400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-762652800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-748310400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-731116800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-399088800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-386650800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-368330400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-355114800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-336790800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-323654400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-305168400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-292032000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-273632400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-260496000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-242096400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-228960000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-210560400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-197424000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-178938000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-165801600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-147402000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-134265600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-115866000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-102643200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-84330000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-81313200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (142380000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (150843600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (167176800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (178664400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (334101600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (337730400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (452642400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (462319200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (482277600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (494370000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (516751200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (526424400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (545436000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (558478800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (576626400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (589323600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (609890400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (620773200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (638316000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (651618000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (669765600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (683672400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (701820000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (715726800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (733701600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (747176400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (765151200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (778021200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (796600800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (810075600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (820447200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (828655200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (843170400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (860104800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (874620000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (891554400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (906069600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (924213600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (939934800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (956268000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (971989200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (987717600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1003438800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1019167200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1034888400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1050616800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1066338000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1082066400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1096581600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1113516000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1128380400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1143842400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1158872400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1175378400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1189638000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1206655200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1219957200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1238104800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1252015200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1269640860, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1281474000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1301608860, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1312146000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1333058400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1348178400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1364508000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1380229200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1395957600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1414098000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1427493600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1445551200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1458946800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1477692000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1490396400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1509141600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1521846000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1540591200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1553810400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1572037200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1585346400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1603490400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1616796000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1635458400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1648332000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1666998000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1682726400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1698447600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1713571200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1729897200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1744416000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1761346800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1774656000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1792796400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1806105600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1824850800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1837555200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1856300400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1869004800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1887750000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1901059200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1919199600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1932508800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1950649200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1963958400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1982703600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1995408000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2014153200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2026857600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2045602800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2058307200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2077052400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2090361600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2107897200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2121811200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2138742000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2153260800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2168982000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2184710400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2199826800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2216160000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2230066800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2234304000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2234905200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2248214400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2260911600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2264544000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2266354800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2279664000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2291756400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2295388800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2297804400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2311113600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2321996400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2326233600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2329254000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2342563200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2352841200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2356473600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2361308400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2374012800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2383686000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2387318400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2392758000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2405462400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2413926000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2418163200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2424207600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2437516800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2444770800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2448403200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2455657200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2468966400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2475010800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2479248000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2487106800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2500416000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2505855600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2509488000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2519161200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2531865600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2536700400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2540332800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2550610800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2563315200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2566940400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2571177600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2582060400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2595369600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2597785200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2601417600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2613510000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2626819200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2628025200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2632262400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2644959600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2658268800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2658870000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2663107200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2676409200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2693347200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2708463600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2724192000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2739913200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2754432000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2771362800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2785276800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2802812400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2816121600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2834262000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2847571200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2866316400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2879020800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2897766000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2910470400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2929215600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2941920000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2960665200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2973974400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2992114800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3005424000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3023564400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3036873600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3055618800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3068323200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3087068400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3099772800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3117913200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3131827200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3148758000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3163276800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3179602800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3194726400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3209842800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3226176000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3240687600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3244320000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3244921200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3257625600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3271532400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3275164800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3276370800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3289075200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3301772400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3306009600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3307820400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3321129600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3332617200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3336249600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3339270000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3352579200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3362857200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3367094400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3370719600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3384028800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3393702000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3397939200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3402774000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3415478400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3424546800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3428179200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3434223600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3446928000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3454786800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3459024000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3465673200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3478982400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3485631600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3489264000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3497122800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3510432000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3516476400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3520108800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3528572400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3541881600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3546716400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3550953600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3560022000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3573331200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3577561200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3581193600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3592076400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3604780800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3607801200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3612038400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3623526000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3636230400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3638646000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3642883200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3654975600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3668284800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3669490800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3673123200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3686425200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3699734400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3717874800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3731184000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3749929200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3762633600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3781378800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3794083200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3812828400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3825532800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3844278000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3857587200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3875727600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3889036800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3907177200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3920486400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3939231600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3951936000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3970681200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3983385600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4002130800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4015440000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4033580400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4046889600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4065030000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4078339200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4096479600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 8272, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Harbin => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2177481943, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-1600675200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-1585904400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-933667200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-922093200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-908870400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-888829200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-881049600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-767869200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-745833600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-733827600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-716889600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-699613200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-683884800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-670669200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-652348800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-650019600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (515527200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (527014800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (545162400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (558464400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (577216800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (589914000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (608666400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (621968400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (640116000, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (653418000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (671565600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (684867600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 29143, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Hebron => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2185410023, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-933638400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-923097600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-919036800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-857347200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-844300800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-825811200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-812678400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-794188800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-779846400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-762652800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-748310400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-731116800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-399088800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-386650800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-368330400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-355114800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-336790800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-323654400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-305168400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-292032000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-273632400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-260496000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-242096400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-228960000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-210560400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-197424000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-178938000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-165801600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-147402000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-134265600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-115866000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-102643200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-84330000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-81313200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (142380000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (150843600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (167176800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (178664400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (334101600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (337730400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (452642400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (462319200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (482277600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (494370000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (516751200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (526424400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (545436000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (558478800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (576626400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (589323600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (609890400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (620773200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (638316000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (651618000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (669765600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (683672400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (701820000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (715726800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (733701600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (747176400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (765151200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (778021200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (796600800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (810075600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (820447200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (828655200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (843170400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (860104800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (874620000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (891554400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (906069600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (924213600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (939934800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (956268000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (971989200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (987717600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1003438800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1019167200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1034888400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1050616800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1066338000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1082066400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1096581600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1113516000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1128380400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1143842400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1158872400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1175378400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1189638000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1206655200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1220216400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1238104800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1252015200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1269554400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1281474000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1301608860, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1312146000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1314655200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1317330000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1333058400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1348178400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1364508000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1380229200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1395957600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1414098000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1427493600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1445551200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1458946800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1477692000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1490396400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1509141600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1521846000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1540591200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1553810400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1572037200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1585346400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1603490400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1616796000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1635458400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1648332000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1666998000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1682726400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1698447600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1713571200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1729897200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1744416000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1761346800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1774656000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1792796400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1806105600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1824850800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1837555200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1856300400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1869004800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1887750000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1901059200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1919199600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1932508800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1950649200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1963958400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1982703600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1995408000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2014153200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2026857600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2045602800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2058307200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2077052400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2090361600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2107897200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2121811200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2138742000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2153260800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2168982000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2184710400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2199826800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2216160000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2230066800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2234304000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2234905200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2248214400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2260911600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2264544000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2266354800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2279664000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2291756400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2295388800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2297804400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2311113600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2321996400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2326233600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2329254000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2342563200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2352841200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2356473600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2361308400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2374012800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2383686000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2387318400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2392758000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2405462400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2413926000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2418163200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2424207600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2437516800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2444770800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2448403200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2455657200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2468966400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2475010800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2479248000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2487106800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2500416000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2505855600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2509488000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2519161200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2531865600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2536700400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2540332800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2550610800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2563315200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2566940400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2571177600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2582060400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2595369600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2597785200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2601417600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2613510000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2626819200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2628025200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2632262400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2644959600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2658268800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2658870000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2663107200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2676409200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2693347200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2708463600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2724192000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2739913200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2754432000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2771362800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2785276800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2802812400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2816121600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2834262000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2847571200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2866316400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2879020800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2897766000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2910470400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2929215600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2941920000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2960665200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2973974400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2992114800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3005424000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3023564400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3036873600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3055618800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3068323200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3087068400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3099772800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3117913200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3131827200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3148758000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3163276800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3179602800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3194726400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3209842800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3226176000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3240687600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3244320000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3244921200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3257625600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3271532400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3275164800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3276370800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3289075200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3301772400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3306009600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3307820400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3321129600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3332617200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3336249600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3339270000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3352579200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3362857200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3367094400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3370719600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3384028800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3393702000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3397939200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3402774000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3415478400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3424546800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3428179200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3434223600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3446928000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3454786800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3459024000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3465673200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3478982400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3485631600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3489264000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3497122800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3510432000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3516476400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3520108800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3528572400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3541881600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3546716400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3550953600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3560022000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3573331200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3577561200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3581193600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3592076400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3604780800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3607801200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3612038400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3623526000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3636230400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3638646000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3642883200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3654975600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3668284800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3669490800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3673123200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3686425200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3699734400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3717874800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3731184000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3749929200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3762633600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3781378800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3794083200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3812828400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3825532800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3844278000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3857587200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3875727600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3889036800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3907177200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3920486400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3939231600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3951936000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3970681200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3983385600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4002130800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4015440000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4033580400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4046889600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4065030000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4078339200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4096479600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 8423, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Ho_Chi_Minh => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2004073590, FixedTimespan { utc_offset: 25590, dst_offset: 0, name: "PLMT" }), + (-1851577590, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (-852105600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (-782643600, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (-767869200, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (-718095600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (-457772400, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (-315648000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (171820800, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 25590, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Hong_Kong => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2056718202, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-900910800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-891579600, FixedTimespan { utc_offset: 28800, dst_offset: 1800, name: "HKWT" }), + (-884248200, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "JST" }), + (-761209200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-747907200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-728541000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-717049800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-697091400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-683785800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-668061000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-654755400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-636611400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-623305800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-605161800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-591856200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-573712200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-559801800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-541657800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-528352200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-510211800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-498112200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-478762200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-466662600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-446707800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-435213000, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-415258200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-403158600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-383808600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-371709000, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-352359000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-340259400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-320909400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-308809800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-288855000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-277360200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-257405400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-245910600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-225955800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-213856200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-194506200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-182406600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-163056600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-148537800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-132816600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-117088200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-101367000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-85638600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-69312600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-53584200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-37863000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-22134600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-6413400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (9315000, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (25036200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (40764600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (56485800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (72214200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (88540200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (104268600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (119989800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (126041400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (151439400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (167167800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (182889000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (198617400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (214338600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (295385400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (309292200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 27402, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Hovd => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2032927596, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (252439200, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (417978000, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (433785600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (449600400, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (465321600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (481050000, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (496771200, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (512499600, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (528220800, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (543949200, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (559670400, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (575398800, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (591120000, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (606848400, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (622569600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (638298000, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (654624000, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (670352400, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (686073600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (701802000, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (717523200, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (733251600, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (748972800, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (764701200, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (780422400, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (796150800, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (811872000, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (828205200, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (843926400, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (859654800, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (875376000, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (891104400, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (906825600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (988398000, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (1001700000, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (1017428400, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (1033149600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (1048878000, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (1064599200, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (1080327600, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (1096048800, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (1111777200, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (1127498400, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (1143226800, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (1159552800, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (1427482800, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (1443196800, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (1458932400, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (1474646400, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 21996, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Irkutsk => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2840165825, FixedTimespan { utc_offset: 25025, dst_offset: 0, name: "IMT" }), + (-1575874625, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (-1247554800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (354902400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (370710000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (386438400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (402246000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (417974400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (433782000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (449596800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (465328800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (481053600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (496778400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (512503200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (528228000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (543952800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (559677600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (575402400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (591127200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (606852000, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (622576800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (638301600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (654631200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (670356000, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (686084400, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (695761200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (701805600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (717530400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (733255200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (748980000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (764704800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (780429600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (796154400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (811879200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (828208800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (846352800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (859658400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (877802400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (891108000, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (909252000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (922557600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (941306400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (954007200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (972756000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (985456800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (1004205600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (1017511200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (1035655200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (1048960800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (1067104800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (1080410400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (1099159200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (1111860000, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (1130608800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (1143309600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (1162058400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (1174759200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (1193508000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (1206813600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (1224957600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (1238263200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (1256407200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (1269712800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (1288461600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (1301162400, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (1414256400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 25025, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Istanbul => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2840147752, FixedTimespan { utc_offset: 7016, dst_offset: 0, name: "IMT" }), + (-1869875816, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1693706400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1680490800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1570413600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1552186800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1538359200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1522551600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1507514400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1490583600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1440208800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1428030000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1409709600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1396494000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-931053600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-922676400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-917834400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-892436400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-875844000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-764737200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-744343200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-733806000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-716436000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-701924400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-684986400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-670474800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-654141600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-639025200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-622087200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-606970800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-590032800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-575521200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-235620000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-194842800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-177732000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-165726000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (107910000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (121215600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (133920000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (152665200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (164678400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (184114800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (196214400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (215564400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (228873600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (245804400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (260323200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (267915600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (428454000, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (433893600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (468111600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (482799600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (496710000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (512521200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (528246000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (543970800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (559695600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (575420400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (591145200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (606870000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (622594800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (638319600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (654649200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (670374000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (686098800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (701823600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (717548400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (733273200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (748998000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (764118000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (780447600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (796172400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (811897200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (828226800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (846370800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (859676400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (877820400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (891126000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (909270000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (922575600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (941324400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (954025200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (972774000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (985474800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1004223600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1017529200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1035673200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1048978800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1067122800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1080428400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1099177200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1111878000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1130626800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1143327600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1162076400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1174784400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1193533200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1206838800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1224982800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1238288400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1256432400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1269738000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1288486800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1301266800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1319936400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1332637200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1351386000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1364691600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1382835600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1396220400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1414285200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1427590800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1446933600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1459040400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1473195600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 6952, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Jakarta => { + const REST: &[(i64, FixedTimespan)] = &[ + (-3231299232, FixedTimespan { utc_offset: 25632, dst_offset: 0, name: "BMT" }), + (-1451744832, FixedTimespan { utc_offset: 26400, dst_offset: 0, name: "+0720" }), + (-1172906400, FixedTimespan { utc_offset: 27000, dst_offset: 0, name: "+0730" }), + (-876641400, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (-766054800, FixedTimespan { utc_offset: 27000, dst_offset: 0, name: "+0730" }), + (-683883000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (-620812800, FixedTimespan { utc_offset: 27000, dst_offset: 0, name: "+0730" }), + (-189415800, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "WIB" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 25632, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Jayapura => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1172913768, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (-799491600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "+0930" }), + (-189423000, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "WIT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 33768, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Jerusalem => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2840149254, FixedTimespan { utc_offset: 8440, dst_offset: 0, name: "JMT" }), + (-1641003640, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-933638400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-923097600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-919036800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-857347200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-844300800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-825811200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-812678400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-794188800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-779846400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-762652800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-748310400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-731116800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-681955200, FixedTimespan { utc_offset: 7200, dst_offset: 7200, name: "IDDT" }), + (-673228800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-667958400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-652320000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-636422400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-622080000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-608947200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-591840000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-572486400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-558576000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-542851200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-527731200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-514425600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-490838400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-482976000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-459388800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-451526400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-428544000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-418262400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-400118400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-387417600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (142380000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (150843600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (167176800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (178664400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (334101600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (337730400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (452642400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (462319200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (482277600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (494370000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (516751200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (526424400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (545436000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (558478800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (576626400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (589323600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (609890400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (620773200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (638316000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (651618000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (669765600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (683672400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (701820000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (715726800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (733701600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (747176400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (765151200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (778021200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (796600800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (810075600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (826840800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (842821200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (858895200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (874184400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (890344800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (905029200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (923011200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (936313200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (955670400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (970783200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (986770800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1001282400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1017356400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1033941600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1048806000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1065132000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1081292400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1095804000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1112313600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1128812400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1143763200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1159657200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1175212800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1189897200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1206662400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1223161200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1238112000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1254006000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1269561600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1284246000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1301616000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1317510000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1333065600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1348354800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1364515200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1382828400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1395964800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1414278000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1427414400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1445727600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1458864000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1477782000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1490313600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1509231600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1521763200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1540681200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1553817600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1572130800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1585267200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1603580400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1616716800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1635634800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1648166400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1667084400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1679616000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1698534000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1711670400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1729983600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1743120000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1761433200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1774569600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1792882800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1806019200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1824937200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1837468800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1856386800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1868918400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1887836400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1900972800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1919286000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1932422400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1950735600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1963872000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1982790000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1995321600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2014239600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2026771200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2045689200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2058220800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2077138800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2090275200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2108588400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2121724800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2140038000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2153174400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2172092400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2184624000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2203542000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2216073600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2234991600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2248128000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2266441200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2279577600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2297890800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2311027200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2329340400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2342476800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2361394800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2373926400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2392844400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2405376000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2424294000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2437430400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2455743600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2468880000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2487193200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2500329600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2519247600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2531779200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2550697200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2563228800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2582146800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2595283200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2613596400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2626732800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2645046000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2658182400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2676495600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2689632000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2708550000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2721081600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2739999600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2752531200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2771449200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2784585600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2802898800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2816035200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2834348400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2847484800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2866402800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2878934400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2897852400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2910384000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2929302000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2941833600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2960751600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2973888000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2992201200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3005337600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3023650800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3036787200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3055705200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3068236800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3087154800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3099686400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3118604400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3131740800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3150054000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3163190400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3181503600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3194640000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3212953200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3226089600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3245007600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3257539200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3276457200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3288988800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3307906800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3321043200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3339356400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3352492800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3370806000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3383942400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3402860400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3415392000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3434310000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3446841600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3465759600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3478896000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3497209200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3510345600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3528658800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3541795200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3560108400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3573244800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3592162800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3604694400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3623612400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3636144000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3655062000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3668198400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3686511600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3699648000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3717961200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3731097600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3750015600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3762547200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3781465200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3793996800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3812914800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3825446400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3844364400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3857500800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3875814000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3888950400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3907263600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3920400000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3939318000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3951849600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3970767600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3983299200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (4002217200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (4015353600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (4033666800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (4046803200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (4065116400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (4078252800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (4096566000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 8454, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Kabul => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2524538208, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (-788932800, FixedTimespan { utc_offset: 16200, dst_offset: 0, name: "+0430" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 16608, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Kamchatka => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1487759676, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (-1247569200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (354888000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (370695600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (386424000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (402231600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (417960000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (433767600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (449582400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (465314400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (481039200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (496764000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (512488800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (528213600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (543938400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (559663200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (575388000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (591112800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (606837600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (622562400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (638287200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (654616800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (670341600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (686070000, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (695746800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (701791200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (717516000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (733240800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (748965600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (764690400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (780415200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (796140000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (811864800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (828194400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (846338400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (859644000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (877788000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (891093600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (909237600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (922543200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (941292000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (953992800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (972741600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (985442400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (1004191200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (1017496800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (1035640800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (1048946400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (1067090400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (1080396000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (1099144800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (1111845600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (1130594400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (1143295200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (1162044000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (1174744800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (1193493600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (1206799200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (1224943200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (1238248800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (1256392800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (1269698400, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1288450800, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1301151600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 38076, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Karachi => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1988166492, FixedTimespan { utc_offset: 19800, dst_offset: 0, name: "+0530" }), + (-862637400, FixedTimespan { utc_offset: 19800, dst_offset: 3600, name: "+0630" }), + (-764145000, FixedTimespan { utc_offset: 19800, dst_offset: 0, name: "+0530" }), + (-576135000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (38775600, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "PKT" }), + (1018119600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "PKST" }), + (1033840800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "PKT" }), + (1212260400, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "PKST" }), + (1225476000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "PKT" }), + (1239735600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "PKST" }), + (1257012000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "PKT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 16092, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Kashgar => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1325483420, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 21020, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Kathmandu => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1577943676, FixedTimespan { utc_offset: 19800, dst_offset: 0, name: "+0530" }), + (504901800, FixedTimespan { utc_offset: 20700, dst_offset: 0, name: "+0545" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 20476, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Katmandu => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1577943676, FixedTimespan { utc_offset: 19800, dst_offset: 0, name: "+0530" }), + (504901800, FixedTimespan { utc_offset: 20700, dst_offset: 0, name: "+0545" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 20476, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Khandyga => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1579424533, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (-1247558400, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (354898800, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (370706400, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (386434800, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (402242400, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (417970800, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (433778400, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (449593200, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (465325200, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (481050000, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (496774800, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (512499600, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (528224400, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (543949200, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (559674000, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (575398800, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (591123600, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (606848400, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (622573200, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (638298000, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (654627600, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (670352400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (686080800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (695757600, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (701802000, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (717526800, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (733251600, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (748976400, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (764701200, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (780426000, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (796150800, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (811875600, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (828205200, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (846349200, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (859654800, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (877798800, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (891104400, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (909248400, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (922554000, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (941302800, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (954003600, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (972752400, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (985453200, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (1004202000, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (1017507600, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (1035651600, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (1048957200, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (1067101200, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (1072882800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (1080403200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (1099152000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (1111852800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (1130601600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (1143302400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (1162051200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (1174752000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (1193500800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (1206806400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (1224950400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (1238256000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (1256400000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (1269705600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (1288454400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (1301155200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1315832400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (1414252800, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 32533, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Kolkata => { + const REST: &[(i64, FixedTimespan)] = &[ + (-3645237208, FixedTimespan { utc_offset: 21200, dst_offset: 0, name: "HMT" }), + (-3155694800, FixedTimespan { utc_offset: 19270, dst_offset: 0, name: "MMT" }), + (-2019705670, FixedTimespan { utc_offset: 19800, dst_offset: 0, name: "IST" }), + (-891581400, FixedTimespan { utc_offset: 19800, dst_offset: 3600, name: "+0630" }), + (-872058600, FixedTimespan { utc_offset: 19800, dst_offset: 0, name: "IST" }), + (-862637400, FixedTimespan { utc_offset: 19800, dst_offset: 3600, name: "+0630" }), + (-764145000, FixedTimespan { utc_offset: 19800, dst_offset: 0, name: "IST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 21208, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Krasnoyarsk => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1577513486, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (-1247551200, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (354906000, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (370713600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (386442000, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (402249600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (417978000, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (433785600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (449600400, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (465332400, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (481057200, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (496782000, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (512506800, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (528231600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (543956400, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (559681200, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (575406000, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (591130800, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (606855600, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (622580400, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (638305200, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (654634800, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (670359600, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (686088000, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (695764800, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (701809200, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (717534000, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (733258800, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (748983600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (764708400, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (780433200, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (796158000, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (811882800, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (828212400, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (846356400, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (859662000, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (877806000, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (891111600, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (909255600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (922561200, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (941310000, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (954010800, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (972759600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (985460400, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (1004209200, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (1017514800, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (1035658800, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (1048964400, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (1067108400, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (1080414000, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (1099162800, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (1111863600, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (1130612400, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (1143313200, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (1162062000, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (1174762800, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (1193511600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (1206817200, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (1224961200, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (1238266800, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (1256410800, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (1269716400, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (1288465200, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (1301166000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (1414260000, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 22286, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Kuala_Lumpur => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2177477725, FixedTimespan { utc_offset: 24925, dst_offset: 0, name: "SMT" }), + (-2038200925, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (-1167634800, FixedTimespan { utc_offset: 25200, dst_offset: 1200, name: "+0720" }), + (-1073028000, FixedTimespan { utc_offset: 26400, dst_offset: 0, name: "+0720" }), + (-894180000, FixedTimespan { utc_offset: 27000, dst_offset: 0, name: "+0730" }), + (-879665400, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (-767005200, FixedTimespan { utc_offset: 27000, dst_offset: 0, name: "+0730" }), + (378635400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 24925, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Kuching => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1383463280, FixedTimespan { utc_offset: 27000, dst_offset: 0, name: "+0730" }), + (-1167636600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (-1082448000, FixedTimespan { utc_offset: 28800, dst_offset: 1200, name: "+0820" }), + (-1074586800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (-1050825600, FixedTimespan { utc_offset: 28800, dst_offset: 1200, name: "+0820" }), + (-1042964400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (-1019289600, FixedTimespan { utc_offset: 28800, dst_offset: 1200, name: "+0820" }), + (-1011428400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (-987753600, FixedTimespan { utc_offset: 28800, dst_offset: 1200, name: "+0820" }), + (-979892400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (-956217600, FixedTimespan { utc_offset: 28800, dst_offset: 1200, name: "+0820" }), + (-948356400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (-924595200, FixedTimespan { utc_offset: 28800, dst_offset: 1200, name: "+0820" }), + (-916734000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (-893059200, FixedTimespan { utc_offset: 28800, dst_offset: 1200, name: "+0820" }), + (-885198000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (-879667200, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (-767005200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 26480, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Kuwait => { + const REST: &[(i64, FixedTimespan)] = &[ + (-719636812, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 11212, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Macao => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2056692850, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-884509200, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (-873280800, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (-855918000, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (-841744800, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (-828529200, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (-765363600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-747046800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-733827600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-716461200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-697021200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-683715600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-667990800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-654771600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-636627600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-623322000, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-605178000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-591872400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-573642000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-559818000, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-541674000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-528368400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-510224400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-498128400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-478774800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-466678800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-446720400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-435229200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-415258200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-403158600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-383808600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-371709000, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-352359000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-340259400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-320909400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-308809800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-288855000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-277360200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-257405400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-245910600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-225955800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-213856200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-194506200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-182406600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-163056600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-148537800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-132820200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-117088200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-101370600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-85638600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-69312600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-53584200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-37863000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-22134600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-6413400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (9315000, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (25036200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (40764600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (56485800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (72214200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (88540200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (104268600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (119989800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (126041400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (151439400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (167167800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (182889000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (198617400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (214338600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (295385400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (309292200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 27250, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Macau => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2056692850, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-884509200, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (-873280800, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (-855918000, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (-841744800, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (-828529200, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (-765363600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-747046800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-733827600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-716461200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-697021200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-683715600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-667990800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-654771600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-636627600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-623322000, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-605178000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-591872400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-573642000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-559818000, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-541674000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-528368400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-510224400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-498128400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-478774800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-466678800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-446720400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-435229200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-415258200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-403158600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-383808600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-371709000, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-352359000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-340259400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-320909400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-308809800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-288855000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-277360200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-257405400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-245910600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-225955800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-213856200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-194506200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-182406600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-163056600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-148537800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-132820200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-117088200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-101370600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-85638600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-69312600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-53584200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-37863000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-22134600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-6413400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (9315000, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (25036200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (40764600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (56485800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (72214200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (88540200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (104268600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (119989800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (126041400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (151439400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (167167800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (182889000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (198617400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (214338600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (295385400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (309292200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 27250, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Magadan => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1441188192, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (-1247565600, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (354891600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (370699200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (386427600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (402235200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (417963600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (433771200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (449586000, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (465318000, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (481042800, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (496767600, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (512492400, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (528217200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (543942000, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (559666800, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (575391600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (591116400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (606841200, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (622566000, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (638290800, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (654620400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (670345200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (686073600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (695750400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (701794800, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (717519600, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (733244400, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (748969200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (764694000, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (780418800, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (796143600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (811868400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (828198000, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (846342000, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (859647600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (877791600, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (891097200, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (909241200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (922546800, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (941295600, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (953996400, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (972745200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (985446000, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1004194800, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1017500400, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1035644400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1048950000, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1067094000, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1080399600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1099148400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1111849200, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1130598000, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1143298800, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1162047600, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1174748400, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1193497200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1206802800, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1224946800, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1238252400, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1256396400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1269702000, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1288450800, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1301151600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (1414245600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (1461427200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 36192, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Makassar => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1577951856, FixedTimespan { utc_offset: 28656, dst_offset: 0, name: "MMT" }), + (-1172908656, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (-880272000, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (-766054800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "WITA" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 28656, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Manila => { + const REST: &[(i64, FixedTimespan)] = &[ + (-3944621040, FixedTimespan { utc_offset: 29040, dst_offset: 0, name: "LMT" }), + (-2229321840, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "PST" }), + (-1046678400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "PDT" }), + (-1038733200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "PST" }), + (-873273600, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "JST" }), + (-794221200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "PST" }), + (-496224000, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "PDT" }), + (-489315600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "PST" }), + (259344000, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "PDT" }), + (275151600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "PST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -57360, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Muscat => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1577936472, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 13272, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Nicosia => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1518920008, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (166572000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (182293200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (200959200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (213829200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (228866400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (243982800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (260316000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (276123600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (291765600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (307486800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (323820000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (338936400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (354664800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (370386000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (386114400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (401835600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (417564000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (433285200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (449013600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (465339600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (481068000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (496789200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (512517600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (528238800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (543967200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (559688400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (575416800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (591138000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (606866400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (622587600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (638316000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (654642000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (670370400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (686091600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (701820000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (717541200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (733269600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (748990800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (764719200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (780440400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (796168800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (811890000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (828223200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (843944400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (859672800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (875394000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (891122400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (909277200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (922582800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (941331600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (954032400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (972781200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (985482000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1004230800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1017536400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1035680400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1048986000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1067130000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1080435600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1099184400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1111885200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1130634000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1143334800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1162083600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1174784400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1193533200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1206838800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1224982800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1238288400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1256432400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1269738000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1288486800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1301187600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1319936400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1332637200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1351386000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1364691600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1382835600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1396141200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1414285200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1427590800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1445734800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1459040400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1477789200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1490490000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1509238800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1521939600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1540688400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1553994000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1572138000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1585443600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1603587600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1616893200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1635642000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1648342800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1667091600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1679792400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1698541200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1711846800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1729990800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1743296400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1761440400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1774746000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1792890000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1806195600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1824944400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1837645200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1856394000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1869094800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1887843600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1901149200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1919293200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1932598800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1950742800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1964048400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1982797200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1995498000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2014246800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2026947600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2045696400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2058397200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2077146000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2090451600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2108595600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2121901200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2140045200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2153350800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2172099600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2184800400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2203549200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2216250000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2234998800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2248304400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2266448400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2279754000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2297898000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2311203600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2329347600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2342653200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2361402000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2374102800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2392851600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2405552400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2424301200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2437606800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2455750800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2469056400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2487200400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2500506000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2519254800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2531955600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2550704400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2563405200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2582154000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2595459600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2613603600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2626909200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2645053200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2658358800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2676502800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2689808400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2708557200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2721258000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2740006800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2752707600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2771456400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2784762000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2802906000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2816211600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2834355600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2847661200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2866410000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2879110800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2897859600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2910560400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2929309200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2942010000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2960758800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2974064400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2992208400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3005514000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3023658000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3036963600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3055712400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3068413200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3087162000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3099862800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3118611600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3131917200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3150061200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3163366800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3181510800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3194816400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3212960400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3226266000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3245014800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3257715600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3276464400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3289165200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3307914000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3321219600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3339363600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3352669200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3370813200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3384118800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3402867600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3415568400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3434317200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3447018000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3465766800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3479072400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3497216400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3510522000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3528666000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3541971600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3560115600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3573421200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3592170000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3604870800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3623619600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3636320400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3655069200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3668374800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3686518800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3699824400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3717968400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3731274000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3750022800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3762723600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3781472400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3794173200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3812922000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3825622800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3844371600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3857677200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3875821200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3889126800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3907270800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3920576400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3939325200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3952026000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3970774800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3983475600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4002224400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4015530000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4033674000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4046979600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4065123600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4078429200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4096573200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 8008, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Novokuznetsk => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1441259328, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (-1247551200, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (354906000, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (370713600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (386442000, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (402249600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (417978000, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (433785600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (449600400, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (465332400, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (481057200, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (496782000, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (512506800, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (528231600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (543956400, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (559681200, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (575406000, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (591130800, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (606855600, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (622580400, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (638305200, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (654634800, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (670359600, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (686088000, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (695764800, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (701809200, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (717534000, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (733258800, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (748983600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (764708400, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (780433200, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (796158000, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (811882800, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (828212400, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (846356400, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (859662000, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (877806000, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (891111600, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (909255600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (922561200, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (941310000, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (954010800, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (972759600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (985460400, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (1004209200, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (1017514800, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (1035658800, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (1048964400, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (1067108400, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (1080414000, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (1099162800, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (1111863600, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (1130612400, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (1143313200, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (1162062000, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (1174762800, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (1193511600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (1206817200, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (1224961200, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (1238266800, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (1256410800, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (1269716400, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1288468800, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1301169600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 20928, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Novosibirsk => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1579476700, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (-1247551200, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (354906000, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (370713600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (386442000, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (402249600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (417978000, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (433785600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (449600400, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (465332400, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (481057200, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (496782000, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (512506800, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (528231600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (543956400, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (559681200, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (575406000, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (591130800, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (606855600, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (622580400, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (638305200, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (654634800, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (670359600, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (686088000, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (695764800, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (701809200, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (717534000, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (733258800, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (738086400, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (748987200, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (764712000, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (780436800, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (796161600, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (811886400, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (828216000, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (846360000, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (859665600, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (877809600, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (891115200, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (909259200, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (922564800, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (941313600, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (954014400, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (972763200, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (985464000, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1004212800, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1017518400, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1035662400, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1048968000, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1067112000, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1080417600, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1099166400, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1111867200, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1130616000, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1143316800, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1162065600, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1174766400, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1193515200, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1206820800, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1224964800, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1238270400, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1256414400, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1269720000, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1288468800, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1301169600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (1414263600, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1469304000, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 19900, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Omsk => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1582088010, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (-1247547600, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (354909600, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (370717200, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (386445600, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (402253200, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (417981600, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (433789200, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (449604000, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (465336000, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (481060800, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (496785600, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (512510400, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (528235200, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (543960000, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (559684800, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (575409600, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (591134400, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (606859200, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (622584000, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (638308800, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (654638400, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (670363200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (686091600, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (695768400, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (701812800, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (717537600, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (733262400, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (748987200, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (764712000, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (780436800, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (796161600, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (811886400, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (828216000, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (846360000, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (859665600, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (877809600, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (891115200, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (909259200, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (922564800, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (941313600, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (954014400, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (972763200, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (985464000, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1004212800, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1017518400, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1035662400, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1048968000, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1067112000, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1080417600, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1099166400, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1111867200, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1130616000, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1143316800, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1162065600, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1174766400, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1193515200, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1206820800, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1224964800, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1238270400, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1256414400, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1269720000, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1288468800, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1301169600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (1414263600, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 17610, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Oral => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1441164324, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (-1247540400, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (354913200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (370720800, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (386445600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (402256800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (417985200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (433792800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (449607600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (465339600, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (481064400, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (496789200, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (512514000, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (528238800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (543963600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (559688400, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (575413200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (591138000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (606862800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (622591200, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (638316000, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (654645600, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (670370400, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (686095200, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (695772000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (701816400, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (717544800, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (733269600, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (748994400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (764719200, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (780444000, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (796168800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (811893600, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (828223200, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (846367200, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (859672800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (877816800, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (891122400, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (909266400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (922572000, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (941320800, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (954021600, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (972770400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (985471200, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1004220000, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1017525600, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1035669600, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1048975200, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1067119200, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1080424800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1099170000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 12324, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Phnom_Penh => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2840164924, FixedTimespan { utc_offset: 24124, dst_offset: 0, name: "BMT" }), + (-1570084924, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 24124, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Pontianak => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1946186240, FixedTimespan { utc_offset: 26240, dst_offset: 0, name: "PMT" }), + (-1172906240, FixedTimespan { utc_offset: 27000, dst_offset: 0, name: "+0730" }), + (-881220600, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (-766054800, FixedTimespan { utc_offset: 27000, dst_offset: 0, name: "+0730" }), + (-683883000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (-620812800, FixedTimespan { utc_offset: 27000, dst_offset: 0, name: "+0730" }), + (-189415800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "WITA" }), + (567964800, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "WIB" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 26240, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Pyongyang => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1948782180, FixedTimespan { utc_offset: 30600, dst_offset: 0, name: "KST" }), + (-1830414600, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "JST" }), + (-768646800, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "KST" }), + (1439564400, FixedTimespan { utc_offset: 30600, dst_offset: 0, name: "KST" }), + (1525446000, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "KST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 30180, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Qatar => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1577935568, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (76190400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 12368, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Qostanay => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1441167268, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (-1247544000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (354913200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (370720800, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (386445600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (402256800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (417985200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (433792800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (449607600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (465339600, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (481064400, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (496789200, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (512514000, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (528238800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (543963600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (559688400, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (575413200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (591138000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (606862800, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (622587600, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (638312400, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (654642000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (670366800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (686095200, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (695772000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (701816400, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (717541200, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (733266000, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (748990800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (764715600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (780440400, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (796165200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (811890000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (828219600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (846363600, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (859669200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (877813200, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (891118800, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (909262800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (922568400, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (941317200, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (954018000, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (972766800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (985467600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (1004216400, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (1017522000, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (1035666000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (1048971600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (1067115600, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (1080421200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (1099166400, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1709229600, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 15268, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Qyzylorda => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1441167712, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (-1247544000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (354913200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (370720800, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (386445600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (402256800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (417985200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (433792800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (449607600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (465339600, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (481064400, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (496789200, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (512514000, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (528238800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (543963600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (559688400, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (575413200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (591138000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (606862800, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (622587600, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (638312400, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (654642000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (670366800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (686091600, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (695768400, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (701812800, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (717541200, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (733266000, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (748990800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (764715600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (780440400, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (796165200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (811890000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (828219600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (846363600, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (859669200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (877813200, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (891118800, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (909262800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (922568400, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (941317200, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (954018000, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (972766800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (985467600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (1004216400, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (1017522000, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (1035666000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (1048971600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (1067115600, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (1080421200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (1099166400, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1545328800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 15712, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Rangoon => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2840163887, FixedTimespan { utc_offset: 23087, dst_offset: 0, name: "RMT" }), + (-1577946287, FixedTimespan { utc_offset: 23400, dst_offset: 0, name: "+0630" }), + (-873268200, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (-778410000, FixedTimespan { utc_offset: 23400, dst_offset: 0, name: "+0630" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 23087, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Riyadh => { + const REST: &[(i64, FixedTimespan)] = &[ + (-719636812, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 11212, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Saigon => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2004073590, FixedTimespan { utc_offset: 25590, dst_offset: 0, name: "PLMT" }), + (-1851577590, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (-852105600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (-782643600, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (-767869200, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (-718095600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (-457772400, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (-315648000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (171820800, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 25590, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Sakhalin => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2031039048, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (-768560400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (354891600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (370699200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (386427600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (402235200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (417963600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (433771200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (449586000, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (465318000, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (481042800, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (496767600, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (512492400, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (528217200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (543942000, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (559666800, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (575391600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (591116400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (606841200, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (622566000, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (638290800, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (654620400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (670345200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (686073600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (695750400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (701794800, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (717519600, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (733244400, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (748969200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (764694000, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (780418800, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (796143600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (811868400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (828198000, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (846342000, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (859647600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (877795200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (891100800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (909244800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (922550400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (941299200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (954000000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (972748800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (985449600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (1004198400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (1017504000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (1035648000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (1048953600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (1067097600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (1080403200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (1099152000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (1111852800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (1130601600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (1143302400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (1162051200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (1174752000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (1193500800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (1206806400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (1224950400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (1238256000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (1256400000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (1269705600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (1288454400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (1301155200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1414249200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (1459008000, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 34248, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Samarkand => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1441168073, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (-1247544000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (354913200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (370720800, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (386445600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (402256800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (417985200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (433792800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (449607600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (465339600, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (481064400, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (496789200, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (512514000, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (528238800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (543963600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (559688400, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (575413200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (591138000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (606862800, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (622587600, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (638312400, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (654642000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (670366800, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (686091600, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 16073, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Seoul => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1948782472, FixedTimespan { utc_offset: 30600, dst_offset: 0, name: "KST" }), + (-1830414600, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "JST" }), + (-767350800, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "KST" }), + (-681210000, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "KDT" }), + (-672228000, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "KST" }), + (-654771600, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "KDT" }), + (-640864800, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "KST" }), + (-623408400, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "KDT" }), + (-609415200, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "KST" }), + (-588848400, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "KDT" }), + (-577965600, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "KST" }), + (-498128400, FixedTimespan { utc_offset: 30600, dst_offset: 0, name: "KST" }), + (-462702600, FixedTimespan { utc_offset: 30600, dst_offset: 3600, name: "KDT" }), + (-451733400, FixedTimespan { utc_offset: 30600, dst_offset: 0, name: "KST" }), + (-429784200, FixedTimespan { utc_offset: 30600, dst_offset: 3600, name: "KDT" }), + (-418296600, FixedTimespan { utc_offset: 30600, dst_offset: 0, name: "KST" }), + (-399544200, FixedTimespan { utc_offset: 30600, dst_offset: 3600, name: "KDT" }), + (-387451800, FixedTimespan { utc_offset: 30600, dst_offset: 0, name: "KST" }), + (-368094600, FixedTimespan { utc_offset: 30600, dst_offset: 3600, name: "KDT" }), + (-356002200, FixedTimespan { utc_offset: 30600, dst_offset: 0, name: "KST" }), + (-336645000, FixedTimespan { utc_offset: 30600, dst_offset: 3600, name: "KDT" }), + (-324552600, FixedTimespan { utc_offset: 30600, dst_offset: 0, name: "KST" }), + (-305195400, FixedTimespan { utc_offset: 30600, dst_offset: 3600, name: "KDT" }), + (-293103000, FixedTimespan { utc_offset: 30600, dst_offset: 0, name: "KST" }), + (-264933000, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "KST" }), + (547578000, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "KDT" }), + (560883600, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "KST" }), + (579027600, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "KDT" }), + (592333200, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "KST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 30472, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Shanghai => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2177481943, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-1600675200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-1585904400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-933667200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-922093200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-908870400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-888829200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-881049600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-767869200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-745833600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-733827600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-716889600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-699613200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-683884800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-670669200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-652348800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-650019600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (515527200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (527014800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (545162400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (558464400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (577216800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (589914000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (608666400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (621968400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (640116000, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (653418000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (671565600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (684867600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 29143, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Singapore => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2177477725, FixedTimespan { utc_offset: 24925, dst_offset: 0, name: "SMT" }), + (-2038200925, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (-1167634800, FixedTimespan { utc_offset: 25200, dst_offset: 1200, name: "+0720" }), + (-1073028000, FixedTimespan { utc_offset: 26400, dst_offset: 0, name: "+0720" }), + (-894180000, FixedTimespan { utc_offset: 27000, dst_offset: 0, name: "+0730" }), + (-879665400, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (-767005200, FixedTimespan { utc_offset: 27000, dst_offset: 0, name: "+0730" }), + (378635400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 24925, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Srednekolymsk => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1441188892, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (-1247565600, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (354891600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (370699200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (386427600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (402235200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (417963600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (433771200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (449586000, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (465318000, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (481042800, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (496767600, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (512492400, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (528217200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (543942000, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (559666800, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (575391600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (591116400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (606841200, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (622566000, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (638290800, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (654620400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (670345200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (686073600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (695750400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (701794800, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (717519600, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (733244400, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (748969200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (764694000, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (780418800, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (796143600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (811868400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (828198000, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (846342000, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (859647600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (877791600, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (891097200, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (909241200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (922546800, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (941295600, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (953996400, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (972745200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (985446000, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1004194800, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1017500400, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1035644400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1048950000, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1067094000, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1080399600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1099148400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1111849200, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1130598000, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1143298800, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1162047600, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1174748400, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1193497200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1206802800, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1224946800, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1238252400, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1256396400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1269702000, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1288450800, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1301151600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (1414245600, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 36892, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Taipei => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2335248360, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-1017820800, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "JST" }), + (-766224000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-745833600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-733827600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-716889600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-699613200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-683884800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-670669200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-652348800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-639133200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-620812800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-607597200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-589276800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-576061200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-562924800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-541760400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-528710400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-510224400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-497174400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-478688400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-465638400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-449830800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-434016000, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-418208400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-402480000, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-386672400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-370944000, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-355136400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-339408000, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-323600400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-302515200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-291978000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-270979200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-260442000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (133977600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (149785200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (165513600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (181321200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (299606400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (307551600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 29160, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Tashkent => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1441168631, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (-1247547600, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (354909600, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (370717200, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (386445600, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (402253200, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (417981600, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (433789200, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (449604000, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (465336000, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (481060800, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (496785600, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (512510400, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (528235200, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (543960000, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (559684800, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (575409600, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (591134400, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (606859200, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (622584000, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (638308800, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (654638400, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (670363200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (686091600, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 16631, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Tbilisi => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2840151551, FixedTimespan { utc_offset: 10751, dst_offset: 0, name: "TBMT" }), + (-1441162751, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (-405140400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (354916800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (370724400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (386452800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (402260400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (417988800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (433796400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (449611200, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (465343200, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (481068000, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (496792800, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (512517600, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (528242400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (543967200, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (559692000, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (575416800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (591141600, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (606866400, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (622591200, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (638316000, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (654645600, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (670370400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (686098800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (701816400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (717537600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (733266000, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (748987200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (764715600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (780436800, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (796161600, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (811882800, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (828216000, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (859662000, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (877806000, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (891115200, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (909255600, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (922564800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (941310000, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (954014400, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (972759600, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (985464000, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1004209200, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1017518400, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1035658800, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1048968000, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1067108400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1080417600, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1088276400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (1099177200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (1111878000, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 10751, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Tehran => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1704165944, FixedTimespan { utc_offset: 12344, dst_offset: 0, name: "TMT" }), + (-1090466744, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (227820600, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (246223800, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (259617600, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (271108800, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (283982400, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (296598600, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (306531000, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (322432200, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (338499000, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (673216200, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (685481400, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (701209800, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (717103800, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (732745800, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (748639800, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (764281800, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (780175800, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (795817800, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (811711800, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (827353800, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (843247800, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (858976200, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (874870200, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (890512200, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (906406200, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (922048200, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (937942200, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (953584200, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (969478200, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (985206600, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (1001100600, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (1016742600, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (1032636600, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (1048278600, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (1064172600, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (1079814600, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (1095708600, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (1111437000, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (1127331000, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (1206045000, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (1221939000, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (1237667400, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (1253561400, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (1269203400, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (1285097400, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (1300739400, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (1316633400, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (1332275400, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (1348169400, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (1363897800, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (1379791800, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (1395433800, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (1411327800, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (1426969800, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (1442863800, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (1458505800, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (1474399800, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (1490128200, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (1506022200, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (1521664200, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (1537558200, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (1553200200, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (1569094200, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (1584736200, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (1600630200, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (1616358600, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (1632252600, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (1647894600, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (1663788600, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 12344, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Tel_Aviv => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2840149254, FixedTimespan { utc_offset: 8440, dst_offset: 0, name: "JMT" }), + (-1641003640, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-933638400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-923097600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-919036800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-857347200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-844300800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-825811200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-812678400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-794188800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-779846400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-762652800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-748310400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-731116800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-681955200, FixedTimespan { utc_offset: 7200, dst_offset: 7200, name: "IDDT" }), + (-673228800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-667958400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-652320000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-636422400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-622080000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-608947200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-591840000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-572486400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-558576000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-542851200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-527731200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-514425600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-490838400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-482976000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-459388800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-451526400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-428544000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-418262400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-400118400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-387417600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (142380000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (150843600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (167176800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (178664400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (334101600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (337730400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (452642400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (462319200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (482277600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (494370000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (516751200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (526424400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (545436000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (558478800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (576626400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (589323600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (609890400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (620773200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (638316000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (651618000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (669765600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (683672400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (701820000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (715726800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (733701600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (747176400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (765151200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (778021200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (796600800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (810075600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (826840800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (842821200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (858895200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (874184400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (890344800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (905029200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (923011200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (936313200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (955670400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (970783200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (986770800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1001282400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1017356400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1033941600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1048806000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1065132000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1081292400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1095804000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1112313600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1128812400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1143763200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1159657200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1175212800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1189897200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1206662400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1223161200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1238112000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1254006000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1269561600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1284246000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1301616000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1317510000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1333065600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1348354800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1364515200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1382828400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1395964800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1414278000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1427414400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1445727600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1458864000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1477782000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1490313600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1509231600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1521763200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1540681200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1553817600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1572130800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1585267200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1603580400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1616716800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1635634800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1648166400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1667084400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1679616000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1698534000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1711670400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1729983600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1743120000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1761433200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1774569600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1792882800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1806019200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1824937200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1837468800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1856386800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1868918400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1887836400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1900972800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1919286000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1932422400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1950735600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1963872000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1982790000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1995321600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2014239600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2026771200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2045689200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2058220800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2077138800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2090275200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2108588400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2121724800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2140038000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2153174400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2172092400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2184624000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2203542000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2216073600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2234991600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2248128000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2266441200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2279577600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2297890800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2311027200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2329340400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2342476800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2361394800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2373926400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2392844400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2405376000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2424294000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2437430400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2455743600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2468880000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2487193200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2500329600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2519247600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2531779200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2550697200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2563228800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2582146800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2595283200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2613596400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2626732800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2645046000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2658182400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2676495600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2689632000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2708550000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2721081600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2739999600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2752531200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2771449200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2784585600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2802898800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2816035200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2834348400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2847484800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2866402800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2878934400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2897852400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2910384000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2929302000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2941833600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2960751600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2973888000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2992201200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3005337600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3023650800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3036787200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3055705200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3068236800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3087154800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3099686400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3118604400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3131740800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3150054000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3163190400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3181503600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3194640000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3212953200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3226089600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3245007600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3257539200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3276457200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3288988800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3307906800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3321043200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3339356400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3352492800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3370806000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3383942400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3402860400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3415392000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3434310000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3446841600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3465759600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3478896000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3497209200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3510345600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3528658800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3541795200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3560108400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3573244800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3592162800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3604694400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3623612400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3636144000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3655062000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3668198400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3686511600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3699648000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3717961200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3731097600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3750015600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3762547200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3781465200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3793996800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3812914800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3825446400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3844364400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3857500800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3875814000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3888950400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3907263600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3920400000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3939318000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3951849600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3970767600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3983299200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (4002217200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (4015353600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (4033666800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (4046803200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (4065116400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (4078252800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (4096566000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 8454, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Thimbu => { + const REST: &[(i64, FixedTimespan)] = &[ + (-706341516, FixedTimespan { utc_offset: 19800, dst_offset: 0, name: "+0530" }), + (560025000, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 21516, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Thimphu => { + const REST: &[(i64, FixedTimespan)] = &[ + (-706341516, FixedTimespan { utc_offset: 19800, dst_offset: 0, name: "+0530" }), + (560025000, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 21516, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Tokyo => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2587745939, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "JST" }), + (-683802000, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "JDT" }), + (-672310800, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "JST" }), + (-654771600, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "JDT" }), + (-640861200, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "JST" }), + (-620298000, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "JDT" }), + (-609411600, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "JST" }), + (-588848400, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "JDT" }), + (-577962000, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "JST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 33539, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Tomsk => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1578807591, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (-1247551200, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (354906000, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (370713600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (386442000, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (402249600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (417978000, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (433785600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (449600400, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (465332400, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (481057200, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (496782000, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (512506800, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (528231600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (543956400, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (559681200, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (575406000, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (591130800, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (606855600, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (622580400, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (638305200, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (654634800, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (670359600, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (686088000, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (695764800, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (701809200, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (717534000, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (733258800, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (748983600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (764708400, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (780433200, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (796158000, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (811882800, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (828212400, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (846356400, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (859662000, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (877806000, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (891111600, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (909255600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (922561200, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (941310000, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (954010800, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (972759600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (985460400, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (1004209200, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (1017514800, FixedTimespan { utc_offset: 25200, dst_offset: 3600, name: "+08" }), + (1020193200, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1035662400, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1048968000, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1067112000, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1080417600, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1099166400, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1111867200, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1130616000, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1143316800, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1162065600, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1174766400, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1193515200, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1206820800, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1224964800, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1238270400, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1256414400, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1269720000, FixedTimespan { utc_offset: 21600, dst_offset: 3600, name: "+07" }), + (1288468800, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1301169600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (1414263600, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1464465600, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 20391, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Ujung_Pandang => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1577951856, FixedTimespan { utc_offset: 28656, dst_offset: 0, name: "MMT" }), + (-1172908656, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (-880272000, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (-766054800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "WITA" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 28656, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Ulaanbaatar => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2032931252, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (252435600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (417974400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (433782000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (449596800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (465318000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (481046400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (496767600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (512496000, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (528217200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (543945600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (559666800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (575395200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (591116400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (606844800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (622566000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (638294400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (654620400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (670348800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (686070000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (701798400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (717519600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (733248000, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (748969200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (764697600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (780418800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (796147200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (811868400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (828201600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (843922800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (859651200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (875372400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (891100800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (906822000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (988394400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (1001696400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (1017424800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (1033146000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (1048874400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (1064595600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (1080324000, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (1096045200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (1111773600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (1127494800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (1143223200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (1159549200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (1427479200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (1443193200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (1458928800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (1474642800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 25652, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Ulan_Bator => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2032931252, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (252435600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (417974400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (433782000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (449596800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (465318000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (481046400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (496767600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (512496000, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (528217200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (543945600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (559666800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (575395200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (591116400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (606844800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (622566000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (638294400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (654620400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (670348800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (686070000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (701798400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (717519600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (733248000, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (748969200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (764697600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (780418800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (796147200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (811868400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (828201600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (843922800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (859651200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (875372400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (891100800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (906822000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (988394400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (1001696400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (1017424800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (1033146000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (1048874400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (1064595600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (1080324000, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (1096045200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (1111773600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (1127494800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (1143223200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (1159549200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (1427479200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (1443193200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (1458928800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (1474642800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 25652, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Urumqi => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1325483420, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 21020, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__UstNera => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1579426374, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (-1247558400, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (354898800, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (370699200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (386427600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (402235200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (417963600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (433771200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (449586000, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (465318000, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (481042800, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (496767600, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (512492400, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (528217200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (543942000, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (559666800, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (575391600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (591116400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (606841200, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (622566000, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (638290800, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (654620400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (670345200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (686073600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (695750400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (701794800, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (717519600, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (733244400, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (748969200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (764694000, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (780418800, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (796143600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (811868400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (828198000, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (846342000, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (859647600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (877791600, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (891097200, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (909241200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (922546800, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (941295600, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (953996400, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (972745200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (985446000, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1004194800, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1017500400, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1035644400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1048950000, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1067094000, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1080399600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1099148400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1111849200, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1130598000, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1143298800, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1162047600, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1174748400, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1193497200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1206802800, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1224946800, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1238252400, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1256396400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1269702000, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1288450800, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1301151600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (1315828800, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1414249200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 34374, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Vientiane => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2840164924, FixedTimespan { utc_offset: 24124, dst_offset: 0, name: "BMT" }), + (-1570084924, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 24124, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Vladivostok => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1487321251, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (-1247562000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (354895200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (370702800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (386431200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (402238800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (417967200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (433774800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (449589600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (465321600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (481046400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (496771200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (512496000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (528220800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (543945600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (559670400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (575395200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (591120000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (606844800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (622569600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (638294400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (654624000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (670348800, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (686077200, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (695754000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (701798400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (717523200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (733248000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (748972800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (764697600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (780422400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (796147200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (811872000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (828201600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (846345600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (859651200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (877795200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (891100800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (909244800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (922550400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (941299200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (954000000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (972748800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (985449600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (1004198400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (1017504000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (1035648000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (1048953600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (1067097600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (1080403200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (1099152000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (1111852800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (1130601600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (1143302400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (1162051200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (1174752000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (1193500800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (1206806400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (1224950400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (1238256000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (1256400000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (1269705600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "+11" }), + (1288454400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (1301155200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1414249200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 31651, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Yakutsk => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1579423138, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (-1247558400, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (354898800, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (370706400, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (386434800, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (402242400, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (417970800, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (433778400, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (449593200, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (465325200, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (481050000, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (496774800, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (512499600, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (528224400, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (543949200, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (559674000, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (575398800, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (591123600, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (606848400, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (622573200, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (638298000, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (654627600, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (670352400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "+09" }), + (686080800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + (695757600, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (701802000, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (717526800, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (733251600, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (748976400, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (764701200, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (780426000, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (796150800, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (811875600, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (828205200, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (846349200, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (859654800, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (877798800, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (891104400, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (909248400, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (922554000, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (941302800, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (954003600, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (972752400, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (985453200, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (1004202000, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (1017507600, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (1035651600, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (1048957200, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (1067101200, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (1080406800, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (1099155600, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (1111856400, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (1130605200, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (1143306000, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (1162054800, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (1174755600, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (1193504400, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (1206810000, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (1224954000, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (1238259600, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (1256403600, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (1269709200, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "+10" }), + (1288458000, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (1301158800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (1414252800, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 31138, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Yangon => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2840163887, FixedTimespan { utc_offset: 23087, dst_offset: 0, name: "RMT" }), + (-1577946287, FixedTimespan { utc_offset: 23400, dst_offset: 0, name: "+0630" }), + (-873268200, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (-778410000, FixedTimespan { utc_offset: 23400, dst_offset: 0, name: "+0630" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 23087, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Yekaterinburg => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1688270553, FixedTimespan { utc_offset: 13505, dst_offset: 0, name: "PMT" }), + (-1592610305, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (-1247544000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (354913200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (370720800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (386449200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (402256800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (417985200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (433792800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (449607600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (465339600, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (481064400, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (496789200, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (512514000, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (528238800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (543963600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (559688400, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (575413200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (591138000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (606862800, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (622587600, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (638312400, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (654642000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (670366800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (686095200, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (695772000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (701816400, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (717541200, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (733266000, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (748990800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (764715600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (780440400, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (796165200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (811890000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (828219600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (846363600, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (859669200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (877813200, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (891118800, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (909262800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (922568400, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (941317200, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (954018000, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (972766800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (985467600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (1004216400, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (1017522000, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (1035666000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (1048971600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (1067115600, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (1080421200, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (1099170000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (1111870800, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (1130619600, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (1143320400, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (1162069200, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (1174770000, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (1193518800, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (1206824400, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (1224968400, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (1238274000, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (1256418000, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (1269723600, FixedTimespan { utc_offset: 18000, dst_offset: 3600, name: "+06" }), + (1288472400, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (1301173200, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + (1414267200, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 14553, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Asia__Yerevan => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1441162680, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (-405140400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (354916800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (370724400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (386452800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (402260400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (417988800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (433796400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (449611200, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (465343200, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (481068000, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (496792800, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (512517600, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (528242400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (543967200, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (559692000, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (575416800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (591141600, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (606866400, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (622591200, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (638316000, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (654645600, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (670370400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (686098800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (701823600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (717548400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (733273200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (748998000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (764722800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (780447600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (796172400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (811893600, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (859672800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (877816800, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (891122400, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (909266400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (922572000, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (941320800, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (954021600, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (972770400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (985471200, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1004220000, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1017525600, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1035669600, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1048975200, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1067119200, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1080424800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1099173600, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1111874400, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1130623200, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1143324000, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1162072800, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1174773600, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1193522400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1206828000, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1224972000, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1238277600, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1256421600, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1269727200, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1288476000, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1301176800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1319925600, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 10680, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Atlantic__Azores => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2713904240, FixedTimespan { utc_offset: -6872, dst_offset: 0, name: "HMT" }), + (-1830369928, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-1689548400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-1677794400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-1667430000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-1647730800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-1635807600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-1616194800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-1604358000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-1584658800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-1572735600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-1553036400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-1541199600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-1521500400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-1442444400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-1426806000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-1379286000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-1364770800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-1348441200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-1333321200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-1316386800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-1301266800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-1284332400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-1269817200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-1221433200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-1206918000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-1191193200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-1175468400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-1127689200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-1111964400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-1096844400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-1080514800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-1063580400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-1049065200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-1033340400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-1017615600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-1002495600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-986166000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-969231600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-950482800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-942015600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-922662000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-906937200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-891126000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-877302000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-873680400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "+00" }), + (-873676800, FixedTimespan { utc_offset: -7200, dst_offset: 7200, name: "+00" }), + (-864007200, FixedTimespan { utc_offset: -7200, dst_offset: 7200, name: "-01" }), + (-864000000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-857948400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-845852400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-842835600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "+00" }), + (-842832000, FixedTimespan { utc_offset: -7200, dst_offset: 7200, name: "+00" }), + (-831348000, FixedTimespan { utc_offset: -7200, dst_offset: 7200, name: "-01" }), + (-831340800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-825894000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-814402800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-810781200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "+00" }), + (-810777600, FixedTimespan { utc_offset: -7200, dst_offset: 7200, name: "+00" }), + (-799898400, FixedTimespan { utc_offset: -7200, dst_offset: 7200, name: "-01" }), + (-799891200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-794444400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-782953200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-779331600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "+00" }), + (-779328000, FixedTimespan { utc_offset: -7200, dst_offset: 7200, name: "+00" }), + (-768448800, FixedTimespan { utc_offset: -7200, dst_offset: 7200, name: "-01" }), + (-768441600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-762994800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-749084400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-733359600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-717624000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-701899200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-686174400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-670449600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-654724800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-639000000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-623275200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-607550400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-591825600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-575496000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-559771200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-544046400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-528321600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-512596800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-496872000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-481147200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-465422400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-449697600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-433972800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-417643200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-401918400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-386193600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-370468800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-354744000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-339019200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-323294400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-307569600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-291844800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-276120000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-260395200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-244670400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-228340800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-212616000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-196891200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-181166400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-165441600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-149716800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-133992000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-118267200, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (228272400, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (243997200, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (260326800, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (276051600, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (291776400, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (307504800, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (323226000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (338954400, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (354679200, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (370404000, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (386128800, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (401853600, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (417582000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (433303200, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (449028000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (465357600, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (481082400, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (496807200, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (512532000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (528256800, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (543981600, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (559706400, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (575431200, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (591156000, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (606880800, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (622605600, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (638330400, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (654660000, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (670384800, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (686109600, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (701834400, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (717555600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (733280400, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (749005200, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (764730000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (780454800, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (796179600, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (811904400, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (828234000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (846378000, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (859683600, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (877827600, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (891133200, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (909277200, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (922582800, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (941331600, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (954032400, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (972781200, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (985482000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1004230800, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1017536400, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1035680400, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1048986000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1067130000, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1080435600, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1099184400, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1111885200, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1130634000, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1143334800, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1162083600, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1174784400, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1193533200, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1206838800, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1224982800, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1238288400, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1256432400, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1269738000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1288486800, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1301187600, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1319936400, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1332637200, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1351386000, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1364691600, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1382835600, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1396141200, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1414285200, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1427590800, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1445734800, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1459040400, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1477789200, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1490490000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1509238800, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1521939600, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1540688400, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1553994000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1572138000, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1585443600, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1603587600, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1616893200, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1635642000, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1648342800, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1667091600, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1679792400, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1698541200, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1711846800, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1729990800, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1743296400, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1761440400, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1774746000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1792890000, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1806195600, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1824944400, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1837645200, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1856394000, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1869094800, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1887843600, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1901149200, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1919293200, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1932598800, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1950742800, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1964048400, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (1982797200, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (1995498000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (2014246800, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (2026947600, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (2045696400, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (2058397200, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (2077146000, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (2090451600, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (2108595600, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (2121901200, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (2140045200, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (2153350800, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (2172099600, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (2184800400, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (2203549200, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (2216250000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (2234998800, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (2248304400, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (2266448400, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (2279754000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (2297898000, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (2311203600, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (2329347600, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (2342653200, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (2361402000, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (2374102800, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (2392851600, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (2405552400, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (2424301200, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (2437606800, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (2455750800, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (2469056400, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (2487200400, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (2500506000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (2519254800, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (2531955600, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (2550704400, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (2563405200, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (2582154000, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (2595459600, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (2613603600, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (2626909200, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (2645053200, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (2658358800, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (2676502800, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (2689808400, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (2708557200, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (2721258000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (2740006800, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (2752707600, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (2771456400, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (2784762000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (2802906000, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (2816211600, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (2834355600, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (2847661200, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (2866410000, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (2879110800, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (2897859600, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (2910560400, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (2929309200, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (2942010000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (2960758800, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (2974064400, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (2992208400, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (3005514000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (3023658000, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (3036963600, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (3055712400, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (3068413200, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (3087162000, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (3099862800, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (3118611600, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (3131917200, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (3150061200, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (3163366800, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (3181510800, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (3194816400, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (3212960400, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (3226266000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (3245014800, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (3257715600, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (3276464400, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (3289165200, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (3307914000, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (3321219600, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (3339363600, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (3352669200, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (3370813200, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (3384118800, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (3402867600, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (3415568400, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (3434317200, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (3447018000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (3465766800, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (3479072400, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (3497216400, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (3510522000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (3528666000, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (3541971600, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (3560115600, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (3573421200, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (3592170000, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (3604870800, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (3623619600, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (3636320400, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (3655069200, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (3668374800, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (3686518800, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (3699824400, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (3717968400, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (3731274000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (3750022800, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (3762723600, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (3781472400, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (3794173200, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (3812922000, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (3825622800, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (3844371600, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (3857677200, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (3875821200, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (3889126800, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (3907270800, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (3920576400, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (3939325200, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (3952026000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (3970774800, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (3983475600, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (4002224400, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (4015530000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (4033674000, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (4046979600, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (4065123600, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (4078429200, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (4096573200, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -6160, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Atlantic__Bermuda => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2524506042, FixedTimespan { utc_offset: -15558, dst_offset: 0, name: "BMT" }), + (-1664307642, FixedTimespan { utc_offset: -15558, dst_offset: 3600, name: "BST" }), + (-1648932042, FixedTimespan { utc_offset: -15558, dst_offset: 0, name: "BMT" }), + (-1632080442, FixedTimespan { utc_offset: -15558, dst_offset: 3600, name: "BST" }), + (-1618692042, FixedTimespan { utc_offset: -15558, dst_offset: 0, name: "BMT" }), + (-1262281242, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-882727200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-858538800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-845229600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-825879600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-814384800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-793825200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-782935200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-762375600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-713988000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-703710000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-681933600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-672865200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-650484000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-641415600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-618429600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-609966000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-586980000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-578516400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-555530400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-546462000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-429127200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-415825200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (136360800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (152082000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (167810400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (183531600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (199260000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (215586000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (230709600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (247035600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (262764000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (278485200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (294213600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (309934800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (325663200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (341384400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (357112800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (372834000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (388562400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (404888400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (420012000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (436338000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (452066400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (467787600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (483516000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (499237200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (514965600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (530686800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (544600800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (562136400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (576050400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (594190800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (607500000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (625640400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (638949600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (657090000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (671004000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (688539600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (702453600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (719989200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (733903200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (752043600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (765352800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (783493200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (796802400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (814942800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (828856800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (846392400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (860306400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (877842000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (891756000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (909291600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (923205600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (941346000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (954655200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (972795600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (986104800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1004245200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1018159200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1035694800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1049608800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1067144400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1081058400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1099198800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1112508000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1130648400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1143957600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1162098000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1173592800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1194152400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1205042400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1225602000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1236492000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1257051600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1268546400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1289106000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1299996000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1320555600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1331445600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1352005200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1362895200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1383454800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1394344800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1414904400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1425794400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1446354000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1457848800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1478408400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1489298400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1509858000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1520748000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1541307600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1552197600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1572757200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1583647200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1604206800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1615701600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1636261200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1647151200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1667710800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1678600800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1699160400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1710050400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1730610000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1741500000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1762059600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1772949600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1793509200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1805004000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1825563600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1836453600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1857013200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1867903200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1888462800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1899352800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1919912400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1930802400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1951362000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1962856800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1983416400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1994306400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2014866000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2025756000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2046315600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2057205600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2077765200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2088655200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2109214800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2120104800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2140664400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2152159200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2172718800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2183608800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2204168400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2215058400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2235618000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2246508000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2267067600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2277957600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2298517200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2309407200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2329966800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2341461600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2362021200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2372911200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2393470800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2404360800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2424920400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2435810400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2456370000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2467260000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2487819600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2499314400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2519874000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2530764000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2551323600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2562213600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2582773200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2593663200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2614222800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2625112800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2645672400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2656562400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2677122000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2688616800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2709176400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2720066400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2740626000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2751516000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2772075600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2782965600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2803525200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2814415200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2834974800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2846469600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2867029200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2877919200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2898478800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2909368800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2929928400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2940818400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2961378000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2972268000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2992827600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3003717600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3024277200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3035772000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3056331600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3067221600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3087781200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3098671200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3119230800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3130120800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3150680400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3161570400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3182130000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3193020000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3213579600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3225074400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3245634000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3256524000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3277083600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3287973600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3308533200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3319423200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3339982800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3350872800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3371432400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3382927200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3403486800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3414376800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3434936400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3445826400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3466386000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3477276000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3497835600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3508725600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3529285200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3540175200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3560734800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3572229600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3592789200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3603679200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3624238800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3635128800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3655688400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3666578400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3687138000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3698028000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3718587600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3730082400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3750642000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3761532000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3782091600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3792981600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3813541200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3824431200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3844990800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3855880800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3876440400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3887330400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3907890000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3919384800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3939944400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3950834400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3971394000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3982284000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (4002843600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (4013733600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (4034293200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (4045183200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (4065742800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (4076632800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (4097192400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -15558, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Atlantic__Canary => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1509663504, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-733874400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (323827200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (338950800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (354675600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (370400400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (386125200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (401850000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (417574800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (433299600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (449024400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (465354000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (481078800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (496803600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (512528400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (528253200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (543978000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (559702800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (575427600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (591152400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (606877200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (622602000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (638326800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (654656400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (670381200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (686106000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (701830800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (717555600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (733280400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (749005200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (764730000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (780454800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (796179600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (811904400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (828234000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (846378000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (859683600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (877827600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (891133200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (909277200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (922582800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (941331600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (954032400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (972781200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (985482000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1004230800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1017536400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1035680400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1048986000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1067130000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1080435600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1099184400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1111885200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1130634000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1143334800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1162083600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1174784400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1193533200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1206838800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1224982800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1238288400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1256432400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1269738000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1288486800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1301187600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1319936400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1332637200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1351386000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1364691600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1382835600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1396141200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1414285200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1427590800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1445734800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1459040400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1477789200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1490490000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1509238800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1521939600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1540688400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1553994000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1572138000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1585443600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1603587600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1616893200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1635642000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1648342800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1667091600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1679792400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1698541200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1711846800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1729990800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1743296400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1761440400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1774746000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1792890000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1806195600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1824944400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1837645200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1856394000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1869094800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1887843600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1901149200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1919293200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1932598800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1950742800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1964048400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1982797200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1995498000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2014246800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2026947600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2045696400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2058397200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2077146000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2090451600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2108595600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2121901200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2140045200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2153350800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2172099600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2184800400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2203549200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2216250000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2234998800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2248304400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2266448400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2279754000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2297898000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2311203600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2329347600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2342653200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2361402000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2374102800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2392851600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2405552400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2424301200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2437606800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2455750800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2469056400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2487200400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2500506000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2519254800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2531955600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2550704400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2563405200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2582154000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2595459600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2613603600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2626909200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2645053200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2658358800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2676502800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2689808400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2708557200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2721258000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2740006800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2752707600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2771456400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2784762000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2802906000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2816211600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2834355600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2847661200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2866410000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2879110800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2897859600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2910560400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2929309200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2942010000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2960758800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2974064400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2992208400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3005514000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3023658000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3036963600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3055712400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3068413200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3087162000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3099862800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3118611600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3131917200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3150061200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3163366800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3181510800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3194816400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3212960400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3226266000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3245014800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3257715600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3276464400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3289165200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3307914000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3321219600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3339363600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3352669200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3370813200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3384118800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3402867600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3415568400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3434317200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3447018000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3465766800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3479072400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3497216400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3510522000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3528666000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3541971600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3560115600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3573421200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3592170000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3604870800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3623619600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3636320400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3655069200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3668374800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3686518800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3699824400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3717968400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3731274000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3750022800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3762723600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3781472400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3794173200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3812922000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3825622800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3844371600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3857677200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3875821200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3889126800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3907270800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3920576400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3939325200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3952026000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3970774800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3983475600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (4002224400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (4015530000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (4033674000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (4046979600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (4065123600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (4078429200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (4096573200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -3696, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Atlantic__Cape_Verde => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1830371156, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-862610400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-764118000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (186120000, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -5644, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Atlantic__Faeroe => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1955748776, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (354675600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (370400400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (386125200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (401850000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (417574800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (433299600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (449024400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (465354000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (481078800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (496803600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (512528400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (528253200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (543978000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (559702800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (575427600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (591152400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (606877200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (622602000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (638326800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (654656400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (670381200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (686106000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (701830800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (717555600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (733280400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (749005200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (764730000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (780454800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (796179600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (811904400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (828234000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (846378000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (859683600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (877827600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (891133200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (909277200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (922582800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (941331600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (954032400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (972781200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (985482000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1004230800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1017536400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1035680400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1048986000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1067130000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1080435600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1099184400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1111885200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1130634000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1143334800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1162083600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1174784400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1193533200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1206838800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1224982800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1238288400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1256432400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1269738000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1288486800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1301187600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1319936400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1332637200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1351386000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1364691600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1382835600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1396141200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1414285200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1427590800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1445734800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1459040400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1477789200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1490490000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1509238800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1521939600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1540688400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1553994000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1572138000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1585443600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1603587600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1616893200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1635642000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1648342800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1667091600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1679792400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1698541200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1711846800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1729990800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1743296400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1761440400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1774746000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1792890000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1806195600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1824944400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1837645200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1856394000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1869094800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1887843600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1901149200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1919293200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1932598800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1950742800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1964048400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1982797200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1995498000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2014246800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2026947600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2045696400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2058397200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2077146000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2090451600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2108595600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2121901200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2140045200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2153350800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2172099600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2184800400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2203549200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2216250000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2234998800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2248304400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2266448400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2279754000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2297898000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2311203600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2329347600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2342653200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2361402000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2374102800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2392851600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2405552400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2424301200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2437606800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2455750800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2469056400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2487200400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2500506000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2519254800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2531955600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2550704400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2563405200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2582154000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2595459600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2613603600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2626909200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2645053200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2658358800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2676502800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2689808400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2708557200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2721258000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2740006800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2752707600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2771456400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2784762000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2802906000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2816211600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2834355600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2847661200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2866410000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2879110800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2897859600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2910560400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2929309200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2942010000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2960758800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2974064400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2992208400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3005514000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3023658000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3036963600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3055712400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3068413200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3087162000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3099862800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3118611600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3131917200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3150061200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3163366800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3181510800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3194816400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3212960400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3226266000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3245014800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3257715600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3276464400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3289165200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3307914000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3321219600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3339363600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3352669200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3370813200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3384118800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3402867600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3415568400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3434317200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3447018000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3465766800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3479072400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3497216400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3510522000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3528666000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3541971600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3560115600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3573421200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3592170000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3604870800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3623619600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3636320400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3655069200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3668374800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3686518800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3699824400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3717968400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3731274000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3750022800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3762723600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3781472400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3794173200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3812922000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3825622800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3844371600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3857677200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3875821200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3889126800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3907270800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3920576400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3939325200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3952026000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3970774800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3983475600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (4002224400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (4015530000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (4033674000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (4046979600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (4065123600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (4078429200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (4096573200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -1624, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Atlantic__Faroe => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1955748776, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (354675600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (370400400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (386125200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (401850000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (417574800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (433299600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (449024400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (465354000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (481078800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (496803600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (512528400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (528253200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (543978000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (559702800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (575427600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (591152400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (606877200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (622602000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (638326800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (654656400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (670381200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (686106000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (701830800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (717555600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (733280400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (749005200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (764730000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (780454800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (796179600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (811904400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (828234000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (846378000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (859683600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (877827600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (891133200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (909277200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (922582800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (941331600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (954032400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (972781200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (985482000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1004230800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1017536400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1035680400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1048986000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1067130000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1080435600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1099184400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1111885200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1130634000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1143334800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1162083600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1174784400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1193533200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1206838800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1224982800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1238288400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1256432400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1269738000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1288486800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1301187600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1319936400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1332637200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1351386000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1364691600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1382835600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1396141200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1414285200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1427590800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1445734800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1459040400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1477789200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1490490000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1509238800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1521939600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1540688400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1553994000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1572138000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1585443600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1603587600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1616893200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1635642000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1648342800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1667091600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1679792400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1698541200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1711846800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1729990800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1743296400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1761440400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1774746000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1792890000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1806195600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1824944400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1837645200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1856394000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1869094800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1887843600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1901149200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1919293200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1932598800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1950742800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1964048400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1982797200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1995498000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2014246800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2026947600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2045696400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2058397200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2077146000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2090451600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2108595600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2121901200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2140045200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2153350800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2172099600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2184800400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2203549200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2216250000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2234998800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2248304400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2266448400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2279754000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2297898000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2311203600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2329347600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2342653200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2361402000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2374102800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2392851600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2405552400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2424301200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2437606800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2455750800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2469056400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2487200400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2500506000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2519254800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2531955600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2550704400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2563405200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2582154000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2595459600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2613603600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2626909200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2645053200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2658358800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2676502800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2689808400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2708557200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2721258000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2740006800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2752707600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2771456400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2784762000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2802906000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2816211600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2834355600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2847661200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2866410000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2879110800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2897859600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2910560400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2929309200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2942010000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2960758800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2974064400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2992208400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3005514000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3023658000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3036963600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3055712400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3068413200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3087162000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3099862800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3118611600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3131917200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3150061200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3163366800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3181510800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3194816400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3212960400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3226266000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3245014800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3257715600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3276464400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3289165200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3307914000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3321219600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3339363600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3352669200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3370813200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3384118800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3402867600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3415568400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3434317200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3447018000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3465766800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3479072400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3497216400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3510522000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3528666000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3541971600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3560115600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3573421200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3592170000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3604870800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3623619600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3636320400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3655069200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3668374800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3686518800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3699824400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3717968400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3731274000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3750022800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3762723600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3781472400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3794173200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3812922000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3825622800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3844371600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3857677200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3875821200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3889126800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3907270800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3920576400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3939325200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3952026000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3970774800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3983475600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (4002224400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (4015530000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (4033674000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (4046979600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (4065123600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (4078429200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (4096573200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -1624, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Atlantic__Jan_Mayen => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2422054408, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1693706400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1680483600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1663455600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1650150000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1632006000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1618700400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-938905200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-857257200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-844556400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-828226800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-812502000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-796777200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-781052400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-776563200, FixedTimespan { utc_offset: 3600, dst_offset: 7200, name: "CEMT" }), + (-765936000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-761180400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-748479600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-733273200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-717631200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-714610800, FixedTimespan { utc_offset: 3600, dst_offset: 7200, name: "CEMT" }), + (-710380800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-701910000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-684975600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-670460400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-654130800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-639010800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (323830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (338950800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (354675600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (370400400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (386125200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (401850000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (417574800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (433299600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (449024400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (465354000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (481078800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (496803600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (512528400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (528253200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (543978000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (559702800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (575427600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (591152400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (606877200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (622602000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (638326800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (654656400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (670381200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (686106000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (701830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (717555600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (733280400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (749005200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (764730000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (780454800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (796179600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (811904400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (828234000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (846378000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (859683600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (877827600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (891133200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (909277200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (922582800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (941331600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (954032400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (972781200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (985482000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1004230800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1017536400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1035680400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1048986000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1067130000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1080435600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1099184400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1111885200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1130634000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1143334800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1162083600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1174784400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1193533200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1206838800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1224982800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1238288400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1256432400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1269738000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1288486800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1301187600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1319936400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1332637200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1351386000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1364691600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1382835600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1396141200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1414285200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1427590800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1445734800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1459040400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1477789200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1490490000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1509238800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1521939600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1540688400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1553994000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1572138000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1585443600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1603587600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1616893200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1635642000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1648342800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1667091600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1679792400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1698541200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1711846800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1729990800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1743296400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1761440400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1774746000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1792890000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1806195600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1824944400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1837645200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1856394000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1869094800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1887843600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1901149200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1919293200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1932598800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1950742800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1964048400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1982797200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1995498000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2014246800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2026947600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2045696400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2058397200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2077146000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2090451600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2108595600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2121901200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2140045200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2153350800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2172099600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2184800400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2203549200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2216250000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2234998800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2248304400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2266448400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2279754000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2297898000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2311203600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2329347600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2342653200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2361402000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2374102800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2392851600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2405552400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2424301200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2437606800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2455750800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2469056400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2487200400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2500506000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2519254800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2531955600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2550704400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2563405200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2582154000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2595459600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2613603600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2626909200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2645053200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2658358800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2676502800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2689808400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2708557200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2721258000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2740006800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2752707600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2771456400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2784762000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2802906000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2816211600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2834355600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2847661200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2866410000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2879110800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2897859600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2910560400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2929309200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2942010000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2960758800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2974064400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2992208400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3005514000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3023658000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3036963600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3055712400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3068413200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3087162000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3099862800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3118611600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3131917200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3150061200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3163366800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3181510800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3194816400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3212960400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3226266000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3245014800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3257715600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3276464400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3289165200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3307914000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3321219600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3339363600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3352669200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3370813200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3384118800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3402867600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3415568400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3434317200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3447018000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3465766800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3479072400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3497216400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3510522000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3528666000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3541971600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3560115600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3573421200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3592170000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3604870800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3623619600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3636320400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3655069200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3668374800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3686518800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3699824400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3717968400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3731274000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3750022800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3762723600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3781472400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3794173200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3812922000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3825622800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3844371600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3857677200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3875821200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3889126800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3907270800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3920576400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3939325200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3952026000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3970774800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3983475600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4002224400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4015530000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4033674000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4046979600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4065123600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4078429200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4096573200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 3208, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Atlantic__Madeira => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2713906344, FixedTimespan { utc_offset: -4056, dst_offset: 0, name: "FMT" }), + (-1830376344, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-1689552000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-1677798000, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-1667433600, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-1647734400, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-1635811200, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-1616198400, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-1604361600, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-1584662400, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-1572739200, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-1553040000, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-1541203200, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-1521504000, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-1442448000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-1426809600, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-1379289600, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-1364774400, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-1348444800, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-1333324800, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-1316390400, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-1301270400, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-1284336000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-1269820800, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-1221436800, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-1206921600, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-1191196800, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-1175472000, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-1127692800, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-1111968000, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-1096848000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-1080518400, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-1063584000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-1049068800, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-1033344000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-1017619200, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-1002499200, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-986169600, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-969235200, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-950486400, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-942019200, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-922665600, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-906940800, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-891129600, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-877305600, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-873684000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+01" }), + (-873680400, FixedTimespan { utc_offset: -3600, dst_offset: 7200, name: "+01" }), + (-864010800, FixedTimespan { utc_offset: -3600, dst_offset: 7200, name: "+00" }), + (-864003600, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-857952000, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-845856000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-842839200, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+01" }), + (-842835600, FixedTimespan { utc_offset: -3600, dst_offset: 7200, name: "+01" }), + (-831351600, FixedTimespan { utc_offset: -3600, dst_offset: 7200, name: "+00" }), + (-831344400, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-825897600, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-814406400, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-810784800, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+01" }), + (-810781200, FixedTimespan { utc_offset: -3600, dst_offset: 7200, name: "+01" }), + (-799902000, FixedTimespan { utc_offset: -3600, dst_offset: 7200, name: "+00" }), + (-799894800, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-794448000, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-782956800, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-779335200, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+01" }), + (-779331600, FixedTimespan { utc_offset: -3600, dst_offset: 7200, name: "+01" }), + (-768452400, FixedTimespan { utc_offset: -3600, dst_offset: 7200, name: "+00" }), + (-768445200, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-762998400, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-749088000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-733363200, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-717627600, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-701902800, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-686178000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-670453200, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-654728400, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-639003600, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-623278800, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-607554000, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-591829200, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-575499600, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-559774800, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-544050000, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-528325200, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-512600400, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-496875600, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-481150800, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-465426000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-449701200, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-433976400, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-417646800, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-401922000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-386197200, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-370472400, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-354747600, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-339022800, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-323298000, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-307573200, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-291848400, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-276123600, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-260398800, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-244674000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-228344400, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-212619600, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-196894800, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-181170000, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-165445200, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-149720400, FixedTimespan { utc_offset: -3600, dst_offset: 3600, name: "+00" }), + (-133995600, FixedTimespan { utc_offset: -3600, dst_offset: 0, name: "-01" }), + (-118270800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (228268800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (243993600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (260323200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (276048000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (291772800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (307501200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (323222400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (338950800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (354675600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (370400400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (386125200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (401850000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (417578400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (433299600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (449024400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (465354000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (481078800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (496803600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (512528400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (528253200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (543978000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (559702800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (575427600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (591152400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (606877200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (622602000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (638326800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (654656400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (670381200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (686106000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (701830800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (717555600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (733280400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (749005200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (764730000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (780454800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (796179600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (811904400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (828234000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (846378000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (859683600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (877827600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (891133200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (909277200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (922582800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (941331600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (954032400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (972781200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (985482000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1004230800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1017536400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1035680400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1048986000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1067130000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1080435600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1099184400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1111885200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1130634000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1143334800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1162083600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1174784400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1193533200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1206838800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1224982800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1238288400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1256432400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1269738000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1288486800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1301187600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1319936400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1332637200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1351386000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1364691600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1382835600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1396141200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1414285200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1427590800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1445734800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1459040400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1477789200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1490490000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1509238800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1521939600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1540688400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1553994000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1572138000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1585443600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1603587600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1616893200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1635642000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1648342800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1667091600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1679792400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1698541200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1711846800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1729990800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1743296400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1761440400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1774746000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1792890000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1806195600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1824944400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1837645200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1856394000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1869094800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1887843600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1901149200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1919293200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1932598800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1950742800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1964048400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1982797200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1995498000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2014246800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2026947600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2045696400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2058397200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2077146000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2090451600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2108595600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2121901200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2140045200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2153350800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2172099600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2184800400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2203549200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2216250000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2234998800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2248304400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2266448400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2279754000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2297898000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2311203600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2329347600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2342653200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2361402000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2374102800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2392851600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2405552400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2424301200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2437606800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2455750800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2469056400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2487200400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2500506000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2519254800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2531955600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2550704400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2563405200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2582154000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2595459600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2613603600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2626909200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2645053200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2658358800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2676502800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2689808400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2708557200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2721258000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2740006800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2752707600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2771456400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2784762000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2802906000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2816211600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2834355600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2847661200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2866410000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2879110800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2897859600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2910560400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2929309200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2942010000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2960758800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2974064400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2992208400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3005514000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3023658000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3036963600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3055712400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3068413200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3087162000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3099862800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3118611600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3131917200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3150061200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3163366800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3181510800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3194816400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3212960400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3226266000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3245014800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3257715600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3276464400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3289165200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3307914000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3321219600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3339363600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3352669200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3370813200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3384118800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3402867600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3415568400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3434317200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3447018000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3465766800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3479072400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3497216400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3510522000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3528666000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3541971600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3560115600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3573421200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3592170000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3604870800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3623619600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3636320400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3655069200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3668374800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3686518800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3699824400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3717968400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3731274000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3750022800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3762723600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3781472400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3794173200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3812922000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3825622800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3844371600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3857677200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3875821200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3889126800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3907270800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3920576400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3939325200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3952026000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3970774800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3983475600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (4002224400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (4015530000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (4033674000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (4046979600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (4065123600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (4078429200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (4096573200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -4056, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Atlantic__Reykjavik => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1830383032, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -968, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Atlantic__South_Georgia => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2524512832, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -8768, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Atlantic__St_Helena => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1830383032, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -968, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Atlantic__Stanley => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2524507716, FixedTimespan { utc_offset: -13884, dst_offset: 0, name: "SMT" }), + (-1824235716, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1018209600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1003093200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-986760000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-971643600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-954705600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-939589200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-923256000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-908139600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-891806400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-876690000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-860356800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-852066000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (420609600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (433306800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (452052000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (464151600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (483501600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (495601200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (514350000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (527054400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (545799600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (558504000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (577249200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (589953600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (608698800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (621403200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (640753200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (652852800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (672202800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (684907200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (703652400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (716356800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (735102000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (747806400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (766551600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (779256000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (798001200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (810705600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (830055600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (842760000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (861505200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (874209600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (892954800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (905659200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (924404400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (937108800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (955854000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (968558400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (987310800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (999410400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1019365200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1030860000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1050814800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1062914400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1082264400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1094364000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1113714000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1125813600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1145163600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1157263200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1176613200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1188712800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1208667600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1220767200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1240117200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1252216800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1271566800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1283666400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -13884, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Australia__ACT => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2364113092, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-1672560000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-1665388800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-883641600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-876124800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-860400000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-844675200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-828345600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-813225600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (57686400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (67968000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (89136000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (100022400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (120585600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (131472000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (152035200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (162921600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (183484800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (194976000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (215539200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (226425600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (246988800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (257875200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (278438400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (289324800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (309888000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (320774400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (341337600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (352224000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (372787200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (386697600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (404841600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (415728000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (436291200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (447177600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (467740800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (478627200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (499190400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (511286400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (530035200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (542736000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (562089600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (574790400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (594144000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (606240000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (625593600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (636480000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (657043200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (667929600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (688492800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (699379200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (719942400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (731433600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (751996800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (762883200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (783446400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (794332800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (814896000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (828201600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (846345600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (859651200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (877795200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (891100800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (909244800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (922550400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (941299200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (954000000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (967305600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (985449600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1004198400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1017504000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1035648000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1048953600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1067097600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1080403200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1099152000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1111852800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1130601600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1143907200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1162051200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1174752000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1193500800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1207411200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1223136000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1238860800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1254585600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1270310400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1286035200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1301760000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1317484800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1333209600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1349539200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1365264000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1380988800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1396713600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1412438400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1428163200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1443888000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1459612800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1475337600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1491062400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1506787200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1522512000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1538841600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1554566400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1570291200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1586016000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1601740800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1617465600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1633190400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1648915200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1664640000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1680364800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1696089600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1712419200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1728144000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1743868800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1759593600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1775318400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1791043200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1806768000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1822492800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1838217600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1853942400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1869667200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1885996800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1901721600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1917446400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1933171200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1948896000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1964620800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1980345600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1996070400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2011795200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2027520000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2043244800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2058969600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2075299200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2091024000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2106748800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2122473600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2138198400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2153923200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2169648000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2185372800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2201097600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2216822400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2233152000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2248876800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2264601600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2280326400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2296051200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2311776000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2327500800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2343225600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2358950400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2374675200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2390400000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2406124800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2422454400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2438179200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2453904000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2469628800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2485353600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2501078400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2516803200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2532528000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2548252800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2563977600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2579702400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2596032000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2611756800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2627481600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2643206400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2658931200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2674656000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2690380800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2706105600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2721830400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2737555200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2753280000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2769609600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2785334400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2801059200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2816784000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2832508800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2848233600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2863958400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2879683200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2895408000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2911132800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2926857600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2942582400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2958912000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2974636800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2990361600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3006086400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3021811200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3037536000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3053260800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3068985600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3084710400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3100435200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3116764800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3132489600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3148214400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3163939200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3179664000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3195388800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3211113600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3226838400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3242563200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3258288000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3274012800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3289737600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3306067200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3321792000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3337516800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3353241600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3368966400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3384691200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3400416000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3416140800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3431865600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3447590400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3463315200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3479644800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3495369600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3511094400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3526819200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3542544000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3558268800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3573993600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3589718400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3605443200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3621168000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3636892800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3653222400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3668947200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3684672000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3700396800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3716121600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3731846400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3747571200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3763296000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3779020800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3794745600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3810470400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3826195200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3842524800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3858249600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3873974400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3889699200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3905424000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3921148800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3936873600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3952598400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3968323200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3984048000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (4000377600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (4016102400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (4031827200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (4047552000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (4063276800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (4079001600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (4094726400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 36292, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Australia__Adelaide => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2364110060, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "ACST" }), + (-2230189200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (-1672558200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (-1665387000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (-883639800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (-876123000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (-860398200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (-844673400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (-828343800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (-813223800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (57688200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (67969800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (89137800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (100024200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (120587400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (131473800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (152037000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (162923400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (183486600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (194977800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (215541000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (226427400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (246990600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (257877000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (278440200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (289326600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (309889800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (320776200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (341339400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (352225800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (372789000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (384280200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (404843400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (415729800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (436293000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (447179400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (467742600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (478629000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (499192200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (511288200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (530037000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (542737800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (562091400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (574792200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (594145800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (606241800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (625595400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (637691400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (657045000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (667931400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (688494600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (701195400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (719944200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (731435400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (751998600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (764094600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (783448200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (796149000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (814897800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (828203400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (846347400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (859653000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (877797000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (891102600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (909246600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (922552200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (941301000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (954001800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (972750600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (985451400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1004200200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1017505800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1035649800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1048955400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1067099400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1080405000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1099153800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1111854600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1130603400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1143909000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1162053000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1174753800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1193502600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1207413000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1223137800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1238862600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1254587400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1270312200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1286037000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1301761800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1317486600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1333211400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1349541000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1365265800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1380990600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1396715400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1412440200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1428165000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1443889800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1459614600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1475339400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1491064200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1506789000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1522513800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1538843400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1554568200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1570293000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1586017800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1601742600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1617467400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1633192200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1648917000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1664641800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1680366600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1696091400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1712421000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1728145800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1743870600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1759595400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1775320200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1791045000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1806769800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1822494600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1838219400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1853944200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1869669000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1885998600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1901723400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1917448200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1933173000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1948897800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1964622600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1980347400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1996072200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2011797000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2027521800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2043246600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2058971400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2075301000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2091025800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2106750600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2122475400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2138200200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2153925000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2169649800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2185374600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2201099400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2216824200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2233153800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2248878600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2264603400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2280328200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2296053000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2311777800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2327502600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2343227400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2358952200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2374677000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2390401800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2406126600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2422456200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2438181000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2453905800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2469630600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2485355400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2501080200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2516805000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2532529800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2548254600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2563979400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2579704200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2596033800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2611758600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2627483400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2643208200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2658933000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2674657800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2690382600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2706107400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2721832200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2737557000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2753281800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2769611400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2785336200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2801061000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2816785800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2832510600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2848235400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2863960200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2879685000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2895409800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2911134600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2926859400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2942584200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2958913800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2974638600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2990363400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3006088200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3021813000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3037537800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3053262600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3068987400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3084712200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3100437000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3116766600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3132491400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3148216200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3163941000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3179665800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3195390600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3211115400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3226840200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3242565000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3258289800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3274014600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3289739400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3306069000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3321793800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3337518600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3353243400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3368968200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3384693000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3400417800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3416142600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3431867400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3447592200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3463317000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3479646600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3495371400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3511096200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3526821000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3542545800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3558270600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3573995400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3589720200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3605445000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3621169800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3636894600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3653224200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3668949000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3684673800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3700398600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3716123400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3731848200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3747573000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3763297800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3779022600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3794747400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3810472200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3826197000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3842526600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3858251400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3873976200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3889701000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3905425800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3921150600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3936875400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3952600200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3968325000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3984049800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (4000379400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (4016104200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (4031829000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (4047553800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (4063278600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (4079003400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (4094728200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 33260, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Australia__Brisbane => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2366791928, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-1672560000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-1665388800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-883641600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-876124800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-860400000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-844675200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-828345600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-813225600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (57686400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (67968000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (625593600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (636480000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (657043200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (667929600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (688492800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (699379200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 36728, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Australia__Broken_Hill => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2364110748, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-2314951200, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "ACST" }), + (-2230189200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (-1672558200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (-1665387000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (-883639800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (-876123000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (-860398200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (-844673400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (-828343800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (-813223800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (57688200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (67969800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (89137800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (100024200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (120587400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (131473800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (152037000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (162923400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (183486600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (194977800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (215541000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (226427400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (246990600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (257877000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (278440200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (289326600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (309889800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (320776200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (341339400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (352225800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (372789000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (386699400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (404843400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (415729800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (436293000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (447179400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (467742600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (478629000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (499192200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (511288200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (530037000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (542737800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (562091400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (574792200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (594145800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (606241800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (625595400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (636481800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (657045000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (667931400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (688494600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (699381000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (719944200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (731435400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (751998600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (762885000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (783448200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (794334600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (814897800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (828203400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (846347400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (859653000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (877797000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (891102600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (909246600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (922552200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (941301000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (954001800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (972750600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (985451400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1004200200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1017505800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1035649800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1048955400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1067099400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1080405000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1099153800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1111854600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1130603400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1143909000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1162053000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1174753800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1193502600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1207413000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1223137800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1238862600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1254587400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1270312200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1286037000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1301761800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1317486600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1333211400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1349541000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1365265800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1380990600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1396715400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1412440200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1428165000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1443889800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1459614600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1475339400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1491064200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1506789000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1522513800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1538843400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1554568200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1570293000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1586017800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1601742600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1617467400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1633192200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1648917000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1664641800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1680366600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1696091400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1712421000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1728145800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1743870600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1759595400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1775320200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1791045000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1806769800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1822494600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1838219400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1853944200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1869669000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1885998600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1901723400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1917448200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1933173000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1948897800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1964622600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1980347400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1996072200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2011797000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2027521800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2043246600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2058971400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2075301000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2091025800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2106750600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2122475400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2138200200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2153925000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2169649800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2185374600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2201099400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2216824200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2233153800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2248878600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2264603400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2280328200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2296053000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2311777800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2327502600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2343227400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2358952200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2374677000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2390401800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2406126600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2422456200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2438181000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2453905800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2469630600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2485355400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2501080200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2516805000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2532529800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2548254600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2563979400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2579704200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2596033800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2611758600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2627483400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2643208200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2658933000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2674657800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2690382600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2706107400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2721832200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2737557000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2753281800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2769611400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2785336200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2801061000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2816785800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2832510600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2848235400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2863960200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2879685000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2895409800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2911134600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2926859400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2942584200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2958913800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2974638600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2990363400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3006088200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3021813000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3037537800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3053262600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3068987400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3084712200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3100437000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3116766600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3132491400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3148216200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3163941000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3179665800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3195390600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3211115400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3226840200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3242565000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3258289800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3274014600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3289739400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3306069000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3321793800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3337518600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3353243400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3368968200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3384693000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3400417800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3416142600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3431867400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3447592200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3463317000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3479646600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3495371400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3511096200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3526821000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3542545800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3558270600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3573995400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3589720200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3605445000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3621169800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3636894600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3653224200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3668949000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3684673800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3700398600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3716123400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3731848200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3747573000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3763297800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3779022600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3794747400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3810472200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3826197000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3842526600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3858251400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3873976200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3889701000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3905425800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3921150600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3936875400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3952600200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3968325000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3984049800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (4000379400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (4016104200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (4031829000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (4047553800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (4063278600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (4079003400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (4094728200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 33948, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Australia__Canberra => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2364113092, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-1672560000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-1665388800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-883641600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-876124800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-860400000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-844675200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-828345600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-813225600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (57686400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (67968000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (89136000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (100022400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (120585600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (131472000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (152035200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (162921600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (183484800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (194976000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (215539200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (226425600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (246988800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (257875200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (278438400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (289324800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (309888000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (320774400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (341337600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (352224000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (372787200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (386697600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (404841600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (415728000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (436291200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (447177600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (467740800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (478627200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (499190400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (511286400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (530035200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (542736000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (562089600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (574790400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (594144000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (606240000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (625593600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (636480000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (657043200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (667929600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (688492800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (699379200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (719942400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (731433600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (751996800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (762883200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (783446400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (794332800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (814896000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (828201600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (846345600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (859651200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (877795200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (891100800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (909244800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (922550400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (941299200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (954000000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (967305600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (985449600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1004198400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1017504000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1035648000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1048953600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1067097600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1080403200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1099152000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1111852800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1130601600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1143907200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1162051200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1174752000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1193500800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1207411200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1223136000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1238860800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1254585600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1270310400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1286035200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1301760000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1317484800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1333209600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1349539200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1365264000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1380988800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1396713600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1412438400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1428163200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1443888000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1459612800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1475337600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1491062400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1506787200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1522512000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1538841600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1554566400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1570291200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1586016000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1601740800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1617465600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1633190400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1648915200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1664640000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1680364800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1696089600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1712419200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1728144000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1743868800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1759593600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1775318400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1791043200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1806768000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1822492800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1838217600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1853942400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1869667200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1885996800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1901721600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1917446400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1933171200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1948896000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1964620800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1980345600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1996070400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2011795200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2027520000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2043244800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2058969600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2075299200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2091024000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2106748800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2122473600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2138198400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2153923200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2169648000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2185372800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2201097600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2216822400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2233152000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2248876800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2264601600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2280326400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2296051200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2311776000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2327500800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2343225600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2358950400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2374675200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2390400000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2406124800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2422454400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2438179200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2453904000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2469628800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2485353600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2501078400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2516803200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2532528000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2548252800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2563977600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2579702400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2596032000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2611756800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2627481600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2643206400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2658931200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2674656000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2690380800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2706105600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2721830400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2737555200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2753280000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2769609600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2785334400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2801059200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2816784000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2832508800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2848233600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2863958400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2879683200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2895408000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2911132800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2926857600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2942582400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2958912000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2974636800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2990361600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3006086400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3021811200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3037536000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3053260800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3068985600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3084710400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3100435200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3116764800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3132489600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3148214400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3163939200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3179664000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3195388800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3211113600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3226838400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3242563200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3258288000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3274012800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3289737600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3306067200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3321792000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3337516800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3353241600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3368966400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3384691200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3400416000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3416140800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3431865600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3447590400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3463315200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3479644800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3495369600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3511094400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3526819200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3542544000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3558268800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3573993600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3589718400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3605443200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3621168000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3636892800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3653222400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3668947200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3684672000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3700396800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3716121600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3731846400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3747571200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3763296000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3779020800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3794745600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3810470400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3826195200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3842524800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3858249600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3873974400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3889699200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3905424000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3921148800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3936873600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3952598400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3968323200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3984048000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (4000377600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (4016102400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (4031827200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (4047552000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (4063276800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (4079001600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (4094726400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 36292, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Australia__Currie => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2345795356, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-1680508800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-1665388800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-1646640000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-1635753600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-1615190400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-1604304000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-883641600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-876124800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-860400000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-844675200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-828345600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-813225600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-71136000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-55411200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-37267200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-25776000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-5817600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (5673600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (25632000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (37728000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (57686400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (67968000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (89136000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (100022400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (120585600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (131472000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (152035200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (162921600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (183484800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (194976000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (215539200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (226425600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (246988800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (257875200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (278438400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (289324800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (309888000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (320774400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (341337600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (352224000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (372787200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (386092800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (404841600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (417542400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (436291200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (447177600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (467740800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (478627200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (499190400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (510076800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (530035200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (542736000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (562089600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (574790400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (594144000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (606240000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (625593600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (637689600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (657043200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (670348800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (686678400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (701798400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (718128000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (733248000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (749577600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (764697600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (781027200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (796147200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (812476800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (828201600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (844531200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (859651200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (875980800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (891100800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (907430400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (922550400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (938880000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (954000000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (967305600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (985449600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1002384000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1017504000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1033833600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1048953600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1065283200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1080403200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1096732800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1111852800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1128182400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1143907200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1159632000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1174752000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1191686400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1207411200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1223136000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1238860800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1254585600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1270310400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1286035200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1301760000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1317484800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1333209600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1349539200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1365264000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1380988800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1396713600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1412438400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1428163200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1443888000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1459612800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1475337600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1491062400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1506787200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1522512000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1538841600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1554566400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1570291200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1586016000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1601740800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1617465600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1633190400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1648915200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1664640000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1680364800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1696089600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1712419200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1728144000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1743868800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1759593600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1775318400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1791043200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1806768000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1822492800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1838217600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1853942400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1869667200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1885996800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1901721600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1917446400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1933171200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1948896000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1964620800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1980345600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1996070400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2011795200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2027520000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2043244800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2058969600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2075299200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2091024000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2106748800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2122473600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2138198400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2153923200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2169648000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2185372800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2201097600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2216822400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2233152000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2248876800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2264601600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2280326400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2296051200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2311776000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2327500800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2343225600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2358950400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2374675200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2390400000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2406124800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2422454400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2438179200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2453904000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2469628800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2485353600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2501078400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2516803200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2532528000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2548252800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2563977600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2579702400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2596032000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2611756800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2627481600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2643206400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2658931200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2674656000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2690380800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2706105600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2721830400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2737555200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2753280000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2769609600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2785334400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2801059200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2816784000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2832508800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2848233600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2863958400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2879683200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2895408000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2911132800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2926857600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2942582400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2958912000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2974636800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2990361600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3006086400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3021811200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3037536000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3053260800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3068985600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3084710400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3100435200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3116764800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3132489600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3148214400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3163939200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3179664000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3195388800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3211113600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3226838400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3242563200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3258288000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3274012800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3289737600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3306067200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3321792000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3337516800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3353241600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3368966400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3384691200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3400416000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3416140800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3431865600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3447590400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3463315200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3479644800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3495369600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3511094400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3526819200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3542544000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3558268800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3573993600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3589718400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3605443200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3621168000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3636892800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3653222400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3668947200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3684672000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3700396800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3716121600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3731846400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3747571200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3763296000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3779020800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3794745600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3810470400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3826195200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3842524800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3858249600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3873974400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3889699200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3905424000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3921148800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3936873600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3952598400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3968323200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3984048000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (4000377600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (4016102400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (4031827200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (4047552000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (4063276800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (4079001600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (4094726400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 35356, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Australia__Darwin => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2364108200, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "ACST" }), + (-2230189200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (-1672558200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (-1665387000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (-883639800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (-876123000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (-860398200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (-844673400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (-828343800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (-813223800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 31400, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Australia__Eucla => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2337928528, FixedTimespan { utc_offset: 31500, dst_offset: 0, name: "+0845" }), + (-1672555500, FixedTimespan { utc_offset: 31500, dst_offset: 3600, name: "+0945" }), + (-1665384300, FixedTimespan { utc_offset: 31500, dst_offset: 0, name: "+0845" }), + (-883637100, FixedTimespan { utc_offset: 31500, dst_offset: 3600, name: "+0945" }), + (-876120300, FixedTimespan { utc_offset: 31500, dst_offset: 0, name: "+0845" }), + (-860395500, FixedTimespan { utc_offset: 31500, dst_offset: 3600, name: "+0945" }), + (-844670700, FixedTimespan { utc_offset: 31500, dst_offset: 0, name: "+0845" }), + (152039700, FixedTimespan { utc_offset: 31500, dst_offset: 3600, name: "+0945" }), + (162926100, FixedTimespan { utc_offset: 31500, dst_offset: 0, name: "+0845" }), + (436295700, FixedTimespan { utc_offset: 31500, dst_offset: 3600, name: "+0945" }), + (447182100, FixedTimespan { utc_offset: 31500, dst_offset: 0, name: "+0845" }), + (690311700, FixedTimespan { utc_offset: 31500, dst_offset: 3600, name: "+0945" }), + (699383700, FixedTimespan { utc_offset: 31500, dst_offset: 0, name: "+0845" }), + (1165079700, FixedTimespan { utc_offset: 31500, dst_offset: 3600, name: "+0945" }), + (1174756500, FixedTimespan { utc_offset: 31500, dst_offset: 0, name: "+0845" }), + (1193505300, FixedTimespan { utc_offset: 31500, dst_offset: 3600, name: "+0945" }), + (1206810900, FixedTimespan { utc_offset: 31500, dst_offset: 0, name: "+0845" }), + (1224954900, FixedTimespan { utc_offset: 31500, dst_offset: 3600, name: "+0945" }), + (1238260500, FixedTimespan { utc_offset: 31500, dst_offset: 0, name: "+0845" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 30928, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Australia__Hobart => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2345795356, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-1680508800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-1665388800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-1646640000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-1635753600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-1615190400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-1604304000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-883641600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-876124800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-860400000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-844675200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-828345600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-813225600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-71136000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-55411200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-37267200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-25776000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-5817600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (5673600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (25632000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (37728000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (57686400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (67968000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (89136000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (100022400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (120585600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (131472000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (152035200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (162921600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (183484800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (194976000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (215539200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (226425600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (246988800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (257875200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (278438400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (289324800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (309888000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (320774400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (341337600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (352224000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (372787200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (386092800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (404841600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (417542400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (436291200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (447177600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (467740800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (478627200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (499190400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (510076800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (530035200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (542736000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (562089600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (574790400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (594144000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (606240000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (625593600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (637689600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (657043200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (670348800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (686678400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (701798400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (718128000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (733248000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (749577600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (764697600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (781027200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (796147200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (812476800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (828201600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (844531200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (859651200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (875980800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (891100800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (907430400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (922550400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (938880000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (954000000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (967305600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (985449600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1002384000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1017504000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1033833600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1048953600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1065283200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1080403200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1096732800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1111852800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1128182400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1143907200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1159632000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1174752000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1191686400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1207411200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1223136000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1238860800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1254585600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1270310400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1286035200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1301760000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1317484800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1333209600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1349539200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1365264000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1380988800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1396713600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1412438400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1428163200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1443888000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1459612800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1475337600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1491062400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1506787200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1522512000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1538841600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1554566400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1570291200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1586016000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1601740800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1617465600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1633190400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1648915200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1664640000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1680364800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1696089600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1712419200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1728144000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1743868800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1759593600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1775318400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1791043200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1806768000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1822492800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1838217600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1853942400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1869667200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1885996800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1901721600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1917446400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1933171200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1948896000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1964620800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1980345600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1996070400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2011795200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2027520000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2043244800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2058969600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2075299200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2091024000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2106748800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2122473600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2138198400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2153923200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2169648000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2185372800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2201097600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2216822400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2233152000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2248876800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2264601600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2280326400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2296051200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2311776000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2327500800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2343225600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2358950400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2374675200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2390400000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2406124800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2422454400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2438179200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2453904000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2469628800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2485353600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2501078400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2516803200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2532528000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2548252800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2563977600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2579702400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2596032000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2611756800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2627481600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2643206400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2658931200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2674656000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2690380800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2706105600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2721830400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2737555200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2753280000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2769609600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2785334400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2801059200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2816784000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2832508800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2848233600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2863958400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2879683200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2895408000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2911132800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2926857600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2942582400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2958912000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2974636800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2990361600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3006086400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3021811200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3037536000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3053260800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3068985600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3084710400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3100435200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3116764800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3132489600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3148214400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3163939200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3179664000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3195388800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3211113600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3226838400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3242563200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3258288000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3274012800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3289737600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3306067200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3321792000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3337516800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3353241600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3368966400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3384691200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3400416000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3416140800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3431865600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3447590400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3463315200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3479644800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3495369600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3511094400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3526819200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3542544000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3558268800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3573993600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3589718400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3605443200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3621168000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3636892800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3653222400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3668947200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3684672000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3700396800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3716121600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3731846400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3747571200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3763296000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3779020800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3794745600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3810470400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3826195200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3842524800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3858249600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3873974400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3889699200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3905424000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3921148800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3936873600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3952598400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3968323200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3984048000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (4000377600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (4016102400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (4031827200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (4047552000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (4063276800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (4079001600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (4094726400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 35356, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Australia__LHI => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2364114980, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (352216800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (372785400, FixedTimespan { utc_offset: 37800, dst_offset: 3600, name: "+1130" }), + (384273000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (404839800, FixedTimespan { utc_offset: 37800, dst_offset: 3600, name: "+1130" }), + (415722600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (436289400, FixedTimespan { utc_offset: 37800, dst_offset: 3600, name: "+1130" }), + (447172200, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (467739000, FixedTimespan { utc_offset: 37800, dst_offset: 3600, name: "+1130" }), + (478621800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (499188600, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (511282800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (530033400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (542732400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (562087800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (574786800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (594142200, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (606236400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (625591800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (636476400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (657041400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (667926000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (688491000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (699375600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (719940600, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (731430000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (751995000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (762879600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (783444600, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (794329200, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (814894200, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (828198000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (846343800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (859647600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (877793400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (891097200, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (909243000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (922546800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (941297400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (953996400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (967303800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (985446000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1004196600, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1017500400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1035646200, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1048950000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1067095800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1080399600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1099150200, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1111849200, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1130599800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1143903600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1162049400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1174748400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1193499000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1207407600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1223134200, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1238857200, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1254583800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1270306800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1286033400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1301756400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1317483000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1333206000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1349537400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1365260400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1380987000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1396710000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1412436600, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1428159600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1443886200, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1459609200, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1475335800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1491058800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1506785400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1522508400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1538839800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1554562800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1570289400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1586012400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1601739000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1617462000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1633188600, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1648911600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1664638200, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1680361200, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1696087800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1712415600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1728142200, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1743865200, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1759591800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1775314800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1791041400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1806764400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1822491000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1838214000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1853940600, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1869663600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1885995000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1901718000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1917444600, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1933167600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1948894200, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1964617200, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1980343800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1996066800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2011793400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2027516400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2043243000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2058966000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2075297400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2091020400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2106747000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2122470000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2138196600, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2153919600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2169646200, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2185369200, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2201095800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2216818800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2233150200, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2248873200, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2264599800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2280322800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2296049400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2311772400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2327499000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2343222000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2358948600, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2374671600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2390398200, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2406121200, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2422452600, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2438175600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2453902200, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2469625200, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2485351800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2501074800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2516801400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2532524400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2548251000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2563974000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2579700600, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2596028400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2611755000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2627478000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2643204600, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2658927600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2674654200, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2690377200, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2706103800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2721826800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2737553400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2753276400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2769607800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2785330800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2801057400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2816780400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2832507000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2848230000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2863956600, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2879679600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2895406200, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2911129200, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2926855800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2942578800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2958910200, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2974633200, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2990359800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3006082800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3021809400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3037532400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3053259000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3068982000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3084708600, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3100431600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3116763000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3132486000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3148212600, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3163935600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3179662200, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3195385200, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3211111800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3226834800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3242561400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3258284400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3274011000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3289734000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3306065400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3321788400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3337515000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3353238000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3368964600, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3384687600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3400414200, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3416137200, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3431863800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3447586800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3463313400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3479641200, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3495367800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3511090800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3526817400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3542540400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3558267000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3573990000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3589716600, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3605439600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3621166200, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3636889200, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3653220600, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3668943600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3684670200, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3700393200, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3716119800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3731842800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3747569400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3763292400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3779019000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3794742000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3810468600, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3826191600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3842523000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3858246000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3873972600, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3889695600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3905422200, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3921145200, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3936871800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3952594800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3968321400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3984044400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (4000375800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (4016098800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (4031825400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (4047548400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (4063275000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (4078998000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (4094724600, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 38180, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Australia__Lindeman => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2366790956, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-1672560000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-1665388800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-883641600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-876124800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-860400000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-844675200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-828345600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-813225600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (57686400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (67968000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (625593600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (636480000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (657043200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (667929600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (688492800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (699379200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (719942400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (731433600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (751996800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (762883200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 35756, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Australia__Lord_Howe => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2364114980, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (352216800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (372785400, FixedTimespan { utc_offset: 37800, dst_offset: 3600, name: "+1130" }), + (384273000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (404839800, FixedTimespan { utc_offset: 37800, dst_offset: 3600, name: "+1130" }), + (415722600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (436289400, FixedTimespan { utc_offset: 37800, dst_offset: 3600, name: "+1130" }), + (447172200, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (467739000, FixedTimespan { utc_offset: 37800, dst_offset: 3600, name: "+1130" }), + (478621800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (499188600, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (511282800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (530033400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (542732400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (562087800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (574786800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (594142200, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (606236400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (625591800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (636476400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (657041400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (667926000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (688491000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (699375600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (719940600, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (731430000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (751995000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (762879600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (783444600, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (794329200, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (814894200, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (828198000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (846343800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (859647600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (877793400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (891097200, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (909243000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (922546800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (941297400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (953996400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (967303800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (985446000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1004196600, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1017500400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1035646200, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1048950000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1067095800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1080399600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1099150200, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1111849200, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1130599800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1143903600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1162049400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1174748400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1193499000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1207407600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1223134200, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1238857200, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1254583800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1270306800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1286033400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1301756400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1317483000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1333206000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1349537400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1365260400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1380987000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1396710000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1412436600, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1428159600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1443886200, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1459609200, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1475335800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1491058800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1506785400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1522508400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1538839800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1554562800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1570289400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1586012400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1601739000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1617462000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1633188600, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1648911600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1664638200, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1680361200, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1696087800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1712415600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1728142200, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1743865200, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1759591800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1775314800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1791041400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1806764400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1822491000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1838214000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1853940600, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1869663600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1885995000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1901718000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1917444600, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1933167600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1948894200, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1964617200, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (1980343800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (1996066800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2011793400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2027516400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2043243000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2058966000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2075297400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2091020400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2106747000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2122470000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2138196600, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2153919600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2169646200, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2185369200, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2201095800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2216818800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2233150200, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2248873200, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2264599800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2280322800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2296049400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2311772400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2327499000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2343222000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2358948600, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2374671600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2390398200, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2406121200, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2422452600, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2438175600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2453902200, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2469625200, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2485351800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2501074800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2516801400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2532524400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2548251000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2563974000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2579700600, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2596028400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2611755000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2627478000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2643204600, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2658927600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2674654200, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2690377200, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2706103800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2721826800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2737553400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2753276400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2769607800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2785330800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2801057400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2816780400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2832507000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2848230000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2863956600, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2879679600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2895406200, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2911129200, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2926855800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2942578800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2958910200, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (2974633200, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (2990359800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3006082800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3021809400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3037532400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3053259000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3068982000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3084708600, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3100431600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3116763000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3132486000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3148212600, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3163935600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3179662200, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3195385200, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3211111800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3226834800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3242561400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3258284400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3274011000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3289734000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3306065400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3321788400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3337515000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3353238000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3368964600, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3384687600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3400414200, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3416137200, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3431863800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3447586800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3463313400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3479641200, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3495367800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3511090800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3526817400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3542540400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3558267000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3573990000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3589716600, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3605439600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3621166200, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3636889200, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3653220600, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3668943600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3684670200, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3700393200, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3716119800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3731842800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3747569400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3763292400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3779019000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3794742000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3810468600, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3826191600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3842523000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3858246000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3873972600, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3889695600, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3905422200, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3921145200, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3936871800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3952594800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (3968321400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (3984044400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (4000375800, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (4016098800, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (4031825400, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (4047548400, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (4063275000, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + (4078998000, FixedTimespan { utc_offset: 37800, dst_offset: 0, name: "+1030" }), + (4094724600, FixedTimespan { utc_offset: 37800, dst_offset: 1800, name: "+11" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 38180, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Australia__Melbourne => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2364111592, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-1672560000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-1665388800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-883641600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-876124800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-860400000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-844675200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-828345600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-813225600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (57686400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (67968000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (89136000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (100022400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (120585600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (131472000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (152035200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (162921600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (183484800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (194976000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (215539200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (226425600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (246988800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (257875200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (278438400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (289324800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (309888000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (320774400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (341337600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (352224000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (372787200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (384278400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (404841600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (415728000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (436291200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (447177600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (467740800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (478627200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (499190400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (511286400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (530035200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (542736000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (561484800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (574790400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (594144000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (606240000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (625593600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (637689600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (657043200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (667929600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (688492800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (699379200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (719942400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (731433600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (751996800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (762883200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (783446400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (796147200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (814896000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (828201600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (846345600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (859651200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (877795200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (891100800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (909244800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (922550400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (941299200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (954000000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (967305600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (985449600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1004198400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1017504000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1035648000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1048953600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1067097600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1080403200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1099152000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1111852800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1130601600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1143907200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1162051200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1174752000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1193500800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1207411200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1223136000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1238860800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1254585600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1270310400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1286035200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1301760000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1317484800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1333209600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1349539200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1365264000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1380988800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1396713600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1412438400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1428163200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1443888000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1459612800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1475337600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1491062400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1506787200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1522512000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1538841600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1554566400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1570291200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1586016000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1601740800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1617465600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1633190400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1648915200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1664640000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1680364800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1696089600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1712419200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1728144000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1743868800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1759593600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1775318400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1791043200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1806768000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1822492800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1838217600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1853942400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1869667200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1885996800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1901721600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1917446400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1933171200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1948896000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1964620800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1980345600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1996070400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2011795200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2027520000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2043244800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2058969600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2075299200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2091024000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2106748800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2122473600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2138198400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2153923200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2169648000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2185372800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2201097600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2216822400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2233152000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2248876800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2264601600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2280326400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2296051200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2311776000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2327500800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2343225600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2358950400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2374675200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2390400000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2406124800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2422454400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2438179200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2453904000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2469628800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2485353600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2501078400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2516803200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2532528000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2548252800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2563977600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2579702400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2596032000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2611756800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2627481600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2643206400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2658931200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2674656000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2690380800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2706105600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2721830400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2737555200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2753280000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2769609600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2785334400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2801059200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2816784000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2832508800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2848233600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2863958400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2879683200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2895408000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2911132800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2926857600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2942582400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2958912000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2974636800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2990361600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3006086400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3021811200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3037536000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3053260800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3068985600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3084710400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3100435200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3116764800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3132489600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3148214400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3163939200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3179664000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3195388800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3211113600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3226838400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3242563200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3258288000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3274012800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3289737600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3306067200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3321792000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3337516800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3353241600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3368966400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3384691200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3400416000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3416140800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3431865600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3447590400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3463315200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3479644800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3495369600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3511094400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3526819200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3542544000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3558268800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3573993600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3589718400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3605443200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3621168000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3636892800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3653222400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3668947200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3684672000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3700396800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3716121600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3731846400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3747571200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3763296000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3779020800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3794745600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3810470400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3826195200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3842524800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3858249600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3873974400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3889699200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3905424000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3921148800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3936873600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3952598400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3968323200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3984048000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (4000377600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (4016102400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (4031827200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (4047552000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (4063276800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (4079001600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (4094726400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 34792, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Australia__NSW => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2364113092, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-1672560000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-1665388800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-883641600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-876124800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-860400000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-844675200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-828345600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-813225600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (57686400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (67968000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (89136000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (100022400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (120585600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (131472000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (152035200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (162921600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (183484800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (194976000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (215539200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (226425600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (246988800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (257875200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (278438400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (289324800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (309888000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (320774400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (341337600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (352224000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (372787200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (386697600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (404841600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (415728000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (436291200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (447177600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (467740800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (478627200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (499190400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (511286400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (530035200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (542736000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (562089600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (574790400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (594144000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (606240000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (625593600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (636480000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (657043200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (667929600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (688492800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (699379200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (719942400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (731433600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (751996800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (762883200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (783446400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (794332800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (814896000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (828201600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (846345600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (859651200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (877795200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (891100800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (909244800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (922550400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (941299200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (954000000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (967305600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (985449600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1004198400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1017504000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1035648000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1048953600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1067097600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1080403200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1099152000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1111852800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1130601600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1143907200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1162051200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1174752000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1193500800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1207411200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1223136000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1238860800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1254585600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1270310400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1286035200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1301760000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1317484800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1333209600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1349539200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1365264000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1380988800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1396713600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1412438400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1428163200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1443888000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1459612800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1475337600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1491062400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1506787200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1522512000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1538841600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1554566400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1570291200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1586016000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1601740800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1617465600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1633190400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1648915200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1664640000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1680364800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1696089600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1712419200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1728144000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1743868800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1759593600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1775318400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1791043200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1806768000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1822492800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1838217600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1853942400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1869667200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1885996800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1901721600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1917446400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1933171200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1948896000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1964620800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1980345600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1996070400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2011795200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2027520000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2043244800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2058969600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2075299200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2091024000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2106748800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2122473600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2138198400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2153923200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2169648000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2185372800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2201097600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2216822400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2233152000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2248876800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2264601600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2280326400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2296051200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2311776000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2327500800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2343225600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2358950400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2374675200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2390400000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2406124800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2422454400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2438179200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2453904000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2469628800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2485353600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2501078400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2516803200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2532528000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2548252800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2563977600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2579702400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2596032000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2611756800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2627481600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2643206400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2658931200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2674656000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2690380800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2706105600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2721830400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2737555200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2753280000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2769609600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2785334400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2801059200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2816784000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2832508800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2848233600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2863958400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2879683200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2895408000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2911132800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2926857600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2942582400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2958912000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2974636800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2990361600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3006086400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3021811200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3037536000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3053260800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3068985600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3084710400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3100435200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3116764800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3132489600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3148214400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3163939200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3179664000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3195388800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3211113600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3226838400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3242563200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3258288000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3274012800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3289737600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3306067200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3321792000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3337516800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3353241600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3368966400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3384691200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3400416000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3416140800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3431865600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3447590400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3463315200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3479644800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3495369600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3511094400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3526819200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3542544000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3558268800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3573993600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3589718400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3605443200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3621168000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3636892800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3653222400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3668947200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3684672000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3700396800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3716121600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3731846400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3747571200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3763296000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3779020800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3794745600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3810470400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3826195200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3842524800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3858249600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3873974400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3889699200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3905424000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3921148800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3936873600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3952598400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3968323200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3984048000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (4000377600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (4016102400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (4031827200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (4047552000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (4063276800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (4079001600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (4094726400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 36292, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Australia__North => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2364108200, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "ACST" }), + (-2230189200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (-1672558200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (-1665387000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (-883639800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (-876123000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (-860398200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (-844673400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (-828343800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (-813223800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 31400, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Australia__Perth => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2337925404, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "AWST" }), + (-1672552800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "AWDT" }), + (-1665381600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "AWST" }), + (-883634400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "AWDT" }), + (-876117600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "AWST" }), + (-860392800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "AWDT" }), + (-844668000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "AWST" }), + (152042400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "AWDT" }), + (162928800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "AWST" }), + (436298400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "AWDT" }), + (447184800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "AWST" }), + (690314400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "AWDT" }), + (699386400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "AWST" }), + (1165082400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "AWDT" }), + (1174759200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "AWST" }), + (1193508000, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "AWDT" }), + (1206813600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "AWST" }), + (1224957600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "AWDT" }), + (1238263200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "AWST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 27804, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Australia__Queensland => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2366791928, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-1672560000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-1665388800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-883641600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-876124800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-860400000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-844675200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-828345600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-813225600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (57686400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (67968000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (625593600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (636480000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (657043200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (667929600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (688492800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (699379200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 36728, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Australia__South => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2364110060, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "ACST" }), + (-2230189200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (-1672558200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (-1665387000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (-883639800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (-876123000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (-860398200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (-844673400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (-828343800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (-813223800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (57688200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (67969800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (89137800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (100024200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (120587400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (131473800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (152037000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (162923400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (183486600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (194977800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (215541000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (226427400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (246990600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (257877000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (278440200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (289326600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (309889800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (320776200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (341339400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (352225800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (372789000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (384280200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (404843400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (415729800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (436293000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (447179400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (467742600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (478629000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (499192200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (511288200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (530037000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (542737800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (562091400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (574792200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (594145800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (606241800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (625595400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (637691400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (657045000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (667931400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (688494600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (701195400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (719944200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (731435400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (751998600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (764094600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (783448200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (796149000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (814897800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (828203400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (846347400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (859653000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (877797000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (891102600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (909246600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (922552200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (941301000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (954001800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (972750600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (985451400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1004200200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1017505800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1035649800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1048955400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1067099400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1080405000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1099153800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1111854600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1130603400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1143909000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1162053000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1174753800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1193502600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1207413000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1223137800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1238862600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1254587400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1270312200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1286037000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1301761800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1317486600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1333211400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1349541000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1365265800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1380990600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1396715400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1412440200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1428165000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1443889800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1459614600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1475339400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1491064200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1506789000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1522513800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1538843400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1554568200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1570293000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1586017800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1601742600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1617467400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1633192200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1648917000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1664641800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1680366600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1696091400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1712421000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1728145800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1743870600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1759595400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1775320200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1791045000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1806769800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1822494600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1838219400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1853944200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1869669000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1885998600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1901723400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1917448200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1933173000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1948897800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1964622600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1980347400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1996072200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2011797000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2027521800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2043246600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2058971400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2075301000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2091025800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2106750600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2122475400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2138200200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2153925000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2169649800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2185374600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2201099400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2216824200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2233153800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2248878600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2264603400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2280328200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2296053000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2311777800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2327502600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2343227400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2358952200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2374677000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2390401800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2406126600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2422456200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2438181000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2453905800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2469630600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2485355400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2501080200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2516805000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2532529800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2548254600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2563979400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2579704200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2596033800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2611758600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2627483400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2643208200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2658933000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2674657800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2690382600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2706107400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2721832200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2737557000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2753281800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2769611400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2785336200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2801061000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2816785800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2832510600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2848235400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2863960200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2879685000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2895409800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2911134600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2926859400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2942584200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2958913800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2974638600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2990363400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3006088200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3021813000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3037537800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3053262600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3068987400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3084712200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3100437000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3116766600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3132491400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3148216200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3163941000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3179665800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3195390600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3211115400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3226840200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3242565000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3258289800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3274014600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3289739400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3306069000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3321793800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3337518600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3353243400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3368968200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3384693000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3400417800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3416142600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3431867400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3447592200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3463317000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3479646600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3495371400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3511096200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3526821000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3542545800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3558270600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3573995400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3589720200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3605445000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3621169800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3636894600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3653224200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3668949000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3684673800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3700398600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3716123400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3731848200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3747573000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3763297800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3779022600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3794747400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3810472200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3826197000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3842526600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3858251400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3873976200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3889701000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3905425800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3921150600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3936875400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3952600200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3968325000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3984049800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (4000379400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (4016104200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (4031829000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (4047553800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (4063278600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (4079003400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (4094728200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 33260, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Australia__Sydney => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2364113092, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-1672560000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-1665388800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-883641600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-876124800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-860400000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-844675200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-828345600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-813225600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (57686400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (67968000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (89136000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (100022400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (120585600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (131472000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (152035200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (162921600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (183484800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (194976000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (215539200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (226425600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (246988800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (257875200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (278438400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (289324800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (309888000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (320774400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (341337600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (352224000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (372787200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (386697600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (404841600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (415728000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (436291200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (447177600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (467740800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (478627200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (499190400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (511286400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (530035200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (542736000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (562089600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (574790400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (594144000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (606240000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (625593600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (636480000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (657043200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (667929600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (688492800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (699379200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (719942400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (731433600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (751996800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (762883200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (783446400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (794332800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (814896000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (828201600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (846345600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (859651200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (877795200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (891100800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (909244800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (922550400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (941299200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (954000000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (967305600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (985449600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1004198400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1017504000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1035648000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1048953600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1067097600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1080403200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1099152000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1111852800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1130601600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1143907200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1162051200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1174752000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1193500800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1207411200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1223136000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1238860800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1254585600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1270310400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1286035200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1301760000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1317484800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1333209600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1349539200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1365264000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1380988800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1396713600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1412438400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1428163200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1443888000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1459612800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1475337600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1491062400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1506787200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1522512000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1538841600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1554566400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1570291200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1586016000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1601740800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1617465600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1633190400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1648915200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1664640000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1680364800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1696089600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1712419200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1728144000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1743868800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1759593600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1775318400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1791043200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1806768000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1822492800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1838217600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1853942400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1869667200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1885996800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1901721600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1917446400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1933171200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1948896000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1964620800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1980345600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1996070400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2011795200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2027520000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2043244800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2058969600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2075299200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2091024000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2106748800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2122473600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2138198400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2153923200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2169648000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2185372800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2201097600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2216822400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2233152000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2248876800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2264601600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2280326400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2296051200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2311776000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2327500800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2343225600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2358950400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2374675200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2390400000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2406124800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2422454400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2438179200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2453904000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2469628800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2485353600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2501078400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2516803200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2532528000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2548252800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2563977600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2579702400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2596032000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2611756800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2627481600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2643206400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2658931200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2674656000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2690380800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2706105600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2721830400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2737555200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2753280000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2769609600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2785334400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2801059200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2816784000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2832508800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2848233600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2863958400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2879683200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2895408000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2911132800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2926857600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2942582400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2958912000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2974636800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2990361600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3006086400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3021811200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3037536000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3053260800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3068985600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3084710400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3100435200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3116764800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3132489600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3148214400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3163939200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3179664000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3195388800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3211113600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3226838400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3242563200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3258288000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3274012800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3289737600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3306067200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3321792000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3337516800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3353241600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3368966400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3384691200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3400416000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3416140800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3431865600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3447590400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3463315200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3479644800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3495369600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3511094400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3526819200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3542544000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3558268800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3573993600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3589718400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3605443200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3621168000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3636892800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3653222400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3668947200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3684672000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3700396800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3716121600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3731846400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3747571200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3763296000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3779020800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3794745600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3810470400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3826195200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3842524800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3858249600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3873974400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3889699200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3905424000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3921148800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3936873600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3952598400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3968323200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3984048000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (4000377600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (4016102400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (4031827200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (4047552000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (4063276800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (4079001600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (4094726400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 36292, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Australia__Tasmania => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2345795356, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-1680508800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-1665388800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-1646640000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-1635753600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-1615190400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-1604304000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-883641600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-876124800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-860400000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-844675200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-828345600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-813225600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-71136000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-55411200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-37267200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-25776000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-5817600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (5673600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (25632000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (37728000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (57686400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (67968000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (89136000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (100022400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (120585600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (131472000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (152035200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (162921600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (183484800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (194976000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (215539200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (226425600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (246988800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (257875200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (278438400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (289324800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (309888000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (320774400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (341337600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (352224000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (372787200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (386092800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (404841600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (417542400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (436291200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (447177600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (467740800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (478627200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (499190400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (510076800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (530035200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (542736000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (562089600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (574790400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (594144000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (606240000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (625593600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (637689600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (657043200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (670348800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (686678400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (701798400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (718128000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (733248000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (749577600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (764697600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (781027200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (796147200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (812476800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (828201600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (844531200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (859651200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (875980800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (891100800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (907430400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (922550400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (938880000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (954000000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (967305600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (985449600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1002384000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1017504000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1033833600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1048953600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1065283200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1080403200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1096732800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1111852800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1128182400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1143907200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1159632000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1174752000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1191686400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1207411200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1223136000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1238860800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1254585600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1270310400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1286035200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1301760000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1317484800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1333209600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1349539200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1365264000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1380988800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1396713600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1412438400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1428163200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1443888000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1459612800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1475337600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1491062400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1506787200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1522512000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1538841600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1554566400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1570291200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1586016000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1601740800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1617465600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1633190400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1648915200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1664640000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1680364800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1696089600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1712419200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1728144000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1743868800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1759593600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1775318400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1791043200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1806768000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1822492800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1838217600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1853942400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1869667200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1885996800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1901721600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1917446400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1933171200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1948896000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1964620800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1980345600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1996070400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2011795200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2027520000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2043244800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2058969600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2075299200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2091024000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2106748800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2122473600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2138198400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2153923200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2169648000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2185372800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2201097600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2216822400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2233152000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2248876800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2264601600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2280326400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2296051200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2311776000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2327500800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2343225600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2358950400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2374675200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2390400000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2406124800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2422454400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2438179200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2453904000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2469628800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2485353600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2501078400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2516803200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2532528000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2548252800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2563977600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2579702400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2596032000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2611756800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2627481600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2643206400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2658931200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2674656000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2690380800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2706105600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2721830400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2737555200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2753280000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2769609600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2785334400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2801059200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2816784000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2832508800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2848233600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2863958400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2879683200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2895408000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2911132800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2926857600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2942582400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2958912000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2974636800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2990361600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3006086400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3021811200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3037536000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3053260800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3068985600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3084710400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3100435200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3116764800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3132489600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3148214400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3163939200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3179664000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3195388800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3211113600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3226838400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3242563200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3258288000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3274012800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3289737600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3306067200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3321792000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3337516800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3353241600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3368966400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3384691200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3400416000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3416140800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3431865600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3447590400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3463315200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3479644800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3495369600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3511094400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3526819200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3542544000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3558268800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3573993600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3589718400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3605443200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3621168000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3636892800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3653222400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3668947200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3684672000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3700396800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3716121600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3731846400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3747571200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3763296000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3779020800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3794745600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3810470400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3826195200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3842524800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3858249600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3873974400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3889699200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3905424000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3921148800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3936873600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3952598400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3968323200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3984048000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (4000377600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (4016102400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (4031827200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (4047552000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (4063276800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (4079001600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (4094726400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 35356, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Australia__Victoria => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2364111592, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-1672560000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-1665388800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-883641600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-876124800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-860400000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-844675200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-828345600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (-813225600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (57686400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (67968000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (89136000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (100022400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (120585600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (131472000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (152035200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (162921600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (183484800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (194976000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (215539200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (226425600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (246988800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (257875200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (278438400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (289324800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (309888000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (320774400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (341337600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (352224000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (372787200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (384278400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (404841600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (415728000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (436291200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (447177600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (467740800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (478627200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (499190400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (511286400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (530035200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (542736000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (561484800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (574790400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (594144000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (606240000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (625593600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (637689600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (657043200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (667929600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (688492800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (699379200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (719942400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (731433600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (751996800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (762883200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (783446400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (796147200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (814896000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (828201600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (846345600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (859651200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (877795200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (891100800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (909244800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (922550400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (941299200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (954000000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (967305600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (985449600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1004198400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1017504000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1035648000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1048953600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1067097600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1080403200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1099152000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1111852800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1130601600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1143907200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1162051200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1174752000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1193500800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1207411200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1223136000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1238860800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1254585600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1270310400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1286035200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1301760000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1317484800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1333209600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1349539200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1365264000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1380988800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1396713600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1412438400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1428163200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1443888000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1459612800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1475337600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1491062400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1506787200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1522512000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1538841600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1554566400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1570291200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1586016000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1601740800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1617465600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1633190400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1648915200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1664640000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1680364800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1696089600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1712419200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1728144000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1743868800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1759593600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1775318400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1791043200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1806768000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1822492800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1838217600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1853942400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1869667200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1885996800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1901721600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1917446400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1933171200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1948896000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1964620800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (1980345600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (1996070400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2011795200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2027520000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2043244800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2058969600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2075299200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2091024000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2106748800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2122473600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2138198400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2153923200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2169648000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2185372800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2201097600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2216822400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2233152000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2248876800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2264601600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2280326400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2296051200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2311776000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2327500800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2343225600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2358950400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2374675200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2390400000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2406124800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2422454400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2438179200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2453904000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2469628800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2485353600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2501078400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2516803200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2532528000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2548252800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2563977600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2579702400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2596032000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2611756800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2627481600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2643206400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2658931200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2674656000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2690380800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2706105600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2721830400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2737555200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2753280000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2769609600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2785334400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2801059200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2816784000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2832508800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2848233600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2863958400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2879683200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2895408000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2911132800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2926857600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2942582400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2958912000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (2974636800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (2990361600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3006086400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3021811200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3037536000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3053260800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3068985600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3084710400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3100435200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3116764800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3132489600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3148214400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3163939200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3179664000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3195388800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3211113600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3226838400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3242563200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3258288000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3274012800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3289737600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3306067200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3321792000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3337516800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3353241600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3368966400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3384691200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3400416000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3416140800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3431865600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3447590400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3463315200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3479644800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3495369600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3511094400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3526819200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3542544000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3558268800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3573993600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3589718400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3605443200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3621168000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3636892800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3653222400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3668947200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3684672000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3700396800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3716121600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3731846400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3747571200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3763296000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3779020800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3794745600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3810470400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3826195200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3842524800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3858249600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3873974400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3889699200, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3905424000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3921148800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3936873600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3952598400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (3968323200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (3984048000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (4000377600, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (4016102400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (4031827200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (4047552000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (4063276800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + (4079001600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (4094726400, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "AEDT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 34792, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Australia__West => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2337925404, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "AWST" }), + (-1672552800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "AWDT" }), + (-1665381600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "AWST" }), + (-883634400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "AWDT" }), + (-876117600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "AWST" }), + (-860392800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "AWDT" }), + (-844668000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "AWST" }), + (152042400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "AWDT" }), + (162928800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "AWST" }), + (436298400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "AWDT" }), + (447184800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "AWST" }), + (690314400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "AWDT" }), + (699386400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "AWST" }), + (1165082400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "AWDT" }), + (1174759200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "AWST" }), + (1193508000, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "AWDT" }), + (1206813600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "AWST" }), + (1224957600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "AWDT" }), + (1238263200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "AWST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 27804, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Australia__Yancowinna => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2364110748, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "AEST" }), + (-2314951200, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "ACST" }), + (-2230189200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (-1672558200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (-1665387000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (-883639800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (-876123000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (-860398200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (-844673400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (-828343800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (-813223800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (57688200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (67969800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (89137800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (100024200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (120587400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (131473800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (152037000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (162923400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (183486600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (194977800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (215541000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (226427400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (246990600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (257877000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (278440200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (289326600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (309889800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (320776200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (341339400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (352225800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (372789000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (386699400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (404843400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (415729800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (436293000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (447179400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (467742600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (478629000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (499192200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (511288200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (530037000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (542737800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (562091400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (574792200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (594145800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (606241800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (625595400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (636481800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (657045000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (667931400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (688494600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (699381000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (719944200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (731435400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (751998600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (762885000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (783448200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (794334600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (814897800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (828203400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (846347400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (859653000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (877797000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (891102600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (909246600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (922552200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (941301000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (954001800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (972750600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (985451400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1004200200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1017505800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1035649800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1048955400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1067099400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1080405000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1099153800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1111854600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1130603400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1143909000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1162053000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1174753800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1193502600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1207413000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1223137800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1238862600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1254587400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1270312200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1286037000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1301761800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1317486600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1333211400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1349541000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1365265800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1380990600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1396715400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1412440200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1428165000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1443889800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1459614600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1475339400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1491064200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1506789000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1522513800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1538843400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1554568200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1570293000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1586017800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1601742600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1617467400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1633192200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1648917000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1664641800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1680366600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1696091400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1712421000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1728145800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1743870600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1759595400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1775320200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1791045000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1806769800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1822494600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1838219400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1853944200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1869669000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1885998600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1901723400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1917448200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1933173000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1948897800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1964622600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (1980347400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (1996072200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2011797000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2027521800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2043246600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2058971400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2075301000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2091025800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2106750600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2122475400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2138200200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2153925000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2169649800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2185374600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2201099400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2216824200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2233153800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2248878600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2264603400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2280328200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2296053000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2311777800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2327502600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2343227400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2358952200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2374677000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2390401800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2406126600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2422456200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2438181000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2453905800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2469630600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2485355400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2501080200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2516805000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2532529800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2548254600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2563979400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2579704200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2596033800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2611758600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2627483400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2643208200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2658933000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2674657800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2690382600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2706107400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2721832200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2737557000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2753281800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2769611400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2785336200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2801061000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2816785800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2832510600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2848235400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2863960200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2879685000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2895409800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2911134600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2926859400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2942584200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2958913800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (2974638600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (2990363400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3006088200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3021813000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3037537800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3053262600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3068987400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3084712200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3100437000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3116766600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3132491400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3148216200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3163941000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3179665800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3195390600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3211115400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3226840200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3242565000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3258289800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3274014600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3289739400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3306069000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3321793800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3337518600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3353243400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3368968200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3384693000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3400417800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3416142600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3431867400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3447592200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3463317000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3479646600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3495371400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3511096200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3526821000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3542545800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3558270600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3573995400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3589720200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3605445000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3621169800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3636894600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3653224200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3668949000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3684673800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3700398600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3716123400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3731848200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3747573000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3763297800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3779022600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3794747400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3810472200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3826197000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3842526600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3858251400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3873976200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3889701000, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3905425800, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3921150600, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3936875400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3952600200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (3968325000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (3984049800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (4000379400, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (4016104200, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (4031829000, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (4047553800, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (4063278600, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + (4079003400, FixedTimespan { utc_offset: 34200, dst_offset: 0, name: "ACST" }), + (4094728200, FixedTimespan { utc_offset: 34200, dst_offset: 3600, name: "ACDT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 33948, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Brazil__Acre => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1767209328, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-1206950400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-1191355200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-1175367600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-1159819200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-633812400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-622062000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-602276400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-591825600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-570740400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-560203200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-539118000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-531345600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-191358000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-184190400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-155156400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-150062400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-128890800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-121118400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-99946800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-89582400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-68410800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-57960000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (499755600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (511243200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (530600400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (540273600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (562136400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (571204800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (1214283600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1384056000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -16272, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Brazil__DeNoronha => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1767217820, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-1206961200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-1191366000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-1175378400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-1159830000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-633823200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-622072800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-602287200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-591836400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-570751200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-560214000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-539128800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-531356400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-191368800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-184201200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-155167200, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-150073200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-128901600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-121129200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-99957600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-89593200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (-68421600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (-57970800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (499744800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (511232400, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (530589600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (540262800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (562125600, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (571194000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (592970400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (602038800, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (624420000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (634698000, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (938916000, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (951613200, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (970970400, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (971571600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + (1003024800, FixedTimespan { utc_offset: -7200, dst_offset: 3600, name: "-01" }), + (1013907600, FixedTimespan { utc_offset: -7200, dst_offset: 0, name: "-02" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -7780, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Brazil__East => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1767214412, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-1206957600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-1191362400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-1175374800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-1159826400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-633819600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-622069200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-602283600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-591832800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-570747600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-560210400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-539125200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-531352800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-195426000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-184197600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-155163600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-150069600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-128898000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-121125600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-99954000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-89589600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (-68418000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (-57967200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (499748400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (511236000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (530593200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (540266400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (562129200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (571197600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (592974000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (602042400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (624423600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (634701600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (656478000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (666756000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (687927600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (697600800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (719982000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (728445600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (750826800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (761709600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (782276400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (793159200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (813726000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (824004000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (844570800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (856058400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (876106800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (888717600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (908074800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (919562400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (938919600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (951616800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (970974000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (982461600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1003028400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1013911200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1036292400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1045360800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1066532400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1076810400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1099364400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1108864800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1129431600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1140314400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1162695600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1172368800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1192330800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1203213600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1224385200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1234663200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1255834800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1266717600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1287284400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1298167200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1318734000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1330221600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1350788400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1361066400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1382238000, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1392516000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1413687600, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1424570400, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1445137200, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1456020000, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1476586800, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1487469600, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1508036400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1518919200, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + (1541300400, FixedTimespan { utc_offset: -10800, dst_offset: 3600, name: "-02" }), + (1550368800, FixedTimespan { utc_offset: -10800, dst_offset: 0, name: "-03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -11188, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Brazil__West => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1767211196, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1206954000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1191358800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1175371200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-1159822800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-633816000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-622065600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-602280000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-591829200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-570744000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-560206800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-539121600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-531349200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-191361600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-184194000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-155160000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-150066000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-128894400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-121122000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-99950400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-89586000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-68414400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-57963600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (499752000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (511239600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (530596800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (540270000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (562132800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (571201200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (750830400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (761713200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -14404, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::CET => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1693706400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1680483600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1663455600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1650150000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1632006000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1618700400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-938905200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-857257200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-844556400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-828226800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-812502000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-796777200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-781052400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-766623600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (228877200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (243997200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (260326800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (276051600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (291776400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (307501200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (323830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (338950800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (354675600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (370400400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (386125200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (401850000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (417574800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (433299600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (449024400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (465354000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (481078800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (496803600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (512528400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (528253200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (543978000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (559702800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (575427600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (591152400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (606877200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (622602000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (638326800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (654656400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (670381200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (686106000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (701830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (717555600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (733280400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (749005200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (764730000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (780454800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (796179600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (811904400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (828234000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (846378000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (859683600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (877827600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (891133200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (909277200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (922582800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (941331600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (954032400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (972781200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (985482000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1004230800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1017536400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1035680400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1048986000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1067130000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1080435600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1099184400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1111885200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1130634000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1143334800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1162083600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1174784400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1193533200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1206838800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1224982800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1238288400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1256432400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1269738000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1288486800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1301187600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1319936400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1332637200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1351386000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1364691600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1382835600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1396141200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1414285200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1427590800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1445734800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1459040400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1477789200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1490490000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1509238800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1521939600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1540688400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1553994000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1572138000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1585443600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1603587600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1616893200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1635642000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1648342800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1667091600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1679792400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1698541200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1711846800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1729990800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1743296400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1761440400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1774746000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1792890000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1806195600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1824944400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1837645200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1856394000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1869094800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1887843600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1901149200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1919293200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1932598800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1950742800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1964048400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1982797200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1995498000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2014246800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2026947600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2045696400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2058397200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2077146000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2090451600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2108595600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2121901200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2140045200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2153350800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2172099600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2184800400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2203549200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2216250000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2234998800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2248304400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2266448400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2279754000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2297898000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2311203600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2329347600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2342653200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2361402000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2374102800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2392851600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2405552400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2424301200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2437606800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2455750800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2469056400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2487200400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2500506000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2519254800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2531955600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2550704400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2563405200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2582154000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2595459600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2613603600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2626909200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2645053200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2658358800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2676502800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2689808400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2708557200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2721258000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2740006800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2752707600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2771456400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2784762000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2802906000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2816211600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2834355600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2847661200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2866410000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2879110800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2897859600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2910560400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2929309200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2942010000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2960758800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2974064400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2992208400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3005514000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3023658000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3036963600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3055712400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3068413200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3087162000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3099862800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3118611600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3131917200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3150061200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3163366800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3181510800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3194816400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3212960400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3226266000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3245014800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3257715600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3276464400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3289165200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3307914000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3321219600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3339363600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3352669200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3370813200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3384118800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3402867600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3415568400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3434317200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3447018000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3465766800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3479072400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3497216400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3510522000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3528666000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3541971600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3560115600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3573421200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3592170000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3604870800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3623619600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3636320400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3655069200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3668374800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3686518800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3699824400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3717968400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3731274000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3750022800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3762723600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3781472400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3794173200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3812922000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3825622800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3844371600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3857677200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3875821200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3889126800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3907270800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3920576400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3939325200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3952026000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3970774800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3983475600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4002224400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4015530000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4033674000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4046979600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4065123600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4078429200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4096573200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 3600, + dst_offset: 0, + name: "CET", + }, + rest: REST + } + }, + + Tz::CST6CDT => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1633276800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1615136400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1601827200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1583686800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-880214400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CWT" }), + (-769395600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CPT" }), + (-765392400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-84384000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-68662800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-52934400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-37213200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-21484800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-5763600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (9964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (25686000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (41414400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (57740400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (73468800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (89190000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (104918400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (120639600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (126691200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (152089200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (162374400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (183538800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (199267200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (215593200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (230716800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (247042800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (262771200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (278492400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (294220800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (309942000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (325670400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (341391600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (357120000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (372841200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (388569600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (404895600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (420019200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (436345200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (452073600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (467794800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (483523200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (499244400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (514972800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (530694000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (544608000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (562143600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (576057600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (594198000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (607507200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (625647600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (638956800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (657097200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (671011200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (688546800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (702460800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (719996400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (733910400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (752050800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (765360000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (783500400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (796809600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (814950000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (828864000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (846399600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (860313600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (877849200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (891763200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (909298800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (923212800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (941353200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (954662400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (972802800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (986112000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1004252400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1018166400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1035702000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1049616000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1067151600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1081065600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1099206000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1112515200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1130655600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1143964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1162105200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1173600000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1194159600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1205049600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1225609200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1236499200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1257058800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1268553600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1289113200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1300003200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1320562800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1331452800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1352012400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1362902400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1383462000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1394352000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1414911600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1425801600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1446361200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1457856000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1478415600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1489305600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1509865200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1520755200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1541314800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1552204800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1572764400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1583654400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1604214000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1615708800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1636268400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1647158400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1667718000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1678608000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1699167600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1710057600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1730617200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1741507200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1762066800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1772956800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1793516400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1805011200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1825570800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1836460800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1857020400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1867910400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1888470000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1899360000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1919919600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1930809600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1951369200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1962864000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1983423600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1994313600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2014873200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2025763200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2046322800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2057212800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2077772400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2088662400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2109222000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2120112000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2140671600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2152166400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2172726000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2183616000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2204175600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2215065600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2235625200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2246515200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2267074800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2277964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2298524400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2309414400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2329974000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2341468800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2362028400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2372918400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2393478000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2404368000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2424927600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2435817600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2456377200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2467267200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2487826800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2499321600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2519881200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2530771200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2551330800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2562220800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2582780400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2593670400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2614230000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2625120000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2645679600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2656569600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2677129200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2688624000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2709183600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2720073600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2740633200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2751523200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2772082800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2782972800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2803532400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2814422400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2834982000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2846476800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2867036400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2877926400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2898486000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2909376000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2929935600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2940825600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2961385200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2972275200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2992834800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3003724800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3024284400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3035779200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3056338800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3067228800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3087788400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3098678400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3119238000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3130128000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3150687600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3161577600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3182137200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3193027200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3213586800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3225081600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3245641200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3256531200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3277090800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3287980800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3308540400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3319430400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3339990000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3350880000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3371439600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3382934400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3403494000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3414384000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3434943600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3445833600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3466393200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3477283200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3497842800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3508732800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3529292400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3540182400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3560742000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3572236800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3592796400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3603686400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3624246000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3635136000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3655695600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3666585600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3687145200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3698035200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3718594800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3730089600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3750649200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3761539200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3782098800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3792988800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3813548400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3824438400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3844998000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3855888000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3876447600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3887337600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3907897200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3919392000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3939951600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3950841600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3971401200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3982291200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4002850800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4013740800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4034300400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4045190400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4065750000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4076640000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4097199600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -21600, + dst_offset: 0, + name: "CST", + }, + rest: REST + } + }, + + Tz::Canada__Atlantic => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2131645536, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1696276800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1680469200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1632074400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1615143600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1566763200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1557090000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1535486400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1524949200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1504468800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1493413200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1472414400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1461963600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1440964800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1429390800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1409515200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1396731600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1376856000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1366491600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1346616000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1333832400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1313956800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1303678800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1282507200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1272661200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1251057600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1240088400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1219608000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1207429200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1188763200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1175979600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1157313600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1143925200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1124049600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1113771600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1091390400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1081026000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1059854400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1050786000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-1030910400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-1018126800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-999460800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-986677200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-965592000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-955227600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-935956800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-923173200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-904507200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-891723600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-880221600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "AWT" }), + (-769395600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "APT" }), + (-765399600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-747252000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-733950000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-715802400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-702500400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-684352800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-671050800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-652903200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-639601200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-589399200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-576097200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-557949600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-544647600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-526500000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-513198000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-495050400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-481748400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-431546400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-418244400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-400096800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-386794800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-368647200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-355345200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-337197600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-323895600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-242244000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-226522800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-210794400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-195073200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-179344800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-163623600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-147895200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-131569200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-116445600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-100119600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-84391200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-68670000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-52941600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-37220400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (-21492000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (-5770800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (9957600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (25678800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (41407200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (57733200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (73461600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (89182800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (104911200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (120632400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (136360800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (152082000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (167810400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (183531600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (199260000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (215586000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (230709600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (247035600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (262764000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (278485200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (294213600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (309934800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (325663200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (341384400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (357112800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (372834000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (388562400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (404888400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (420012000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (436338000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (452066400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (467787600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (483516000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (499237200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (514965600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (530686800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (544600800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (562136400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (576050400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (594190800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (607500000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (625640400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (638949600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (657090000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (671004000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (688539600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (702453600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (719989200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (733903200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (752043600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (765352800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (783493200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (796802400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (814942800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (828856800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (846392400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (860306400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (877842000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (891756000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (909291600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (923205600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (941346000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (954655200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (972795600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (986104800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1004245200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1018159200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1035694800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1049608800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1067144400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1081058400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1099198800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1112508000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1130648400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1143957600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1162098000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1173592800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1194152400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1205042400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1225602000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1236492000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1257051600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1268546400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1289106000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1299996000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1320555600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1331445600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1352005200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1362895200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1383454800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1394344800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1414904400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1425794400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1446354000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1457848800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1478408400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1489298400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1509858000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1520748000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1541307600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1552197600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1572757200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1583647200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1604206800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1615701600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1636261200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1647151200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1667710800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1678600800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1699160400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1710050400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1730610000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1741500000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1762059600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1772949600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1793509200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1805004000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1825563600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1836453600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1857013200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1867903200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1888462800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1899352800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1919912400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1930802400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1951362000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1962856800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (1983416400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (1994306400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2014866000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2025756000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2046315600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2057205600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2077765200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2088655200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2109214800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2120104800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2140664400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2152159200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2172718800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2183608800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2204168400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2215058400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2235618000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2246508000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2267067600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2277957600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2298517200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2309407200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2329966800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2341461600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2362021200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2372911200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2393470800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2404360800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2424920400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2435810400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2456370000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2467260000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2487819600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2499314400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2519874000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2530764000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2551323600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2562213600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2582773200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2593663200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2614222800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2625112800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2645672400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2656562400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2677122000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2688616800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2709176400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2720066400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2740626000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2751516000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2772075600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2782965600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2803525200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2814415200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2834974800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2846469600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2867029200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2877919200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2898478800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2909368800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2929928400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2940818400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2961378000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (2972268000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (2992827600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3003717600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3024277200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3035772000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3056331600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3067221600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3087781200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3098671200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3119230800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3130120800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3150680400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3161570400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3182130000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3193020000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3213579600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3225074400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3245634000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3256524000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3277083600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3287973600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3308533200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3319423200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3339982800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3350872800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3371432400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3382927200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3403486800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3414376800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3434936400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3445826400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3466386000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3477276000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3497835600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3508725600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3529285200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3540175200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3560734800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3572229600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3592789200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3603679200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3624238800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3635128800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3655688400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3666578400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3687138000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3698028000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3718587600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3730082400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3750642000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3761532000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3782091600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3792981600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3813541200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3824431200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3844990800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3855880800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3876440400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3887330400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3907890000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3919384800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3939944400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3950834400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (3971394000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (3982284000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (4002843600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (4013733600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (4034293200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (4045183200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (4065742800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + (4076632800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "ADT" }), + (4097192400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "AST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -15264, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Canada__Central => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2602258284, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1694368800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1681671600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1632067200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1615136400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1029686400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1018198800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-880214400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CWT" }), + (-769395600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CPT" }), + (-765392400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-746035200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-732733200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-715795200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-702493200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-684345600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-671043600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-652896000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-639594000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-620755200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-607626000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-589392000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-576090000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-557942400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-544640400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-526492800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-513190800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-495043200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-481741200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-463593600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-450291600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-431539200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-418237200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-400089600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-386787600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-368640000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-355338000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-337190400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-321469200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-305740800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-292438800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-210787200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-198090000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-116438400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-100108800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-84384000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-68659200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-52934400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-37209600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-21484800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-5760000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (9964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (25689600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (41414400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (57744000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (73468800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (89193600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (104918400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (120643200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (136368000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (152092800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (167817600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (183542400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (199267200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (215596800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (230716800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (247046400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (262771200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (278496000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (294220800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (309945600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (325670400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (341395200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (357120000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (372844800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (388569600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (404899200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (420019200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (436348800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (452073600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (467798400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (483523200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (499248000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (514972800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (530697600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (544608000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (562147200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (576057600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (594201600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (607507200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (625651200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (638956800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (657100800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (671011200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (688550400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (702460800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (720000000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (733910400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (752054400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (765360000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (783504000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (796809600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (814953600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (828864000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (846403200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (860313600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (877852800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (891763200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (909302400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (923212800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (941356800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (954662400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (972806400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (986112000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1004256000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1018166400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1035705600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1049616000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1067155200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1081065600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1099209600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1112515200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1130659200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1143964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1162105200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1173600000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1194159600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1205049600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1225609200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1236499200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1257058800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1268553600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1289113200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1300003200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1320562800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1331452800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1352012400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1362902400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1383462000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1394352000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1414911600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1425801600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1446361200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1457856000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1478415600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1489305600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1509865200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1520755200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1541314800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1552204800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1572764400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1583654400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1604214000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1615708800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1636268400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1647158400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1667718000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1678608000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1699167600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1710057600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1730617200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1741507200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1762066800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1772956800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1793516400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1805011200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1825570800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1836460800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1857020400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1867910400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1888470000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1899360000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1919919600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1930809600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1951369200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1962864000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1983423600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1994313600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2014873200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2025763200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2046322800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2057212800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2077772400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2088662400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2109222000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2120112000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2140671600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2152166400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2172726000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2183616000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2204175600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2215065600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2235625200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2246515200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2267074800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2277964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2298524400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2309414400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2329974000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2341468800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2362028400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2372918400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2393478000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2404368000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2424927600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2435817600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2456377200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2467267200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2487826800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2499321600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2519881200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2530771200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2551330800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2562220800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2582780400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2593670400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2614230000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2625120000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2645679600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2656569600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2677129200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2688624000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2709183600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2720073600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2740633200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2751523200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2772082800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2782972800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2803532400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2814422400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2834982000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2846476800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2867036400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2877926400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2898486000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2909376000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2929935600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2940825600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2961385200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2972275200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2992834800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3003724800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3024284400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3035779200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3056338800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3067228800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3087788400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3098678400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3119238000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3130128000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3150687600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3161577600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3182137200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3193027200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3213586800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3225081600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3245641200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3256531200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3277090800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3287980800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3308540400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3319430400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3339990000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3350880000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3371439600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3382934400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3403494000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3414384000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3434943600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3445833600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3466393200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3477283200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3497842800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3508732800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3529292400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3540182400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3560742000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3572236800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3592796400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3603686400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3624246000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3635136000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3655695600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3666585600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3687145200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3698035200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3718594800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3730089600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3750649200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3761539200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3782098800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3792988800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3813548400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3824438400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3844998000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3855888000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3876447600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3887337600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3907897200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3919392000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3939951600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3950841600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3971401200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3982291200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4002850800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4013740800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4034300400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4045190400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4065750000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4076640000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4097199600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -23316, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Canada__Eastern => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2366736148, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1632070800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1615140000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1601753400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1583697600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1567357200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1554667200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1534698000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1524074400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1503248400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1492365600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1471798800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1460916000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1440954000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1428861600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1409504400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1397412000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1378054800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1365962400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1346605200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1333908000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1315155600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1301853600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1283706000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1270404000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1252256400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1238954400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1220806800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1207504800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1188752400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1176055200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1157302800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1144000800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1125853200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1112551200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1094403600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1081101600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1062954000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1049652000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1031504400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1018202400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1000054800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-986752800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-968000400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-955303200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-936550800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-880221600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EWT" }), + (-769395600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EPT" }), + (-765396000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-747248400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-733946400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-715798800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-702496800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-684349200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-671047200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-652899600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-634154400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-620845200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-602704800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-589395600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-576093600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-557946000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-544644000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-526496400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-513194400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-495046800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-481744800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-463597200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-450295200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-431542800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-418240800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-400093200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-384372000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-368643600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-352922400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-337194000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-321472800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-305744400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-289418400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-273690000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-257968800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-242240400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-226519200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-210790800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-195069600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-179341200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-163620000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-147891600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-131565600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-116442000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-100116000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-84387600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-68666400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-52938000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-37216800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-21488400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-5767200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (9961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (25682400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (41410800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (57736800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (73465200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (89186400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (104914800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (120636000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (136364400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (152085600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (167814000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (183535200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (199263600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (215589600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (230713200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (247039200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (262767600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (278488800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (294217200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (309938400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (325666800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (341388000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (357116400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (372837600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (388566000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (404892000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (420015600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (436341600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (452070000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (467791200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (483519600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (499240800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (514969200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (530690400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (544604400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (562140000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (576054000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (594194400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (607503600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (625644000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (638953200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (657093600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (671007600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (688543200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (702457200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (719992800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (733906800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (752047200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (765356400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (783496800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (796806000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (814946400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (828860400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (846396000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (860310000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (877845600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (891759600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (909295200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (923209200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (941349600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (954658800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (972799200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (986108400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1004248800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1018162800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1035698400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1049612400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1067148000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1081062000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1099202400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1112511600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1130652000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1143961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1162101600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1173596400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1194156000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1205046000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1225605600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1236495600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1257055200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1268550000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1289109600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1299999600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1320559200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1331449200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1352008800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1362898800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1383458400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1394348400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1414908000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1425798000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1446357600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1457852400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1478412000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1489302000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1509861600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1520751600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1541311200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1552201200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1572760800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1583650800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1604210400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1615705200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1636264800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1647154800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1667714400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1678604400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1699164000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1710054000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1730613600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1741503600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1762063200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1772953200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1793512800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1805007600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1825567200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1836457200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1857016800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1867906800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1888466400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1899356400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1919916000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1930806000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1951365600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1962860400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1983420000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1994310000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2014869600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2025759600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2046319200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2057209200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2077768800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2088658800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2109218400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2120108400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2140668000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2152162800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2172722400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2183612400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2204172000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2215062000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2235621600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2246511600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2267071200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2277961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2298520800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2309410800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2329970400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2341465200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2362024800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2372914800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2393474400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2404364400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2424924000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2435814000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2456373600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2467263600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2487823200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2499318000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2519877600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2530767600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2551327200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2562217200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2582776800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2593666800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2614226400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2625116400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2645676000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2656566000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2677125600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2688620400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2709180000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2720070000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2740629600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2751519600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2772079200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2782969200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2803528800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2814418800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2834978400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2846473200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2867032800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2877922800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2898482400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2909372400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2929932000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2940822000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2961381600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2972271600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2992831200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3003721200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3024280800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3035775600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3056335200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3067225200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3087784800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3098674800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3119234400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3130124400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3150684000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3161574000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3182133600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3193023600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3213583200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3225078000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3245637600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3256527600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3277087200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3287977200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3308536800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3319426800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3339986400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3350876400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3371436000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3382930800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3403490400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3414380400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3434940000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3445830000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3466389600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3477279600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3497839200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3508729200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3529288800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3540178800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3560738400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3572233200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3592792800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3603682800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3624242400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3635132400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3655692000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3666582000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3687141600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3698031600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3718591200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3730086000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3750645600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3761535600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3782095200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3792985200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3813544800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3824434800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3844994400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3855884400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3876444000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3887334000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3907893600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3919388400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3939948000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3950838000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3971397600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3982287600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4002847200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4013737200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4034296800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4045186800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4065746400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4076636400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4097196000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -19052, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Canada__Mountain => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1998663968, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1632063600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1615132800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1600614000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1596816000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1567954800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1551628800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1536505200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1523203200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1504450800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1491753600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1473001200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1459699200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-880210800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MWT" }), + (-769395600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MPT" }), + (-765388800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-715791600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-702489600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (73472400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (89193600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (104922000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (120643200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (136371600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (152092800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (167821200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (183542400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (199270800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (215596800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (230720400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (247046400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (262774800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (278496000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (294224400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (309945600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (325674000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (341395200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (357123600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (372844800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (388573200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (404899200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (420022800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (436348800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (452077200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (467798400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (483526800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (499248000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (514976400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (530697600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (544611600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (562147200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (576061200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (594201600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (607510800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (625651200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (638960400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (657100800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (671014800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (688550400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (702464400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (720000000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (733914000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (752054400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (765363600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (783504000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (796813200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (814953600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (828867600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (846403200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (860317200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (877852800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (891766800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (909302400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (923216400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (941356800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (954666000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (972806400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (986115600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1004256000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1018170000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1035705600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1049619600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1067155200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1081069200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1099209600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1112518800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1130659200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1143968400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1162108800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1173603600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1194163200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1205053200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1225612800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1236502800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1257062400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1268557200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1289116800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1300006800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1320566400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1331456400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1352016000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1362906000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1383465600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1394355600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1414915200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1425805200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1446364800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1457859600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1478419200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1489309200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1509868800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1520758800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1541318400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1552208400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1572768000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1583658000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1604217600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1615712400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1636272000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1647162000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1667721600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1678611600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1699171200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1710061200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1730620800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1741510800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1762070400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1772960400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1793520000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1805014800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1825574400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1836464400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1857024000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1867914000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1888473600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1899363600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1919923200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1930813200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1951372800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1962867600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1983427200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1994317200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2014876800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2025766800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2046326400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2057216400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2077776000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2088666000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2109225600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2120115600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2140675200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2152170000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2172729600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2183619600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2204179200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2215069200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2235628800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2246518800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2267078400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2277968400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2298528000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2309418000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2329977600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2341472400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2362032000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2372922000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2393481600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2404371600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2424931200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2435821200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2456380800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2467270800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2487830400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2499325200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2519884800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2530774800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2551334400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2562224400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2582784000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2593674000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2614233600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2625123600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2645683200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2656573200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2677132800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2688627600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2709187200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2720077200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2740636800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2751526800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2772086400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2782976400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2803536000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2814426000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2834985600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2846480400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2867040000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2877930000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2898489600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2909379600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2929939200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2940829200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2961388800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2972278800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2992838400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3003728400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3024288000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3035782800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3056342400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3067232400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3087792000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3098682000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3119241600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3130131600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3150691200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3161581200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3182140800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3193030800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3213590400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3225085200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3245644800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3256534800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3277094400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3287984400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3308544000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3319434000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3339993600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3350883600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3371443200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3382938000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3403497600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3414387600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3434947200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3445837200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3466396800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3477286800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3497846400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3508736400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3529296000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3540186000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3560745600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3572240400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3592800000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3603690000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3624249600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3635139600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3655699200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3666589200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3687148800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3698038800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3718598400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3730093200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3750652800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3761542800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3782102400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3792992400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3813552000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3824442000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3845001600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3855891600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3876451200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3887341200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3907900800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3919395600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3939955200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3950845200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3971404800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3982294800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4002854400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (4013744400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4034304000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (4045194000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4065753600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (4076643600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4097203200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -27232, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Canada__Newfoundland => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2713897748, FixedTimespan { utc_offset: -12652, dst_offset: 0, name: "NST" }), + (-1664130548, FixedTimespan { utc_offset: -12652, dst_offset: 3600, name: "NDT" }), + (-1650137348, FixedTimespan { utc_offset: -12652, dst_offset: 0, name: "NST" }), + (-1632076148, FixedTimespan { utc_offset: -12652, dst_offset: 3600, name: "NDT" }), + (-1615145348, FixedTimespan { utc_offset: -12652, dst_offset: 0, name: "NST" }), + (-1598650148, FixedTimespan { utc_offset: -12652, dst_offset: 3600, name: "NDT" }), + (-1590100148, FixedTimespan { utc_offset: -12652, dst_offset: 0, name: "NST" }), + (-1567286948, FixedTimespan { utc_offset: -12652, dst_offset: 3600, name: "NDT" }), + (-1551565748, FixedTimespan { utc_offset: -12652, dst_offset: 0, name: "NST" }), + (-1535837348, FixedTimespan { utc_offset: -12652, dst_offset: 3600, name: "NDT" }), + (-1520116148, FixedTimespan { utc_offset: -12652, dst_offset: 0, name: "NST" }), + (-1503782948, FixedTimespan { utc_offset: -12652, dst_offset: 3600, name: "NDT" }), + (-1488666548, FixedTimespan { utc_offset: -12652, dst_offset: 0, name: "NST" }), + (-1472333348, FixedTimespan { utc_offset: -12652, dst_offset: 3600, name: "NDT" }), + (-1457216948, FixedTimespan { utc_offset: -12652, dst_offset: 0, name: "NST" }), + (-1440883748, FixedTimespan { utc_offset: -12652, dst_offset: 3600, name: "NDT" }), + (-1425767348, FixedTimespan { utc_offset: -12652, dst_offset: 0, name: "NST" }), + (-1409434148, FixedTimespan { utc_offset: -12652, dst_offset: 3600, name: "NDT" }), + (-1394317748, FixedTimespan { utc_offset: -12652, dst_offset: 0, name: "NST" }), + (-1377984548, FixedTimespan { utc_offset: -12652, dst_offset: 3600, name: "NDT" }), + (-1362263348, FixedTimespan { utc_offset: -12652, dst_offset: 0, name: "NST" }), + (-1346534948, FixedTimespan { utc_offset: -12652, dst_offset: 3600, name: "NDT" }), + (-1330813748, FixedTimespan { utc_offset: -12652, dst_offset: 0, name: "NST" }), + (-1314480548, FixedTimespan { utc_offset: -12652, dst_offset: 3600, name: "NDT" }), + (-1299364148, FixedTimespan { utc_offset: -12652, dst_offset: 0, name: "NST" }), + (-1283030948, FixedTimespan { utc_offset: -12652, dst_offset: 3600, name: "NDT" }), + (-1267914548, FixedTimespan { utc_offset: -12652, dst_offset: 0, name: "NST" }), + (-1251581348, FixedTimespan { utc_offset: -12652, dst_offset: 3600, name: "NDT" }), + (-1236464948, FixedTimespan { utc_offset: -12652, dst_offset: 0, name: "NST" }), + (-1220131748, FixedTimespan { utc_offset: -12652, dst_offset: 3600, name: "NDT" }), + (-1205015348, FixedTimespan { utc_offset: -12652, dst_offset: 0, name: "NST" }), + (-1188682148, FixedTimespan { utc_offset: -12652, dst_offset: 3600, name: "NDT" }), + (-1172960948, FixedTimespan { utc_offset: -12652, dst_offset: 0, name: "NST" }), + (-1156627748, FixedTimespan { utc_offset: -12652, dst_offset: 3600, name: "NDT" }), + (-1141511348, FixedTimespan { utc_offset: -12652, dst_offset: 0, name: "NST" }), + (-1125178148, FixedTimespan { utc_offset: -12652, dst_offset: 3600, name: "NDT" }), + (-1110061748, FixedTimespan { utc_offset: -12652, dst_offset: 0, name: "NST" }), + (-1096921748, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-1093728600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-1078612200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-1061670600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-1048973400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-1030221000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-1017523800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-998771400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-986074200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-966717000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-954624600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-935267400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-922570200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-903817800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-891120600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-872368200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NWT" }), + (-769395600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NPT" }), + (-765401400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-746044200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-733347000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-714594600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-701897400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-683145000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-670447800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-651695400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-638998200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-619641000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-606943800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-589401000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-576099000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-557951400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-544649400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-526501800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-513199800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-495052200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-481750200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-463602600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-450300600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-431548200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-418246200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-400098600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-386796600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-368649000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-355347000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-337199400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-323897400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-305749800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-289423800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-273695400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-257974200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-242245800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-226524600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-210796200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-195075000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-179346600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-163625400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-147897000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-131571000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-116447400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-100121400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-84393000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-68671800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-52943400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-37222200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (-21493800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (-5772600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (9955800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (25677000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (41405400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (57731400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (73459800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (89181000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (104909400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (120630600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (136359000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (152080200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (167808600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (183529800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (199258200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (215584200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (230707800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (247033800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (262762200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (278483400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (294211800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (309933000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (325661400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (341382600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (357111000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (372832200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (388560600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (404886600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (420010200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (436336200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (452064600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (467785800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (483514200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (499235400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (514963800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (530685000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (544591860, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (562127460, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (576041460, FixedTimespan { utc_offset: -12600, dst_offset: 7200, name: "NDDT" }), + (594178260, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (607491060, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (625631460, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (638940660, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (657081060, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (670995060, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (688530660, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (702444660, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (719980260, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (733894260, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (752034660, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (765343860, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (783484260, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (796793460, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (814933860, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (828847860, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (846383460, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (860297460, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (877833060, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (891747060, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (909282660, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (923196660, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (941337060, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (954646260, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (972786660, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (986095860, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1004236260, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1018150260, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1035685860, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1049599860, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1067135460, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1081049460, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1099189860, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1112499060, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1130639460, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1143948660, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1162089060, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1173583860, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1194143460, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1205033460, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1225593060, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1236483060, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1257042660, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1268537460, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1289097060, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1299987060, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1320553800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1331443800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1352003400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1362893400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1383453000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1394343000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1414902600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1425792600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1446352200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1457847000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1478406600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1489296600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1509856200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1520746200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1541305800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1552195800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1572755400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1583645400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1604205000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1615699800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1636259400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1647149400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1667709000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1678599000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1699158600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1710048600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1730608200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1741498200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1762057800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1772947800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1793507400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1805002200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1825561800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1836451800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1857011400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1867901400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1888461000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1899351000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1919910600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1930800600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1951360200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1962855000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (1983414600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (1994304600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2014864200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2025754200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2046313800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2057203800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2077763400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2088653400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2109213000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2120103000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2140662600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2152157400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2172717000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2183607000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2204166600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2215056600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2235616200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2246506200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2267065800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2277955800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2298515400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2309405400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2329965000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2341459800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2362019400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2372909400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2393469000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2404359000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2424918600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2435808600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2456368200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2467258200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2487817800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2499312600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2519872200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2530762200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2551321800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2562211800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2582771400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2593661400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2614221000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2625111000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2645670600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2656560600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2677120200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2688615000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2709174600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2720064600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2740624200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2751514200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2772073800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2782963800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2803523400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2814413400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2834973000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2846467800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2867027400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2877917400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2898477000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2909367000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2929926600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2940816600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2961376200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (2972266200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (2992825800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3003715800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3024275400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3035770200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3056329800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3067219800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3087779400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3098669400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3119229000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3130119000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3150678600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3161568600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3182128200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3193018200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3213577800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3225072600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3245632200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3256522200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3277081800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3287971800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3308531400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3319421400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3339981000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3350871000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3371430600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3382925400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3403485000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3414375000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3434934600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3445824600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3466384200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3477274200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3497833800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3508723800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3529283400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3540173400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3560733000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3572227800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3592787400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3603677400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3624237000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3635127000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3655686600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3666576600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3687136200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3698026200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3718585800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3730080600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3750640200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3761530200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3782089800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3792979800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3813539400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3824429400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3844989000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3855879000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3876438600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3887328600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3907888200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3919383000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3939942600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3950832600, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (3971392200, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (3982282200, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (4002841800, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (4013731800, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (4034291400, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (4045181400, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (4065741000, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + (4076631000, FixedTimespan { utc_offset: -12600, dst_offset: 3600, name: "NDT" }), + (4097190600, FixedTimespan { utc_offset: -12600, dst_offset: 0, name: "NST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -12652, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Canada__Pacific => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2713880852, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-1632060000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-1615129200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-880207200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PWT" }), + (-769395600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PPT" }), + (-765385200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-747237600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-733935600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-715788000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-702486000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-684338400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-671036400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-652888800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-639586800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-620834400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-608137200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-589384800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-576082800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-557935200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-544633200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-526485600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-513183600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-495036000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-481734000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-463586400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-450284400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-431532000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-418230000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-400082400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-386780400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-368632800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-355330800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-337183200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-323881200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-305733600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-292431600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-273679200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-260982000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-242229600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-226508400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-210780000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-195058800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-179330400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-163609200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-147880800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-131554800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-116431200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-100105200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-84376800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-68655600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-52927200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-37206000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-21477600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-5756400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (9972000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (25693200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (41421600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (57747600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (73476000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (89197200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (104925600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (120646800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (136375200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (152096400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (167824800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (183546000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (199274400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (215600400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (230724000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (247050000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (262778400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (278499600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (294228000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (309949200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (325677600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (341398800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (357127200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (372848400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (388576800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (404902800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (420026400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (436352400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (452080800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (467802000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (483530400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (499251600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (514980000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (530701200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (544615200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (562150800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (576064800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (594205200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (607514400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (625654800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (638964000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (657104400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (671018400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (688554000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (702468000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (720003600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (733917600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (752058000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (765367200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (783507600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (796816800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (814957200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (828871200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (846406800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (860320800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (877856400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (891770400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (909306000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (923220000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (941360400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (954669600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (972810000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (986119200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1004259600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1018173600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1035709200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1049623200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1067158800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1081072800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1099213200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1112522400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1130662800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1143972000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1162112400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1173607200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1194166800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1205056800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1225616400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1236506400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1257066000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1268560800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1289120400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1300010400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1320570000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1331460000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1352019600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1362909600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1383469200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1394359200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1414918800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1425808800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1446368400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1457863200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1478422800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1489312800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1509872400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1520762400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1541322000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1552212000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1572771600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1583661600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1604221200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1615716000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1636275600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1647165600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1667725200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1678615200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1699174800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1710064800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1730624400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1741514400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1762074000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1772964000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1793523600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1805018400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1825578000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1836468000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1857027600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1867917600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1888477200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1899367200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1919926800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1930816800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1951376400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1962871200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1983430800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1994320800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2014880400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2025770400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2046330000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2057220000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2077779600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2088669600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2109229200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2120119200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2140678800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2152173600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2172733200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2183623200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2204182800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2215072800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2235632400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2246522400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2267082000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2277972000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2298531600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2309421600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2329981200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2341476000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2362035600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2372925600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2393485200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2404375200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2424934800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2435824800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2456384400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2467274400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2487834000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2499328800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2519888400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2530778400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2551338000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2562228000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2582787600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2593677600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2614237200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2625127200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2645686800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2656576800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2677136400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2688631200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2709190800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2720080800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2740640400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2751530400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2772090000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2782980000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2803539600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2814429600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2834989200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2846484000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2867043600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2877933600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2898493200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2909383200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2929942800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2940832800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2961392400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2972282400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2992842000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3003732000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3024291600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3035786400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3056346000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3067236000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3087795600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3098685600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3119245200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3130135200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3150694800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3161584800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3182144400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3193034400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3213594000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3225088800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3245648400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3256538400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3277098000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3287988000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3308547600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3319437600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3339997200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3350887200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3371446800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3382941600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3403501200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3414391200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3434950800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3445840800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3466400400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3477290400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3497850000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3508740000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3529299600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3540189600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3560749200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3572244000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3592803600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3603693600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3624253200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3635143200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3655702800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3666592800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3687152400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3698042400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3718602000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3730096800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3750656400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3761546400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3782106000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3792996000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3813555600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3824445600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3845005200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3855895200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3876454800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3887344800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3907904400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3919399200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3939958800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3950848800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3971408400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3982298400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (4002858000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (4013748000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (4034307600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (4045197600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (4065757200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (4076647200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (4097206800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -29548, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Canada__Saskatchewan => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2030202084, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1632063600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1615132800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1251651600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1238349600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1220202000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1206900000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1188752400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1175450400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1156698000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1144000800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1125248400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1111946400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1032714000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1016992800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1001264400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-986148000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-969814800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-954093600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-937760400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-922039200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-906310800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-890589600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-880210800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MWT" }), + (-769395600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MPT" }), + (-765388800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-748450800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-732729600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-715791600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-702489600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-684342000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-671040000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-652892400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-639590400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-620838000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-608140800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-589388400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-576086400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-557938800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-544636800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-526489200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-513187200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-495039600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-481737600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-463590000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-450288000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-431535600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-418233600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-400086000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-386784000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-337186800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-321465600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-305737200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -25116, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Canada__Yukon => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2188997988, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "YST" }), + (-1632056400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "YDT" }), + (-1615125600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "YST" }), + (-1596978000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "YDT" }), + (-1583164800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "YST" }), + (-880203600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "YWT" }), + (-769395600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "YPT" }), + (-765381600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "YST" }), + (-147884400, FixedTimespan { utc_offset: -32400, dst_offset: 7200, name: "YDDT" }), + (-131554800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "YST" }), + (-121273200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (325677600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (341398800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (357127200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (372848400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (388576800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (404902800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (420026400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (436352400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (452080800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (467802000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (483530400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (499251600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (514980000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (530701200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (544615200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (562150800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (576064800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (594205200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (607514400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (625654800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (638964000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (657104400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (671018400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (688554000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (702468000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (720003600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (733917600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (752058000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (765367200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (783507600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (796816800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (814957200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (828871200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (846406800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (860320800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (877856400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (891770400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (909306000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (923220000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (941360400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (954669600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (972810000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (986119200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1004259600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1018173600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1035709200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1049623200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1067158800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1081072800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1099213200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1112522400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1130662800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1143972000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1162112400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1173607200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1194166800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1205056800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1225616400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1236506400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1257066000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1268560800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1289120400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1300010400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1320570000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1331460000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1352019600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1362909600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1383469200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1394359200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1414918800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1425808800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1446368400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1457863200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1478422800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1489312800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1509872400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1520762400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1541322000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1552212000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1572771600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1583661600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1604214000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -32412, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Chile__Continental => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2524504635, FixedTimespan { utc_offset: -16965, dst_offset: 0, name: "SMT" }), + (-1892661435, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-1688410800, FixedTimespan { utc_offset: -16965, dst_offset: 0, name: "SMT" }), + (-1619205435, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-1593806400, FixedTimespan { utc_offset: -16965, dst_offset: 0, name: "SMT" }), + (-1335986235, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-1317585600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-1304362800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-1286049600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-1272826800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-1254513600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-1241290800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-1222977600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-1209754800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-1191355200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-1178132400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-870552000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-865278000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-740520000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-736635600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "-04" }), + (-718056000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (-713649600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-36619200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (-23922000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (-3355200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (7527600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (24465600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (37767600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (55915200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (69217200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (87969600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (100666800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (118209600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (132116400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (150868800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (163566000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (182318400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (195620400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (213768000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (227070000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (245217600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (258519600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (277272000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (289969200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (308721600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (321418800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (340171200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (353473200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (371620800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (384922800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (403070400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (416372400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (434520000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (447822000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (466574400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (479271600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (498024000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (510721200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (529473600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (545194800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (560923200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (574225200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (592372800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (605674800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (624427200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (637124400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (653457600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (668574000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (687326400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (700628400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (718776000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (732078000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (750225600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (763527600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (781675200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (794977200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (813729600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (826426800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (845179200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (859690800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (876628800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (889930800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (906868800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (923194800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (939528000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (952830000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (971582400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (984279600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1003032000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1015729200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1034481600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1047178800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1065931200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1079233200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1097380800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1110682800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1128830400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1142132400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1160884800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1173582000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1192334400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1206846000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1223784000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1237086000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1255233600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1270350000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1286683200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1304823600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1313899200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1335668400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1346558400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1367118000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1378612800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1398567600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1410062400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1463281200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1471147200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1494730800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1502596800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1526180400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1534046400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1554606000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1567915200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1586055600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1599364800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1617505200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1630814400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1648954800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1662868800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1680404400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1693713600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1712458800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1725768000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1743908400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1757217600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1775358000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1788667200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1806807600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1820116800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1838257200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1851566400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1870311600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1883016000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1901761200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1915070400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1933210800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1946520000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1964660400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (1977969600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (1996110000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2009419200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2027559600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2040868800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2059614000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2072318400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2091063600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2104372800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2122513200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2135822400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2153962800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2167272000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2185412400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2198721600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2217466800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2230171200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2248916400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2262225600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2280366000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2293675200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2311815600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2325124800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2343265200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2356574400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2374714800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2388024000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2406769200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2419473600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2438218800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2451528000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2469668400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2482977600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2501118000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2514427200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2532567600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2545876800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2564017200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2577326400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2596071600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2609380800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2627521200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2640830400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2658970800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2672280000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2690420400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2703729600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2721870000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2735179200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2753924400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2766628800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2785374000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2798683200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2816823600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2830132800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2848273200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2861582400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2879722800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2893032000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2911172400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2924481600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2943226800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2955931200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (2974676400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (2987985600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3006126000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3019435200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3037575600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3050884800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3069025200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3082334400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3101079600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3113784000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3132529200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3145838400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3163978800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3177288000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3195428400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3208737600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3226878000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3240187200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3258327600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3271636800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3290382000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3303086400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3321831600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3335140800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3353281200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3366590400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3384730800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3398040000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3416180400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3429489600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3447630000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3460939200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3479684400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3492993600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3511134000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3524443200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3542583600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3555892800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3574033200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3587342400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3605482800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3618792000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3637537200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3650241600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3668986800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3682296000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3700436400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3713745600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3731886000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3745195200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3763335600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3776644800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3794785200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3808094400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3826839600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3839544000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3858289200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3871598400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3889738800, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3903048000, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3921188400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3934497600, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3952638000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3965947200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (3984692400, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (3997396800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (4016142000, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (4029451200, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (4047591600, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (4060900800, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + (4079041200, FixedTimespan { utc_offset: -14400, dst_offset: 0, name: "-04" }), + (4092350400, FixedTimespan { utc_offset: -14400, dst_offset: 3600, name: "-03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -16965, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Chile__EasterIsland => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2524495352, FixedTimespan { utc_offset: -26248, dst_offset: 0, name: "EMT" }), + (-1178124152, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "-07" }), + (-36619200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "-06" }), + (-23922000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "-07" }), + (-3355200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "-06" }), + (7527600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "-07" }), + (24465600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "-06" }), + (37767600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "-07" }), + (55915200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "-06" }), + (69217200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "-07" }), + (87969600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "-06" }), + (100666800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "-07" }), + (118209600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "-06" }), + (132116400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "-07" }), + (150868800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "-06" }), + (163566000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "-07" }), + (182318400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "-06" }), + (195620400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "-07" }), + (213768000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "-06" }), + (227070000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "-07" }), + (245217600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "-06" }), + (258519600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "-07" }), + (277272000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "-06" }), + (289969200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "-07" }), + (308721600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "-06" }), + (321418800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "-07" }), + (340171200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "-06" }), + (353473200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "-07" }), + (371620800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "-06" }), + (384922800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "-07" }), + (384948000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (403070400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (416372400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (434520000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (447822000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (466574400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (479271600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (498024000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (510721200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (529473600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (545194800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (560923200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (574225200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (592372800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (605674800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (624427200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (637124400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (653457600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (668574000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (687326400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (700628400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (718776000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (732078000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (750225600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (763527600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (781675200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (794977200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (813729600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (826426800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (845179200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (859690800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (876628800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (889930800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (906868800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (923194800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (939528000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (952830000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (971582400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (984279600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1003032000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1015729200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1034481600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1047178800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1065931200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1079233200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1097380800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1110682800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1128830400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1142132400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1160884800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1173582000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1192334400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1206846000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1223784000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1237086000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1255233600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1270350000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1286683200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1304823600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1313899200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1335668400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1346558400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1367118000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1378612800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1398567600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1410062400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1463281200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1471147200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1494730800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1502596800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1526180400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1534046400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1554606000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1567915200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1586055600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1599364800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1617505200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1630814400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1648954800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1662868800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1680404400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1693713600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1712458800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1725768000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1743908400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1757217600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1775358000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1788667200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1806807600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1820116800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1838257200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1851566400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1870311600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1883016000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1901761200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1915070400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1933210800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1946520000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1964660400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1977969600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1996110000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2009419200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2027559600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2040868800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2059614000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2072318400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2091063600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2104372800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2122513200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2135822400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2153962800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2167272000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2185412400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2198721600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2217466800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2230171200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2248916400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2262225600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2280366000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2293675200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2311815600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2325124800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2343265200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2356574400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2374714800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2388024000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2406769200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2419473600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2438218800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2451528000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2469668400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2482977600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2501118000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2514427200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2532567600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2545876800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2564017200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2577326400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2596071600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2609380800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2627521200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2640830400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2658970800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2672280000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2690420400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2703729600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2721870000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2735179200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2753924400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2766628800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2785374000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2798683200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2816823600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2830132800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2848273200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2861582400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2879722800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2893032000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2911172400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2924481600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2943226800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2955931200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2974676400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2987985600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3006126000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3019435200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3037575600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3050884800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3069025200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3082334400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3101079600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3113784000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3132529200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3145838400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3163978800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3177288000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3195428400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3208737600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3226878000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3240187200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3258327600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3271636800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3290382000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3303086400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3321831600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3335140800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3353281200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3366590400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3384730800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3398040000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3416180400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3429489600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3447630000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3460939200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3479684400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3492993600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3511134000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3524443200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3542583600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3555892800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3574033200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3587342400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3605482800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3618792000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3637537200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3650241600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3668986800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3682296000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3700436400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3713745600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3731886000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3745195200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3763335600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3776644800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3794785200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3808094400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3826839600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3839544000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3858289200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3871598400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3889738800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3903048000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3921188400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3934497600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3952638000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3965947200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3984692400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3997396800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (4016142000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (4029451200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (4047591600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (4060900800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (4079041200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (4092350400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -26248, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Cuba => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2524501832, FixedTimespan { utc_offset: -19776, dst_offset: 0, name: "HMT" }), + (-1402813824, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (-1311534000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (-1300996800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (-933534000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (-925675200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (-902084400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (-893620800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (-870030000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (-862171200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (-775681200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (-767822400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (-744231600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (-736372800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (-144702000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (-134251200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (-113425200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (-102542400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (-86295600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (-72907200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (-54154800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (-41457600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (-21495600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (-5774400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (9954000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (25675200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (41403600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (57729600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (73458000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (87364800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (104907600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (118900800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (136357200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (150436800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (167806800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (183528000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (199256400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (215582400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (230706000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (247032000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (263365200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (276667200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (290581200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (308721600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (322030800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (340171200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (358318800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (371620800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (389768400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (403070400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (421218000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (434520000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (452667600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (466574400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (484117200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (498024000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (511333200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (529473600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (542782800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (560923200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (574837200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (592372800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (606286800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (623822400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (638946000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (655876800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (671000400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (687330000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (702450000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (718779600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (733899600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (750229200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (765349200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (781678800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (796798800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (813128400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (828853200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (844578000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (860302800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (876632400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (891147600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (909291600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (922597200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (941346000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (954651600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (972795600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (986101200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1004245200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1018155600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1035694800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1049605200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1067144400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1080450000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1162098000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1173589200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1193547600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1205643600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1224997200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1236488400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1256446800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1268542800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1288501200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1300597200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1321160400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1333256400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1352005200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1362891600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1383454800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1394341200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1414904400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1425790800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1446354000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1457845200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1478408400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1489294800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1509858000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1520744400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1541307600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1552194000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1572757200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1583643600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1604206800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1615698000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1636261200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1647147600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1667710800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1678597200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1699160400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1710046800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1730610000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1741496400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1762059600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1772946000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1793509200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1805000400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1825563600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1836450000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1857013200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1867899600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1888462800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1899349200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1919912400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1930798800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1951362000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1962853200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (1983416400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (1994302800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2014866000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2025752400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2046315600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2057202000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2077765200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2088651600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2109214800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2120101200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2140664400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2152155600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2172718800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2183605200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2204168400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2215054800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2235618000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2246504400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2267067600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2277954000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2298517200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2309403600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2329966800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2341458000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2362021200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2372907600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2393470800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2404357200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2424920400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2435806800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2456370000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2467256400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2487819600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2499310800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2519874000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2530760400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2551323600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2562210000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2582773200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2593659600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2614222800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2625109200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2645672400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2656558800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2677122000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2688613200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2709176400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2720062800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2740626000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2751512400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2772075600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2782962000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2803525200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2814411600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2834974800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2846466000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2867029200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2877915600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2898478800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2909365200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2929928400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2940814800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2961378000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (2972264400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (2992827600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3003714000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3024277200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3035768400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3056331600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3067218000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3087781200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3098667600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3119230800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3130117200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3150680400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3161566800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3182130000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3193016400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3213579600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3225070800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3245634000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3256520400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3277083600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3287970000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3308533200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3319419600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3339982800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3350869200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3371432400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3382923600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3403486800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3414373200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3434936400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3445822800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3466386000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3477272400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3497835600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3508722000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3529285200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3540171600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3560734800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3572226000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3592789200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3603675600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3624238800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3635125200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3655688400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3666574800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3687138000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3698024400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3718587600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3730078800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3750642000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3761528400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3782091600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3792978000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3813541200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3824427600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3844990800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3855877200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3876440400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3887326800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3907890000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3919381200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3939944400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3950830800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (3971394000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (3982280400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (4002843600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (4013730000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (4034293200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (4045179600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (4065742800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + (4076629200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "CDT" }), + (4097192400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "CST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -19768, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::EET => { + const REST: &[(i64, FixedTimespan)] = &[ + (228877200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (243997200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (260326800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (276051600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (291776400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (307501200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (323830800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (338950800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (354675600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (370400400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (386125200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (401850000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (417574800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (433299600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (449024400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (465354000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (481078800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (496803600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (512528400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (528253200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (543978000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (559702800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (575427600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (591152400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (606877200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (622602000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (638326800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (654656400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (670381200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (686106000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (701830800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (717555600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (733280400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (749005200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (764730000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (780454800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (796179600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (811904400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (828234000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (846378000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (859683600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (877827600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (891133200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (909277200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (922582800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (941331600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (954032400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (972781200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (985482000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1004230800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1017536400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1035680400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1048986000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1067130000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1080435600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1099184400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1111885200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1130634000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1143334800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1162083600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1174784400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1193533200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1206838800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1224982800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1238288400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1256432400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1269738000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1288486800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1301187600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1319936400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1332637200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1351386000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1364691600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1382835600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1396141200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1414285200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1427590800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1445734800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1459040400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1477789200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1490490000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1509238800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1521939600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1540688400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1553994000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1572138000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1585443600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1603587600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1616893200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1635642000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1648342800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1667091600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1679792400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1698541200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1711846800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1729990800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1743296400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1761440400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1774746000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1792890000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1806195600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1824944400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1837645200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1856394000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1869094800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1887843600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1901149200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1919293200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1932598800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1950742800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1964048400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1982797200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1995498000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2014246800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2026947600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2045696400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2058397200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2077146000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2090451600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2108595600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2121901200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2140045200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2153350800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2172099600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2184800400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2203549200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2216250000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2234998800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2248304400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2266448400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2279754000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2297898000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2311203600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2329347600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2342653200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2361402000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2374102800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2392851600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2405552400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2424301200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2437606800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2455750800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2469056400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2487200400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2500506000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2519254800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2531955600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2550704400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2563405200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2582154000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2595459600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2613603600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2626909200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2645053200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2658358800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2676502800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2689808400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2708557200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2721258000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2740006800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2752707600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2771456400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2784762000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2802906000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2816211600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2834355600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2847661200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2866410000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2879110800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2897859600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2910560400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2929309200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2942010000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2960758800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2974064400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2992208400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3005514000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3023658000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3036963600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3055712400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3068413200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3087162000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3099862800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3118611600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3131917200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3150061200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3163366800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3181510800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3194816400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3212960400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3226266000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3245014800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3257715600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3276464400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3289165200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3307914000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3321219600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3339363600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3352669200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3370813200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3384118800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3402867600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3415568400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3434317200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3447018000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3465766800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3479072400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3497216400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3510522000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3528666000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3541971600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3560115600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3573421200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3592170000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3604870800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3623619600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3636320400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3655069200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3668374800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3686518800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3699824400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3717968400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3731274000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3750022800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3762723600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3781472400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3794173200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3812922000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3825622800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3844371600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3857677200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3875821200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3889126800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3907270800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3920576400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3939325200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3952026000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3970774800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3983475600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4002224400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4015530000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4033674000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4046979600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4065123600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4078429200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4096573200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 7200, + dst_offset: 0, + name: "EET", + }, + rest: REST + } + }, + + Tz::EST => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -18000, + dst_offset: 0, + name: "EST", + }, + rest: REST + } + }, + + Tz::EST5EDT => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1633280400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1615140000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1601830800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1583690400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-880218000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EWT" }), + (-769395600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EPT" }), + (-765396000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-84387600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-68666400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-52938000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-37216800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-21488400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-5767200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (9961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (25682400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (41410800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (57736800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (73465200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (89186400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (104914800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (120636000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (126687600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (152085600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (162370800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (183535200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (199263600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (215589600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (230713200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (247039200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (262767600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (278488800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (294217200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (309938400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (325666800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (341388000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (357116400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (372837600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (388566000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (404892000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (420015600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (436341600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (452070000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (467791200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (483519600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (499240800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (514969200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (530690400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (544604400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (562140000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (576054000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (594194400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (607503600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (625644000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (638953200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (657093600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (671007600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (688543200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (702457200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (719992800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (733906800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (752047200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (765356400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (783496800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (796806000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (814946400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (828860400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (846396000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (860310000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (877845600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (891759600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (909295200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (923209200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (941349600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (954658800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (972799200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (986108400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1004248800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1018162800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1035698400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1049612400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1067148000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1081062000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1099202400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1112511600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1130652000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1143961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1162101600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1173596400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1194156000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1205046000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1225605600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1236495600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1257055200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1268550000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1289109600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1299999600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1320559200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1331449200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1352008800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1362898800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1383458400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1394348400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1414908000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1425798000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1446357600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1457852400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1478412000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1489302000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1509861600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1520751600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1541311200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1552201200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1572760800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1583650800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1604210400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1615705200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1636264800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1647154800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1667714400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1678604400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1699164000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1710054000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1730613600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1741503600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1762063200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1772953200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1793512800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1805007600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1825567200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1836457200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1857016800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1867906800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1888466400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1899356400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1919916000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1930806000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1951365600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1962860400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1983420000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1994310000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2014869600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2025759600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2046319200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2057209200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2077768800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2088658800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2109218400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2120108400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2140668000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2152162800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2172722400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2183612400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2204172000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2215062000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2235621600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2246511600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2267071200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2277961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2298520800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2309410800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2329970400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2341465200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2362024800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2372914800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2393474400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2404364400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2424924000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2435814000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2456373600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2467263600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2487823200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2499318000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2519877600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2530767600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2551327200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2562217200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2582776800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2593666800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2614226400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2625116400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2645676000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2656566000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2677125600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2688620400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2709180000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2720070000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2740629600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2751519600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2772079200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2782969200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2803528800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2814418800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2834978400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2846473200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2867032800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2877922800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2898482400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2909372400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2929932000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2940822000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2961381600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2972271600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2992831200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3003721200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3024280800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3035775600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3056335200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3067225200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3087784800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3098674800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3119234400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3130124400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3150684000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3161574000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3182133600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3193023600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3213583200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3225078000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3245637600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3256527600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3277087200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3287977200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3308536800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3319426800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3339986400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3350876400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3371436000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3382930800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3403490400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3414380400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3434940000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3445830000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3466389600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3477279600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3497839200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3508729200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3529288800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3540178800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3560738400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3572233200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3592792800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3603682800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3624242400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3635132400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3655692000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3666582000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3687141600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3698031600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3718591200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3730086000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3750645600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3761535600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3782095200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3792985200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3813544800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3824434800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3844994400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3855884400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3876444000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3887334000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3907893600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3919388400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3939948000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3950838000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3971397600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3982287600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4002847200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4013737200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4034296800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4045186800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4065746400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4076636400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4097196000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -18000, + dst_offset: 0, + name: "EST", + }, + rest: REST + } + }, + + Tz::Egypt => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2185409109, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-929844000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-923108400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-906170400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-892868400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-875844000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-857790000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-844308000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-825822000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-812685600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-794199600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-779853600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-762663600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-399088800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-386650800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-368330400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-355114800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-336790800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-323654400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-305168400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-292032000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-273632400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-260496000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-242096400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-228960000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-210560400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-197424000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-178938000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-165801600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-147402000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-134265600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-115866000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-102643200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-84330000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-71107200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-52707600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-39484800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-21171600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-7948800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (10364400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (23587200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (41900400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (55123200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (73522800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (86745600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (105058800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (118281600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (136594800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (149817600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (168130800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (181353600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (199753200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (212976000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (231289200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (244512000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (262825200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (276048000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (294361200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (307584000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (325983600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (339206400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (357519600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (370742400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (396399600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (402278400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (426812400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (433814400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (452214000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (465436800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (483750000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (496972800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (515286000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (528508800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (546822000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (560044800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (578444400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (591667200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (610412400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (623203200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (641516400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (654739200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (673052400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (686275200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (704674800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (717897600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (736210800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (749433600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (767746800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (780969600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (799020000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (812322000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (830469600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (843771600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (861919200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (875221200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (893368800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (906670800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (925423200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (938725200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (956872800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (970174800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (988322400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1001624400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1019772000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1033074000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1051221600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1064523600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1083276000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1096578000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1114725600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1128027600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1146175200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1158872400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1177624800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1189112400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1209074400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1219957200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1240524000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1250802000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1272578400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1281474000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1284069600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1285880400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1400191200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1403816400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1406844000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1411678800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1682632800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1698354000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1714082400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1730408400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1745532000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1761858000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1776981600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1793307600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1809036000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1824757200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1840485600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1856206800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1871935200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1887656400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1903384800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1919710800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1934834400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1951160400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1966888800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1982610000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1998338400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2014059600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2029788000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2045509200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2061237600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2076958800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2092687200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2109013200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2124136800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2140462800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2156191200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2171912400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2187640800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2203362000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2219090400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2234811600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2250540000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2266866000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2281989600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2298315600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2313439200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2329765200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2345493600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2361214800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2376943200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2392664400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2408392800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2424114000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2439842400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2456168400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2471292000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2487618000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2503346400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2519067600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2534796000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2550517200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2566245600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2581966800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2597695200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2614021200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2629144800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2645470800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2660594400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2676920400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2692648800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2708370000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2724098400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2739819600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2755548000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2771269200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2786997600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2803323600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2818447200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2834773200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2850501600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2866222800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2881951200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2897672400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2913400800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2929122000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2944850400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2960571600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2976300000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2992626000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3007749600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3024075600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3039804000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3055525200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3071253600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3086974800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3102703200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3118424400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3134152800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3150478800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3165602400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3181928400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3197052000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3213378000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3229106400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3244827600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3260556000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3276277200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3292005600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3307726800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3323455200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3339781200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3354904800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3371230800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3386959200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3402680400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3418408800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3434130000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3449858400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3465579600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3481308000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3497634000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3512757600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3529083600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3544207200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3560533200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3576261600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3591982800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3607711200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3623432400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3639160800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3654882000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3670610400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3686936400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3702060000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3718386000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3734114400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3749835600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3765564000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3781285200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3797013600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3812734800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3828463200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3844184400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3859912800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3876238800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3891362400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3907688400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3923416800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3939138000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3954866400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3970587600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3986316000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4002037200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4017765600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4034091600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4049215200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4065541200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4080664800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4096990800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 7509, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Eire => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2821649679, FixedTimespan { utc_offset: -1521, dst_offset: 0, name: "DMT" }), + (-1691962479, FixedTimespan { utc_offset: -1521, dst_offset: 3600, name: "IST" }), + (-1680474879, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1680472800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1664143200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1650146400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1633903200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1617487200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1601848800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1586037600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1570399200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1552168800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1538344800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1522533600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1507500000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-1490565600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1473631200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-1460930400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1442786400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-1428876000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1410732000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-1396216800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1379282400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-1364767200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1348437600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-1333317600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1315778400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-1301263200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1284328800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-1269813600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1253484000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-1238364000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1221429600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-1206914400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1189980000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-1175464800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1159135200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-1143410400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1126476000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-1111960800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1095631200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-1080511200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1063576800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-1049061600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1032127200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-1017612000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1001282400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-986162400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-969228000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-950479200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-942012000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-733359600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-719445600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-699490800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-684972000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-668037600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-654732000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-636588000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-622072800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-605743200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-590623200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-574293600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-558568800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-542239200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-527119200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-512604000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-496274400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-481154400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-464220000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-449704800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-432165600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-417650400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-401320800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-386200800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-369266400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-354751200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-337816800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-323301600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-306972000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-291852000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-276732000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-257983200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-245282400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-226533600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-213228000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-195084000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-182383200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-163634400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-150933600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-132184800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-119484000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-100735200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-88034400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-68680800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-59004000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-37242000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (57722400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (69818400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (89172000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (101268000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (120621600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (132717600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (152071200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (164167200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (183520800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (196221600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (214970400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (227671200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (246420000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (259120800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (278474400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (290570400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (309924000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (322020000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (341373600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (354675600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (372819600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (386125200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (404269200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (417574800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (435718800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (449024400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (467773200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (481078800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (499222800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (512528400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (530672400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (543978000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (562122000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (575427600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (593571600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (606877200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (625626000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (638326800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (657075600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (670381200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (688525200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (701830800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (719974800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (733280400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (751424400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (764730000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (782874000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (796179600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (814323600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (828234000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (846378000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (859683600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (877827600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (891133200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (909277200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (922582800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (941331600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (954032400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (972781200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (985482000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1004230800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1017536400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1035680400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1048986000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1067130000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1080435600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1099184400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1111885200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1130634000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1143334800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1162083600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1174784400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1193533200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1206838800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1224982800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1238288400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1256432400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1269738000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1288486800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1301187600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1319936400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1332637200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1351386000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1364691600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1382835600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1396141200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1414285200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1427590800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1445734800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1459040400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1477789200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1490490000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1509238800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1521939600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1540688400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1553994000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1572138000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1585443600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1603587600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1616893200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1635642000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1648342800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1667091600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1679792400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1698541200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1711846800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1729990800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1743296400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1761440400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1774746000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1792890000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1806195600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1824944400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1837645200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1856394000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1869094800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1887843600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1901149200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1919293200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1932598800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1950742800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1964048400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1982797200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1995498000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2014246800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2026947600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2045696400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2058397200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2077146000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2090451600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2108595600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2121901200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2140045200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2153350800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2172099600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2184800400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2203549200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2216250000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2234998800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2248304400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2266448400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2279754000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2297898000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2311203600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2329347600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2342653200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2361402000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2374102800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2392851600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2405552400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2424301200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2437606800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2455750800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2469056400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2487200400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2500506000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2519254800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2531955600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2550704400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2563405200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2582154000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2595459600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2613603600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2626909200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2645053200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2658358800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2676502800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2689808400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2708557200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2721258000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2740006800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2752707600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2771456400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2784762000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2802906000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2816211600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2834355600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2847661200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2866410000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2879110800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2897859600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2910560400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2929309200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2942010000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2960758800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2974064400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2992208400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3005514000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3023658000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3036963600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3055712400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3068413200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3087162000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3099862800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3118611600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3131917200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3150061200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3163366800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3181510800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3194816400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3212960400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3226266000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3245014800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3257715600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3276464400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3289165200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3307914000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3321219600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3339363600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3352669200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3370813200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3384118800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3402867600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3415568400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3434317200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3447018000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3465766800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3479072400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3497216400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3510522000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3528666000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3541971600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3560115600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3573421200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3592170000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3604870800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3623619600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3636320400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3655069200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3668374800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3686518800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3699824400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3717968400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3731274000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3750022800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3762723600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3781472400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3794173200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3812922000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3825622800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3844371600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3857677200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3875821200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3889126800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3907270800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3920576400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3939325200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3952026000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3970774800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3983475600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (4002224400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (4015530000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (4033674000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (4046979600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (4065123600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (4078429200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (4096573200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -1521, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Etc__GMT => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 0, + dst_offset: 0, + name: "GMT", + }, + rest: REST + } + }, + + Tz::Etc__GMTPlus0 => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 0, + dst_offset: 0, + name: "GMT", + }, + rest: REST + } + }, + + Tz::Etc__GMTPlus1 => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -3600, + dst_offset: 0, + name: "-01", + }, + rest: REST + } + }, + + Tz::Etc__GMTPlus10 => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -36000, + dst_offset: 0, + name: "-10", + }, + rest: REST + } + }, + + Tz::Etc__GMTPlus11 => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -39600, + dst_offset: 0, + name: "-11", + }, + rest: REST + } + }, + + Tz::Etc__GMTPlus12 => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -43200, + dst_offset: 0, + name: "-12", + }, + rest: REST + } + }, + + Tz::Etc__GMTPlus2 => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -7200, + dst_offset: 0, + name: "-02", + }, + rest: REST + } + }, + + Tz::Etc__GMTPlus3 => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -10800, + dst_offset: 0, + name: "-03", + }, + rest: REST + } + }, + + Tz::Etc__GMTPlus4 => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -14400, + dst_offset: 0, + name: "-04", + }, + rest: REST + } + }, + + Tz::Etc__GMTPlus5 => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -18000, + dst_offset: 0, + name: "-05", + }, + rest: REST + } + }, + + Tz::Etc__GMTPlus6 => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -21600, + dst_offset: 0, + name: "-06", + }, + rest: REST + } + }, + + Tz::Etc__GMTPlus7 => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -25200, + dst_offset: 0, + name: "-07", + }, + rest: REST + } + }, + + Tz::Etc__GMTPlus8 => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -28800, + dst_offset: 0, + name: "-08", + }, + rest: REST + } + }, + + Tz::Etc__GMTPlus9 => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -32400, + dst_offset: 0, + name: "-09", + }, + rest: REST + } + }, + + Tz::Etc__GMTMinus0 => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 0, + dst_offset: 0, + name: "GMT", + }, + rest: REST + } + }, + + Tz::Etc__GMTMinus1 => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 3600, + dst_offset: 0, + name: "+01", + }, + rest: REST + } + }, + + Tz::Etc__GMTMinus10 => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 36000, + dst_offset: 0, + name: "+10", + }, + rest: REST + } + }, + + Tz::Etc__GMTMinus11 => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 39600, + dst_offset: 0, + name: "+11", + }, + rest: REST + } + }, + + Tz::Etc__GMTMinus12 => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 43200, + dst_offset: 0, + name: "+12", + }, + rest: REST + } + }, + + Tz::Etc__GMTMinus13 => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 46800, + dst_offset: 0, + name: "+13", + }, + rest: REST + } + }, + + Tz::Etc__GMTMinus14 => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 50400, + dst_offset: 0, + name: "+14", + }, + rest: REST + } + }, + + Tz::Etc__GMTMinus2 => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 7200, + dst_offset: 0, + name: "+02", + }, + rest: REST + } + }, + + Tz::Etc__GMTMinus3 => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 10800, + dst_offset: 0, + name: "+03", + }, + rest: REST + } + }, + + Tz::Etc__GMTMinus4 => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 14400, + dst_offset: 0, + name: "+04", + }, + rest: REST + } + }, + + Tz::Etc__GMTMinus5 => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 18000, + dst_offset: 0, + name: "+05", + }, + rest: REST + } + }, + + Tz::Etc__GMTMinus6 => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 21600, + dst_offset: 0, + name: "+06", + }, + rest: REST + } + }, + + Tz::Etc__GMTMinus7 => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 25200, + dst_offset: 0, + name: "+07", + }, + rest: REST + } + }, + + Tz::Etc__GMTMinus8 => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 28800, + dst_offset: 0, + name: "+08", + }, + rest: REST + } + }, + + Tz::Etc__GMTMinus9 => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 32400, + dst_offset: 0, + name: "+09", + }, + rest: REST + } + }, + + Tz::Etc__GMT0 => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 0, + dst_offset: 0, + name: "GMT", + }, + rest: REST + } + }, + + Tz::Etc__Greenwich => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 0, + dst_offset: 0, + name: "GMT", + }, + rest: REST + } + }, + + Tz::Etc__UCT => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 0, + dst_offset: 0, + name: "UTC", + }, + rest: REST + } + }, + + Tz::Etc__UTC => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 0, + dst_offset: 0, + name: "UTC", + }, + rest: REST + } + }, + + Tz::Etc__Universal => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 0, + dst_offset: 0, + name: "UTC", + }, + rest: REST + } + }, + + Tz::Etc__Zulu => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 0, + dst_offset: 0, + name: "UTC", + }, + rest: REST + } + }, + + Tz::Europe__Amsterdam => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2840141850, FixedTimespan { utc_offset: 1050, dst_offset: 0, name: "BMT" }), + (-2450995200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1740355200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1693702800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1680483600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1663455600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1650150000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1632006000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1618700400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1613829600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1604278800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1585530000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1574038800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1552266000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1539997200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1520557200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1507510800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1490576400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1473642000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1459126800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1444006800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1427677200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1411952400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1396227600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1379293200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1364778000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1348448400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1333328400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1316394000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1301263200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1284328800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1269813600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1253484000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1238364000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1221429600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1206914400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1191189600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1175464800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1160344800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1143410400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1127685600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1111960800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1096840800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1080511200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1063576800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1049061600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1033336800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1017612000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1002492000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-986162400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-969228000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-950479200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-942012000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-934671600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-857257200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-844556400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-828226800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-812502000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-798073200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-781052400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-766623600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-745455600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-733273200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (228877200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (243997200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (260326800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (276051600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (291776400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (307501200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (323830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (338950800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (354675600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (370400400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (386125200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (401850000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (417574800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (433299600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (449024400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (465354000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (481078800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (496803600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (512528400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (528253200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (543978000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (559702800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (575427600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (591152400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (606877200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (622602000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (638326800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (654656400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (670381200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (686106000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (701830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (717555600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (733280400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (749005200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (764730000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (780454800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (796179600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (811904400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (828234000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (846378000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (859683600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (877827600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (891133200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (909277200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (922582800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (941331600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (954032400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (972781200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (985482000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1004230800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1017536400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1035680400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1048986000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1067130000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1080435600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1099184400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1111885200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1130634000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1143334800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1162083600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1174784400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1193533200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1206838800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1224982800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1238288400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1256432400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1269738000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1288486800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1301187600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1319936400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1332637200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1351386000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1364691600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1382835600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1396141200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1414285200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1427590800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1445734800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1459040400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1477789200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1490490000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1509238800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1521939600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1540688400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1553994000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1572138000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1585443600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1603587600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1616893200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1635642000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1648342800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1667091600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1679792400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1698541200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1711846800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1729990800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1743296400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1761440400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1774746000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1792890000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1806195600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1824944400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1837645200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1856394000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1869094800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1887843600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1901149200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1919293200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1932598800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1950742800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1964048400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1982797200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1995498000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2014246800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2026947600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2045696400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2058397200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2077146000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2090451600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2108595600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2121901200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2140045200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2153350800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2172099600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2184800400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2203549200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2216250000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2234998800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2248304400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2266448400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2279754000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2297898000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2311203600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2329347600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2342653200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2361402000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2374102800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2392851600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2405552400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2424301200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2437606800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2455750800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2469056400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2487200400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2500506000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2519254800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2531955600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2550704400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2563405200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2582154000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2595459600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2613603600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2626909200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2645053200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2658358800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2676502800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2689808400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2708557200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2721258000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2740006800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2752707600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2771456400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2784762000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2802906000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2816211600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2834355600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2847661200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2866410000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2879110800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2897859600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2910560400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2929309200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2942010000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2960758800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2974064400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2992208400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3005514000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3023658000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3036963600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3055712400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3068413200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3087162000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3099862800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3118611600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3131917200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3150061200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3163366800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3181510800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3194816400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3212960400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3226266000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3245014800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3257715600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3276464400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3289165200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3307914000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3321219600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3339363600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3352669200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3370813200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3384118800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3402867600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3415568400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3434317200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3447018000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3465766800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3479072400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3497216400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3510522000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3528666000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3541971600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3560115600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3573421200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3592170000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3604870800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3623619600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3636320400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3655069200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3668374800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3686518800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3699824400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3717968400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3731274000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3750022800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3762723600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3781472400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3794173200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3812922000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3825622800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3844371600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3857677200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3875821200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3889126800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3907270800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3920576400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3939325200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3952026000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3970774800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3983475600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4002224400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4015530000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4033674000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4046979600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4065123600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4078429200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4096573200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 1050, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Andorra => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2177453164, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-733881600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (481078800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (496803600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (512528400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (528253200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (543978000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (559702800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (575427600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (591152400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (606877200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (622602000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (638326800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (654656400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (670381200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (686106000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (701830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (717555600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (733280400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (749005200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (764730000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (780454800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (796179600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (811904400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (828234000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (846378000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (859683600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (877827600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (891133200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (909277200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (922582800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (941331600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (954032400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (972781200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (985482000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1004230800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1017536400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1035680400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1048986000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1067130000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1080435600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1099184400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1111885200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1130634000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1143334800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1162083600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1174784400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1193533200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1206838800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1224982800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1238288400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1256432400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1269738000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1288486800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1301187600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1319936400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1332637200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1351386000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1364691600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1382835600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1396141200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1414285200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1427590800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1445734800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1459040400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1477789200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1490490000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1509238800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1521939600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1540688400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1553994000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1572138000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1585443600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1603587600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1616893200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1635642000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1648342800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1667091600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1679792400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1698541200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1711846800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1729990800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1743296400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1761440400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1774746000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1792890000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1806195600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1824944400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1837645200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1856394000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1869094800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1887843600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1901149200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1919293200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1932598800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1950742800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1964048400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1982797200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1995498000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2014246800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2026947600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2045696400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2058397200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2077146000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2090451600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2108595600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2121901200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2140045200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2153350800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2172099600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2184800400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2203549200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2216250000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2234998800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2248304400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2266448400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2279754000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2297898000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2311203600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2329347600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2342653200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2361402000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2374102800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2392851600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2405552400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2424301200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2437606800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2455750800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2469056400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2487200400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2500506000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2519254800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2531955600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2550704400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2563405200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2582154000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2595459600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2613603600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2626909200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2645053200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2658358800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2676502800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2689808400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2708557200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2721258000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2740006800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2752707600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2771456400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2784762000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2802906000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2816211600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2834355600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2847661200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2866410000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2879110800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2897859600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2910560400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2929309200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2942010000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2960758800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2974064400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2992208400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3005514000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3023658000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3036963600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3055712400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3068413200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3087162000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3099862800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3118611600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3131917200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3150061200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3163366800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3181510800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3194816400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3212960400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3226266000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3245014800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3257715600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3276464400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3289165200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3307914000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3321219600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3339363600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3352669200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3370813200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3384118800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3402867600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3415568400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3434317200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3447018000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3465766800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3479072400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3497216400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3510522000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3528666000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3541971600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3560115600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3573421200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3592170000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3604870800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3623619600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3636320400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3655069200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3668374800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3686518800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3699824400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3717968400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3731274000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3750022800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3762723600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3781472400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3794173200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3812922000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3825622800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3844371600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3857677200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3875821200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3889126800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3907270800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3920576400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3939325200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3952026000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3970774800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3983475600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4002224400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4015530000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4033674000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4046979600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4065123600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4078429200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4096573200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 364, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Astrakhan => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1441249932, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (-1247540400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (354916800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (370724400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (386452800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (402260400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (417988800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (433796400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (449611200, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (465343200, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (481068000, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (496792800, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (512517600, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (528242400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (543967200, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (559692000, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (575416800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (591141600, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (606866400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (622594800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (638319600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (654649200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (670374000, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (701820000, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (717548400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (733273200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (748998000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (764722800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (780447600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (796172400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (811897200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (828226800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (846370800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (859676400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (877820400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (891126000, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (909270000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (922575600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (941324400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (954025200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (972774000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (985474800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (1004223600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (1017529200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (1035673200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (1048978800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (1067122800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (1080428400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (1099177200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (1111878000, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (1130626800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (1143327600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (1162076400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (1174777200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (1193526000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (1206831600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (1224975600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (1238281200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (1256425200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (1269730800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (1288479600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (1301180400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1414274400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (1459033200, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 11532, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Athens => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2344642492, FixedTimespan { utc_offset: 5692, dst_offset: 0, name: "AMT" }), + (-1686101632, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1182996000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1178161200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-906861600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-904878000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-857257200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-844477200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-828237600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-812422800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-552362400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-541652400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (166485600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (186184800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (198028800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (213753600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (228873600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (244080000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (260323200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (275446800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (291798000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (307407600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (323388000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (338936400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (354675600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (370400400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (386125200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (401850000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (417574800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (433299600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (449024400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (465354000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (481078800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (496803600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (512528400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (528253200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (543978000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (559702800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (575427600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (591152400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (606877200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (622602000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (638326800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (654656400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (670381200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (686106000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (701830800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (717555600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (733280400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (749005200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (764730000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (780454800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (796179600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (811904400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (828234000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (846378000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (859683600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (877827600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (891133200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (909277200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (922582800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (941331600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (954032400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (972781200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (985482000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1004230800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1017536400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1035680400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1048986000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1067130000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1080435600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1099184400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1111885200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1130634000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1143334800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1162083600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1174784400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1193533200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1206838800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1224982800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1238288400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1256432400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1269738000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1288486800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1301187600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1319936400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1332637200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1351386000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1364691600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1382835600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1396141200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1414285200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1427590800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1445734800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1459040400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1477789200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1490490000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1509238800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1521939600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1540688400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1553994000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1572138000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1585443600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1603587600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1616893200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1635642000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1648342800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1667091600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1679792400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1698541200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1711846800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1729990800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1743296400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1761440400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1774746000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1792890000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1806195600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1824944400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1837645200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1856394000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1869094800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1887843600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1901149200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1919293200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1932598800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1950742800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1964048400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1982797200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1995498000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2014246800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2026947600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2045696400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2058397200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2077146000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2090451600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2108595600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2121901200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2140045200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2153350800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2172099600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2184800400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2203549200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2216250000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2234998800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2248304400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2266448400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2279754000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2297898000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2311203600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2329347600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2342653200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2361402000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2374102800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2392851600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2405552400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2424301200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2437606800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2455750800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2469056400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2487200400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2500506000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2519254800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2531955600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2550704400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2563405200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2582154000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2595459600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2613603600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2626909200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2645053200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2658358800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2676502800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2689808400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2708557200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2721258000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2740006800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2752707600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2771456400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2784762000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2802906000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2816211600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2834355600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2847661200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2866410000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2879110800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2897859600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2910560400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2929309200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2942010000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2960758800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2974064400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2992208400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3005514000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3023658000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3036963600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3055712400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3068413200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3087162000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3099862800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3118611600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3131917200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3150061200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3163366800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3181510800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3194816400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3212960400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3226266000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3245014800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3257715600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3276464400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3289165200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3307914000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3321219600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3339363600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3352669200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3370813200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3384118800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3402867600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3415568400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3434317200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3447018000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3465766800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3479072400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3497216400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3510522000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3528666000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3541971600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3560115600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3573421200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3592170000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3604870800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3623619600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3636320400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3655069200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3668374800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3686518800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3699824400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3717968400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3731274000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3750022800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3762723600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3781472400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3794173200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3812922000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3825622800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3844371600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3857677200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3875821200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3889126800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3907270800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3920576400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3939325200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3952026000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3970774800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3983475600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4002224400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4015530000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4033674000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4046979600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4065123600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4078429200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4096573200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 5692, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Belfast => { + const REST: &[(i64, FixedTimespan)] = &[ + (-3852662325, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1691964000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1680472800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1664143200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1650146400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1633903200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1617487200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1601848800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1586037600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1570399200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1552168800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1538344800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1522533600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1507500000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1490565600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1473631200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1460930400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1442786400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1428876000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1410732000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1396216800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1379282400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1364767200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1348437600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1333317600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1315778400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1301263200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1284328800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1269813600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1253484000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1238364000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1221429600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1206914400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1189980000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1175464800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1159135200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1143410400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1126476000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1111960800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1095631200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1080511200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1063576800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1049061600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1032127200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1017612000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1001282400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-986162400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-969228000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-950479200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-942012000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-904518000, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-896050800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-875487600, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-864601200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-844038000, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-832546800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-812588400, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-798073200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-781052400, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-772066800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-764805600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-748476000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-733356000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-719445600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-717030000, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-706748400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-699487200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-687996000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-668037600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-654732000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-636588000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-622072800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-605743200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-590623200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-574293600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-558568800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-542239200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-527119200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-512604000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-496274400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-481154400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-464220000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-449704800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-432165600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-417650400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-401320800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-386200800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-369266400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-354751200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-337816800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-323301600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-306972000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-291852000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-276732000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-257983200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-245282400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-226533600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-213228000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-195084000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-182383200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-163634400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-150933600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-132184800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-119484000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-100735200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-88034400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-68680800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-59004000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-37242000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "BST" }), + (57718800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (69818400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (89172000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (101268000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (120621600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (132717600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (152071200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (164167200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (183520800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (196221600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (214970400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (227671200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (246420000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (259120800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (278474400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (290570400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (309924000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (322020000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (341373600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (354675600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (372819600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (386125200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (404269200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (417574800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (435718800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (449024400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (467773200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (481078800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (499222800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (512528400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (530672400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (543978000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (562122000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (575427600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (593571600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (606877200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (625626000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (638326800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (657075600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (670381200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (688525200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (701830800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (719974800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (733280400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (751424400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (764730000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (782874000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (796179600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (814323600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (828234000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (846378000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (859683600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (877827600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (891133200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (909277200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (922582800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (941331600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (954032400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (972781200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (985482000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1004230800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1017536400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1035680400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1048986000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1067130000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1080435600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1099184400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1111885200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1130634000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1143334800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1162083600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1174784400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1193533200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1206838800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1224982800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1238288400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1256432400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1269738000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1288486800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1301187600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1319936400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1332637200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1351386000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1364691600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1382835600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1396141200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1414285200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1427590800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1445734800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1459040400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1477789200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1490490000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1509238800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1521939600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1540688400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1553994000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1572138000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1585443600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1603587600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1616893200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1635642000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1648342800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1667091600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1679792400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1698541200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1711846800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1729990800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1743296400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1761440400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1774746000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1792890000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1806195600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1824944400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1837645200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1856394000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1869094800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1887843600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1901149200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1919293200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1932598800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1950742800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1964048400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1982797200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1995498000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2014246800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2026947600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2045696400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2058397200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2077146000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2090451600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2108595600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2121901200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2140045200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2153350800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2172099600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2184800400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2203549200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2216250000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2234998800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2248304400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2266448400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2279754000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2297898000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2311203600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2329347600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2342653200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2361402000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2374102800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2392851600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2405552400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2424301200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2437606800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2455750800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2469056400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2487200400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2500506000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2519254800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2531955600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2550704400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2563405200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2582154000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2595459600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2613603600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2626909200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2645053200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2658358800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2676502800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2689808400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2708557200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2721258000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2740006800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2752707600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2771456400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2784762000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2802906000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2816211600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2834355600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2847661200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2866410000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2879110800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2897859600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2910560400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2929309200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2942010000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2960758800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2974064400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2992208400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3005514000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3023658000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3036963600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3055712400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3068413200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3087162000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3099862800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3118611600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3131917200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3150061200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3163366800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3181510800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3194816400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3212960400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3226266000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3245014800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3257715600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3276464400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3289165200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3307914000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3321219600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3339363600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3352669200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3370813200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3384118800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3402867600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3415568400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3434317200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3447018000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3465766800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3479072400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3497216400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3510522000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3528666000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3541971600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3560115600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3573421200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3592170000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3604870800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3623619600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3636320400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3655069200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3668374800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3686518800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3699824400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3717968400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3731274000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3750022800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3762723600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3781472400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3794173200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3812922000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3825622800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3844371600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3857677200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3875821200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3889126800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3907270800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3920576400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3939325200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3952026000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3970774800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3983475600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (4002224400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (4015530000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (4033674000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (4046979600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (4065123600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (4078429200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (4096573200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -75, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Belgrade => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2713915320, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-905824800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-857257200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-844556400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-828226800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-812502000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-796777200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-777942000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-766627200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (417574800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (433299600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (449024400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (465354000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (481078800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (496803600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (512528400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (528253200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (543978000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (559702800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (575427600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (591152400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (606877200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (622602000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (638326800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (654656400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (670381200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (686106000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (701830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (717555600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (733280400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (749005200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (764730000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (780454800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (796179600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (811904400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (828234000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (846378000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (859683600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (877827600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (891133200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (909277200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (922582800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (941331600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (954032400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (972781200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (985482000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1004230800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1017536400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1035680400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1048986000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1067130000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1080435600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1099184400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1111885200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1130634000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1143334800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1162083600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1174784400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1193533200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1206838800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1224982800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1238288400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1256432400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1269738000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1288486800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1301187600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1319936400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1332637200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1351386000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1364691600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1382835600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1396141200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1414285200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1427590800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1445734800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1459040400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1477789200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1490490000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1509238800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1521939600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1540688400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1553994000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1572138000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1585443600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1603587600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1616893200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1635642000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1648342800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1667091600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1679792400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1698541200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1711846800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1729990800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1743296400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1761440400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1774746000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1792890000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1806195600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1824944400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1837645200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1856394000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1869094800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1887843600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1901149200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1919293200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1932598800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1950742800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1964048400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1982797200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1995498000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2014246800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2026947600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2045696400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2058397200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2077146000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2090451600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2108595600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2121901200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2140045200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2153350800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2172099600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2184800400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2203549200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2216250000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2234998800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2248304400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2266448400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2279754000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2297898000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2311203600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2329347600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2342653200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2361402000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2374102800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2392851600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2405552400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2424301200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2437606800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2455750800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2469056400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2487200400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2500506000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2519254800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2531955600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2550704400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2563405200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2582154000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2595459600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2613603600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2626909200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2645053200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2658358800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2676502800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2689808400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2708557200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2721258000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2740006800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2752707600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2771456400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2784762000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2802906000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2816211600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2834355600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2847661200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2866410000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2879110800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2897859600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2910560400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2929309200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2942010000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2960758800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2974064400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2992208400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3005514000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3023658000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3036963600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3055712400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3068413200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3087162000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3099862800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3118611600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3131917200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3150061200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3163366800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3181510800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3194816400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3212960400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3226266000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3245014800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3257715600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3276464400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3289165200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3307914000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3321219600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3339363600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3352669200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3370813200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3384118800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3402867600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3415568400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3434317200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3447018000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3465766800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3479072400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3497216400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3510522000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3528666000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3541971600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3560115600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3573421200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3592170000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3604870800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3623619600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3636320400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3655069200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3668374800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3686518800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3699824400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3717968400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3731274000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3750022800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3762723600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3781472400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3794173200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3812922000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3825622800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3844371600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3857677200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3875821200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3889126800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3907270800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3920576400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3939325200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3952026000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3970774800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3983475600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4002224400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4015530000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4033674000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4046979600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4065123600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4078429200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4096573200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 4920, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Berlin => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2422054408, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1693706400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1680483600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1663455600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1650150000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1632006000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1618700400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-938905200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-857257200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-844556400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-828226800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-812502000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-796777200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-781052400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-776563200, FixedTimespan { utc_offset: 3600, dst_offset: 7200, name: "CEMT" }), + (-765936000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-761180400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-748479600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-733273200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-717631200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-714610800, FixedTimespan { utc_offset: 3600, dst_offset: 7200, name: "CEMT" }), + (-710380800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-701910000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-684975600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-670460400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-654130800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-639010800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (323830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (338950800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (354675600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (370400400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (386125200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (401850000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (417574800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (433299600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (449024400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (465354000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (481078800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (496803600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (512528400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (528253200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (543978000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (559702800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (575427600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (591152400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (606877200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (622602000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (638326800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (654656400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (670381200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (686106000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (701830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (717555600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (733280400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (749005200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (764730000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (780454800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (796179600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (811904400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (828234000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (846378000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (859683600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (877827600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (891133200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (909277200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (922582800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (941331600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (954032400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (972781200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (985482000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1004230800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1017536400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1035680400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1048986000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1067130000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1080435600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1099184400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1111885200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1130634000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1143334800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1162083600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1174784400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1193533200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1206838800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1224982800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1238288400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1256432400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1269738000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1288486800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1301187600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1319936400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1332637200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1351386000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1364691600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1382835600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1396141200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1414285200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1427590800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1445734800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1459040400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1477789200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1490490000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1509238800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1521939600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1540688400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1553994000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1572138000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1585443600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1603587600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1616893200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1635642000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1648342800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1667091600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1679792400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1698541200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1711846800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1729990800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1743296400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1761440400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1774746000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1792890000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1806195600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1824944400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1837645200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1856394000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1869094800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1887843600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1901149200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1919293200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1932598800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1950742800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1964048400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1982797200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1995498000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2014246800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2026947600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2045696400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2058397200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2077146000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2090451600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2108595600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2121901200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2140045200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2153350800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2172099600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2184800400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2203549200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2216250000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2234998800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2248304400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2266448400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2279754000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2297898000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2311203600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2329347600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2342653200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2361402000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2374102800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2392851600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2405552400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2424301200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2437606800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2455750800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2469056400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2487200400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2500506000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2519254800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2531955600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2550704400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2563405200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2582154000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2595459600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2613603600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2626909200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2645053200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2658358800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2676502800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2689808400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2708557200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2721258000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2740006800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2752707600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2771456400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2784762000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2802906000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2816211600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2834355600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2847661200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2866410000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2879110800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2897859600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2910560400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2929309200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2942010000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2960758800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2974064400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2992208400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3005514000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3023658000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3036963600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3055712400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3068413200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3087162000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3099862800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3118611600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3131917200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3150061200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3163366800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3181510800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3194816400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3212960400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3226266000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3245014800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3257715600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3276464400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3289165200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3307914000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3321219600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3339363600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3352669200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3370813200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3384118800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3402867600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3415568400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3434317200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3447018000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3465766800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3479072400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3497216400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3510522000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3528666000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3541971600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3560115600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3573421200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3592170000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3604870800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3623619600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3636320400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3655069200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3668374800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3686518800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3699824400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3717968400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3731274000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3750022800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3762723600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3781472400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3794173200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3812922000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3825622800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3844371600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3857677200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3875821200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3889126800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3907270800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3920576400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3939325200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3952026000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3970774800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3983475600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4002224400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4015530000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4033674000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4046979600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4065123600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4078429200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4096573200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 3208, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Bratislava => { + const REST: &[(i64, FixedTimespan)] = &[ + (-3786829064, FixedTimespan { utc_offset: 3464, dst_offset: 0, name: "PMT" }), + (-2469401864, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1693706400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1680483600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1663455600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1650150000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1632006000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1618700400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-938905200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-857257200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-844556400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-828226800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-812502000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-796777200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-781052400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-765327600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-746578800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-733359600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-728517600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (-721260000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-716425200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-701910000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-684975600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-670460400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-654217200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-639010800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (291776400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (307501200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (323830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (338950800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (354675600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (370400400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (386125200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (401850000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (417574800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (433299600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (449024400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (465354000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (481078800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (496803600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (512528400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (528253200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (543978000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (559702800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (575427600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (591152400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (606877200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (622602000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (638326800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (654656400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (670381200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (686106000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (701830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (717555600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (733280400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (749005200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (764730000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (780454800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (796179600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (811904400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (828234000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (846378000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (859683600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (877827600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (891133200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (909277200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (922582800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (941331600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (954032400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (972781200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (985482000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1004230800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1017536400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1035680400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1048986000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1067130000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1080435600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1099184400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1111885200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1130634000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1143334800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1162083600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1174784400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1193533200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1206838800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1224982800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1238288400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1256432400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1269738000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1288486800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1301187600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1319936400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1332637200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1351386000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1364691600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1382835600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1396141200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1414285200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1427590800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1445734800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1459040400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1477789200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1490490000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1509238800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1521939600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1540688400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1553994000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1572138000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1585443600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1603587600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1616893200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1635642000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1648342800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1667091600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1679792400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1698541200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1711846800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1729990800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1743296400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1761440400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1774746000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1792890000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1806195600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1824944400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1837645200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1856394000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1869094800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1887843600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1901149200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1919293200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1932598800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1950742800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1964048400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1982797200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1995498000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2014246800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2026947600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2045696400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2058397200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2077146000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2090451600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2108595600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2121901200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2140045200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2153350800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2172099600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2184800400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2203549200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2216250000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2234998800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2248304400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2266448400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2279754000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2297898000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2311203600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2329347600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2342653200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2361402000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2374102800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2392851600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2405552400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2424301200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2437606800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2455750800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2469056400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2487200400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2500506000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2519254800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2531955600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2550704400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2563405200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2582154000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2595459600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2613603600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2626909200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2645053200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2658358800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2676502800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2689808400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2708557200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2721258000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2740006800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2752707600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2771456400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2784762000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2802906000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2816211600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2834355600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2847661200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2866410000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2879110800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2897859600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2910560400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2929309200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2942010000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2960758800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2974064400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2992208400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3005514000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3023658000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3036963600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3055712400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3068413200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3087162000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3099862800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3118611600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3131917200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3150061200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3163366800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3181510800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3194816400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3212960400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3226266000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3245014800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3257715600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3276464400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3289165200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3307914000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3321219600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3339363600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3352669200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3370813200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3384118800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3402867600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3415568400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3434317200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3447018000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3465766800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3479072400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3497216400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3510522000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3528666000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3541971600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3560115600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3573421200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3592170000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3604870800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3623619600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3636320400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3655069200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3668374800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3686518800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3699824400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3717968400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3731274000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3750022800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3762723600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3781472400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3794173200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3812922000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3825622800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3844371600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3857677200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3875821200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3889126800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3907270800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3920576400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3939325200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3952026000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3970774800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3983475600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4002224400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4015530000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4033674000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4046979600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4065123600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4078429200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4096573200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 3464, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Brussels => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2840141850, FixedTimespan { utc_offset: 1050, dst_offset: 0, name: "BMT" }), + (-2450995200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1740355200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1693702800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1680483600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1663455600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1650150000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1632006000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1618700400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1613829600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1604278800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1585530000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1574038800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1552266000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1539997200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1520557200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1507510800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1490576400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1473642000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1459126800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1444006800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1427677200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1411952400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1396227600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1379293200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1364778000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1348448400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1333328400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1316394000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1301263200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1284328800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1269813600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1253484000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1238364000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1221429600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1206914400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1191189600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1175464800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1160344800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1143410400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1127685600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1111960800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1096840800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1080511200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1063576800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1049061600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1033336800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1017612000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1002492000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-986162400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-969228000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-950479200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-942012000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-934671600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-857257200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-844556400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-828226800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-812502000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-798073200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-781052400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-766623600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-745455600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-733273200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (228877200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (243997200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (260326800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (276051600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (291776400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (307501200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (323830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (338950800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (354675600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (370400400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (386125200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (401850000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (417574800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (433299600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (449024400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (465354000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (481078800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (496803600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (512528400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (528253200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (543978000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (559702800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (575427600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (591152400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (606877200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (622602000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (638326800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (654656400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (670381200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (686106000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (701830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (717555600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (733280400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (749005200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (764730000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (780454800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (796179600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (811904400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (828234000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (846378000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (859683600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (877827600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (891133200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (909277200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (922582800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (941331600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (954032400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (972781200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (985482000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1004230800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1017536400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1035680400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1048986000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1067130000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1080435600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1099184400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1111885200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1130634000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1143334800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1162083600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1174784400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1193533200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1206838800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1224982800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1238288400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1256432400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1269738000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1288486800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1301187600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1319936400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1332637200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1351386000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1364691600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1382835600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1396141200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1414285200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1427590800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1445734800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1459040400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1477789200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1490490000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1509238800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1521939600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1540688400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1553994000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1572138000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1585443600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1603587600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1616893200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1635642000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1648342800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1667091600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1679792400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1698541200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1711846800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1729990800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1743296400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1761440400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1774746000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1792890000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1806195600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1824944400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1837645200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1856394000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1869094800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1887843600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1901149200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1919293200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1932598800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1950742800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1964048400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1982797200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1995498000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2014246800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2026947600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2045696400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2058397200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2077146000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2090451600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2108595600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2121901200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2140045200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2153350800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2172099600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2184800400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2203549200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2216250000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2234998800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2248304400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2266448400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2279754000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2297898000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2311203600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2329347600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2342653200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2361402000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2374102800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2392851600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2405552400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2424301200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2437606800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2455750800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2469056400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2487200400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2500506000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2519254800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2531955600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2550704400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2563405200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2582154000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2595459600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2613603600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2626909200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2645053200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2658358800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2676502800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2689808400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2708557200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2721258000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2740006800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2752707600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2771456400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2784762000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2802906000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2816211600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2834355600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2847661200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2866410000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2879110800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2897859600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2910560400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2929309200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2942010000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2960758800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2974064400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2992208400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3005514000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3023658000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3036963600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3055712400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3068413200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3087162000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3099862800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3118611600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3131917200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3150061200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3163366800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3181510800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3194816400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3212960400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3226266000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3245014800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3257715600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3276464400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3289165200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3307914000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3321219600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3339363600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3352669200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3370813200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3384118800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3402867600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3415568400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3434317200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3447018000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3465766800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3479072400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3497216400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3510522000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3528666000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3541971600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3560115600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3573421200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3592170000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3604870800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3623619600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3636320400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3655069200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3668374800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3686518800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3699824400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3717968400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3731274000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3750022800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3762723600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3781472400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3794173200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3812922000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3825622800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3844371600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3857677200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3875821200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3889126800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3907270800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3920576400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3939325200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3952026000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3970774800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3983475600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4002224400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4015530000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4033674000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4046979600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4065123600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4078429200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4096573200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 1050, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Bucharest => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2469404664, FixedTimespan { utc_offset: 6264, dst_offset: 0, name: "BMT" }), + (-1213148664, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1187056800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1175479200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1159754400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1144029600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1127700000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1111975200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1096250400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1080525600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1064800800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1049076000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1033351200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1017626400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1001901600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-986176800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-970452000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-954727200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (296604000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (307486800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (323816400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (338940000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (354672000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (370396800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (386121600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (401846400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (417571200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (433296000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (449020800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (465350400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (481075200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (496800000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (512524800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (528249600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (543974400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (559699200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (575424000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (591148800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (606873600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (622598400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (638323200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (654652800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (670370400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (686095200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (701820000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (717544800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (733269600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (748994400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (764719200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (780440400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (796168800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (811890000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (828223200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (846363600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (859683600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (877827600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (891133200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (909277200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (922582800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (941331600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (954032400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (972781200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (985482000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1004230800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1017536400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1035680400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1048986000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1067130000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1080435600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1099184400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1111885200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1130634000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1143334800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1162083600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1174784400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1193533200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1206838800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1224982800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1238288400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1256432400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1269738000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1288486800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1301187600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1319936400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1332637200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1351386000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1364691600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1382835600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1396141200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1414285200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1427590800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1445734800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1459040400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1477789200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1490490000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1509238800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1521939600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1540688400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1553994000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1572138000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1585443600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1603587600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1616893200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1635642000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1648342800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1667091600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1679792400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1698541200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1711846800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1729990800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1743296400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1761440400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1774746000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1792890000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1806195600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1824944400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1837645200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1856394000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1869094800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1887843600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1901149200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1919293200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1932598800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1950742800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1964048400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1982797200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1995498000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2014246800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2026947600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2045696400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2058397200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2077146000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2090451600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2108595600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2121901200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2140045200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2153350800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2172099600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2184800400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2203549200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2216250000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2234998800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2248304400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2266448400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2279754000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2297898000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2311203600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2329347600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2342653200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2361402000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2374102800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2392851600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2405552400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2424301200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2437606800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2455750800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2469056400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2487200400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2500506000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2519254800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2531955600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2550704400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2563405200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2582154000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2595459600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2613603600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2626909200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2645053200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2658358800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2676502800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2689808400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2708557200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2721258000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2740006800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2752707600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2771456400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2784762000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2802906000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2816211600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2834355600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2847661200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2866410000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2879110800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2897859600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2910560400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2929309200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2942010000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2960758800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2974064400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2992208400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3005514000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3023658000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3036963600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3055712400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3068413200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3087162000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3099862800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3118611600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3131917200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3150061200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3163366800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3181510800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3194816400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3212960400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3226266000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3245014800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3257715600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3276464400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3289165200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3307914000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3321219600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3339363600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3352669200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3370813200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3384118800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3402867600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3415568400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3434317200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3447018000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3465766800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3479072400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3497216400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3510522000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3528666000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3541971600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3560115600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3573421200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3592170000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3604870800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3623619600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3636320400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3655069200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3668374800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3686518800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3699824400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3717968400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3731274000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3750022800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3762723600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3781472400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3794173200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3812922000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3825622800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3844371600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3857677200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3875821200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3889126800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3907270800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3920576400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3939325200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3952026000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3970774800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3983475600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4002224400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4015530000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4033674000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4046979600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4065123600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4078429200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4096573200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 6264, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Budapest => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2498260580, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1693706400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1680483600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1663455600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1650150000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1632006000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1618700400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1600470000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1587250800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1569711600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1555196400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-906775200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-857257200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-844556400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-828226800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-812502000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-796777200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-778471200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-762656400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-749689200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-733276800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-717634800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-701910000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-686185200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-670460400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-654130800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-639010800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-492656400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-481168800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-461199600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-449708400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-428540400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-418258800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-397090800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-386809200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (323823600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (338943600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (354668400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (370393200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (386118000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (401842800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (417567600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (433292400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (449024400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (465354000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (481078800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (496803600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (512528400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (528253200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (543978000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (559702800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (575427600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (591152400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (606877200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (622602000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (638326800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (654656400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (670381200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (686106000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (701830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (717555600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (733280400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (749005200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (764730000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (780454800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (796179600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (811904400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (828234000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (846378000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (859683600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (877827600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (891133200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (909277200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (922582800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (941331600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (954032400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (972781200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (985482000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1004230800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1017536400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1035680400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1048986000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1067130000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1080435600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1099184400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1111885200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1130634000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1143334800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1162083600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1174784400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1193533200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1206838800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1224982800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1238288400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1256432400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1269738000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1288486800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1301187600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1319936400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1332637200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1351386000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1364691600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1382835600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1396141200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1414285200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1427590800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1445734800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1459040400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1477789200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1490490000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1509238800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1521939600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1540688400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1553994000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1572138000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1585443600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1603587600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1616893200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1635642000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1648342800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1667091600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1679792400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1698541200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1711846800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1729990800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1743296400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1761440400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1774746000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1792890000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1806195600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1824944400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1837645200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1856394000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1869094800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1887843600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1901149200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1919293200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1932598800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1950742800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1964048400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1982797200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1995498000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2014246800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2026947600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2045696400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2058397200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2077146000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2090451600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2108595600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2121901200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2140045200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2153350800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2172099600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2184800400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2203549200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2216250000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2234998800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2248304400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2266448400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2279754000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2297898000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2311203600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2329347600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2342653200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2361402000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2374102800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2392851600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2405552400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2424301200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2437606800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2455750800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2469056400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2487200400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2500506000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2519254800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2531955600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2550704400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2563405200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2582154000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2595459600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2613603600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2626909200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2645053200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2658358800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2676502800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2689808400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2708557200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2721258000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2740006800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2752707600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2771456400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2784762000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2802906000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2816211600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2834355600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2847661200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2866410000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2879110800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2897859600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2910560400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2929309200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2942010000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2960758800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2974064400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2992208400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3005514000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3023658000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3036963600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3055712400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3068413200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3087162000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3099862800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3118611600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3131917200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3150061200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3163366800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3181510800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3194816400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3212960400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3226266000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3245014800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3257715600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3276464400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3289165200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3307914000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3321219600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3339363600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3352669200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3370813200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3384118800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3402867600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3415568400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3434317200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3447018000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3465766800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3479072400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3497216400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3510522000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3528666000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3541971600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3560115600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3573421200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3592170000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3604870800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3623619600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3636320400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3655069200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3668374800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3686518800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3699824400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3717968400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3731274000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3750022800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3762723600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3781472400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3794173200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3812922000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3825622800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3844371600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3857677200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3875821200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3889126800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3907270800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3920576400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3939325200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3952026000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3970774800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3983475600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4002224400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4015530000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4033674000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4046979600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4065123600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4078429200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4096573200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 4580, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Busingen => { + const REST: &[(i64, FixedTimespan)] = &[ + (-3675198848, FixedTimespan { utc_offset: 1786, dst_offset: 0, name: "BMT" }), + (-2385246586, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-904435200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-891129600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-872985600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-859680000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (354675600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (370400400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (386125200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (401850000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (417574800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (433299600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (449024400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (465354000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (481078800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (496803600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (512528400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (528253200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (543978000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (559702800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (575427600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (591152400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (606877200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (622602000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (638326800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (654656400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (670381200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (686106000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (701830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (717555600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (733280400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (749005200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (764730000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (780454800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (796179600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (811904400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (828234000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (846378000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (859683600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (877827600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (891133200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (909277200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (922582800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (941331600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (954032400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (972781200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (985482000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1004230800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1017536400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1035680400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1048986000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1067130000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1080435600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1099184400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1111885200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1130634000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1143334800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1162083600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1174784400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1193533200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1206838800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1224982800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1238288400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1256432400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1269738000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1288486800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1301187600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1319936400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1332637200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1351386000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1364691600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1382835600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1396141200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1414285200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1427590800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1445734800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1459040400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1477789200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1490490000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1509238800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1521939600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1540688400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1553994000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1572138000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1585443600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1603587600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1616893200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1635642000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1648342800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1667091600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1679792400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1698541200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1711846800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1729990800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1743296400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1761440400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1774746000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1792890000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1806195600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1824944400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1837645200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1856394000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1869094800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1887843600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1901149200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1919293200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1932598800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1950742800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1964048400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1982797200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1995498000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2014246800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2026947600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2045696400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2058397200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2077146000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2090451600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2108595600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2121901200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2140045200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2153350800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2172099600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2184800400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2203549200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2216250000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2234998800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2248304400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2266448400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2279754000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2297898000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2311203600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2329347600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2342653200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2361402000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2374102800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2392851600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2405552400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2424301200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2437606800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2455750800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2469056400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2487200400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2500506000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2519254800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2531955600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2550704400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2563405200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2582154000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2595459600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2613603600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2626909200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2645053200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2658358800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2676502800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2689808400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2708557200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2721258000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2740006800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2752707600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2771456400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2784762000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2802906000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2816211600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2834355600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2847661200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2866410000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2879110800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2897859600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2910560400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2929309200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2942010000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2960758800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2974064400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2992208400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3005514000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3023658000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3036963600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3055712400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3068413200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3087162000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3099862800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3118611600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3131917200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3150061200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3163366800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3181510800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3194816400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3212960400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3226266000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3245014800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3257715600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3276464400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3289165200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3307914000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3321219600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3339363600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3352669200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3370813200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3384118800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3402867600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3415568400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3434317200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3447018000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3465766800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3479072400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3497216400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3510522000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3528666000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3541971600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3560115600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3573421200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3592170000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3604870800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3623619600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3636320400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3655069200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3668374800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3686518800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3699824400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3717968400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3731274000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3750022800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3762723600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3781472400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3794173200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3812922000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3825622800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3844371600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3857677200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3875821200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3889126800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3907270800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3920576400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3939325200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3952026000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3970774800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3983475600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4002224400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4015530000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4033674000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4046979600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4065123600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4078429200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4096573200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 2048, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Chisinau => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2840147720, FixedTimespan { utc_offset: 6900, dst_offset: 0, name: "CMT" }), + (-1637114100, FixedTimespan { utc_offset: 6264, dst_offset: 0, name: "BMT" }), + (-1213148664, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1187056800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1175479200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1159754400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1144029600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1127700000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1111975200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1096250400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1080525600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1064800800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1049076000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1033351200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1017626400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1001901600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-986176800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-970452000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-954727200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-927165600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-898138800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-857257200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-844556400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-828226800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-812502000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-800157600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (354920400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (370728000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (386456400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (402264000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (417992400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (433800000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (449614800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (465346800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (481071600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (496796400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (512521200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (528246000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (543970800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (559695600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (575420400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (591145200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (606870000, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (622594800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (638319600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (641944800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (654652800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (670377600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (686102400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (701820000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (717541200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (733269600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (748990800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (764719200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (780440400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (796168800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (811890000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (828223200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (846363600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (859680000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (877824000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (891129600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (909273600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (922579200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (941328000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (954028800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (972777600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (985478400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1004227200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1017532800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1035676800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1048982400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1067126400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1080432000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1099180800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1111881600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1130630400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1143331200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1162080000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1174780800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1193529600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1206835200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1224979200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1238284800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1256428800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1269734400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1288483200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1301184000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1319932800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1332633600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1351382400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1364688000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1382832000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1396137600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1414281600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1427587200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1445731200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1459036800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1477785600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1490486400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1509235200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1521936000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1540684800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1553990400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1572134400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1585440000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1603584000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1616889600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1635638400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1648339200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1667088000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1679788800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1698537600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1711843200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1729987200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1743292800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1761436800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1774742400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1792886400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1806192000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1824940800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1837641600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1856390400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1869091200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1887840000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1901145600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1919289600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1932595200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1950739200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1964044800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1982793600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1995494400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2014243200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2026944000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2045692800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2058393600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2077142400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2090448000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2108592000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2121897600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2140041600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2153347200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2172096000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2184796800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2203545600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2216246400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2234995200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2248300800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2266444800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2279750400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2297894400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2311200000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2329344000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2342649600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2361398400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2374099200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2392848000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2405548800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2424297600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2437603200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2455747200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2469052800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2487196800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2500502400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2519251200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2531952000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2550700800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2563401600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2582150400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2595456000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2613600000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2626905600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2645049600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2658355200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2676499200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2689804800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2708553600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2721254400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2740003200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2752704000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2771452800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2784758400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2802902400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2816208000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2834352000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2847657600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2866406400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2879107200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2897856000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2910556800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2929305600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2942006400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2960755200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2974060800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2992204800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3005510400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3023654400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3036960000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3055708800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3068409600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3087158400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3099859200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3118608000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3131913600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3150057600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3163363200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3181507200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3194812800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3212956800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3226262400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3245011200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3257712000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3276460800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3289161600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3307910400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3321216000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3339360000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3352665600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3370809600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3384115200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3402864000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3415564800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3434313600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3447014400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3465763200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3479068800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3497212800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3510518400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3528662400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3541968000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3560112000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3573417600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3592166400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3604867200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3623616000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3636316800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3655065600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3668371200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3686515200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3699820800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3717964800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3731270400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3750019200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3762720000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3781468800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3794169600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3812918400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3825619200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3844368000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3857673600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3875817600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3889123200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3907267200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3920572800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3939321600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3952022400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3970771200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3983472000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4002220800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4015526400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4033670400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4046976000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4065120000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4078425600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4096569600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 6920, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Copenhagen => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2422054408, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1693706400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1680483600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1663455600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1650150000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1632006000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1618700400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-938905200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-857257200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-844556400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-828226800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-812502000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-796777200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-781052400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-776563200, FixedTimespan { utc_offset: 3600, dst_offset: 7200, name: "CEMT" }), + (-765936000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-761180400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-748479600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-733273200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-717631200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-714610800, FixedTimespan { utc_offset: 3600, dst_offset: 7200, name: "CEMT" }), + (-710380800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-701910000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-684975600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-670460400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-654130800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-639010800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (323830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (338950800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (354675600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (370400400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (386125200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (401850000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (417574800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (433299600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (449024400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (465354000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (481078800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (496803600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (512528400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (528253200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (543978000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (559702800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (575427600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (591152400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (606877200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (622602000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (638326800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (654656400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (670381200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (686106000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (701830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (717555600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (733280400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (749005200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (764730000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (780454800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (796179600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (811904400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (828234000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (846378000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (859683600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (877827600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (891133200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (909277200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (922582800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (941331600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (954032400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (972781200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (985482000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1004230800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1017536400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1035680400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1048986000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1067130000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1080435600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1099184400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1111885200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1130634000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1143334800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1162083600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1174784400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1193533200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1206838800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1224982800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1238288400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1256432400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1269738000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1288486800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1301187600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1319936400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1332637200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1351386000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1364691600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1382835600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1396141200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1414285200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1427590800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1445734800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1459040400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1477789200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1490490000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1509238800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1521939600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1540688400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1553994000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1572138000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1585443600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1603587600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1616893200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1635642000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1648342800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1667091600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1679792400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1698541200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1711846800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1729990800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1743296400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1761440400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1774746000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1792890000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1806195600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1824944400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1837645200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1856394000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1869094800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1887843600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1901149200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1919293200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1932598800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1950742800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1964048400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1982797200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1995498000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2014246800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2026947600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2045696400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2058397200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2077146000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2090451600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2108595600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2121901200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2140045200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2153350800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2172099600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2184800400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2203549200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2216250000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2234998800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2248304400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2266448400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2279754000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2297898000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2311203600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2329347600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2342653200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2361402000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2374102800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2392851600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2405552400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2424301200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2437606800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2455750800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2469056400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2487200400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2500506000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2519254800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2531955600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2550704400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2563405200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2582154000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2595459600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2613603600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2626909200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2645053200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2658358800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2676502800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2689808400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2708557200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2721258000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2740006800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2752707600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2771456400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2784762000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2802906000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2816211600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2834355600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2847661200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2866410000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2879110800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2897859600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2910560400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2929309200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2942010000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2960758800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2974064400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2992208400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3005514000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3023658000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3036963600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3055712400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3068413200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3087162000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3099862800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3118611600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3131917200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3150061200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3163366800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3181510800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3194816400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3212960400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3226266000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3245014800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3257715600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3276464400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3289165200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3307914000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3321219600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3339363600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3352669200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3370813200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3384118800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3402867600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3415568400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3434317200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3447018000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3465766800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3479072400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3497216400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3510522000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3528666000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3541971600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3560115600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3573421200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3592170000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3604870800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3623619600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3636320400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3655069200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3668374800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3686518800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3699824400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3717968400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3731274000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3750022800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3762723600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3781472400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3794173200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3812922000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3825622800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3844371600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3857677200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3875821200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3889126800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3907270800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3920576400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3939325200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3952026000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3970774800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3983475600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4002224400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4015530000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4033674000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4046979600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4065123600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4078429200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4096573200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 3208, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Dublin => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2821649679, FixedTimespan { utc_offset: -1521, dst_offset: 0, name: "DMT" }), + (-1691962479, FixedTimespan { utc_offset: -1521, dst_offset: 3600, name: "IST" }), + (-1680474879, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1680472800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1664143200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1650146400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1633903200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1617487200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1601848800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1586037600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1570399200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1552168800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1538344800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1522533600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1507500000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-1490565600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1473631200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-1460930400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1442786400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-1428876000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1410732000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-1396216800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1379282400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-1364767200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1348437600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-1333317600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1315778400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-1301263200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1284328800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-1269813600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1253484000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-1238364000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1221429600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-1206914400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1189980000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-1175464800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1159135200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-1143410400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1126476000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-1111960800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1095631200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-1080511200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1063576800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-1049061600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1032127200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-1017612000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1001282400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-986162400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-969228000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-950479200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-942012000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-733359600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-719445600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-699490800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-684972000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-668037600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-654732000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-636588000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-622072800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-605743200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-590623200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-574293600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-558568800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-542239200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-527119200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-512604000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-496274400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-481154400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-464220000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-449704800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-432165600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-417650400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-401320800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-386200800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-369266400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-354751200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-337816800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-323301600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-306972000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-291852000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-276732000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-257983200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-245282400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-226533600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-213228000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-195084000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-182383200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-163634400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-150933600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-132184800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-119484000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-100735200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-88034400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-68680800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-59004000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "IST" }), + (-37242000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (57722400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (69818400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (89172000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (101268000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (120621600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (132717600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (152071200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (164167200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (183520800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (196221600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (214970400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (227671200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (246420000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (259120800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (278474400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (290570400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (309924000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (322020000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (341373600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (354675600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (372819600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (386125200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (404269200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (417574800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (435718800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (449024400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (467773200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (481078800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (499222800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (512528400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (530672400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (543978000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (562122000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (575427600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (593571600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (606877200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (625626000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (638326800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (657075600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (670381200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (688525200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (701830800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (719974800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (733280400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (751424400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (764730000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (782874000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (796179600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (814323600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (828234000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (846378000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (859683600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (877827600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (891133200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (909277200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (922582800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (941331600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (954032400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (972781200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (985482000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1004230800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1017536400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1035680400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1048986000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1067130000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1080435600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1099184400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1111885200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1130634000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1143334800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1162083600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1174784400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1193533200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1206838800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1224982800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1238288400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1256432400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1269738000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1288486800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1301187600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1319936400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1332637200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1351386000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1364691600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1382835600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1396141200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1414285200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1427590800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1445734800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1459040400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1477789200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1490490000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1509238800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1521939600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1540688400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1553994000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1572138000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1585443600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1603587600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1616893200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1635642000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1648342800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1667091600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1679792400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1698541200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1711846800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1729990800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1743296400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1761440400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1774746000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1792890000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1806195600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1824944400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1837645200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1856394000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1869094800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1887843600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1901149200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1919293200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1932598800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1950742800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1964048400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (1982797200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (1995498000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2014246800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2026947600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2045696400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2058397200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2077146000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2090451600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2108595600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2121901200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2140045200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2153350800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2172099600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2184800400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2203549200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2216250000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2234998800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2248304400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2266448400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2279754000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2297898000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2311203600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2329347600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2342653200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2361402000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2374102800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2392851600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2405552400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2424301200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2437606800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2455750800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2469056400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2487200400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2500506000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2519254800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2531955600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2550704400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2563405200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2582154000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2595459600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2613603600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2626909200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2645053200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2658358800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2676502800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2689808400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2708557200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2721258000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2740006800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2752707600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2771456400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2784762000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2802906000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2816211600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2834355600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2847661200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2866410000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2879110800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2897859600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2910560400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2929309200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2942010000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2960758800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (2974064400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (2992208400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3005514000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3023658000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3036963600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3055712400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3068413200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3087162000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3099862800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3118611600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3131917200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3150061200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3163366800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3181510800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3194816400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3212960400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3226266000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3245014800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3257715600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3276464400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3289165200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3307914000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3321219600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3339363600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3352669200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3370813200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3384118800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3402867600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3415568400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3434317200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3447018000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3465766800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3479072400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3497216400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3510522000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3528666000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3541971600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3560115600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3573421200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3592170000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3604870800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3623619600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3636320400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3655069200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3668374800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3686518800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3699824400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3717968400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3731274000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3750022800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3762723600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3781472400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3794173200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3812922000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3825622800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3844371600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3857677200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3875821200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3889126800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3907270800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3920576400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3939325200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3952026000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (3970774800, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (3983475600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (4002224400, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (4015530000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (4033674000, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (4046979600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (4065123600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (4078429200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "IST" }), + (4096573200, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -1521, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Gibraltar => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2821649916, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1691964000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1680472800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1664143200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1650146400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1633903200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1617487200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1601848800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1586037600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1570399200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1552168800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1538344800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1522533600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1507500000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1490565600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1473631200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1460930400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1442786400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1428876000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1410732000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1396216800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1379282400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1364767200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1348437600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1333317600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1315778400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1301263200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1284328800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1269813600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1253484000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1238364000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1221429600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1206914400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1189980000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1175464800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1159135200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1143410400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1126476000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1111960800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1095631200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1080511200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1063576800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1049061600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1032127200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1017612000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1001282400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-986162400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-969228000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-950479200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-942012000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-904518000, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-896050800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-875487600, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-864601200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-844038000, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-832546800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-812588400, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-798073200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-781052400, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-772066800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-764805600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-748476000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-733356000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-719445600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-717030000, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-706748400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-699487200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-687996000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-668037600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-654732000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-636588000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-622072800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-605743200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-590623200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-574293600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-558568800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-542239200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-527119200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-512604000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-496274400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-481154400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-464220000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-449704800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-432165600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-417650400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-401320800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (386125200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (401850000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (417574800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (433299600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (449024400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (465354000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (481078800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (496803600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (512528400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (528253200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (543978000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (559702800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (575427600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (591152400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (606877200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (622602000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (638326800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (654656400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (670381200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (686106000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (701830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (717555600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (733280400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (749005200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (764730000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (780454800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (796179600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (811904400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (828234000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (846378000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (859683600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (877827600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (891133200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (909277200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (922582800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (941331600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (954032400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (972781200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (985482000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1004230800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1017536400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1035680400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1048986000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1067130000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1080435600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1099184400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1111885200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1130634000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1143334800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1162083600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1174784400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1193533200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1206838800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1224982800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1238288400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1256432400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1269738000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1288486800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1301187600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1319936400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1332637200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1351386000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1364691600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1382835600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1396141200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1414285200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1427590800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1445734800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1459040400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1477789200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1490490000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1509238800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1521939600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1540688400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1553994000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1572138000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1585443600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1603587600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1616893200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1635642000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1648342800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1667091600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1679792400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1698541200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1711846800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1729990800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1743296400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1761440400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1774746000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1792890000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1806195600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1824944400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1837645200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1856394000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1869094800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1887843600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1901149200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1919293200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1932598800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1950742800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1964048400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1982797200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1995498000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2014246800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2026947600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2045696400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2058397200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2077146000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2090451600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2108595600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2121901200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2140045200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2153350800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2172099600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2184800400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2203549200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2216250000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2234998800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2248304400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2266448400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2279754000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2297898000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2311203600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2329347600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2342653200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2361402000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2374102800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2392851600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2405552400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2424301200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2437606800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2455750800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2469056400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2487200400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2500506000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2519254800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2531955600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2550704400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2563405200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2582154000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2595459600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2613603600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2626909200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2645053200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2658358800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2676502800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2689808400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2708557200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2721258000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2740006800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2752707600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2771456400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2784762000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2802906000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2816211600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2834355600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2847661200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2866410000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2879110800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2897859600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2910560400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2929309200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2942010000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2960758800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2974064400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2992208400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3005514000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3023658000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3036963600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3055712400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3068413200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3087162000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3099862800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3118611600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3131917200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3150061200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3163366800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3181510800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3194816400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3212960400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3226266000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3245014800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3257715600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3276464400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3289165200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3307914000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3321219600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3339363600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3352669200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3370813200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3384118800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3402867600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3415568400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3434317200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3447018000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3465766800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3479072400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3497216400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3510522000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3528666000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3541971600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3560115600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3573421200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3592170000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3604870800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3623619600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3636320400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3655069200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3668374800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3686518800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3699824400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3717968400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3731274000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3750022800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3762723600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3781472400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3794173200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3812922000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3825622800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3844371600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3857677200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3875821200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3889126800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3907270800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3920576400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3939325200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3952026000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3970774800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3983475600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4002224400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4015530000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4033674000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4046979600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4065123600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4078429200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4096573200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -1284, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Guernsey => { + const REST: &[(i64, FixedTimespan)] = &[ + (-3852662325, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1691964000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1680472800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1664143200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1650146400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1633903200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1617487200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1601848800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1586037600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1570399200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1552168800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1538344800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1522533600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1507500000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1490565600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1473631200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1460930400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1442786400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1428876000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1410732000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1396216800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1379282400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1364767200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1348437600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1333317600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1315778400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1301263200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1284328800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1269813600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1253484000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1238364000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1221429600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1206914400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1189980000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1175464800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1159135200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1143410400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1126476000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1111960800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1095631200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1080511200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1063576800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1049061600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1032127200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1017612000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1001282400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-986162400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-969228000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-950479200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-942012000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-904518000, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-896050800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-875487600, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-864601200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-844038000, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-832546800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-812588400, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-798073200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-781052400, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-772066800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-764805600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-748476000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-733356000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-719445600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-717030000, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-706748400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-699487200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-687996000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-668037600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-654732000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-636588000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-622072800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-605743200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-590623200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-574293600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-558568800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-542239200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-527119200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-512604000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-496274400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-481154400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-464220000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-449704800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-432165600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-417650400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-401320800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-386200800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-369266400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-354751200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-337816800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-323301600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-306972000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-291852000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-276732000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-257983200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-245282400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-226533600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-213228000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-195084000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-182383200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-163634400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-150933600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-132184800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-119484000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-100735200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-88034400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-68680800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-59004000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-37242000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "BST" }), + (57718800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (69818400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (89172000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (101268000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (120621600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (132717600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (152071200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (164167200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (183520800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (196221600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (214970400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (227671200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (246420000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (259120800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (278474400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (290570400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (309924000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (322020000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (341373600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (354675600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (372819600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (386125200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (404269200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (417574800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (435718800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (449024400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (467773200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (481078800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (499222800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (512528400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (530672400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (543978000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (562122000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (575427600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (593571600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (606877200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (625626000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (638326800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (657075600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (670381200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (688525200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (701830800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (719974800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (733280400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (751424400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (764730000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (782874000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (796179600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (814323600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (828234000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (846378000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (859683600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (877827600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (891133200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (909277200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (922582800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (941331600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (954032400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (972781200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (985482000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1004230800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1017536400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1035680400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1048986000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1067130000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1080435600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1099184400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1111885200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1130634000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1143334800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1162083600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1174784400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1193533200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1206838800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1224982800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1238288400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1256432400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1269738000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1288486800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1301187600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1319936400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1332637200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1351386000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1364691600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1382835600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1396141200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1414285200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1427590800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1445734800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1459040400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1477789200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1490490000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1509238800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1521939600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1540688400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1553994000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1572138000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1585443600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1603587600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1616893200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1635642000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1648342800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1667091600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1679792400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1698541200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1711846800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1729990800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1743296400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1761440400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1774746000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1792890000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1806195600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1824944400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1837645200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1856394000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1869094800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1887843600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1901149200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1919293200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1932598800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1950742800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1964048400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1982797200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1995498000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2014246800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2026947600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2045696400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2058397200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2077146000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2090451600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2108595600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2121901200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2140045200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2153350800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2172099600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2184800400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2203549200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2216250000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2234998800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2248304400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2266448400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2279754000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2297898000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2311203600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2329347600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2342653200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2361402000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2374102800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2392851600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2405552400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2424301200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2437606800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2455750800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2469056400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2487200400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2500506000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2519254800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2531955600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2550704400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2563405200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2582154000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2595459600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2613603600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2626909200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2645053200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2658358800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2676502800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2689808400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2708557200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2721258000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2740006800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2752707600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2771456400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2784762000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2802906000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2816211600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2834355600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2847661200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2866410000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2879110800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2897859600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2910560400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2929309200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2942010000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2960758800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2974064400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2992208400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3005514000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3023658000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3036963600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3055712400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3068413200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3087162000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3099862800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3118611600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3131917200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3150061200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3163366800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3181510800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3194816400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3212960400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3226266000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3245014800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3257715600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3276464400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3289165200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3307914000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3321219600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3339363600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3352669200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3370813200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3384118800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3402867600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3415568400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3434317200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3447018000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3465766800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3479072400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3497216400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3510522000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3528666000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3541971600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3560115600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3573421200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3592170000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3604870800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3623619600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3636320400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3655069200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3668374800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3686518800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3699824400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3717968400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3731274000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3750022800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3762723600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3781472400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3794173200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3812922000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3825622800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3844371600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3857677200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3875821200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3889126800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3907270800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3920576400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3939325200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3952026000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3970774800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3983475600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (4002224400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (4015530000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (4033674000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (4046979600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (4065123600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (4078429200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (4096573200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -75, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Helsinki => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2890258789, FixedTimespan { utc_offset: 5989, dst_offset: 0, name: "HMT" }), + (-1535938789, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-875671200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-859773600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (354672000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (370396800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (386121600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (401846400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (417574800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (433299600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (449024400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (465354000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (481078800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (496803600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (512528400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (528253200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (543978000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (559702800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (575427600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (591152400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (606877200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (622602000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (638326800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (654656400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (670381200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (686106000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (701830800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (717555600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (733280400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (749005200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (764730000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (780454800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (796179600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (811904400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (828234000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (846378000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (859683600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (877827600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (891133200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (909277200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (922582800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (941331600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (954032400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (972781200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (985482000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1004230800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1017536400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1035680400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1048986000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1067130000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1080435600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1099184400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1111885200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1130634000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1143334800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1162083600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1174784400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1193533200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1206838800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1224982800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1238288400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1256432400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1269738000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1288486800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1301187600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1319936400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1332637200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1351386000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1364691600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1382835600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1396141200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1414285200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1427590800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1445734800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1459040400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1477789200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1490490000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1509238800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1521939600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1540688400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1553994000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1572138000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1585443600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1603587600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1616893200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1635642000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1648342800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1667091600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1679792400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1698541200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1711846800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1729990800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1743296400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1761440400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1774746000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1792890000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1806195600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1824944400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1837645200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1856394000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1869094800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1887843600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1901149200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1919293200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1932598800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1950742800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1964048400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1982797200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1995498000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2014246800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2026947600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2045696400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2058397200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2077146000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2090451600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2108595600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2121901200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2140045200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2153350800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2172099600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2184800400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2203549200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2216250000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2234998800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2248304400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2266448400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2279754000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2297898000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2311203600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2329347600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2342653200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2361402000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2374102800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2392851600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2405552400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2424301200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2437606800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2455750800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2469056400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2487200400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2500506000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2519254800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2531955600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2550704400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2563405200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2582154000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2595459600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2613603600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2626909200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2645053200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2658358800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2676502800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2689808400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2708557200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2721258000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2740006800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2752707600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2771456400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2784762000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2802906000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2816211600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2834355600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2847661200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2866410000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2879110800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2897859600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2910560400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2929309200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2942010000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2960758800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2974064400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2992208400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3005514000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3023658000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3036963600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3055712400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3068413200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3087162000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3099862800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3118611600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3131917200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3150061200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3163366800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3181510800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3194816400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3212960400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3226266000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3245014800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3257715600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3276464400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3289165200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3307914000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3321219600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3339363600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3352669200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3370813200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3384118800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3402867600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3415568400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3434317200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3447018000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3465766800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3479072400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3497216400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3510522000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3528666000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3541971600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3560115600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3573421200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3592170000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3604870800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3623619600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3636320400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3655069200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3668374800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3686518800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3699824400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3717968400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3731274000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3750022800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3762723600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3781472400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3794173200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3812922000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3825622800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3844371600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3857677200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3875821200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3889126800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3907270800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3920576400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3939325200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3952026000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3970774800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3983475600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4002224400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4015530000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4033674000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4046979600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4065123600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4078429200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4096573200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 5989, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Isle_of_Man => { + const REST: &[(i64, FixedTimespan)] = &[ + (-3852662325, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1691964000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1680472800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1664143200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1650146400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1633903200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1617487200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1601848800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1586037600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1570399200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1552168800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1538344800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1522533600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1507500000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1490565600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1473631200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1460930400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1442786400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1428876000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1410732000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1396216800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1379282400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1364767200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1348437600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1333317600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1315778400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1301263200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1284328800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1269813600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1253484000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1238364000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1221429600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1206914400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1189980000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1175464800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1159135200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1143410400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1126476000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1111960800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1095631200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1080511200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1063576800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1049061600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1032127200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1017612000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1001282400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-986162400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-969228000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-950479200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-942012000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-904518000, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-896050800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-875487600, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-864601200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-844038000, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-832546800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-812588400, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-798073200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-781052400, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-772066800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-764805600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-748476000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-733356000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-719445600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-717030000, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-706748400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-699487200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-687996000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-668037600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-654732000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-636588000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-622072800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-605743200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-590623200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-574293600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-558568800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-542239200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-527119200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-512604000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-496274400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-481154400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-464220000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-449704800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-432165600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-417650400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-401320800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-386200800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-369266400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-354751200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-337816800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-323301600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-306972000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-291852000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-276732000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-257983200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-245282400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-226533600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-213228000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-195084000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-182383200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-163634400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-150933600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-132184800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-119484000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-100735200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-88034400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-68680800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-59004000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-37242000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "BST" }), + (57718800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (69818400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (89172000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (101268000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (120621600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (132717600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (152071200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (164167200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (183520800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (196221600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (214970400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (227671200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (246420000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (259120800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (278474400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (290570400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (309924000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (322020000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (341373600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (354675600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (372819600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (386125200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (404269200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (417574800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (435718800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (449024400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (467773200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (481078800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (499222800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (512528400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (530672400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (543978000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (562122000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (575427600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (593571600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (606877200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (625626000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (638326800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (657075600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (670381200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (688525200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (701830800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (719974800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (733280400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (751424400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (764730000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (782874000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (796179600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (814323600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (828234000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (846378000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (859683600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (877827600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (891133200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (909277200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (922582800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (941331600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (954032400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (972781200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (985482000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1004230800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1017536400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1035680400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1048986000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1067130000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1080435600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1099184400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1111885200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1130634000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1143334800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1162083600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1174784400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1193533200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1206838800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1224982800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1238288400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1256432400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1269738000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1288486800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1301187600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1319936400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1332637200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1351386000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1364691600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1382835600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1396141200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1414285200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1427590800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1445734800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1459040400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1477789200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1490490000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1509238800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1521939600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1540688400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1553994000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1572138000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1585443600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1603587600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1616893200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1635642000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1648342800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1667091600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1679792400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1698541200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1711846800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1729990800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1743296400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1761440400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1774746000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1792890000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1806195600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1824944400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1837645200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1856394000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1869094800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1887843600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1901149200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1919293200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1932598800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1950742800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1964048400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1982797200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1995498000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2014246800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2026947600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2045696400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2058397200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2077146000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2090451600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2108595600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2121901200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2140045200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2153350800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2172099600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2184800400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2203549200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2216250000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2234998800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2248304400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2266448400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2279754000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2297898000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2311203600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2329347600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2342653200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2361402000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2374102800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2392851600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2405552400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2424301200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2437606800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2455750800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2469056400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2487200400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2500506000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2519254800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2531955600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2550704400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2563405200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2582154000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2595459600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2613603600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2626909200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2645053200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2658358800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2676502800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2689808400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2708557200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2721258000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2740006800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2752707600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2771456400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2784762000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2802906000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2816211600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2834355600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2847661200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2866410000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2879110800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2897859600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2910560400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2929309200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2942010000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2960758800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2974064400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2992208400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3005514000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3023658000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3036963600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3055712400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3068413200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3087162000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3099862800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3118611600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3131917200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3150061200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3163366800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3181510800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3194816400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3212960400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3226266000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3245014800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3257715600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3276464400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3289165200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3307914000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3321219600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3339363600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3352669200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3370813200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3384118800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3402867600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3415568400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3434317200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3447018000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3465766800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3479072400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3497216400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3510522000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3528666000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3541971600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3560115600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3573421200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3592170000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3604870800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3623619600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3636320400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3655069200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3668374800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3686518800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3699824400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3717968400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3731274000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3750022800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3762723600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3781472400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3794173200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3812922000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3825622800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3844371600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3857677200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3875821200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3889126800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3907270800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3920576400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3939325200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3952026000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3970774800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3983475600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (4002224400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (4015530000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (4033674000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (4046979600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (4065123600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (4078429200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (4096573200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -75, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Istanbul => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2840147752, FixedTimespan { utc_offset: 7016, dst_offset: 0, name: "IMT" }), + (-1869875816, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1693706400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1680490800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1570413600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1552186800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1538359200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1522551600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1507514400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1490583600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1440208800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1428030000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1409709600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1396494000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-931053600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-922676400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-917834400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-892436400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-875844000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-764737200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-744343200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-733806000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-716436000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-701924400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-684986400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-670474800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-654141600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-639025200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-622087200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-606970800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-590032800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-575521200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-235620000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-194842800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-177732000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-165726000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (107910000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (121215600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (133920000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (152665200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (164678400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (184114800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (196214400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (215564400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (228873600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (245804400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (260323200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (267915600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (428454000, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (433893600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (468111600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (482799600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (496710000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (512521200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (528246000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (543970800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (559695600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (575420400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (591145200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (606870000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (622594800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (638319600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (654649200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (670374000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (686098800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (701823600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (717548400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (733273200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (748998000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (764118000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (780447600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (796172400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (811897200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (828226800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (846370800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (859676400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (877820400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (891126000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (909270000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (922575600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (941324400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (954025200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (972774000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (985474800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1004223600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1017529200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1035673200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1048978800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1067122800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1080428400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1099177200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1111878000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1130626800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1143327600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1162076400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1174784400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1193533200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1206838800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1224982800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1238288400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1256432400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1269738000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1288486800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1301266800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1319936400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1332637200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1351386000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1364691600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1382835600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1396220400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1414285200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1427590800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1446933600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1459040400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1473195600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 6952, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Jersey => { + const REST: &[(i64, FixedTimespan)] = &[ + (-3852662325, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1691964000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1680472800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1664143200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1650146400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1633903200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1617487200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1601848800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1586037600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1570399200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1552168800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1538344800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1522533600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1507500000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1490565600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1473631200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1460930400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1442786400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1428876000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1410732000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1396216800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1379282400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1364767200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1348437600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1333317600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1315778400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1301263200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1284328800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1269813600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1253484000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1238364000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1221429600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1206914400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1189980000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1175464800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1159135200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1143410400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1126476000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1111960800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1095631200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1080511200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1063576800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1049061600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1032127200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1017612000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1001282400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-986162400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-969228000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-950479200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-942012000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-904518000, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-896050800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-875487600, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-864601200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-844038000, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-832546800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-812588400, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-798073200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-781052400, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-772066800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-764805600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-748476000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-733356000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-719445600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-717030000, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-706748400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-699487200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-687996000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-668037600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-654732000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-636588000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-622072800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-605743200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-590623200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-574293600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-558568800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-542239200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-527119200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-512604000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-496274400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-481154400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-464220000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-449704800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-432165600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-417650400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-401320800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-386200800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-369266400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-354751200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-337816800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-323301600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-306972000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-291852000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-276732000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-257983200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-245282400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-226533600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-213228000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-195084000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-182383200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-163634400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-150933600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-132184800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-119484000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-100735200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-88034400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-68680800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-59004000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-37242000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "BST" }), + (57718800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (69818400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (89172000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (101268000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (120621600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (132717600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (152071200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (164167200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (183520800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (196221600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (214970400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (227671200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (246420000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (259120800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (278474400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (290570400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (309924000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (322020000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (341373600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (354675600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (372819600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (386125200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (404269200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (417574800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (435718800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (449024400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (467773200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (481078800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (499222800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (512528400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (530672400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (543978000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (562122000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (575427600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (593571600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (606877200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (625626000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (638326800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (657075600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (670381200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (688525200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (701830800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (719974800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (733280400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (751424400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (764730000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (782874000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (796179600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (814323600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (828234000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (846378000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (859683600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (877827600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (891133200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (909277200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (922582800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (941331600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (954032400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (972781200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (985482000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1004230800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1017536400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1035680400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1048986000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1067130000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1080435600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1099184400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1111885200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1130634000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1143334800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1162083600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1174784400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1193533200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1206838800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1224982800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1238288400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1256432400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1269738000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1288486800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1301187600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1319936400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1332637200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1351386000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1364691600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1382835600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1396141200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1414285200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1427590800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1445734800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1459040400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1477789200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1490490000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1509238800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1521939600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1540688400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1553994000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1572138000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1585443600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1603587600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1616893200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1635642000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1648342800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1667091600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1679792400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1698541200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1711846800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1729990800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1743296400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1761440400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1774746000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1792890000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1806195600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1824944400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1837645200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1856394000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1869094800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1887843600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1901149200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1919293200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1932598800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1950742800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1964048400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1982797200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1995498000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2014246800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2026947600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2045696400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2058397200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2077146000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2090451600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2108595600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2121901200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2140045200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2153350800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2172099600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2184800400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2203549200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2216250000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2234998800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2248304400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2266448400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2279754000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2297898000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2311203600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2329347600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2342653200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2361402000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2374102800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2392851600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2405552400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2424301200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2437606800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2455750800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2469056400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2487200400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2500506000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2519254800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2531955600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2550704400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2563405200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2582154000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2595459600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2613603600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2626909200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2645053200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2658358800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2676502800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2689808400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2708557200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2721258000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2740006800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2752707600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2771456400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2784762000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2802906000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2816211600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2834355600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2847661200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2866410000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2879110800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2897859600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2910560400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2929309200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2942010000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2960758800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2974064400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2992208400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3005514000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3023658000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3036963600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3055712400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3068413200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3087162000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3099862800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3118611600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3131917200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3150061200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3163366800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3181510800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3194816400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3212960400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3226266000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3245014800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3257715600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3276464400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3289165200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3307914000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3321219600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3339363600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3352669200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3370813200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3384118800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3402867600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3415568400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3434317200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3447018000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3465766800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3479072400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3497216400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3510522000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3528666000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3541971600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3560115600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3573421200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3592170000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3604870800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3623619600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3636320400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3655069200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3668374800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3686518800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3699824400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3717968400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3731274000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3750022800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3762723600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3781472400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3794173200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3812922000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3825622800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3844371600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3857677200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3875821200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3889126800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3907270800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3920576400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3939325200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3952026000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3970774800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3983475600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (4002224400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (4015530000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (4033674000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (4046979600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (4065123600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (4078429200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (4096573200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -75, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Kaliningrad => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2422056120, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1693706400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1680483600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1663455600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1650150000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1632006000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1618700400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-938905200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-857257200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-844556400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-828226800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-812502000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-796777200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-781052400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-780372000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-778730400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-762663600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-749095200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (354920400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (370728000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (386456400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (402264000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (417992400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (433800000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (449614800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (465346800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (481071600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (496796400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (512521200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (528246000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (543970800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (559695600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (575420400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (591145200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (606870000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (622598400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (638323200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (654652800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (670377600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (686102400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (701827200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (717552000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (733276800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (749001600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (764726400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (780451200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (796176000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (811900800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (828230400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (846374400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (859680000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (877824000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (891129600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (909273600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (922579200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (941328000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (954028800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (972777600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (985478400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1004227200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1017532800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1035676800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1048982400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1067126400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1080432000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1099180800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1111881600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1130630400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1143331200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1162080000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1174780800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1193529600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1206835200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1224979200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1238284800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1256428800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1269734400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1288483200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1301184000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (1414278000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 4920, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Kiev => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2840148124, FixedTimespan { utc_offset: 7324, dst_offset: 0, name: "KMT" }), + (-1441159324, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1247536800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (-892522800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-857257200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-844556400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-828226800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-825382800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (354920400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (370728000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (386456400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (402264000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (417992400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (433800000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (449614800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (465346800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (481071600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (496796400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (512521200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (528246000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (543970800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (559695600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (575420400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (591145200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (606870000, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (622594800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (638319600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (646783200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (686102400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (701827200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (717552000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (733276800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (749001600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (764726400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (780451200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (796176000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (811900800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (828230400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (846378000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (859683600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (877827600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (891133200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (909277200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (922582800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (941331600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (954032400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (972781200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (985482000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1004230800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1017536400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1035680400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1048986000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1067130000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1080435600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1099184400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1111885200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1130634000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1143334800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1162083600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1174784400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1193533200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1206838800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1224982800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1238288400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1256432400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1269738000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1288486800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1301187600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1319936400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1332637200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1351386000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1364691600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1382835600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1396141200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1414285200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1427590800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1445734800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1459040400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1477789200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1490490000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1509238800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1521939600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1540688400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1553994000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1572138000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1585443600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1603587600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1616893200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1635642000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1648342800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1667091600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1679792400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1698541200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1711846800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1729990800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1743296400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1761440400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1774746000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1792890000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1806195600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1824944400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1837645200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1856394000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1869094800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1887843600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1901149200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1919293200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1932598800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1950742800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1964048400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1982797200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1995498000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2014246800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2026947600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2045696400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2058397200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2077146000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2090451600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2108595600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2121901200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2140045200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2153350800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2172099600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2184800400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2203549200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2216250000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2234998800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2248304400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2266448400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2279754000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2297898000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2311203600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2329347600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2342653200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2361402000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2374102800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2392851600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2405552400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2424301200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2437606800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2455750800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2469056400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2487200400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2500506000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2519254800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2531955600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2550704400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2563405200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2582154000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2595459600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2613603600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2626909200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2645053200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2658358800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2676502800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2689808400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2708557200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2721258000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2740006800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2752707600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2771456400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2784762000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2802906000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2816211600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2834355600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2847661200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2866410000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2879110800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2897859600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2910560400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2929309200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2942010000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2960758800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2974064400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2992208400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3005514000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3023658000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3036963600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3055712400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3068413200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3087162000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3099862800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3118611600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3131917200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3150061200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3163366800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3181510800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3194816400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3212960400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3226266000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3245014800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3257715600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3276464400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3289165200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3307914000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3321219600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3339363600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3352669200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3370813200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3384118800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3402867600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3415568400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3434317200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3447018000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3465766800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3479072400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3497216400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3510522000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3528666000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3541971600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3560115600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3573421200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3592170000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3604870800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3623619600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3636320400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3655069200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3668374800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3686518800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3699824400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3717968400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3731274000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3750022800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3762723600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3781472400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3794173200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3812922000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3825622800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3844371600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3857677200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3875821200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3889126800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3907270800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3920576400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3939325200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3952026000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3970774800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3983475600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4002224400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4015530000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4033674000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4046979600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4065123600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4078429200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4096573200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 7324, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Kirov => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1593832728, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (-1247540400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (354916800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (370724400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (386452800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (402260400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (417988800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (433796400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (449611200, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (465343200, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (481068000, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (496792800, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (512517600, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (528242400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (543967200, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (559692000, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (575416800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (591141600, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (606866400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (622594800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (638319600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (654649200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (670374000, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (701820000, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (717548400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (733273200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (748998000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (764722800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (780447600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (796172400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (811897200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (828226800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (846370800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (859676400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (877820400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (891126000, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (909270000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (922575600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (941324400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (954025200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (972774000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (985474800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (1004223600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (1017529200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (1035673200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (1048978800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (1067122800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (1080428400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (1099177200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (1111878000, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (1130626800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (1143327600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (1162076400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (1174777200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (1193526000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (1206831600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (1224975600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (1238281200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (1256425200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (1269730800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (1288479600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (1301180400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "MSK" }), + (1414274400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 11928, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Kyiv => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2840148124, FixedTimespan { utc_offset: 7324, dst_offset: 0, name: "KMT" }), + (-1441159324, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1247536800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (-892522800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-857257200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-844556400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-828226800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-825382800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (354920400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (370728000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (386456400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (402264000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (417992400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (433800000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (449614800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (465346800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (481071600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (496796400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (512521200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (528246000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (543970800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (559695600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (575420400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (591145200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (606870000, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (622594800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (638319600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (646783200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (686102400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (701827200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (717552000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (733276800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (749001600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (764726400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (780451200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (796176000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (811900800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (828230400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (846378000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (859683600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (877827600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (891133200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (909277200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (922582800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (941331600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (954032400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (972781200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (985482000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1004230800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1017536400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1035680400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1048986000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1067130000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1080435600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1099184400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1111885200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1130634000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1143334800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1162083600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1174784400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1193533200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1206838800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1224982800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1238288400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1256432400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1269738000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1288486800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1301187600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1319936400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1332637200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1351386000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1364691600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1382835600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1396141200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1414285200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1427590800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1445734800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1459040400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1477789200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1490490000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1509238800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1521939600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1540688400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1553994000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1572138000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1585443600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1603587600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1616893200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1635642000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1648342800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1667091600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1679792400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1698541200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1711846800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1729990800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1743296400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1761440400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1774746000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1792890000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1806195600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1824944400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1837645200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1856394000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1869094800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1887843600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1901149200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1919293200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1932598800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1950742800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1964048400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1982797200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1995498000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2014246800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2026947600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2045696400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2058397200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2077146000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2090451600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2108595600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2121901200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2140045200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2153350800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2172099600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2184800400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2203549200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2216250000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2234998800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2248304400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2266448400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2279754000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2297898000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2311203600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2329347600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2342653200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2361402000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2374102800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2392851600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2405552400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2424301200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2437606800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2455750800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2469056400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2487200400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2500506000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2519254800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2531955600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2550704400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2563405200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2582154000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2595459600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2613603600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2626909200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2645053200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2658358800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2676502800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2689808400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2708557200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2721258000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2740006800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2752707600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2771456400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2784762000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2802906000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2816211600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2834355600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2847661200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2866410000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2879110800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2897859600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2910560400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2929309200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2942010000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2960758800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2974064400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2992208400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3005514000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3023658000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3036963600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3055712400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3068413200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3087162000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3099862800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3118611600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3131917200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3150061200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3163366800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3181510800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3194816400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3212960400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3226266000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3245014800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3257715600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3276464400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3289165200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3307914000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3321219600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3339363600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3352669200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3370813200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3384118800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3402867600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3415568400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3434317200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3447018000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3465766800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3479072400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3497216400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3510522000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3528666000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3541971600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3560115600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3573421200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3592170000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3604870800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3623619600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3636320400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3655069200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3668374800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3686518800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3699824400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3717968400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3731274000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3750022800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3762723600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3781472400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3794173200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3812922000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3825622800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3844371600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3857677200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3875821200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3889126800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3907270800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3920576400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3939325200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3952026000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3970774800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3983475600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4002224400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4015530000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4033674000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4046979600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4065123600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4078429200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4096573200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 7324, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Lisbon => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1830381795, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1689555600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1677801600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1667437200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1647738000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1635814800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1616202000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1604365200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1584666000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1572742800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1553043600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1541206800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1521507600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1442451600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1426813200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1379293200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1364778000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1348448400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1333328400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1316394000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1301274000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1284339600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1269824400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1221440400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1206925200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1191200400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1175475600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1127696400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1111971600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1096851600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1080522000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1063587600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1049072400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1033347600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1017622800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1002502800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-986173200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-969238800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-950490000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-942022800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-922669200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-906944400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-891133200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-877309200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-873684000, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "WEMT" }), + (-864007200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-857955600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-845859600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-842839200, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "WEMT" }), + (-831348000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-825901200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-814410000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-810784800, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "WEMT" }), + (-799898400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-794451600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-782960400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-779335200, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "WEMT" }), + (-768448800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-763002000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-749091600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-733366800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-717631200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-701906400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-686181600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-670456800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-654732000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-639007200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-623282400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-607557600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-591832800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-575503200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-559778400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-544053600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-528328800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-512604000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-496879200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-481154400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-465429600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-449704800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-433980000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-417650400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-401925600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-386200800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-370476000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-354751200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-339026400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-323301600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-307576800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-291852000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-276127200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-260402400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-244677600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-228348000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-212623200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-196898400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-181173600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-165448800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-149724000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-133999200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-118274400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (212544000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (228268800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (243993600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (260323200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (276048000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (291772800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (307501200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (323222400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (338950800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (354675600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (370400400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (386125200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (401850000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (417578400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (433299600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (449024400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (465354000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (481078800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (496803600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (512528400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (528253200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (543978000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (559702800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (575427600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (591152400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (606877200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (622602000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (638326800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (654656400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (670381200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (686106000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (701830800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (717552000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (717555600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (733280400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (749005200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (764730000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (780454800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (796179600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (811904400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (828230400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (846378000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (859683600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (877827600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (891133200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (909277200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (922582800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (941331600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (954032400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (972781200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (985482000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1004230800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1017536400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1035680400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1048986000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1067130000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1080435600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1099184400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1111885200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1130634000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1143334800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1162083600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1174784400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1193533200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1206838800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1224982800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1238288400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1256432400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1269738000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1288486800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1301187600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1319936400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1332637200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1351386000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1364691600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1382835600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1396141200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1414285200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1427590800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1445734800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1459040400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1477789200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1490490000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1509238800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1521939600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1540688400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1553994000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1572138000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1585443600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1603587600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1616893200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1635642000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1648342800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1667091600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1679792400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1698541200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1711846800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1729990800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1743296400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1761440400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1774746000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1792890000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1806195600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1824944400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1837645200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1856394000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1869094800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1887843600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1901149200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1919293200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1932598800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1950742800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1964048400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1982797200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1995498000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2014246800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2026947600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2045696400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2058397200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2077146000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2090451600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2108595600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2121901200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2140045200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2153350800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2172099600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2184800400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2203549200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2216250000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2234998800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2248304400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2266448400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2279754000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2297898000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2311203600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2329347600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2342653200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2361402000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2374102800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2392851600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2405552400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2424301200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2437606800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2455750800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2469056400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2487200400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2500506000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2519254800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2531955600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2550704400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2563405200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2582154000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2595459600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2613603600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2626909200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2645053200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2658358800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2676502800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2689808400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2708557200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2721258000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2740006800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2752707600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2771456400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2784762000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2802906000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2816211600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2834355600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2847661200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2866410000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2879110800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2897859600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2910560400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2929309200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2942010000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2960758800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2974064400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2992208400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3005514000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3023658000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3036963600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3055712400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3068413200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3087162000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3099862800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3118611600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3131917200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3150061200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3163366800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3181510800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3194816400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3212960400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3226266000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3245014800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3257715600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3276464400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3289165200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3307914000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3321219600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3339363600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3352669200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3370813200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3384118800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3402867600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3415568400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3434317200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3447018000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3465766800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3479072400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3497216400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3510522000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3528666000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3541971600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3560115600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3573421200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3592170000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3604870800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3623619600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3636320400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3655069200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3668374800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3686518800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3699824400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3717968400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3731274000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3750022800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3762723600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3781472400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3794173200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3812922000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3825622800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3844371600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3857677200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3875821200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3889126800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3907270800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3920576400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3939325200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3952026000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3970774800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3983475600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (4002224400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (4015530000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (4033674000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (4046979600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (4065123600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (4078429200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (4096573200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -2205, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Ljubljana => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2713915320, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-905824800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-857257200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-844556400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-828226800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-812502000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-796777200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-777942000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-766627200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (417574800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (433299600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (449024400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (465354000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (481078800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (496803600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (512528400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (528253200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (543978000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (559702800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (575427600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (591152400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (606877200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (622602000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (638326800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (654656400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (670381200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (686106000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (701830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (717555600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (733280400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (749005200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (764730000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (780454800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (796179600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (811904400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (828234000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (846378000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (859683600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (877827600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (891133200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (909277200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (922582800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (941331600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (954032400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (972781200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (985482000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1004230800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1017536400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1035680400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1048986000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1067130000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1080435600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1099184400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1111885200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1130634000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1143334800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1162083600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1174784400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1193533200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1206838800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1224982800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1238288400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1256432400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1269738000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1288486800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1301187600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1319936400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1332637200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1351386000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1364691600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1382835600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1396141200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1414285200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1427590800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1445734800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1459040400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1477789200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1490490000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1509238800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1521939600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1540688400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1553994000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1572138000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1585443600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1603587600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1616893200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1635642000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1648342800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1667091600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1679792400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1698541200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1711846800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1729990800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1743296400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1761440400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1774746000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1792890000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1806195600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1824944400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1837645200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1856394000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1869094800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1887843600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1901149200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1919293200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1932598800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1950742800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1964048400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1982797200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1995498000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2014246800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2026947600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2045696400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2058397200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2077146000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2090451600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2108595600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2121901200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2140045200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2153350800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2172099600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2184800400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2203549200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2216250000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2234998800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2248304400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2266448400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2279754000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2297898000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2311203600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2329347600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2342653200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2361402000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2374102800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2392851600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2405552400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2424301200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2437606800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2455750800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2469056400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2487200400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2500506000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2519254800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2531955600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2550704400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2563405200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2582154000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2595459600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2613603600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2626909200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2645053200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2658358800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2676502800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2689808400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2708557200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2721258000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2740006800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2752707600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2771456400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2784762000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2802906000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2816211600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2834355600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2847661200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2866410000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2879110800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2897859600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2910560400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2929309200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2942010000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2960758800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2974064400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2992208400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3005514000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3023658000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3036963600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3055712400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3068413200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3087162000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3099862800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3118611600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3131917200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3150061200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3163366800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3181510800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3194816400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3212960400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3226266000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3245014800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3257715600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3276464400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3289165200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3307914000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3321219600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3339363600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3352669200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3370813200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3384118800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3402867600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3415568400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3434317200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3447018000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3465766800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3479072400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3497216400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3510522000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3528666000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3541971600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3560115600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3573421200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3592170000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3604870800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3623619600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3636320400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3655069200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3668374800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3686518800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3699824400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3717968400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3731274000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3750022800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3762723600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3781472400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3794173200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3812922000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3825622800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3844371600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3857677200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3875821200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3889126800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3907270800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3920576400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3939325200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3952026000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3970774800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3983475600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4002224400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4015530000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4033674000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4046979600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4065123600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4078429200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4096573200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 4920, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__London => { + const REST: &[(i64, FixedTimespan)] = &[ + (-3852662325, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1691964000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1680472800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1664143200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1650146400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1633903200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1617487200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1601848800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1586037600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1570399200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1552168800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1538344800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1522533600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1507500000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1490565600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1473631200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1460930400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1442786400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1428876000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1410732000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1396216800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1379282400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1364767200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1348437600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1333317600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1315778400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1301263200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1284328800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1269813600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1253484000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1238364000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1221429600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1206914400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1189980000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1175464800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1159135200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1143410400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1126476000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1111960800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1095631200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1080511200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1063576800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1049061600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1032127200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1017612000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1001282400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-986162400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-969228000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-950479200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-942012000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-904518000, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-896050800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-875487600, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-864601200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-844038000, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-832546800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-812588400, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-798073200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-781052400, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-772066800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-764805600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-748476000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-733356000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-719445600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-717030000, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-706748400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-699487200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-687996000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-668037600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-654732000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-636588000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-622072800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-605743200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-590623200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-574293600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-558568800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-542239200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-527119200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-512604000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-496274400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-481154400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-464220000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-449704800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-432165600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-417650400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-401320800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-386200800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-369266400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-354751200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-337816800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-323301600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-306972000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-291852000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-276732000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-257983200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-245282400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-226533600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-213228000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-195084000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-182383200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-163634400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-150933600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-132184800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-119484000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-100735200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-88034400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-68680800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-59004000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-37242000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "BST" }), + (57718800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (69818400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (89172000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (101268000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (120621600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (132717600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (152071200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (164167200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (183520800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (196221600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (214970400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (227671200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (246420000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (259120800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (278474400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (290570400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (309924000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (322020000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (341373600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (354675600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (372819600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (386125200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (404269200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (417574800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (435718800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (449024400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (467773200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (481078800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (499222800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (512528400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (530672400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (543978000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (562122000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (575427600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (593571600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (606877200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (625626000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (638326800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (657075600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (670381200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (688525200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (701830800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (719974800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (733280400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (751424400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (764730000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (782874000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (796179600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (814323600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (828234000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (846378000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (859683600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (877827600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (891133200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (909277200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (922582800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (941331600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (954032400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (972781200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (985482000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1004230800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1017536400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1035680400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1048986000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1067130000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1080435600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1099184400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1111885200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1130634000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1143334800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1162083600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1174784400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1193533200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1206838800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1224982800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1238288400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1256432400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1269738000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1288486800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1301187600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1319936400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1332637200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1351386000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1364691600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1382835600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1396141200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1414285200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1427590800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1445734800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1459040400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1477789200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1490490000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1509238800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1521939600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1540688400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1553994000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1572138000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1585443600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1603587600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1616893200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1635642000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1648342800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1667091600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1679792400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1698541200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1711846800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1729990800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1743296400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1761440400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1774746000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1792890000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1806195600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1824944400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1837645200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1856394000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1869094800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1887843600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1901149200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1919293200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1932598800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1950742800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1964048400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1982797200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1995498000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2014246800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2026947600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2045696400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2058397200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2077146000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2090451600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2108595600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2121901200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2140045200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2153350800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2172099600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2184800400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2203549200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2216250000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2234998800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2248304400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2266448400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2279754000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2297898000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2311203600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2329347600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2342653200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2361402000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2374102800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2392851600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2405552400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2424301200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2437606800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2455750800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2469056400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2487200400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2500506000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2519254800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2531955600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2550704400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2563405200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2582154000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2595459600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2613603600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2626909200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2645053200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2658358800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2676502800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2689808400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2708557200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2721258000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2740006800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2752707600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2771456400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2784762000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2802906000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2816211600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2834355600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2847661200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2866410000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2879110800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2897859600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2910560400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2929309200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2942010000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2960758800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2974064400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2992208400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3005514000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3023658000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3036963600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3055712400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3068413200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3087162000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3099862800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3118611600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3131917200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3150061200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3163366800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3181510800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3194816400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3212960400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3226266000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3245014800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3257715600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3276464400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3289165200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3307914000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3321219600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3339363600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3352669200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3370813200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3384118800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3402867600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3415568400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3434317200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3447018000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3465766800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3479072400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3497216400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3510522000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3528666000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3541971600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3560115600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3573421200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3592170000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3604870800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3623619600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3636320400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3655069200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3668374800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3686518800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3699824400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3717968400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3731274000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3750022800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3762723600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3781472400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3794173200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3812922000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3825622800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3844371600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3857677200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3875821200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3889126800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3907270800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3920576400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3939325200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3952026000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3970774800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3983475600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (4002224400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (4015530000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (4033674000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (4046979600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (4065123600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (4078429200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (4096573200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -75, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Luxembourg => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2840141850, FixedTimespan { utc_offset: 1050, dst_offset: 0, name: "BMT" }), + (-2450995200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1740355200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1693702800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1680483600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1663455600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1650150000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1632006000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1618700400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1613829600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1604278800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1585530000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1574038800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1552266000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1539997200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1520557200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1507510800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1490576400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1473642000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1459126800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1444006800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1427677200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1411952400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1396227600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1379293200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1364778000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1348448400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1333328400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1316394000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1301263200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1284328800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1269813600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1253484000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1238364000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1221429600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1206914400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1191189600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1175464800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1160344800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1143410400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1127685600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1111960800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1096840800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1080511200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1063576800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1049061600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1033336800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1017612000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1002492000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-986162400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-969228000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-950479200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-942012000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-934671600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-857257200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-844556400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-828226800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-812502000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-798073200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-781052400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-766623600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-745455600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-733273200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (228877200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (243997200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (260326800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (276051600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (291776400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (307501200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (323830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (338950800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (354675600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (370400400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (386125200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (401850000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (417574800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (433299600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (449024400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (465354000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (481078800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (496803600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (512528400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (528253200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (543978000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (559702800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (575427600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (591152400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (606877200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (622602000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (638326800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (654656400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (670381200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (686106000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (701830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (717555600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (733280400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (749005200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (764730000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (780454800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (796179600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (811904400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (828234000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (846378000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (859683600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (877827600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (891133200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (909277200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (922582800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (941331600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (954032400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (972781200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (985482000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1004230800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1017536400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1035680400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1048986000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1067130000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1080435600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1099184400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1111885200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1130634000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1143334800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1162083600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1174784400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1193533200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1206838800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1224982800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1238288400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1256432400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1269738000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1288486800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1301187600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1319936400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1332637200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1351386000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1364691600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1382835600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1396141200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1414285200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1427590800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1445734800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1459040400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1477789200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1490490000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1509238800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1521939600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1540688400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1553994000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1572138000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1585443600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1603587600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1616893200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1635642000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1648342800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1667091600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1679792400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1698541200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1711846800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1729990800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1743296400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1761440400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1774746000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1792890000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1806195600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1824944400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1837645200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1856394000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1869094800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1887843600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1901149200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1919293200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1932598800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1950742800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1964048400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1982797200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1995498000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2014246800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2026947600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2045696400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2058397200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2077146000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2090451600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2108595600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2121901200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2140045200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2153350800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2172099600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2184800400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2203549200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2216250000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2234998800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2248304400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2266448400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2279754000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2297898000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2311203600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2329347600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2342653200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2361402000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2374102800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2392851600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2405552400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2424301200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2437606800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2455750800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2469056400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2487200400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2500506000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2519254800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2531955600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2550704400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2563405200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2582154000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2595459600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2613603600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2626909200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2645053200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2658358800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2676502800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2689808400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2708557200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2721258000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2740006800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2752707600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2771456400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2784762000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2802906000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2816211600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2834355600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2847661200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2866410000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2879110800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2897859600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2910560400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2929309200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2942010000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2960758800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2974064400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2992208400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3005514000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3023658000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3036963600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3055712400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3068413200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3087162000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3099862800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3118611600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3131917200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3150061200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3163366800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3181510800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3194816400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3212960400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3226266000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3245014800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3257715600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3276464400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3289165200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3307914000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3321219600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3339363600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3352669200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3370813200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3384118800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3402867600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3415568400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3434317200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3447018000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3465766800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3479072400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3497216400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3510522000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3528666000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3541971600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3560115600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3573421200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3592170000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3604870800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3623619600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3636320400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3655069200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3668374800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3686518800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3699824400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3717968400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3731274000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3750022800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3762723600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3781472400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3794173200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3812922000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3825622800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3844371600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3857677200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3875821200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3889126800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3907270800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3920576400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3939325200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3952026000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3970774800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3983475600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4002224400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4015530000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4033674000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4046979600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4065123600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4078429200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4096573200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 1050, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Madrid => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2177451916, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1631926800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1616889600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1601168400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1585353600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1442451600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1427673600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1379293200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1364774400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1348448400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1333324800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1316390400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1301270400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1284339600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1269820800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1026954000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1017619200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1001898000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-999482400, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "WEMT" }), + (-986090400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-954115200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-940208400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-873079200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-862621200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-842839200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-828320400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-811389600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-796870800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-779940000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-765421200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-748490400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-733971600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-652327200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-639018000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (135122400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (150246000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (166572000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (181695600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (196812000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (212540400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (228866400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (243990000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (260326800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (276051600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (291776400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (307501200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (323830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (338950800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (354675600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (370400400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (386125200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (401850000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (417574800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (433299600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (449024400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (465354000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (481078800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (496803600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (512528400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (528253200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (543978000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (559702800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (575427600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (591152400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (606877200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (622602000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (638326800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (654656400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (670381200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (686106000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (701830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (717555600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (733280400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (749005200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (764730000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (780454800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (796179600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (811904400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (828234000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (846378000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (859683600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (877827600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (891133200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (909277200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (922582800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (941331600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (954032400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (972781200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (985482000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1004230800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1017536400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1035680400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1048986000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1067130000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1080435600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1099184400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1111885200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1130634000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1143334800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1162083600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1174784400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1193533200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1206838800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1224982800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1238288400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1256432400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1269738000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1288486800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1301187600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1319936400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1332637200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1351386000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1364691600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1382835600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1396141200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1414285200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1427590800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1445734800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1459040400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1477789200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1490490000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1509238800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1521939600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1540688400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1553994000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1572138000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1585443600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1603587600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1616893200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1635642000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1648342800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1667091600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1679792400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1698541200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1711846800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1729990800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1743296400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1761440400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1774746000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1792890000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1806195600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1824944400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1837645200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1856394000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1869094800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1887843600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1901149200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1919293200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1932598800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1950742800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1964048400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1982797200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1995498000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2014246800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2026947600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2045696400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2058397200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2077146000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2090451600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2108595600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2121901200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2140045200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2153350800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2172099600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2184800400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2203549200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2216250000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2234998800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2248304400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2266448400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2279754000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2297898000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2311203600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2329347600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2342653200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2361402000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2374102800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2392851600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2405552400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2424301200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2437606800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2455750800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2469056400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2487200400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2500506000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2519254800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2531955600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2550704400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2563405200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2582154000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2595459600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2613603600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2626909200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2645053200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2658358800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2676502800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2689808400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2708557200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2721258000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2740006800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2752707600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2771456400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2784762000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2802906000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2816211600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2834355600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2847661200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2866410000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2879110800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2897859600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2910560400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2929309200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2942010000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2960758800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2974064400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2992208400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3005514000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3023658000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3036963600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3055712400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3068413200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3087162000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3099862800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3118611600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3131917200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3150061200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3163366800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3181510800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3194816400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3212960400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3226266000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3245014800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3257715600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3276464400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3289165200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3307914000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3321219600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3339363600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3352669200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3370813200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3384118800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3402867600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3415568400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3434317200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3447018000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3465766800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3479072400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3497216400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3510522000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3528666000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3541971600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3560115600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3573421200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3592170000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3604870800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3623619600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3636320400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3655069200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3668374800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3686518800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3699824400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3717968400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3731274000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3750022800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3762723600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3781472400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3794173200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3812922000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3825622800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3844371600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3857677200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3875821200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3889126800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3907270800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3920576400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3939325200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3952026000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3970774800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3983475600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4002224400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4015530000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4033674000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4046979600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4065123600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4078429200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4096573200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -884, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Malta => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2403478684, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1690765200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1680487200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1664758800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1648951200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1635123600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1616896800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1604278800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1585533600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1571014800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1555293600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-932432400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-857257200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-844556400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-828226800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-812588400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-798073200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-781052400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-766717200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-750898800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-733359600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-719456400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-701917200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-689209200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-670460400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-114051600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-103168800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-81997200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-71715600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-50547600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-40266000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-18493200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-8211600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (12956400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (23238000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (43801200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (54687600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (75855600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (86742000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (102380400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (118105200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (135730800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (148518000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (167187600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (180489600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (198637200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (211939200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (230086800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (243388800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (261536400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (274838400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (292986000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (306288000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (323312400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (338342400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (354675600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (370400400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (386125200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (401850000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (417574800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (433299600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (449024400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (465354000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (481078800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (496803600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (512528400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (528253200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (543978000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (559702800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (575427600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (591152400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (606877200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (622602000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (638326800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (654656400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (670381200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (686106000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (701830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (717555600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (733280400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (749005200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (764730000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (780454800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (796179600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (811904400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (828234000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (846378000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (859683600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (877827600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (891133200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (909277200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (922582800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (941331600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (954032400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (972781200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (985482000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1004230800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1017536400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1035680400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1048986000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1067130000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1080435600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1099184400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1111885200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1130634000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1143334800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1162083600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1174784400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1193533200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1206838800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1224982800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1238288400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1256432400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1269738000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1288486800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1301187600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1319936400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1332637200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1351386000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1364691600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1382835600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1396141200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1414285200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1427590800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1445734800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1459040400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1477789200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1490490000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1509238800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1521939600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1540688400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1553994000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1572138000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1585443600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1603587600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1616893200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1635642000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1648342800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1667091600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1679792400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1698541200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1711846800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1729990800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1743296400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1761440400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1774746000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1792890000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1806195600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1824944400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1837645200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1856394000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1869094800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1887843600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1901149200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1919293200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1932598800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1950742800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1964048400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1982797200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1995498000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2014246800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2026947600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2045696400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2058397200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2077146000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2090451600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2108595600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2121901200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2140045200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2153350800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2172099600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2184800400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2203549200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2216250000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2234998800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2248304400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2266448400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2279754000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2297898000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2311203600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2329347600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2342653200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2361402000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2374102800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2392851600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2405552400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2424301200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2437606800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2455750800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2469056400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2487200400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2500506000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2519254800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2531955600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2550704400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2563405200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2582154000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2595459600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2613603600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2626909200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2645053200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2658358800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2676502800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2689808400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2708557200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2721258000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2740006800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2752707600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2771456400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2784762000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2802906000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2816211600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2834355600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2847661200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2866410000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2879110800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2897859600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2910560400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2929309200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2942010000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2960758800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2974064400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2992208400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3005514000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3023658000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3036963600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3055712400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3068413200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3087162000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3099862800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3118611600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3131917200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3150061200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3163366800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3181510800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3194816400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3212960400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3226266000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3245014800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3257715600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3276464400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3289165200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3307914000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3321219600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3339363600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3352669200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3370813200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3384118800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3402867600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3415568400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3434317200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3447018000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3465766800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3479072400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3497216400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3510522000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3528666000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3541971600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3560115600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3573421200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3592170000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3604870800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3623619600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3636320400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3655069200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3668374800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3686518800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3699824400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3717968400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3731274000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3750022800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3762723600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3781472400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3794173200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3812922000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3825622800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3844371600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3857677200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3875821200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3889126800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3907270800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3920576400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3939325200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3952026000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3970774800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3983475600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4002224400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4015530000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4033674000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4046979600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4065123600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4078429200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4096573200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 3484, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Mariehamn => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2890258789, FixedTimespan { utc_offset: 5989, dst_offset: 0, name: "HMT" }), + (-1535938789, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-875671200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-859773600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (354672000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (370396800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (386121600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (401846400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (417574800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (433299600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (449024400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (465354000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (481078800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (496803600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (512528400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (528253200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (543978000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (559702800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (575427600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (591152400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (606877200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (622602000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (638326800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (654656400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (670381200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (686106000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (701830800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (717555600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (733280400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (749005200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (764730000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (780454800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (796179600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (811904400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (828234000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (846378000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (859683600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (877827600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (891133200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (909277200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (922582800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (941331600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (954032400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (972781200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (985482000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1004230800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1017536400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1035680400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1048986000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1067130000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1080435600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1099184400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1111885200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1130634000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1143334800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1162083600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1174784400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1193533200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1206838800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1224982800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1238288400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1256432400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1269738000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1288486800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1301187600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1319936400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1332637200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1351386000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1364691600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1382835600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1396141200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1414285200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1427590800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1445734800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1459040400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1477789200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1490490000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1509238800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1521939600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1540688400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1553994000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1572138000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1585443600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1603587600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1616893200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1635642000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1648342800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1667091600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1679792400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1698541200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1711846800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1729990800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1743296400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1761440400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1774746000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1792890000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1806195600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1824944400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1837645200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1856394000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1869094800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1887843600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1901149200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1919293200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1932598800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1950742800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1964048400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1982797200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1995498000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2014246800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2026947600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2045696400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2058397200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2077146000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2090451600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2108595600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2121901200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2140045200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2153350800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2172099600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2184800400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2203549200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2216250000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2234998800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2248304400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2266448400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2279754000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2297898000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2311203600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2329347600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2342653200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2361402000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2374102800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2392851600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2405552400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2424301200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2437606800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2455750800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2469056400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2487200400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2500506000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2519254800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2531955600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2550704400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2563405200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2582154000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2595459600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2613603600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2626909200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2645053200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2658358800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2676502800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2689808400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2708557200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2721258000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2740006800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2752707600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2771456400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2784762000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2802906000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2816211600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2834355600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2847661200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2866410000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2879110800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2897859600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2910560400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2929309200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2942010000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2960758800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2974064400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2992208400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3005514000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3023658000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3036963600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3055712400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3068413200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3087162000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3099862800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3118611600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3131917200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3150061200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3163366800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3181510800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3194816400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3212960400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3226266000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3245014800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3257715600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3276464400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3289165200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3307914000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3321219600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3339363600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3352669200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3370813200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3384118800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3402867600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3415568400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3434317200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3447018000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3465766800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3479072400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3497216400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3510522000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3528666000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3541971600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3560115600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3573421200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3592170000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3604870800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3623619600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3636320400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3655069200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3668374800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3686518800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3699824400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3717968400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3731274000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3750022800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3762723600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3781472400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3794173200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3812922000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3825622800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3844371600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3857677200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3875821200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3889126800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3907270800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3920576400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3939325200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3952026000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3970774800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3983475600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4002224400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4015530000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4033674000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4046979600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4065123600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4078429200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4096573200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 5989, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Minsk => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2840147416, FixedTimespan { utc_offset: 6600, dst_offset: 0, name: "MMT" }), + (-1441158600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1247536800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (-899780400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-857257200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-844556400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-828226800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-812502000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-804650400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (354920400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (370728000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (386456400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (402264000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (417992400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (433800000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (449614800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (465346800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (481071600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (496796400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (512521200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (528246000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (543970800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (559695600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (575420400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (591145200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (606870000, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (622594800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (670374000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (686102400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (701827200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (717552000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (733276800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (749001600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (764726400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (780451200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (796176000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (811900800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (828230400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (846374400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (859680000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (877824000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (891129600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (909273600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (922579200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (941328000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (954028800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (972777600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (985478400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1004227200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1017532800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1035676800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1048982400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1067126400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1080432000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1099180800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1111881600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1130630400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1143331200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1162080000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1174780800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1193529600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1206835200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1224979200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1238284800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1256428800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1269734400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1288483200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1301184000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 6616, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Monaco => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2486592561, FixedTimespan { utc_offset: 561, dst_offset: 0, name: "PMT" }), + (-1855958961, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1689814800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1680397200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1665363600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1648342800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1635123600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1616893200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1604278800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1585443600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1574038800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1552266000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1539997200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1520557200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1507510800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1490576400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1470618000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1459126800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1444006800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1427677200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1411952400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1396227600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1379293200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1364778000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1348448400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1333328400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1316394000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1301274000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1284339600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1269824400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1253494800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1238374800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1221440400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1206925200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1191200400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1175475600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1160355600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1143421200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1127696400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1111971600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1096851600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1080522000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1063587600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1049072400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1033347600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1017622800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1002502800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-986173200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-969238800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-950490000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-942012000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-932436000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-857257200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-844556400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-828226800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-812502000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-800071200, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "WEMT" }), + (-796266000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-781052400, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "WEMT" }), + (-766623600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (196819200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (212540400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (228877200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (243997200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (260326800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (276051600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (291776400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (307501200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (323830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (338950800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (354675600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (370400400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (386125200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (401850000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (417574800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (433299600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (449024400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (465354000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (481078800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (496803600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (512528400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (528253200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (543978000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (559702800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (575427600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (591152400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (606877200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (622602000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (638326800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (654656400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (670381200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (686106000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (701830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (717555600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (733280400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (749005200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (764730000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (780454800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (796179600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (811904400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (828234000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (846378000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (859683600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (877827600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (891133200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (909277200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (922582800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (941331600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (954032400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (972781200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (985482000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1004230800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1017536400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1035680400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1048986000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1067130000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1080435600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1099184400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1111885200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1130634000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1143334800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1162083600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1174784400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1193533200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1206838800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1224982800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1238288400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1256432400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1269738000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1288486800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1301187600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1319936400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1332637200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1351386000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1364691600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1382835600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1396141200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1414285200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1427590800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1445734800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1459040400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1477789200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1490490000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1509238800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1521939600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1540688400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1553994000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1572138000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1585443600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1603587600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1616893200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1635642000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1648342800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1667091600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1679792400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1698541200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1711846800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1729990800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1743296400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1761440400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1774746000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1792890000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1806195600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1824944400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1837645200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1856394000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1869094800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1887843600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1901149200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1919293200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1932598800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1950742800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1964048400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1982797200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1995498000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2014246800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2026947600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2045696400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2058397200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2077146000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2090451600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2108595600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2121901200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2140045200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2153350800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2172099600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2184800400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2203549200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2216250000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2234998800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2248304400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2266448400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2279754000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2297898000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2311203600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2329347600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2342653200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2361402000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2374102800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2392851600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2405552400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2424301200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2437606800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2455750800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2469056400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2487200400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2500506000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2519254800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2531955600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2550704400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2563405200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2582154000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2595459600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2613603600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2626909200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2645053200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2658358800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2676502800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2689808400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2708557200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2721258000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2740006800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2752707600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2771456400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2784762000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2802906000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2816211600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2834355600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2847661200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2866410000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2879110800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2897859600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2910560400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2929309200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2942010000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2960758800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2974064400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2992208400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3005514000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3023658000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3036963600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3055712400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3068413200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3087162000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3099862800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3118611600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3131917200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3150061200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3163366800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3181510800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3194816400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3212960400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3226266000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3245014800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3257715600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3276464400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3289165200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3307914000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3321219600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3339363600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3352669200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3370813200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3384118800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3402867600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3415568400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3434317200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3447018000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3465766800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3479072400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3497216400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3510522000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3528666000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3541971600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3560115600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3573421200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3592170000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3604870800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3623619600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3636320400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3655069200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3668374800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3686518800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3699824400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3717968400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3731274000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3750022800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3762723600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3781472400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3794173200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3812922000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3825622800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3844371600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3857677200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3875821200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3889126800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3907270800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3920576400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3939325200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3952026000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3970774800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3983475600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4002224400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4015530000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4033674000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4046979600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4065123600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4078429200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4096573200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 561, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Moscow => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2840149817, FixedTimespan { utc_offset: 9017, dst_offset: 0, name: "MMT" }), + (-1688265017, FixedTimespan { utc_offset: 9079, dst_offset: 0, name: "MMT" }), + (-1656819079, FixedTimespan { utc_offset: 9079, dst_offset: 3600, name: "MST" }), + (-1641353479, FixedTimespan { utc_offset: 9079, dst_offset: 0, name: "MMT" }), + (-1627965079, FixedTimespan { utc_offset: 9079, dst_offset: 7200, name: "MDST" }), + (-1618716679, FixedTimespan { utc_offset: 9079, dst_offset: 3600, name: "MST" }), + (-1596429079, FixedTimespan { utc_offset: 9079, dst_offset: 7200, name: "MDST" }), + (-1593837079, FixedTimespan { utc_offset: 10800, dst_offset: 7200, name: "MDST" }), + (-1593820800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (-1589860800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (-1542427200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (-1539493200, FixedTimespan { utc_offset: 10800, dst_offset: 7200, name: "+05" }), + (-1525323600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (-1522728000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (-1491188400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1247536800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (354920400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (370728000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (386456400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (402264000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (417992400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (433800000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (449614800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (465346800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (481071600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (496796400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (512521200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (528246000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (543970800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (559695600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (575420400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (591145200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (606870000, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (622594800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (638319600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (654649200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (670374000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (686102400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (695779200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (701823600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (717548400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (733273200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (748998000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (764722800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (780447600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (796172400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (811897200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (828226800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (846370800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (859676400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (877820400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (891126000, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (909270000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (922575600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (941324400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (954025200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (972774000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (985474800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (1004223600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (1017529200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (1035673200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (1048978800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (1067122800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (1080428400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (1099177200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (1111878000, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (1130626800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (1143327600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (1162076400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (1174777200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (1193526000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (1206831600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (1224975600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (1238281200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (1256425200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (1269730800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (1288479600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (1301180400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "MSK" }), + (1414274400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 9017, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Nicosia => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1518920008, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (166572000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (182293200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (200959200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (213829200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (228866400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (243982800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (260316000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (276123600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (291765600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (307486800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (323820000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (338936400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (354664800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (370386000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (386114400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (401835600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (417564000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (433285200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (449013600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (465339600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (481068000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (496789200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (512517600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (528238800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (543967200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (559688400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (575416800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (591138000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (606866400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (622587600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (638316000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (654642000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (670370400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (686091600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (701820000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (717541200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (733269600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (748990800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (764719200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (780440400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (796168800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (811890000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (828223200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (843944400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (859672800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (875394000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (891122400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (909277200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (922582800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (941331600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (954032400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (972781200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (985482000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1004230800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1017536400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1035680400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1048986000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1067130000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1080435600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1099184400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1111885200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1130634000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1143334800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1162083600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1174784400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1193533200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1206838800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1224982800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1238288400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1256432400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1269738000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1288486800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1301187600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1319936400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1332637200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1351386000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1364691600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1382835600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1396141200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1414285200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1427590800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1445734800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1459040400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1477789200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1490490000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1509238800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1521939600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1540688400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1553994000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1572138000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1585443600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1603587600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1616893200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1635642000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1648342800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1667091600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1679792400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1698541200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1711846800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1729990800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1743296400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1761440400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1774746000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1792890000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1806195600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1824944400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1837645200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1856394000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1869094800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1887843600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1901149200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1919293200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1932598800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1950742800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1964048400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1982797200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1995498000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2014246800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2026947600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2045696400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2058397200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2077146000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2090451600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2108595600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2121901200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2140045200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2153350800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2172099600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2184800400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2203549200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2216250000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2234998800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2248304400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2266448400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2279754000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2297898000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2311203600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2329347600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2342653200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2361402000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2374102800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2392851600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2405552400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2424301200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2437606800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2455750800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2469056400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2487200400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2500506000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2519254800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2531955600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2550704400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2563405200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2582154000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2595459600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2613603600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2626909200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2645053200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2658358800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2676502800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2689808400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2708557200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2721258000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2740006800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2752707600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2771456400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2784762000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2802906000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2816211600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2834355600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2847661200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2866410000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2879110800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2897859600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2910560400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2929309200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2942010000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2960758800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2974064400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2992208400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3005514000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3023658000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3036963600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3055712400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3068413200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3087162000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3099862800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3118611600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3131917200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3150061200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3163366800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3181510800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3194816400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3212960400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3226266000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3245014800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3257715600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3276464400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3289165200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3307914000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3321219600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3339363600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3352669200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3370813200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3384118800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3402867600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3415568400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3434317200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3447018000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3465766800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3479072400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3497216400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3510522000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3528666000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3541971600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3560115600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3573421200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3592170000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3604870800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3623619600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3636320400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3655069200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3668374800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3686518800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3699824400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3717968400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3731274000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3750022800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3762723600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3781472400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3794173200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3812922000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3825622800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3844371600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3857677200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3875821200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3889126800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3907270800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3920576400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3939325200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3952026000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3970774800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3983475600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4002224400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4015530000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4033674000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4046979600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4065123600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4078429200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4096573200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 8008, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Oslo => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2422054408, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1693706400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1680483600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1663455600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1650150000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1632006000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1618700400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-938905200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-857257200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-844556400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-828226800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-812502000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-796777200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-781052400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-776563200, FixedTimespan { utc_offset: 3600, dst_offset: 7200, name: "CEMT" }), + (-765936000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-761180400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-748479600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-733273200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-717631200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-714610800, FixedTimespan { utc_offset: 3600, dst_offset: 7200, name: "CEMT" }), + (-710380800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-701910000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-684975600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-670460400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-654130800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-639010800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (323830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (338950800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (354675600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (370400400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (386125200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (401850000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (417574800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (433299600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (449024400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (465354000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (481078800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (496803600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (512528400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (528253200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (543978000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (559702800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (575427600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (591152400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (606877200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (622602000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (638326800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (654656400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (670381200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (686106000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (701830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (717555600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (733280400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (749005200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (764730000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (780454800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (796179600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (811904400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (828234000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (846378000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (859683600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (877827600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (891133200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (909277200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (922582800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (941331600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (954032400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (972781200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (985482000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1004230800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1017536400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1035680400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1048986000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1067130000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1080435600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1099184400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1111885200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1130634000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1143334800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1162083600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1174784400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1193533200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1206838800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1224982800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1238288400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1256432400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1269738000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1288486800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1301187600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1319936400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1332637200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1351386000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1364691600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1382835600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1396141200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1414285200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1427590800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1445734800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1459040400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1477789200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1490490000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1509238800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1521939600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1540688400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1553994000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1572138000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1585443600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1603587600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1616893200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1635642000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1648342800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1667091600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1679792400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1698541200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1711846800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1729990800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1743296400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1761440400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1774746000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1792890000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1806195600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1824944400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1837645200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1856394000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1869094800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1887843600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1901149200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1919293200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1932598800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1950742800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1964048400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1982797200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1995498000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2014246800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2026947600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2045696400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2058397200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2077146000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2090451600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2108595600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2121901200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2140045200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2153350800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2172099600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2184800400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2203549200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2216250000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2234998800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2248304400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2266448400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2279754000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2297898000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2311203600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2329347600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2342653200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2361402000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2374102800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2392851600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2405552400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2424301200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2437606800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2455750800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2469056400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2487200400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2500506000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2519254800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2531955600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2550704400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2563405200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2582154000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2595459600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2613603600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2626909200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2645053200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2658358800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2676502800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2689808400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2708557200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2721258000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2740006800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2752707600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2771456400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2784762000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2802906000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2816211600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2834355600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2847661200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2866410000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2879110800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2897859600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2910560400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2929309200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2942010000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2960758800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2974064400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2992208400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3005514000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3023658000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3036963600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3055712400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3068413200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3087162000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3099862800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3118611600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3131917200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3150061200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3163366800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3181510800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3194816400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3212960400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3226266000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3245014800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3257715600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3276464400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3289165200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3307914000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3321219600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3339363600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3352669200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3370813200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3384118800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3402867600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3415568400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3434317200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3447018000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3465766800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3479072400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3497216400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3510522000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3528666000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3541971600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3560115600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3573421200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3592170000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3604870800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3623619600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3636320400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3655069200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3668374800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3686518800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3699824400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3717968400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3731274000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3750022800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3762723600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3781472400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3794173200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3812922000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3825622800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3844371600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3857677200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3875821200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3889126800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3907270800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3920576400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3939325200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3952026000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3970774800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3983475600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4002224400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4015530000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4033674000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4046979600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4065123600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4078429200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4096573200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 3208, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Paris => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2486592561, FixedTimespan { utc_offset: 561, dst_offset: 0, name: "PMT" }), + (-1855958961, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1689814800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1680397200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1665363600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1648342800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1635123600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1616893200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1604278800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1585443600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1574038800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1552266000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1539997200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1520557200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1507510800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1490576400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1470618000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1459126800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1444006800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1427677200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1411952400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1396227600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1379293200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1364778000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1348448400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1333328400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1316394000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1301274000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1284339600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1269824400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1253494800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1238374800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1221440400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1206925200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1191200400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1175475600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1160355600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1143421200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1127696400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1111971600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1096851600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1080522000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1063587600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1049072400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1033347600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1017622800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1002502800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-986173200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-969238800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-950490000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-942012000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-932436000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-857257200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-844556400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-828226800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-812502000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-800071200, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "WEMT" }), + (-796266000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-781052400, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "WEMT" }), + (-766623600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (196819200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (212540400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (228877200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (243997200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (260326800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (276051600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (291776400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (307501200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (323830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (338950800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (354675600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (370400400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (386125200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (401850000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (417574800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (433299600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (449024400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (465354000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (481078800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (496803600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (512528400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (528253200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (543978000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (559702800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (575427600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (591152400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (606877200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (622602000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (638326800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (654656400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (670381200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (686106000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (701830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (717555600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (733280400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (749005200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (764730000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (780454800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (796179600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (811904400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (828234000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (846378000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (859683600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (877827600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (891133200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (909277200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (922582800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (941331600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (954032400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (972781200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (985482000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1004230800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1017536400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1035680400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1048986000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1067130000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1080435600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1099184400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1111885200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1130634000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1143334800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1162083600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1174784400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1193533200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1206838800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1224982800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1238288400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1256432400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1269738000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1288486800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1301187600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1319936400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1332637200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1351386000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1364691600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1382835600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1396141200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1414285200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1427590800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1445734800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1459040400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1477789200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1490490000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1509238800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1521939600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1540688400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1553994000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1572138000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1585443600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1603587600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1616893200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1635642000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1648342800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1667091600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1679792400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1698541200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1711846800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1729990800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1743296400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1761440400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1774746000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1792890000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1806195600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1824944400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1837645200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1856394000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1869094800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1887843600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1901149200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1919293200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1932598800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1950742800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1964048400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1982797200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1995498000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2014246800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2026947600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2045696400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2058397200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2077146000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2090451600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2108595600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2121901200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2140045200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2153350800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2172099600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2184800400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2203549200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2216250000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2234998800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2248304400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2266448400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2279754000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2297898000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2311203600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2329347600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2342653200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2361402000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2374102800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2392851600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2405552400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2424301200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2437606800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2455750800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2469056400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2487200400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2500506000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2519254800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2531955600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2550704400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2563405200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2582154000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2595459600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2613603600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2626909200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2645053200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2658358800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2676502800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2689808400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2708557200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2721258000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2740006800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2752707600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2771456400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2784762000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2802906000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2816211600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2834355600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2847661200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2866410000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2879110800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2897859600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2910560400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2929309200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2942010000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2960758800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2974064400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2992208400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3005514000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3023658000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3036963600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3055712400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3068413200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3087162000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3099862800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3118611600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3131917200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3150061200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3163366800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3181510800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3194816400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3212960400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3226266000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3245014800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3257715600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3276464400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3289165200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3307914000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3321219600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3339363600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3352669200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3370813200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3384118800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3402867600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3415568400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3434317200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3447018000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3465766800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3479072400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3497216400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3510522000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3528666000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3541971600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3560115600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3573421200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3592170000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3604870800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3623619600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3636320400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3655069200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3668374800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3686518800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3699824400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3717968400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3731274000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3750022800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3762723600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3781472400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3794173200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3812922000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3825622800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3844371600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3857677200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3875821200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3889126800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3907270800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3920576400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3939325200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3952026000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3970774800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3983475600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4002224400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4015530000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4033674000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4046979600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4065123600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4078429200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4096573200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 561, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Podgorica => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2713915320, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-905824800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-857257200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-844556400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-828226800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-812502000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-796777200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-777942000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-766627200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (417574800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (433299600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (449024400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (465354000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (481078800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (496803600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (512528400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (528253200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (543978000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (559702800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (575427600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (591152400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (606877200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (622602000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (638326800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (654656400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (670381200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (686106000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (701830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (717555600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (733280400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (749005200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (764730000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (780454800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (796179600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (811904400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (828234000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (846378000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (859683600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (877827600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (891133200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (909277200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (922582800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (941331600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (954032400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (972781200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (985482000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1004230800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1017536400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1035680400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1048986000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1067130000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1080435600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1099184400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1111885200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1130634000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1143334800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1162083600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1174784400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1193533200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1206838800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1224982800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1238288400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1256432400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1269738000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1288486800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1301187600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1319936400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1332637200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1351386000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1364691600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1382835600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1396141200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1414285200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1427590800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1445734800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1459040400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1477789200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1490490000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1509238800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1521939600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1540688400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1553994000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1572138000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1585443600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1603587600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1616893200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1635642000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1648342800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1667091600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1679792400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1698541200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1711846800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1729990800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1743296400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1761440400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1774746000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1792890000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1806195600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1824944400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1837645200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1856394000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1869094800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1887843600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1901149200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1919293200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1932598800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1950742800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1964048400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1982797200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1995498000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2014246800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2026947600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2045696400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2058397200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2077146000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2090451600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2108595600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2121901200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2140045200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2153350800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2172099600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2184800400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2203549200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2216250000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2234998800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2248304400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2266448400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2279754000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2297898000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2311203600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2329347600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2342653200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2361402000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2374102800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2392851600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2405552400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2424301200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2437606800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2455750800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2469056400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2487200400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2500506000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2519254800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2531955600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2550704400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2563405200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2582154000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2595459600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2613603600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2626909200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2645053200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2658358800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2676502800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2689808400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2708557200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2721258000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2740006800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2752707600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2771456400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2784762000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2802906000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2816211600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2834355600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2847661200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2866410000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2879110800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2897859600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2910560400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2929309200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2942010000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2960758800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2974064400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2992208400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3005514000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3023658000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3036963600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3055712400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3068413200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3087162000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3099862800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3118611600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3131917200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3150061200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3163366800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3181510800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3194816400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3212960400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3226266000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3245014800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3257715600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3276464400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3289165200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3307914000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3321219600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3339363600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3352669200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3370813200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3384118800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3402867600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3415568400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3434317200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3447018000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3465766800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3479072400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3497216400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3510522000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3528666000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3541971600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3560115600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3573421200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3592170000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3604870800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3623619600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3636320400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3655069200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3668374800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3686518800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3699824400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3717968400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3731274000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3750022800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3762723600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3781472400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3794173200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3812922000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3825622800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3844371600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3857677200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3875821200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3889126800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3907270800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3920576400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3939325200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3952026000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3970774800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3983475600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4002224400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4015530000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4033674000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4046979600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4065123600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4078429200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4096573200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 4920, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Prague => { + const REST: &[(i64, FixedTimespan)] = &[ + (-3786829064, FixedTimespan { utc_offset: 3464, dst_offset: 0, name: "PMT" }), + (-2469401864, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1693706400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1680483600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1663455600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1650150000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1632006000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1618700400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-938905200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-857257200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-844556400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-828226800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-812502000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-796777200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-781052400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-765327600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-746578800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-733359600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-728517600, FixedTimespan { utc_offset: 3600, dst_offset: -3600, name: "GMT" }), + (-721260000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-716425200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-701910000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-684975600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-670460400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-654217200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-639010800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (291776400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (307501200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (323830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (338950800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (354675600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (370400400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (386125200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (401850000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (417574800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (433299600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (449024400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (465354000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (481078800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (496803600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (512528400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (528253200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (543978000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (559702800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (575427600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (591152400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (606877200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (622602000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (638326800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (654656400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (670381200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (686106000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (701830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (717555600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (733280400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (749005200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (764730000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (780454800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (796179600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (811904400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (828234000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (846378000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (859683600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (877827600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (891133200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (909277200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (922582800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (941331600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (954032400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (972781200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (985482000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1004230800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1017536400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1035680400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1048986000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1067130000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1080435600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1099184400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1111885200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1130634000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1143334800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1162083600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1174784400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1193533200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1206838800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1224982800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1238288400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1256432400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1269738000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1288486800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1301187600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1319936400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1332637200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1351386000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1364691600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1382835600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1396141200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1414285200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1427590800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1445734800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1459040400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1477789200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1490490000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1509238800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1521939600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1540688400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1553994000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1572138000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1585443600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1603587600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1616893200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1635642000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1648342800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1667091600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1679792400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1698541200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1711846800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1729990800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1743296400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1761440400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1774746000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1792890000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1806195600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1824944400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1837645200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1856394000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1869094800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1887843600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1901149200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1919293200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1932598800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1950742800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1964048400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1982797200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1995498000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2014246800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2026947600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2045696400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2058397200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2077146000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2090451600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2108595600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2121901200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2140045200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2153350800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2172099600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2184800400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2203549200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2216250000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2234998800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2248304400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2266448400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2279754000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2297898000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2311203600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2329347600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2342653200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2361402000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2374102800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2392851600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2405552400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2424301200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2437606800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2455750800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2469056400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2487200400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2500506000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2519254800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2531955600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2550704400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2563405200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2582154000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2595459600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2613603600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2626909200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2645053200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2658358800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2676502800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2689808400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2708557200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2721258000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2740006800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2752707600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2771456400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2784762000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2802906000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2816211600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2834355600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2847661200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2866410000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2879110800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2897859600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2910560400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2929309200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2942010000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2960758800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2974064400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2992208400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3005514000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3023658000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3036963600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3055712400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3068413200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3087162000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3099862800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3118611600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3131917200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3150061200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3163366800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3181510800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3194816400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3212960400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3226266000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3245014800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3257715600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3276464400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3289165200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3307914000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3321219600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3339363600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3352669200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3370813200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3384118800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3402867600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3415568400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3434317200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3447018000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3465766800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3479072400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3497216400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3510522000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3528666000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3541971600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3560115600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3573421200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3592170000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3604870800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3623619600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3636320400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3655069200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3668374800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3686518800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3699824400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3717968400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3731274000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3750022800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3762723600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3781472400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3794173200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3812922000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3825622800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3844371600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3857677200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3875821200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3889126800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3907270800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3920576400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3939325200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3952026000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3970774800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3983475600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4002224400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4015530000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4033674000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4046979600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4065123600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4078429200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4096573200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 3464, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Riga => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2840146594, FixedTimespan { utc_offset: 5794, dst_offset: 0, name: "RMT" }), + (-1632008194, FixedTimespan { utc_offset: 5794, dst_offset: 3600, name: "LST" }), + (-1618702594, FixedTimespan { utc_offset: 5794, dst_offset: 0, name: "RMT" }), + (-1601681794, FixedTimespan { utc_offset: 5794, dst_offset: 3600, name: "LST" }), + (-1597275394, FixedTimespan { utc_offset: 5794, dst_offset: 0, name: "RMT" }), + (-1377308194, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-928029600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (-899521200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-857257200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-844556400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-828226800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-812502000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-796777200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-795834000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (354920400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (370728000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (386456400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (402264000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (417992400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (433800000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (449614800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (465346800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (481071600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (496796400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (512521200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (528246000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (543970800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (559695600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (575420400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (591145200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (606870000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (622598400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (638323200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (654652800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (670377600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (686102400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (701827200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (717552000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (733276800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (749001600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (764726400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (780451200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (796176000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (811900800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (828230400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (843955200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (859683600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (877827600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (891133200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (909277200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (922582800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (941331600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (985482000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1004230800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1017536400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1035680400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1048986000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1067130000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1080435600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1099184400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1111885200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1130634000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1143334800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1162083600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1174784400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1193533200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1206838800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1224982800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1238288400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1256432400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1269738000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1288486800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1301187600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1319936400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1332637200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1351386000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1364691600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1382835600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1396141200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1414285200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1427590800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1445734800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1459040400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1477789200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1490490000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1509238800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1521939600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1540688400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1553994000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1572138000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1585443600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1603587600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1616893200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1635642000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1648342800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1667091600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1679792400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1698541200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1711846800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1729990800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1743296400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1761440400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1774746000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1792890000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1806195600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1824944400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1837645200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1856394000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1869094800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1887843600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1901149200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1919293200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1932598800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1950742800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1964048400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1982797200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1995498000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2014246800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2026947600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2045696400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2058397200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2077146000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2090451600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2108595600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2121901200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2140045200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2153350800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2172099600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2184800400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2203549200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2216250000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2234998800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2248304400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2266448400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2279754000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2297898000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2311203600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2329347600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2342653200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2361402000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2374102800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2392851600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2405552400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2424301200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2437606800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2455750800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2469056400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2487200400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2500506000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2519254800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2531955600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2550704400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2563405200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2582154000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2595459600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2613603600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2626909200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2645053200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2658358800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2676502800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2689808400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2708557200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2721258000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2740006800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2752707600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2771456400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2784762000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2802906000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2816211600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2834355600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2847661200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2866410000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2879110800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2897859600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2910560400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2929309200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2942010000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2960758800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2974064400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2992208400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3005514000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3023658000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3036963600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3055712400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3068413200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3087162000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3099862800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3118611600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3131917200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3150061200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3163366800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3181510800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3194816400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3212960400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3226266000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3245014800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3257715600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3276464400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3289165200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3307914000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3321219600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3339363600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3352669200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3370813200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3384118800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3402867600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3415568400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3434317200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3447018000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3465766800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3479072400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3497216400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3510522000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3528666000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3541971600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3560115600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3573421200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3592170000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3604870800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3623619600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3636320400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3655069200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3668374800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3686518800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3699824400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3717968400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3731274000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3750022800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3762723600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3781472400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3794173200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3812922000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3825622800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3844371600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3857677200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3875821200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3889126800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3907270800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3920576400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3939325200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3952026000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3970774800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3983475600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4002224400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4015530000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4033674000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4046979600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4065123600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4078429200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4096573200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 5794, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Rome => { + const REST: &[(i64, FixedTimespan)] = &[ + (-3252098996, FixedTimespan { utc_offset: 2996, dst_offset: 0, name: "RMT" }), + (-2403568196, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1690765200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1680487200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1664758800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1648951200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1635123600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1616896800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1604278800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1585533600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1571014800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1555293600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-932432400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-857257200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-844556400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-828226800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-812502000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-798073200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-781052400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-766717200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-750898800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-733359600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-719456400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-701917200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-689209200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-670460400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-114051600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-103168800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-81997200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-71715600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-50547600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-40266000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-18493200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-8211600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (12956400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (23238000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (43801200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (54687600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (75855600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (86742000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (107910000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (118191600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (138754800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (149641200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (170809200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (181090800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (202258800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (212540400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (233103600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (243990000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (265158000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (276044400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (296607600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (307494000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (323830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (338950800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (354675600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (370400400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (386125200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (401850000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (417574800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (433299600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (449024400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (465354000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (481078800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (496803600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (512528400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (528253200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (543978000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (559702800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (575427600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (591152400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (606877200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (622602000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (638326800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (654656400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (670381200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (686106000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (701830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (717555600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (733280400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (749005200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (764730000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (780454800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (796179600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (811904400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (828234000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (846378000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (859683600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (877827600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (891133200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (909277200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (922582800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (941331600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (954032400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (972781200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (985482000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1004230800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1017536400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1035680400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1048986000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1067130000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1080435600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1099184400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1111885200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1130634000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1143334800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1162083600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1174784400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1193533200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1206838800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1224982800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1238288400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1256432400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1269738000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1288486800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1301187600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1319936400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1332637200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1351386000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1364691600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1382835600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1396141200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1414285200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1427590800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1445734800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1459040400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1477789200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1490490000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1509238800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1521939600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1540688400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1553994000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1572138000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1585443600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1603587600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1616893200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1635642000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1648342800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1667091600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1679792400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1698541200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1711846800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1729990800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1743296400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1761440400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1774746000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1792890000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1806195600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1824944400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1837645200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1856394000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1869094800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1887843600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1901149200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1919293200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1932598800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1950742800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1964048400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1982797200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1995498000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2014246800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2026947600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2045696400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2058397200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2077146000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2090451600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2108595600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2121901200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2140045200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2153350800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2172099600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2184800400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2203549200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2216250000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2234998800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2248304400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2266448400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2279754000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2297898000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2311203600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2329347600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2342653200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2361402000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2374102800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2392851600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2405552400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2424301200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2437606800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2455750800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2469056400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2487200400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2500506000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2519254800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2531955600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2550704400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2563405200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2582154000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2595459600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2613603600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2626909200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2645053200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2658358800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2676502800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2689808400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2708557200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2721258000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2740006800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2752707600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2771456400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2784762000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2802906000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2816211600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2834355600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2847661200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2866410000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2879110800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2897859600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2910560400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2929309200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2942010000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2960758800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2974064400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2992208400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3005514000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3023658000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3036963600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3055712400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3068413200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3087162000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3099862800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3118611600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3131917200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3150061200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3163366800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3181510800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3194816400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3212960400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3226266000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3245014800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3257715600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3276464400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3289165200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3307914000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3321219600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3339363600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3352669200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3370813200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3384118800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3402867600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3415568400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3434317200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3447018000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3465766800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3479072400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3497216400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3510522000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3528666000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3541971600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3560115600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3573421200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3592170000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3604870800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3623619600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3636320400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3655069200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3668374800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3686518800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3699824400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3717968400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3731274000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3750022800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3762723600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3781472400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3794173200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3812922000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3825622800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3844371600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3857677200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3875821200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3889126800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3907270800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3920576400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3939325200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3952026000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3970774800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3983475600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4002224400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4015530000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4033674000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4046979600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4065123600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4078429200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4096573200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 2996, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Samara => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1593832820, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (-1247540400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (354916800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (370724400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (386452800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (402260400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (417988800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (433796400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (449611200, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (465343200, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (481068000, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (496792800, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (512517600, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (528242400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (543967200, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (559692000, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (575416800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (591141600, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (606866400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (622594800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (638319600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (654649200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (670374000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "+03" }), + (686098800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (687916800, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (701820000, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (717544800, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (733269600, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (748994400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (764719200, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (780444000, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (796168800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (811893600, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (828223200, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (846367200, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (859672800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (877816800, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (891122400, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (909266400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (922572000, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (941320800, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (954021600, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (972770400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (985471200, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1004220000, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1017525600, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1035669600, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1048975200, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1067119200, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1080424800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1099173600, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1111874400, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1130623200, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1143324000, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1162072800, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1174773600, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1193522400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1206828000, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1224972000, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1238277600, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1256421600, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1269727200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (1288479600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (1301180400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 12020, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__San_Marino => { + const REST: &[(i64, FixedTimespan)] = &[ + (-3252098996, FixedTimespan { utc_offset: 2996, dst_offset: 0, name: "RMT" }), + (-2403568196, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1690765200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1680487200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1664758800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1648951200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1635123600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1616896800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1604278800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1585533600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1571014800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1555293600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-932432400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-857257200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-844556400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-828226800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-812502000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-798073200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-781052400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-766717200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-750898800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-733359600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-719456400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-701917200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-689209200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-670460400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-114051600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-103168800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-81997200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-71715600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-50547600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-40266000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-18493200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-8211600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (12956400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (23238000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (43801200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (54687600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (75855600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (86742000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (107910000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (118191600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (138754800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (149641200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (170809200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (181090800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (202258800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (212540400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (233103600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (243990000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (265158000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (276044400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (296607600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (307494000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (323830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (338950800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (354675600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (370400400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (386125200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (401850000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (417574800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (433299600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (449024400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (465354000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (481078800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (496803600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (512528400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (528253200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (543978000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (559702800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (575427600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (591152400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (606877200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (622602000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (638326800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (654656400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (670381200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (686106000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (701830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (717555600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (733280400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (749005200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (764730000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (780454800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (796179600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (811904400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (828234000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (846378000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (859683600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (877827600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (891133200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (909277200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (922582800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (941331600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (954032400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (972781200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (985482000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1004230800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1017536400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1035680400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1048986000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1067130000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1080435600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1099184400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1111885200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1130634000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1143334800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1162083600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1174784400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1193533200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1206838800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1224982800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1238288400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1256432400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1269738000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1288486800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1301187600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1319936400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1332637200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1351386000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1364691600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1382835600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1396141200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1414285200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1427590800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1445734800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1459040400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1477789200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1490490000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1509238800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1521939600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1540688400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1553994000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1572138000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1585443600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1603587600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1616893200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1635642000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1648342800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1667091600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1679792400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1698541200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1711846800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1729990800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1743296400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1761440400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1774746000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1792890000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1806195600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1824944400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1837645200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1856394000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1869094800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1887843600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1901149200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1919293200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1932598800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1950742800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1964048400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1982797200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1995498000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2014246800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2026947600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2045696400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2058397200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2077146000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2090451600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2108595600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2121901200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2140045200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2153350800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2172099600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2184800400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2203549200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2216250000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2234998800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2248304400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2266448400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2279754000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2297898000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2311203600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2329347600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2342653200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2361402000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2374102800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2392851600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2405552400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2424301200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2437606800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2455750800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2469056400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2487200400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2500506000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2519254800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2531955600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2550704400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2563405200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2582154000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2595459600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2613603600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2626909200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2645053200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2658358800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2676502800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2689808400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2708557200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2721258000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2740006800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2752707600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2771456400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2784762000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2802906000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2816211600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2834355600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2847661200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2866410000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2879110800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2897859600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2910560400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2929309200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2942010000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2960758800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2974064400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2992208400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3005514000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3023658000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3036963600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3055712400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3068413200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3087162000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3099862800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3118611600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3131917200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3150061200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3163366800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3181510800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3194816400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3212960400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3226266000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3245014800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3257715600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3276464400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3289165200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3307914000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3321219600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3339363600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3352669200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3370813200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3384118800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3402867600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3415568400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3434317200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3447018000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3465766800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3479072400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3497216400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3510522000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3528666000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3541971600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3560115600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3573421200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3592170000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3604870800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3623619600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3636320400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3655069200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3668374800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3686518800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3699824400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3717968400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3731274000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3750022800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3762723600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3781472400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3794173200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3812922000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3825622800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3844371600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3857677200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3875821200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3889126800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3907270800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3920576400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3939325200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3952026000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3970774800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3983475600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4002224400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4015530000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4033674000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4046979600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4065123600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4078429200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4096573200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 2996, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Sarajevo => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2713915320, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-905824800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-857257200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-844556400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-828226800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-812502000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-796777200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-777942000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-766627200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (417574800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (433299600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (449024400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (465354000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (481078800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (496803600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (512528400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (528253200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (543978000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (559702800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (575427600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (591152400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (606877200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (622602000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (638326800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (654656400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (670381200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (686106000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (701830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (717555600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (733280400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (749005200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (764730000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (780454800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (796179600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (811904400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (828234000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (846378000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (859683600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (877827600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (891133200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (909277200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (922582800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (941331600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (954032400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (972781200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (985482000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1004230800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1017536400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1035680400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1048986000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1067130000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1080435600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1099184400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1111885200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1130634000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1143334800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1162083600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1174784400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1193533200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1206838800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1224982800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1238288400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1256432400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1269738000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1288486800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1301187600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1319936400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1332637200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1351386000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1364691600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1382835600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1396141200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1414285200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1427590800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1445734800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1459040400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1477789200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1490490000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1509238800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1521939600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1540688400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1553994000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1572138000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1585443600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1603587600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1616893200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1635642000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1648342800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1667091600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1679792400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1698541200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1711846800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1729990800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1743296400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1761440400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1774746000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1792890000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1806195600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1824944400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1837645200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1856394000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1869094800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1887843600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1901149200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1919293200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1932598800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1950742800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1964048400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1982797200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1995498000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2014246800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2026947600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2045696400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2058397200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2077146000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2090451600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2108595600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2121901200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2140045200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2153350800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2172099600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2184800400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2203549200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2216250000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2234998800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2248304400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2266448400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2279754000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2297898000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2311203600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2329347600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2342653200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2361402000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2374102800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2392851600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2405552400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2424301200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2437606800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2455750800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2469056400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2487200400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2500506000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2519254800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2531955600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2550704400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2563405200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2582154000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2595459600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2613603600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2626909200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2645053200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2658358800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2676502800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2689808400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2708557200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2721258000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2740006800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2752707600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2771456400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2784762000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2802906000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2816211600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2834355600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2847661200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2866410000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2879110800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2897859600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2910560400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2929309200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2942010000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2960758800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2974064400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2992208400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3005514000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3023658000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3036963600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3055712400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3068413200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3087162000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3099862800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3118611600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3131917200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3150061200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3163366800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3181510800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3194816400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3212960400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3226266000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3245014800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3257715600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3276464400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3289165200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3307914000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3321219600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3339363600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3352669200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3370813200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3384118800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3402867600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3415568400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3434317200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3447018000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3465766800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3479072400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3497216400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3510522000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3528666000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3541971600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3560115600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3573421200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3592170000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3604870800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3623619600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3636320400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3655069200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3668374800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3686518800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3699824400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3717968400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3731274000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3750022800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3762723600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3781472400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3794173200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3812922000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3825622800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3844371600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3857677200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3875821200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3889126800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3907270800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3920576400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3939325200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3952026000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3970774800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3983475600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4002224400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4015530000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4033674000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4046979600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4065123600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4078429200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4096573200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 4920, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Saratov => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1593831858, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (-1247540400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (354916800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (370724400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (386452800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (402260400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (417988800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (433796400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (449611200, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (465343200, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (481068000, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (496792800, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (512517600, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (528242400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (543967200, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (559692000, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (575416800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (591145200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (606870000, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (622594800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (638319600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (654649200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (670374000, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (701820000, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (717548400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (733273200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (748998000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (764722800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (780447600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (796172400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (811897200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (828226800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (846370800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (859676400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (877820400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (891126000, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (909270000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (922575600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (941324400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (954025200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (972774000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (985474800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (1004223600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (1017529200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (1035673200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (1048978800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (1067122800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (1080428400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (1099177200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (1111878000, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (1130626800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (1143327600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (1162076400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (1174777200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (1193526000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (1206831600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (1224975600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (1238281200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (1256425200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (1269730800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (1288479600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (1301180400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1414274400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (1480806000, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 11058, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Simferopol => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2840148984, FixedTimespan { utc_offset: 8160, dst_offset: 0, name: "SMT" }), + (-1441160160, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1247536800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (-888894000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-857257200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-844556400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-828226800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-812502000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-811648800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (354920400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (370728000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (386456400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (402264000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (417992400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (433800000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (449614800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (465346800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (481071600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (496796400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (512521200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (528246000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (543970800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (559695600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (575420400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (591145200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (606870000, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (622594800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (646786800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (701827200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (717552000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (733276800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (749001600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (764726400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (767739600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (780447600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (796172400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (811897200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (828219600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (846370800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (859672800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (859683600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (877827600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (891133200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (909277200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (922582800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (941331600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (954032400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (972781200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (985482000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1004230800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1017536400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1035680400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1048986000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1067130000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1080435600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1099184400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1111885200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1130634000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1143334800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1162083600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1174784400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1193533200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1206838800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1224982800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1238288400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1256432400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1269738000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1288486800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1301187600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1319936400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1332637200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1351386000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1364691600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1382835600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1396137600, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "MSK" }), + (1414274400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 8184, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Skopje => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2713915320, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-905824800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-857257200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-844556400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-828226800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-812502000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-796777200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-777942000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-766627200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (417574800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (433299600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (449024400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (465354000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (481078800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (496803600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (512528400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (528253200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (543978000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (559702800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (575427600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (591152400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (606877200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (622602000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (638326800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (654656400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (670381200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (686106000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (701830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (717555600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (733280400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (749005200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (764730000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (780454800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (796179600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (811904400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (828234000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (846378000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (859683600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (877827600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (891133200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (909277200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (922582800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (941331600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (954032400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (972781200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (985482000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1004230800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1017536400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1035680400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1048986000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1067130000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1080435600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1099184400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1111885200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1130634000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1143334800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1162083600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1174784400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1193533200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1206838800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1224982800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1238288400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1256432400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1269738000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1288486800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1301187600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1319936400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1332637200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1351386000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1364691600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1382835600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1396141200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1414285200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1427590800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1445734800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1459040400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1477789200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1490490000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1509238800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1521939600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1540688400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1553994000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1572138000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1585443600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1603587600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1616893200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1635642000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1648342800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1667091600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1679792400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1698541200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1711846800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1729990800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1743296400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1761440400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1774746000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1792890000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1806195600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1824944400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1837645200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1856394000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1869094800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1887843600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1901149200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1919293200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1932598800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1950742800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1964048400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1982797200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1995498000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2014246800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2026947600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2045696400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2058397200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2077146000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2090451600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2108595600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2121901200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2140045200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2153350800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2172099600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2184800400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2203549200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2216250000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2234998800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2248304400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2266448400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2279754000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2297898000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2311203600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2329347600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2342653200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2361402000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2374102800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2392851600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2405552400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2424301200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2437606800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2455750800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2469056400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2487200400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2500506000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2519254800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2531955600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2550704400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2563405200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2582154000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2595459600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2613603600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2626909200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2645053200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2658358800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2676502800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2689808400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2708557200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2721258000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2740006800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2752707600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2771456400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2784762000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2802906000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2816211600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2834355600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2847661200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2866410000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2879110800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2897859600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2910560400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2929309200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2942010000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2960758800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2974064400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2992208400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3005514000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3023658000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3036963600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3055712400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3068413200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3087162000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3099862800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3118611600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3131917200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3150061200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3163366800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3181510800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3194816400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3212960400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3226266000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3245014800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3257715600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3276464400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3289165200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3307914000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3321219600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3339363600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3352669200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3370813200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3384118800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3402867600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3415568400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3434317200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3447018000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3465766800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3479072400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3497216400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3510522000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3528666000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3541971600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3560115600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3573421200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3592170000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3604870800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3623619600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3636320400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3655069200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3668374800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3686518800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3699824400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3717968400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3731274000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3750022800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3762723600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3781472400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3794173200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3812922000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3825622800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3844371600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3857677200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3875821200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3889126800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3907270800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3920576400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3939325200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3952026000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3970774800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3983475600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4002224400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4015530000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4033674000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4046979600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4065123600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4078429200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4096573200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 4920, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Sofia => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2840146396, FixedTimespan { utc_offset: 7016, dst_offset: 0, name: "IMT" }), + (-2369527016, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-857257200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-844556400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-828226800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-812502000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-796777200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-781048800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (291762000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (307576800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (323816400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (339026400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (355266000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (370393200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (386715600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (401846400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (417571200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (433296000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (449020800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (465350400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (481075200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (496800000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (512524800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (528249600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (543974400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (559699200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (575424000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (591148800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (606873600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (622598400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (638323200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (654652800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (670370400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (686091600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (701820000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (717541200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (733269600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (748990800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (764719200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (780440400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (796168800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (811890000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (828223200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (846363600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (859683600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (877827600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (891133200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (909277200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (922582800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (941331600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (954032400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (972781200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (985482000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1004230800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1017536400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1035680400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1048986000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1067130000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1080435600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1099184400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1111885200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1130634000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1143334800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1162083600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1174784400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1193533200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1206838800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1224982800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1238288400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1256432400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1269738000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1288486800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1301187600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1319936400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1332637200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1351386000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1364691600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1382835600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1396141200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1414285200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1427590800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1445734800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1459040400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1477789200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1490490000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1509238800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1521939600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1540688400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1553994000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1572138000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1585443600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1603587600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1616893200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1635642000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1648342800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1667091600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1679792400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1698541200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1711846800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1729990800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1743296400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1761440400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1774746000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1792890000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1806195600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1824944400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1837645200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1856394000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1869094800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1887843600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1901149200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1919293200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1932598800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1950742800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1964048400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1982797200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1995498000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2014246800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2026947600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2045696400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2058397200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2077146000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2090451600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2108595600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2121901200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2140045200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2153350800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2172099600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2184800400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2203549200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2216250000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2234998800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2248304400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2266448400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2279754000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2297898000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2311203600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2329347600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2342653200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2361402000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2374102800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2392851600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2405552400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2424301200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2437606800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2455750800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2469056400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2487200400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2500506000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2519254800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2531955600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2550704400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2563405200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2582154000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2595459600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2613603600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2626909200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2645053200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2658358800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2676502800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2689808400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2708557200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2721258000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2740006800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2752707600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2771456400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2784762000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2802906000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2816211600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2834355600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2847661200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2866410000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2879110800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2897859600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2910560400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2929309200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2942010000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2960758800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2974064400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2992208400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3005514000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3023658000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3036963600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3055712400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3068413200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3087162000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3099862800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3118611600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3131917200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3150061200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3163366800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3181510800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3194816400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3212960400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3226266000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3245014800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3257715600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3276464400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3289165200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3307914000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3321219600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3339363600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3352669200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3370813200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3384118800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3402867600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3415568400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3434317200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3447018000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3465766800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3479072400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3497216400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3510522000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3528666000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3541971600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3560115600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3573421200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3592170000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3604870800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3623619600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3636320400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3655069200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3668374800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3686518800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3699824400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3717968400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3731274000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3750022800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3762723600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3781472400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3794173200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3812922000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3825622800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3844371600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3857677200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3875821200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3889126800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3907270800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3920576400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3939325200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3952026000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3970774800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3983475600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4002224400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4015530000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4033674000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4046979600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4065123600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4078429200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4096573200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 5596, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Stockholm => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2422054408, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1693706400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1680483600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1663455600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1650150000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1632006000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1618700400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-938905200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-857257200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-844556400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-828226800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-812502000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-796777200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-781052400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-776563200, FixedTimespan { utc_offset: 3600, dst_offset: 7200, name: "CEMT" }), + (-765936000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-761180400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-748479600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-733273200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-717631200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-714610800, FixedTimespan { utc_offset: 3600, dst_offset: 7200, name: "CEMT" }), + (-710380800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-701910000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-684975600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-670460400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-654130800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-639010800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (323830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (338950800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (354675600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (370400400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (386125200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (401850000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (417574800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (433299600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (449024400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (465354000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (481078800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (496803600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (512528400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (528253200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (543978000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (559702800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (575427600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (591152400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (606877200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (622602000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (638326800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (654656400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (670381200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (686106000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (701830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (717555600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (733280400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (749005200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (764730000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (780454800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (796179600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (811904400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (828234000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (846378000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (859683600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (877827600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (891133200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (909277200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (922582800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (941331600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (954032400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (972781200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (985482000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1004230800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1017536400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1035680400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1048986000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1067130000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1080435600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1099184400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1111885200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1130634000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1143334800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1162083600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1174784400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1193533200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1206838800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1224982800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1238288400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1256432400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1269738000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1288486800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1301187600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1319936400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1332637200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1351386000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1364691600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1382835600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1396141200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1414285200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1427590800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1445734800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1459040400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1477789200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1490490000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1509238800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1521939600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1540688400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1553994000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1572138000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1585443600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1603587600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1616893200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1635642000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1648342800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1667091600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1679792400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1698541200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1711846800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1729990800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1743296400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1761440400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1774746000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1792890000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1806195600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1824944400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1837645200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1856394000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1869094800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1887843600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1901149200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1919293200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1932598800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1950742800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1964048400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1982797200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1995498000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2014246800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2026947600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2045696400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2058397200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2077146000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2090451600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2108595600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2121901200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2140045200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2153350800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2172099600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2184800400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2203549200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2216250000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2234998800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2248304400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2266448400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2279754000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2297898000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2311203600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2329347600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2342653200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2361402000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2374102800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2392851600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2405552400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2424301200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2437606800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2455750800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2469056400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2487200400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2500506000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2519254800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2531955600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2550704400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2563405200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2582154000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2595459600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2613603600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2626909200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2645053200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2658358800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2676502800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2689808400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2708557200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2721258000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2740006800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2752707600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2771456400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2784762000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2802906000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2816211600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2834355600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2847661200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2866410000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2879110800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2897859600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2910560400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2929309200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2942010000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2960758800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2974064400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2992208400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3005514000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3023658000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3036963600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3055712400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3068413200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3087162000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3099862800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3118611600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3131917200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3150061200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3163366800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3181510800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3194816400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3212960400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3226266000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3245014800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3257715600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3276464400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3289165200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3307914000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3321219600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3339363600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3352669200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3370813200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3384118800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3402867600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3415568400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3434317200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3447018000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3465766800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3479072400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3497216400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3510522000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3528666000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3541971600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3560115600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3573421200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3592170000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3604870800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3623619600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3636320400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3655069200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3668374800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3686518800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3699824400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3717968400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3731274000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3750022800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3762723600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3781472400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3794173200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3812922000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3825622800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3844371600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3857677200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3875821200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3889126800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3907270800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3920576400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3939325200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3952026000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3970774800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3983475600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4002224400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4015530000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4033674000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4046979600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4065123600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4078429200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4096573200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 3208, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Tallinn => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2840146740, FixedTimespan { utc_offset: 5940, dst_offset: 0, name: "TMT" }), + (-1638322740, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1632006000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1618700400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1593824400, FixedTimespan { utc_offset: 5940, dst_offset: 0, name: "TMT" }), + (-1535938740, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-927943200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (-892954800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-857257200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-844556400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-828226800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-812502000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-797652000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (354920400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (370728000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (386456400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (402264000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (417992400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (433800000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (449614800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (465346800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (481071600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (496796400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (512521200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (528246000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (543970800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (559695600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (575420400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (591145200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (606870000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (622598400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (638323200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (654652800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (670377600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (686102400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (701827200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (717552000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (733276800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (749001600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (764726400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (780451200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (796176000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (811900800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (828230400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (846374400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (859680000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (877824000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (891129600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (909277200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (922582800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (941331600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1017536400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1035680400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1048986000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1067130000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1080435600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1099184400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1111885200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1130634000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1143334800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1162083600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1174784400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1193533200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1206838800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1224982800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1238288400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1256432400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1269738000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1288486800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1301187600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1319936400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1332637200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1351386000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1364691600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1382835600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1396141200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1414285200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1427590800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1445734800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1459040400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1477789200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1490490000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1509238800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1521939600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1540688400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1553994000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1572138000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1585443600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1603587600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1616893200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1635642000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1648342800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1667091600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1679792400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1698541200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1711846800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1729990800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1743296400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1761440400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1774746000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1792890000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1806195600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1824944400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1837645200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1856394000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1869094800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1887843600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1901149200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1919293200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1932598800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1950742800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1964048400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1982797200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1995498000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2014246800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2026947600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2045696400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2058397200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2077146000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2090451600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2108595600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2121901200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2140045200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2153350800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2172099600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2184800400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2203549200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2216250000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2234998800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2248304400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2266448400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2279754000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2297898000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2311203600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2329347600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2342653200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2361402000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2374102800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2392851600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2405552400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2424301200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2437606800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2455750800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2469056400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2487200400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2500506000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2519254800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2531955600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2550704400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2563405200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2582154000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2595459600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2613603600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2626909200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2645053200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2658358800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2676502800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2689808400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2708557200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2721258000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2740006800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2752707600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2771456400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2784762000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2802906000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2816211600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2834355600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2847661200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2866410000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2879110800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2897859600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2910560400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2929309200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2942010000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2960758800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2974064400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2992208400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3005514000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3023658000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3036963600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3055712400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3068413200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3087162000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3099862800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3118611600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3131917200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3150061200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3163366800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3181510800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3194816400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3212960400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3226266000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3245014800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3257715600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3276464400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3289165200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3307914000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3321219600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3339363600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3352669200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3370813200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3384118800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3402867600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3415568400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3434317200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3447018000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3465766800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3479072400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3497216400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3510522000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3528666000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3541971600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3560115600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3573421200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3592170000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3604870800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3623619600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3636320400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3655069200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3668374800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3686518800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3699824400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3717968400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3731274000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3750022800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3762723600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3781472400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3794173200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3812922000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3825622800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3844371600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3857677200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3875821200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3889126800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3907270800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3920576400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3939325200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3952026000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3970774800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3983475600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4002224400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4015530000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4033674000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4046979600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4065123600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4078429200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4096573200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 5940, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Tirane => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1767230360, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-932346000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-857257200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-844556400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-843519600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (136854000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (149896800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (168130800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (181432800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (199839600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (213141600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (231894000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (244591200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (263257200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (276040800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (294706800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (307490400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (326156400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (339458400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (357087600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (370389600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (389142000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (402444000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (419468400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (433807200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (449622000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (465354000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (481078800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (496803600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (512528400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (528253200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (543978000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (559702800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (575427600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (591152400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (606877200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (622602000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (638326800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (654656400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (670381200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (686106000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (701830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (717555600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (733280400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (749005200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (764730000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (780454800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (796179600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (811904400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (828234000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (846378000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (859683600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (877827600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (891133200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (909277200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (922582800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (941331600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (954032400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (972781200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (985482000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1004230800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1017536400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1035680400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1048986000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1067130000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1080435600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1099184400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1111885200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1130634000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1143334800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1162083600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1174784400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1193533200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1206838800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1224982800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1238288400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1256432400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1269738000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1288486800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1301187600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1319936400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1332637200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1351386000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1364691600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1382835600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1396141200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1414285200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1427590800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1445734800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1459040400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1477789200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1490490000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1509238800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1521939600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1540688400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1553994000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1572138000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1585443600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1603587600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1616893200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1635642000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1648342800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1667091600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1679792400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1698541200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1711846800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1729990800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1743296400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1761440400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1774746000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1792890000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1806195600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1824944400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1837645200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1856394000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1869094800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1887843600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1901149200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1919293200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1932598800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1950742800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1964048400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1982797200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1995498000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2014246800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2026947600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2045696400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2058397200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2077146000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2090451600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2108595600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2121901200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2140045200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2153350800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2172099600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2184800400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2203549200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2216250000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2234998800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2248304400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2266448400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2279754000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2297898000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2311203600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2329347600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2342653200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2361402000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2374102800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2392851600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2405552400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2424301200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2437606800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2455750800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2469056400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2487200400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2500506000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2519254800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2531955600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2550704400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2563405200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2582154000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2595459600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2613603600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2626909200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2645053200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2658358800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2676502800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2689808400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2708557200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2721258000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2740006800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2752707600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2771456400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2784762000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2802906000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2816211600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2834355600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2847661200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2866410000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2879110800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2897859600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2910560400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2929309200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2942010000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2960758800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2974064400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2992208400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3005514000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3023658000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3036963600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3055712400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3068413200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3087162000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3099862800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3118611600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3131917200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3150061200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3163366800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3181510800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3194816400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3212960400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3226266000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3245014800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3257715600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3276464400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3289165200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3307914000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3321219600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3339363600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3352669200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3370813200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3384118800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3402867600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3415568400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3434317200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3447018000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3465766800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3479072400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3497216400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3510522000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3528666000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3541971600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3560115600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3573421200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3592170000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3604870800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3623619600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3636320400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3655069200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3668374800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3686518800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3699824400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3717968400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3731274000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3750022800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3762723600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3781472400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3794173200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3812922000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3825622800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3844371600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3857677200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3875821200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3889126800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3907270800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3920576400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3939325200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3952026000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3970774800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3983475600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4002224400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4015530000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4033674000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4046979600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4065123600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4078429200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4096573200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 4760, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Tiraspol => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2840147720, FixedTimespan { utc_offset: 6900, dst_offset: 0, name: "CMT" }), + (-1637114100, FixedTimespan { utc_offset: 6264, dst_offset: 0, name: "BMT" }), + (-1213148664, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1187056800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1175479200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1159754400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1144029600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1127700000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1111975200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1096250400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1080525600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1064800800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1049076000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1033351200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1017626400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1001901600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-986176800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-970452000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-954727200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-927165600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-898138800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-857257200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-844556400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-828226800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-812502000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-800157600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (354920400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (370728000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (386456400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (402264000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (417992400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (433800000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (449614800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (465346800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (481071600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (496796400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (512521200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (528246000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (543970800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (559695600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (575420400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (591145200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (606870000, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (622594800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (638319600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (641944800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (654652800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (670377600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (686102400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (701820000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (717541200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (733269600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (748990800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (764719200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (780440400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (796168800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (811890000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (828223200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (846363600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (859680000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (877824000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (891129600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (909273600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (922579200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (941328000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (954028800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (972777600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (985478400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1004227200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1017532800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1035676800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1048982400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1067126400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1080432000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1099180800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1111881600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1130630400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1143331200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1162080000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1174780800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1193529600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1206835200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1224979200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1238284800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1256428800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1269734400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1288483200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1301184000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1319932800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1332633600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1351382400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1364688000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1382832000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1396137600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1414281600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1427587200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1445731200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1459036800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1477785600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1490486400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1509235200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1521936000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1540684800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1553990400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1572134400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1585440000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1603584000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1616889600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1635638400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1648339200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1667088000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1679788800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1698537600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1711843200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1729987200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1743292800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1761436800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1774742400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1792886400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1806192000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1824940800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1837641600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1856390400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1869091200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1887840000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1901145600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1919289600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1932595200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1950739200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1964044800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1982793600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1995494400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2014243200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2026944000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2045692800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2058393600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2077142400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2090448000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2108592000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2121897600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2140041600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2153347200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2172096000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2184796800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2203545600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2216246400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2234995200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2248300800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2266444800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2279750400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2297894400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2311200000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2329344000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2342649600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2361398400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2374099200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2392848000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2405548800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2424297600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2437603200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2455747200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2469052800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2487196800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2500502400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2519251200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2531952000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2550700800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2563401600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2582150400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2595456000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2613600000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2626905600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2645049600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2658355200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2676499200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2689804800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2708553600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2721254400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2740003200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2752704000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2771452800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2784758400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2802902400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2816208000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2834352000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2847657600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2866406400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2879107200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2897856000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2910556800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2929305600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2942006400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2960755200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2974060800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2992204800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3005510400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3023654400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3036960000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3055708800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3068409600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3087158400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3099859200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3118608000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3131913600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3150057600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3163363200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3181507200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3194812800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3212956800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3226262400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3245011200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3257712000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3276460800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3289161600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3307910400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3321216000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3339360000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3352665600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3370809600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3384115200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3402864000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3415564800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3434313600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3447014400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3465763200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3479068800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3497212800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3510518400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3528662400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3541968000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3560112000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3573417600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3592166400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3604867200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3623616000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3636316800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3655065600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3668371200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3686515200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3699820800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3717964800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3731270400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3750019200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3762720000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3781468800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3794169600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3812918400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3825619200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3844368000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3857673600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3875817600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3889123200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3907267200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3920572800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3939321600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3952022400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3970771200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3983472000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4002220800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4015526400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4033670400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4046976000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4065120000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4078425600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4096569600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 6920, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Ulyanovsk => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1593832416, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (-1247540400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (354916800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (370724400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (386452800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (402260400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (417988800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (433796400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (449611200, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (465343200, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (481068000, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (496792800, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (512517600, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (528242400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (543967200, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (559692000, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (575416800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (591141600, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (606866400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (622594800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (638319600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (654649200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (670374000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "+03" }), + (686102400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "+02" }), + (695779200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (701823600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (717548400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (733273200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (748998000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (764722800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (780447600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (796172400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (811897200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (828226800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (846370800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (859676400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (877820400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (891126000, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (909270000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (922575600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (941324400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (954025200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (972774000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (985474800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (1004223600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (1017529200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (1035673200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (1048978800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (1067122800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (1080428400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (1099177200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (1111878000, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (1130626800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (1143327600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (1162076400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (1174777200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (1193526000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (1206831600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (1224975600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (1238281200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (1256425200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (1269730800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (1288479600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (1301180400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1414274400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (1459033200, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 11616, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Uzhgorod => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2840148124, FixedTimespan { utc_offset: 7324, dst_offset: 0, name: "KMT" }), + (-1441159324, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1247536800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (-892522800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-857257200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-844556400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-828226800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-825382800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (354920400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (370728000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (386456400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (402264000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (417992400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (433800000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (449614800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (465346800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (481071600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (496796400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (512521200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (528246000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (543970800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (559695600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (575420400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (591145200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (606870000, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (622594800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (638319600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (646783200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (686102400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (701827200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (717552000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (733276800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (749001600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (764726400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (780451200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (796176000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (811900800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (828230400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (846378000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (859683600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (877827600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (891133200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (909277200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (922582800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (941331600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (954032400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (972781200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (985482000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1004230800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1017536400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1035680400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1048986000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1067130000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1080435600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1099184400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1111885200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1130634000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1143334800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1162083600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1174784400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1193533200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1206838800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1224982800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1238288400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1256432400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1269738000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1288486800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1301187600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1319936400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1332637200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1351386000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1364691600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1382835600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1396141200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1414285200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1427590800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1445734800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1459040400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1477789200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1490490000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1509238800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1521939600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1540688400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1553994000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1572138000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1585443600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1603587600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1616893200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1635642000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1648342800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1667091600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1679792400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1698541200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1711846800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1729990800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1743296400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1761440400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1774746000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1792890000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1806195600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1824944400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1837645200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1856394000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1869094800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1887843600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1901149200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1919293200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1932598800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1950742800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1964048400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1982797200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1995498000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2014246800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2026947600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2045696400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2058397200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2077146000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2090451600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2108595600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2121901200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2140045200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2153350800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2172099600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2184800400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2203549200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2216250000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2234998800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2248304400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2266448400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2279754000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2297898000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2311203600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2329347600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2342653200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2361402000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2374102800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2392851600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2405552400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2424301200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2437606800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2455750800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2469056400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2487200400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2500506000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2519254800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2531955600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2550704400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2563405200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2582154000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2595459600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2613603600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2626909200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2645053200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2658358800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2676502800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2689808400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2708557200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2721258000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2740006800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2752707600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2771456400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2784762000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2802906000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2816211600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2834355600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2847661200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2866410000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2879110800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2897859600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2910560400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2929309200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2942010000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2960758800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2974064400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2992208400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3005514000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3023658000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3036963600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3055712400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3068413200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3087162000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3099862800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3118611600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3131917200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3150061200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3163366800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3181510800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3194816400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3212960400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3226266000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3245014800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3257715600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3276464400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3289165200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3307914000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3321219600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3339363600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3352669200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3370813200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3384118800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3402867600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3415568400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3434317200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3447018000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3465766800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3479072400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3497216400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3510522000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3528666000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3541971600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3560115600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3573421200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3592170000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3604870800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3623619600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3636320400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3655069200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3668374800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3686518800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3699824400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3717968400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3731274000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3750022800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3762723600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3781472400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3794173200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3812922000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3825622800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3844371600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3857677200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3875821200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3889126800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3907270800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3920576400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3939325200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3952026000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3970774800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3983475600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4002224400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4015530000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4033674000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4046979600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4065123600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4078429200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4096573200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 7324, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Vaduz => { + const REST: &[(i64, FixedTimespan)] = &[ + (-3675198848, FixedTimespan { utc_offset: 1786, dst_offset: 0, name: "BMT" }), + (-2385246586, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-904435200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-891129600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-872985600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-859680000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (354675600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (370400400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (386125200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (401850000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (417574800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (433299600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (449024400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (465354000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (481078800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (496803600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (512528400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (528253200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (543978000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (559702800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (575427600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (591152400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (606877200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (622602000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (638326800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (654656400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (670381200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (686106000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (701830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (717555600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (733280400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (749005200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (764730000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (780454800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (796179600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (811904400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (828234000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (846378000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (859683600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (877827600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (891133200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (909277200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (922582800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (941331600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (954032400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (972781200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (985482000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1004230800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1017536400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1035680400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1048986000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1067130000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1080435600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1099184400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1111885200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1130634000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1143334800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1162083600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1174784400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1193533200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1206838800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1224982800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1238288400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1256432400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1269738000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1288486800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1301187600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1319936400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1332637200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1351386000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1364691600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1382835600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1396141200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1414285200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1427590800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1445734800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1459040400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1477789200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1490490000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1509238800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1521939600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1540688400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1553994000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1572138000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1585443600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1603587600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1616893200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1635642000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1648342800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1667091600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1679792400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1698541200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1711846800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1729990800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1743296400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1761440400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1774746000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1792890000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1806195600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1824944400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1837645200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1856394000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1869094800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1887843600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1901149200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1919293200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1932598800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1950742800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1964048400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1982797200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1995498000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2014246800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2026947600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2045696400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2058397200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2077146000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2090451600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2108595600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2121901200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2140045200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2153350800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2172099600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2184800400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2203549200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2216250000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2234998800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2248304400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2266448400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2279754000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2297898000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2311203600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2329347600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2342653200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2361402000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2374102800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2392851600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2405552400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2424301200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2437606800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2455750800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2469056400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2487200400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2500506000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2519254800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2531955600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2550704400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2563405200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2582154000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2595459600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2613603600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2626909200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2645053200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2658358800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2676502800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2689808400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2708557200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2721258000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2740006800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2752707600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2771456400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2784762000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2802906000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2816211600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2834355600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2847661200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2866410000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2879110800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2897859600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2910560400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2929309200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2942010000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2960758800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2974064400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2992208400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3005514000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3023658000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3036963600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3055712400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3068413200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3087162000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3099862800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3118611600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3131917200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3150061200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3163366800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3181510800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3194816400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3212960400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3226266000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3245014800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3257715600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3276464400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3289165200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3307914000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3321219600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3339363600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3352669200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3370813200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3384118800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3402867600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3415568400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3434317200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3447018000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3465766800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3479072400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3497216400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3510522000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3528666000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3541971600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3560115600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3573421200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3592170000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3604870800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3623619600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3636320400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3655069200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3668374800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3686518800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3699824400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3717968400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3731274000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3750022800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3762723600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3781472400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3794173200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3812922000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3825622800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3844371600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3857677200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3875821200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3889126800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3907270800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3920576400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3939325200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3952026000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3970774800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3983475600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4002224400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4015530000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4033674000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4046979600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4065123600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4078429200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4096573200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 2048, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Vatican => { + const REST: &[(i64, FixedTimespan)] = &[ + (-3252098996, FixedTimespan { utc_offset: 2996, dst_offset: 0, name: "RMT" }), + (-2403568196, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1690765200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1680487200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1664758800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1648951200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1635123600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1616896800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1604278800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1585533600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1571014800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1555293600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-932432400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-857257200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-844556400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-828226800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-812502000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-798073200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-781052400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-766717200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-750898800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-733359600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-719456400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-701917200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-689209200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-670460400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-114051600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-103168800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-81997200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-71715600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-50547600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-40266000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-18493200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-8211600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (12956400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (23238000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (43801200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (54687600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (75855600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (86742000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (107910000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (118191600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (138754800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (149641200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (170809200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (181090800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (202258800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (212540400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (233103600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (243990000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (265158000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (276044400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (296607600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (307494000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (323830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (338950800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (354675600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (370400400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (386125200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (401850000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (417574800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (433299600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (449024400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (465354000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (481078800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (496803600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (512528400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (528253200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (543978000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (559702800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (575427600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (591152400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (606877200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (622602000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (638326800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (654656400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (670381200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (686106000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (701830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (717555600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (733280400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (749005200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (764730000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (780454800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (796179600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (811904400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (828234000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (846378000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (859683600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (877827600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (891133200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (909277200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (922582800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (941331600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (954032400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (972781200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (985482000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1004230800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1017536400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1035680400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1048986000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1067130000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1080435600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1099184400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1111885200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1130634000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1143334800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1162083600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1174784400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1193533200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1206838800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1224982800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1238288400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1256432400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1269738000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1288486800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1301187600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1319936400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1332637200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1351386000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1364691600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1382835600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1396141200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1414285200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1427590800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1445734800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1459040400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1477789200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1490490000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1509238800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1521939600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1540688400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1553994000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1572138000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1585443600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1603587600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1616893200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1635642000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1648342800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1667091600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1679792400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1698541200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1711846800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1729990800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1743296400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1761440400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1774746000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1792890000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1806195600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1824944400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1837645200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1856394000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1869094800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1887843600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1901149200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1919293200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1932598800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1950742800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1964048400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1982797200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1995498000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2014246800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2026947600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2045696400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2058397200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2077146000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2090451600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2108595600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2121901200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2140045200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2153350800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2172099600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2184800400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2203549200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2216250000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2234998800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2248304400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2266448400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2279754000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2297898000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2311203600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2329347600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2342653200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2361402000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2374102800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2392851600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2405552400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2424301200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2437606800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2455750800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2469056400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2487200400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2500506000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2519254800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2531955600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2550704400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2563405200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2582154000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2595459600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2613603600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2626909200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2645053200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2658358800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2676502800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2689808400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2708557200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2721258000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2740006800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2752707600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2771456400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2784762000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2802906000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2816211600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2834355600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2847661200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2866410000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2879110800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2897859600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2910560400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2929309200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2942010000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2960758800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2974064400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2992208400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3005514000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3023658000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3036963600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3055712400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3068413200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3087162000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3099862800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3118611600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3131917200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3150061200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3163366800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3181510800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3194816400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3212960400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3226266000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3245014800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3257715600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3276464400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3289165200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3307914000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3321219600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3339363600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3352669200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3370813200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3384118800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3402867600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3415568400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3434317200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3447018000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3465766800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3479072400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3497216400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3510522000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3528666000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3541971600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3560115600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3573421200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3592170000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3604870800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3623619600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3636320400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3655069200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3668374800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3686518800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3699824400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3717968400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3731274000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3750022800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3762723600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3781472400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3794173200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3812922000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3825622800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3844371600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3857677200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3875821200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3889126800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3907270800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3920576400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3939325200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3952026000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3970774800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3983475600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4002224400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4015530000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4033674000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4046979600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4065123600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4078429200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4096573200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 2996, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Vienna => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2422055121, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1693706400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1680483600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1663455600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1650150000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1632006000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1618700400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1569711600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1555801200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-938905200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-857257200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-844556400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-828226800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-812502000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-796777200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-781052400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-780192000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-748479600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-733273200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-717634800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-701910000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-684975600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-670460400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (323823600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (338940000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (354675600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (370400400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (386125200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (401850000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (417574800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (433299600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (449024400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (465354000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (481078800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (496803600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (512528400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (528253200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (543978000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (559702800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (575427600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (591152400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (606877200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (622602000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (638326800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (654656400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (670381200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (686106000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (701830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (717555600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (733280400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (749005200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (764730000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (780454800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (796179600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (811904400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (828234000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (846378000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (859683600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (877827600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (891133200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (909277200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (922582800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (941331600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (954032400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (972781200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (985482000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1004230800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1017536400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1035680400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1048986000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1067130000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1080435600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1099184400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1111885200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1130634000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1143334800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1162083600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1174784400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1193533200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1206838800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1224982800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1238288400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1256432400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1269738000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1288486800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1301187600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1319936400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1332637200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1351386000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1364691600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1382835600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1396141200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1414285200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1427590800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1445734800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1459040400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1477789200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1490490000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1509238800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1521939600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1540688400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1553994000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1572138000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1585443600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1603587600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1616893200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1635642000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1648342800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1667091600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1679792400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1698541200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1711846800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1729990800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1743296400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1761440400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1774746000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1792890000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1806195600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1824944400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1837645200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1856394000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1869094800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1887843600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1901149200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1919293200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1932598800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1950742800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1964048400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1982797200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1995498000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2014246800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2026947600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2045696400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2058397200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2077146000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2090451600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2108595600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2121901200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2140045200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2153350800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2172099600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2184800400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2203549200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2216250000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2234998800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2248304400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2266448400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2279754000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2297898000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2311203600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2329347600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2342653200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2361402000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2374102800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2392851600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2405552400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2424301200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2437606800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2455750800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2469056400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2487200400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2500506000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2519254800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2531955600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2550704400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2563405200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2582154000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2595459600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2613603600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2626909200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2645053200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2658358800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2676502800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2689808400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2708557200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2721258000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2740006800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2752707600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2771456400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2784762000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2802906000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2816211600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2834355600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2847661200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2866410000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2879110800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2897859600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2910560400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2929309200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2942010000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2960758800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2974064400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2992208400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3005514000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3023658000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3036963600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3055712400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3068413200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3087162000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3099862800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3118611600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3131917200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3150061200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3163366800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3181510800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3194816400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3212960400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3226266000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3245014800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3257715600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3276464400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3289165200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3307914000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3321219600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3339363600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3352669200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3370813200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3384118800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3402867600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3415568400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3434317200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3447018000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3465766800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3479072400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3497216400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3510522000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3528666000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3541971600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3560115600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3573421200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3592170000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3604870800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3623619600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3636320400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3655069200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3668374800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3686518800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3699824400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3717968400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3731274000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3750022800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3762723600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3781472400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3794173200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3812922000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3825622800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3844371600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3857677200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3875821200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3889126800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3907270800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3920576400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3939325200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3952026000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3970774800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3983475600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4002224400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4015530000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4033674000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4046979600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4065123600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4078429200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4096573200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 3921, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Vilnius => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2840146876, FixedTimespan { utc_offset: 5040, dst_offset: 0, name: "WMT" }), + (-1672536240, FixedTimespan { utc_offset: 5736, dst_offset: 0, name: "KMT" }), + (-1585100136, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1561251600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1553565600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-928198800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (-900126000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-857257200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-844556400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-828226800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-812502000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-802144800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (354920400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (370728000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (386456400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (402264000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (417992400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (433800000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (449614800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (465346800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (481071600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (496796400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (512521200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (528246000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (543970800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (559695600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (575420400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (591145200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (606870000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (622598400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (638323200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (654652800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (670377600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (686102400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (701827200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (717552000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (733276800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (749001600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (764726400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (780451200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (796176000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (811900800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (828230400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (846374400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (859680000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (877824000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (891126000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (891133200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (909277200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (922582800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (941324400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1048986000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1067130000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1080435600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1099184400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1111885200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1130634000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1143334800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1162083600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1174784400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1193533200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1206838800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1224982800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1238288400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1256432400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1269738000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1288486800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1301187600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1319936400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1332637200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1351386000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1364691600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1382835600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1396141200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1414285200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1427590800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1445734800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1459040400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1477789200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1490490000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1509238800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1521939600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1540688400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1553994000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1572138000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1585443600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1603587600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1616893200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1635642000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1648342800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1667091600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1679792400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1698541200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1711846800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1729990800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1743296400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1761440400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1774746000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1792890000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1806195600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1824944400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1837645200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1856394000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1869094800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1887843600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1901149200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1919293200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1932598800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1950742800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1964048400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1982797200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1995498000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2014246800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2026947600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2045696400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2058397200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2077146000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2090451600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2108595600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2121901200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2140045200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2153350800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2172099600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2184800400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2203549200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2216250000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2234998800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2248304400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2266448400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2279754000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2297898000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2311203600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2329347600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2342653200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2361402000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2374102800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2392851600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2405552400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2424301200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2437606800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2455750800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2469056400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2487200400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2500506000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2519254800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2531955600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2550704400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2563405200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2582154000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2595459600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2613603600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2626909200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2645053200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2658358800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2676502800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2689808400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2708557200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2721258000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2740006800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2752707600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2771456400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2784762000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2802906000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2816211600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2834355600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2847661200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2866410000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2879110800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2897859600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2910560400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2929309200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2942010000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2960758800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2974064400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2992208400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3005514000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3023658000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3036963600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3055712400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3068413200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3087162000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3099862800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3118611600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3131917200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3150061200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3163366800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3181510800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3194816400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3212960400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3226266000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3245014800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3257715600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3276464400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3289165200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3307914000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3321219600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3339363600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3352669200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3370813200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3384118800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3402867600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3415568400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3434317200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3447018000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3465766800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3479072400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3497216400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3510522000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3528666000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3541971600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3560115600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3573421200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3592170000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3604870800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3623619600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3636320400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3655069200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3668374800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3686518800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3699824400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3717968400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3731274000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3750022800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3762723600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3781472400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3794173200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3812922000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3825622800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3844371600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3857677200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3875821200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3889126800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3907270800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3920576400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3939325200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3952026000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3970774800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3983475600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4002224400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4015530000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4033674000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4046979600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4065123600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4078429200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4096573200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 6076, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Volgograd => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1577761060, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (-1247540400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (354916800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (370724400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (386452800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (402260400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (417988800, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (433796400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (449611200, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (465343200, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (481068000, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (496792800, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (512517600, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (528242400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (543967200, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (559692000, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (575416800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (591145200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (606870000, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (622594800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (638319600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (654649200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (670374000, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (701820000, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (717548400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (733273200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (748998000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (764722800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (780447600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (796172400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (811897200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (828226800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (846370800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (859676400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (877820400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (891126000, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (909270000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (922575600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (941324400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (954025200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (972774000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (985474800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (1004223600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (1017529200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (1035673200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (1048978800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (1067122800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (1080428400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (1099177200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (1111878000, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (1130626800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (1143327600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (1162076400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (1174777200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (1193526000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (1206831600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (1224975600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (1238281200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (1256425200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (1269730800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (1288479600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (1301180400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "MSK" }), + (1414274400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (1540681200, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1609020000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 10660, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Warsaw => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2840145840, FixedTimespan { utc_offset: 5040, dst_offset: 0, name: "WMT" }), + (-1717032240, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1693706400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1680483600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1663455600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1650150000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1632006000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1618700400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1600473600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1587168000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1501725600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-931734000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-857257200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-844556400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-828226800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-812502000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-796608000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-778726800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-762660000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-748486800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-733273200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-715215600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-701910000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-684975600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-670460400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-654130800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-639010800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-397094400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-386812800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-371088000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-355363200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-334195200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-323308800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-307584000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-291859200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-271296000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-260409600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-239846400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-228960000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-208396800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-197510400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-176342400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-166060800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (228873600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (243993600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (260323200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (276048000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (291772800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (307497600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (323827200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (338947200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (354672000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (370396800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (386121600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (401846400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (417571200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (433296000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (449020800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (465350400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (481075200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (496800000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (512524800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (528249600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (543974400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (559699200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (575427600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (591152400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (606877200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (622602000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (638326800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (654656400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (670381200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (686106000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (701830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (717555600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (733280400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (749005200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (764730000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (780454800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (796179600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (811904400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (828234000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (846378000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (859683600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (877827600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (891133200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (909277200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (922582800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (941331600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (954032400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (972781200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (985482000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1004230800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1017536400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1035680400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1048986000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1067130000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1080435600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1099184400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1111885200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1130634000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1143334800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1162083600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1174784400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1193533200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1206838800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1224982800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1238288400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1256432400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1269738000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1288486800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1301187600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1319936400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1332637200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1351386000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1364691600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1382835600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1396141200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1414285200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1427590800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1445734800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1459040400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1477789200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1490490000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1509238800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1521939600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1540688400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1553994000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1572138000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1585443600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1603587600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1616893200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1635642000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1648342800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1667091600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1679792400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1698541200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1711846800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1729990800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1743296400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1761440400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1774746000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1792890000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1806195600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1824944400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1837645200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1856394000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1869094800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1887843600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1901149200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1919293200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1932598800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1950742800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1964048400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1982797200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1995498000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2014246800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2026947600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2045696400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2058397200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2077146000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2090451600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2108595600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2121901200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2140045200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2153350800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2172099600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2184800400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2203549200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2216250000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2234998800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2248304400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2266448400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2279754000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2297898000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2311203600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2329347600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2342653200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2361402000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2374102800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2392851600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2405552400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2424301200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2437606800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2455750800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2469056400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2487200400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2500506000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2519254800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2531955600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2550704400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2563405200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2582154000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2595459600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2613603600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2626909200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2645053200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2658358800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2676502800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2689808400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2708557200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2721258000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2740006800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2752707600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2771456400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2784762000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2802906000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2816211600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2834355600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2847661200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2866410000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2879110800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2897859600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2910560400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2929309200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2942010000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2960758800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2974064400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2992208400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3005514000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3023658000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3036963600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3055712400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3068413200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3087162000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3099862800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3118611600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3131917200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3150061200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3163366800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3181510800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3194816400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3212960400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3226266000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3245014800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3257715600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3276464400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3289165200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3307914000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3321219600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3339363600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3352669200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3370813200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3384118800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3402867600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3415568400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3434317200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3447018000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3465766800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3479072400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3497216400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3510522000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3528666000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3541971600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3560115600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3573421200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3592170000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3604870800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3623619600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3636320400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3655069200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3668374800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3686518800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3699824400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3717968400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3731274000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3750022800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3762723600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3781472400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3794173200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3812922000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3825622800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3844371600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3857677200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3875821200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3889126800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3907270800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3920576400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3939325200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3952026000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3970774800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3983475600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4002224400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4015530000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4033674000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4046979600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4065123600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4078429200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4096573200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 5040, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Zagreb => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2713915320, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-905824800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-857257200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-844556400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-828226800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-812502000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-796777200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-777942000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-766627200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (417574800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (433299600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (449024400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (465354000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (481078800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (496803600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (512528400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (528253200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (543978000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (559702800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (575427600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (591152400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (606877200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (622602000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (638326800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (654656400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (670381200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (686106000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (701830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (717555600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (733280400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (749005200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (764730000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (780454800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (796179600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (811904400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (828234000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (846378000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (859683600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (877827600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (891133200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (909277200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (922582800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (941331600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (954032400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (972781200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (985482000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1004230800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1017536400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1035680400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1048986000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1067130000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1080435600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1099184400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1111885200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1130634000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1143334800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1162083600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1174784400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1193533200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1206838800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1224982800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1238288400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1256432400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1269738000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1288486800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1301187600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1319936400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1332637200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1351386000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1364691600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1382835600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1396141200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1414285200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1427590800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1445734800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1459040400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1477789200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1490490000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1509238800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1521939600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1540688400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1553994000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1572138000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1585443600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1603587600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1616893200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1635642000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1648342800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1667091600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1679792400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1698541200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1711846800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1729990800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1743296400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1761440400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1774746000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1792890000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1806195600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1824944400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1837645200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1856394000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1869094800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1887843600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1901149200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1919293200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1932598800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1950742800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1964048400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1982797200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1995498000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2014246800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2026947600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2045696400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2058397200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2077146000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2090451600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2108595600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2121901200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2140045200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2153350800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2172099600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2184800400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2203549200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2216250000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2234998800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2248304400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2266448400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2279754000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2297898000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2311203600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2329347600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2342653200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2361402000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2374102800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2392851600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2405552400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2424301200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2437606800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2455750800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2469056400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2487200400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2500506000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2519254800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2531955600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2550704400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2563405200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2582154000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2595459600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2613603600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2626909200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2645053200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2658358800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2676502800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2689808400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2708557200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2721258000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2740006800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2752707600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2771456400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2784762000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2802906000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2816211600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2834355600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2847661200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2866410000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2879110800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2897859600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2910560400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2929309200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2942010000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2960758800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2974064400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2992208400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3005514000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3023658000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3036963600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3055712400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3068413200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3087162000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3099862800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3118611600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3131917200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3150061200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3163366800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3181510800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3194816400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3212960400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3226266000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3245014800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3257715600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3276464400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3289165200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3307914000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3321219600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3339363600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3352669200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3370813200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3384118800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3402867600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3415568400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3434317200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3447018000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3465766800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3479072400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3497216400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3510522000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3528666000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3541971600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3560115600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3573421200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3592170000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3604870800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3623619600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3636320400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3655069200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3668374800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3686518800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3699824400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3717968400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3731274000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3750022800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3762723600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3781472400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3794173200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3812922000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3825622800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3844371600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3857677200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3875821200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3889126800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3907270800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3920576400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3939325200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3952026000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3970774800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3983475600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4002224400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4015530000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4033674000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4046979600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4065123600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4078429200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4096573200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 4920, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Zaporozhye => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2840148124, FixedTimespan { utc_offset: 7324, dst_offset: 0, name: "KMT" }), + (-1441159324, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1247536800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (-892522800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-857257200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-844556400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-828226800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-825382800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (354920400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (370728000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (386456400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (402264000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (417992400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (433800000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (449614800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (465346800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (481071600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (496796400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (512521200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (528246000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (543970800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (559695600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (575420400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (591145200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (606870000, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (622594800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (638319600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (646783200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (686102400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (701827200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (717552000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (733276800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (749001600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (764726400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (780451200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (796176000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (811900800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (828230400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (846378000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (859683600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (877827600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (891133200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (909277200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (922582800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (941331600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (954032400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (972781200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (985482000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1004230800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1017536400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1035680400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1048986000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1067130000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1080435600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1099184400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1111885200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1130634000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1143334800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1162083600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1174784400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1193533200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1206838800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1224982800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1238288400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1256432400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1269738000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1288486800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1301187600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1319936400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1332637200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1351386000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1364691600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1382835600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1396141200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1414285200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1427590800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1445734800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1459040400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1477789200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1490490000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1509238800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1521939600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1540688400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1553994000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1572138000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1585443600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1603587600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1616893200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1635642000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1648342800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1667091600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1679792400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1698541200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1711846800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1729990800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1743296400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1761440400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1774746000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1792890000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1806195600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1824944400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1837645200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1856394000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1869094800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1887843600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1901149200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1919293200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1932598800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1950742800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1964048400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1982797200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1995498000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2014246800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2026947600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2045696400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2058397200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2077146000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2090451600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2108595600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2121901200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2140045200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2153350800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2172099600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2184800400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2203549200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2216250000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2234998800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2248304400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2266448400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2279754000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2297898000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2311203600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2329347600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2342653200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2361402000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2374102800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2392851600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2405552400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2424301200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2437606800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2455750800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2469056400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2487200400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2500506000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2519254800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2531955600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2550704400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2563405200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2582154000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2595459600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2613603600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2626909200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2645053200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2658358800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2676502800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2689808400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2708557200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2721258000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2740006800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2752707600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2771456400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2784762000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2802906000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2816211600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2834355600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2847661200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2866410000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2879110800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2897859600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2910560400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2929309200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2942010000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2960758800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (2974064400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (2992208400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3005514000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3023658000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3036963600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3055712400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3068413200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3087162000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3099862800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3118611600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3131917200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3150061200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3163366800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3181510800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3194816400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3212960400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3226266000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3245014800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3257715600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3276464400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3289165200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3307914000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3321219600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3339363600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3352669200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3370813200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3384118800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3402867600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3415568400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3434317200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3447018000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3465766800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3479072400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3497216400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3510522000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3528666000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3541971600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3560115600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3573421200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3592170000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3604870800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3623619600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3636320400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3655069200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3668374800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3686518800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3699824400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3717968400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3731274000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3750022800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3762723600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3781472400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3794173200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3812922000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3825622800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3844371600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3857677200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3875821200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3889126800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3907270800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3920576400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3939325200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3952026000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (3970774800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (3983475600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4002224400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4015530000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4033674000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4046979600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4065123600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (4078429200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (4096573200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 7324, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Europe__Zurich => { + const REST: &[(i64, FixedTimespan)] = &[ + (-3675198848, FixedTimespan { utc_offset: 1786, dst_offset: 0, name: "BMT" }), + (-2385246586, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-904435200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-891129600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-872985600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-859680000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (354675600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (370400400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (386125200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (401850000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (417574800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (433299600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (449024400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (465354000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (481078800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (496803600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (512528400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (528253200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (543978000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (559702800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (575427600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (591152400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (606877200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (622602000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (638326800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (654656400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (670381200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (686106000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (701830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (717555600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (733280400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (749005200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (764730000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (780454800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (796179600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (811904400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (828234000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (846378000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (859683600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (877827600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (891133200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (909277200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (922582800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (941331600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (954032400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (972781200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (985482000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1004230800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1017536400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1035680400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1048986000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1067130000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1080435600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1099184400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1111885200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1130634000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1143334800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1162083600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1174784400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1193533200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1206838800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1224982800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1238288400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1256432400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1269738000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1288486800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1301187600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1319936400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1332637200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1351386000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1364691600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1382835600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1396141200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1414285200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1427590800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1445734800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1459040400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1477789200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1490490000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1509238800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1521939600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1540688400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1553994000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1572138000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1585443600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1603587600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1616893200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1635642000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1648342800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1667091600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1679792400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1698541200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1711846800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1729990800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1743296400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1761440400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1774746000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1792890000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1806195600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1824944400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1837645200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1856394000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1869094800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1887843600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1901149200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1919293200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1932598800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1950742800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1964048400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1982797200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1995498000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2014246800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2026947600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2045696400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2058397200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2077146000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2090451600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2108595600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2121901200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2140045200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2153350800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2172099600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2184800400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2203549200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2216250000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2234998800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2248304400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2266448400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2279754000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2297898000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2311203600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2329347600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2342653200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2361402000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2374102800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2392851600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2405552400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2424301200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2437606800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2455750800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2469056400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2487200400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2500506000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2519254800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2531955600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2550704400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2563405200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2582154000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2595459600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2613603600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2626909200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2645053200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2658358800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2676502800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2689808400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2708557200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2721258000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2740006800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2752707600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2771456400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2784762000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2802906000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2816211600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2834355600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2847661200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2866410000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2879110800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2897859600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2910560400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2929309200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2942010000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2960758800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2974064400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2992208400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3005514000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3023658000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3036963600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3055712400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3068413200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3087162000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3099862800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3118611600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3131917200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3150061200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3163366800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3181510800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3194816400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3212960400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3226266000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3245014800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3257715600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3276464400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3289165200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3307914000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3321219600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3339363600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3352669200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3370813200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3384118800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3402867600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3415568400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3434317200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3447018000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3465766800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3479072400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3497216400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3510522000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3528666000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3541971600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3560115600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3573421200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3592170000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3604870800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3623619600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3636320400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3655069200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3668374800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3686518800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3699824400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3717968400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3731274000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3750022800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3762723600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3781472400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3794173200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3812922000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3825622800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3844371600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3857677200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3875821200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3889126800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3907270800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3920576400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3939325200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3952026000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3970774800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3983475600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4002224400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4015530000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4033674000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4046979600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4065123600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4078429200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4096573200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 2048, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::GB => { + const REST: &[(i64, FixedTimespan)] = &[ + (-3852662325, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1691964000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1680472800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1664143200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1650146400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1633903200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1617487200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1601848800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1586037600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1570399200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1552168800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1538344800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1522533600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1507500000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1490565600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1473631200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1460930400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1442786400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1428876000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1410732000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1396216800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1379282400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1364767200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1348437600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1333317600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1315778400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1301263200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1284328800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1269813600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1253484000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1238364000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1221429600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1206914400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1189980000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1175464800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1159135200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1143410400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1126476000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1111960800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1095631200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1080511200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1063576800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1049061600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1032127200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1017612000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1001282400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-986162400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-969228000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-950479200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-942012000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-904518000, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-896050800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-875487600, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-864601200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-844038000, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-832546800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-812588400, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-798073200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-781052400, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-772066800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-764805600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-748476000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-733356000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-719445600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-717030000, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-706748400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-699487200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-687996000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-668037600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-654732000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-636588000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-622072800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-605743200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-590623200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-574293600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-558568800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-542239200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-527119200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-512604000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-496274400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-481154400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-464220000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-449704800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-432165600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-417650400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-401320800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-386200800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-369266400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-354751200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-337816800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-323301600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-306972000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-291852000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-276732000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-257983200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-245282400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-226533600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-213228000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-195084000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-182383200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-163634400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-150933600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-132184800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-119484000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-100735200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-88034400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-68680800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-59004000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-37242000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "BST" }), + (57718800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (69818400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (89172000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (101268000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (120621600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (132717600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (152071200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (164167200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (183520800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (196221600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (214970400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (227671200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (246420000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (259120800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (278474400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (290570400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (309924000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (322020000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (341373600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (354675600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (372819600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (386125200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (404269200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (417574800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (435718800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (449024400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (467773200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (481078800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (499222800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (512528400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (530672400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (543978000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (562122000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (575427600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (593571600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (606877200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (625626000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (638326800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (657075600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (670381200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (688525200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (701830800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (719974800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (733280400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (751424400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (764730000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (782874000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (796179600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (814323600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (828234000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (846378000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (859683600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (877827600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (891133200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (909277200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (922582800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (941331600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (954032400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (972781200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (985482000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1004230800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1017536400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1035680400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1048986000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1067130000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1080435600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1099184400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1111885200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1130634000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1143334800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1162083600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1174784400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1193533200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1206838800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1224982800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1238288400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1256432400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1269738000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1288486800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1301187600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1319936400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1332637200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1351386000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1364691600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1382835600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1396141200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1414285200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1427590800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1445734800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1459040400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1477789200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1490490000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1509238800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1521939600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1540688400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1553994000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1572138000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1585443600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1603587600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1616893200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1635642000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1648342800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1667091600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1679792400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1698541200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1711846800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1729990800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1743296400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1761440400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1774746000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1792890000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1806195600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1824944400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1837645200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1856394000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1869094800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1887843600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1901149200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1919293200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1932598800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1950742800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1964048400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1982797200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1995498000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2014246800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2026947600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2045696400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2058397200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2077146000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2090451600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2108595600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2121901200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2140045200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2153350800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2172099600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2184800400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2203549200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2216250000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2234998800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2248304400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2266448400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2279754000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2297898000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2311203600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2329347600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2342653200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2361402000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2374102800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2392851600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2405552400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2424301200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2437606800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2455750800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2469056400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2487200400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2500506000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2519254800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2531955600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2550704400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2563405200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2582154000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2595459600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2613603600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2626909200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2645053200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2658358800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2676502800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2689808400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2708557200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2721258000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2740006800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2752707600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2771456400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2784762000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2802906000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2816211600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2834355600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2847661200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2866410000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2879110800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2897859600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2910560400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2929309200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2942010000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2960758800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2974064400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2992208400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3005514000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3023658000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3036963600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3055712400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3068413200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3087162000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3099862800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3118611600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3131917200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3150061200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3163366800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3181510800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3194816400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3212960400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3226266000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3245014800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3257715600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3276464400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3289165200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3307914000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3321219600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3339363600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3352669200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3370813200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3384118800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3402867600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3415568400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3434317200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3447018000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3465766800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3479072400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3497216400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3510522000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3528666000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3541971600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3560115600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3573421200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3592170000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3604870800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3623619600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3636320400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3655069200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3668374800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3686518800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3699824400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3717968400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3731274000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3750022800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3762723600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3781472400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3794173200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3812922000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3825622800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3844371600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3857677200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3875821200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3889126800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3907270800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3920576400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3939325200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3952026000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3970774800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3983475600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (4002224400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (4015530000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (4033674000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (4046979600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (4065123600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (4078429200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (4096573200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -75, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::GBEire => { + const REST: &[(i64, FixedTimespan)] = &[ + (-3852662325, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1691964000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1680472800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1664143200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1650146400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1633903200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1617487200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1601848800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1586037600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1570399200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1552168800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1538344800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1522533600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1507500000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1490565600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1473631200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1460930400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1442786400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1428876000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1410732000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1396216800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1379282400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1364767200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1348437600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1333317600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1315778400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1301263200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1284328800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1269813600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1253484000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1238364000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1221429600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1206914400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1189980000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1175464800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1159135200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1143410400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1126476000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1111960800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1095631200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1080511200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1063576800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1049061600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1032127200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-1017612000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-1001282400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-986162400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-969228000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-950479200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-942012000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-904518000, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-896050800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-875487600, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-864601200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-844038000, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-832546800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-812588400, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-798073200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-781052400, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-772066800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-764805600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-748476000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-733356000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-719445600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-717030000, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "BDST" }), + (-706748400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-699487200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-687996000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-668037600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-654732000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-636588000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-622072800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-605743200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-590623200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-574293600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-558568800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-542239200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-527119200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-512604000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-496274400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-481154400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-464220000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-449704800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-432165600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-417650400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-401320800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-386200800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-369266400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-354751200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-337816800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-323301600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-306972000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-291852000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-276732000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-257983200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-245282400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-226533600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-213228000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-195084000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-182383200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-163634400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-150933600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-132184800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-119484000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-100735200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-88034400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-68680800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (-59004000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (-37242000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "BST" }), + (57718800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (69818400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (89172000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (101268000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (120621600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (132717600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (152071200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (164167200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (183520800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (196221600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (214970400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (227671200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (246420000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (259120800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (278474400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (290570400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (309924000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (322020000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (341373600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (354675600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (372819600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (386125200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (404269200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (417574800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (435718800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (449024400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (467773200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (481078800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (499222800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (512528400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (530672400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (543978000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (562122000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (575427600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (593571600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (606877200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (625626000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (638326800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (657075600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (670381200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (688525200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (701830800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (719974800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (733280400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (751424400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (764730000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (782874000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (796179600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (814323600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (828234000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (846378000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (859683600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (877827600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (891133200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (909277200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (922582800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (941331600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (954032400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (972781200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (985482000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1004230800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1017536400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1035680400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1048986000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1067130000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1080435600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1099184400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1111885200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1130634000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1143334800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1162083600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1174784400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1193533200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1206838800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1224982800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1238288400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1256432400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1269738000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1288486800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1301187600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1319936400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1332637200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1351386000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1364691600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1382835600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1396141200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1414285200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1427590800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1445734800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1459040400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1477789200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1490490000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1509238800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1521939600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1540688400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1553994000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1572138000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1585443600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1603587600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1616893200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1635642000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1648342800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1667091600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1679792400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1698541200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1711846800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1729990800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1743296400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1761440400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1774746000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1792890000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1806195600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1824944400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1837645200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1856394000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1869094800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1887843600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1901149200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1919293200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1932598800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1950742800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1964048400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (1982797200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (1995498000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2014246800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2026947600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2045696400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2058397200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2077146000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2090451600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2108595600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2121901200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2140045200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2153350800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2172099600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2184800400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2203549200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2216250000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2234998800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2248304400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2266448400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2279754000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2297898000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2311203600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2329347600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2342653200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2361402000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2374102800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2392851600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2405552400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2424301200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2437606800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2455750800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2469056400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2487200400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2500506000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2519254800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2531955600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2550704400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2563405200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2582154000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2595459600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2613603600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2626909200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2645053200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2658358800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2676502800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2689808400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2708557200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2721258000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2740006800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2752707600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2771456400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2784762000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2802906000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2816211600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2834355600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2847661200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2866410000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2879110800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2897859600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2910560400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2929309200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2942010000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2960758800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (2974064400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (2992208400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3005514000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3023658000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3036963600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3055712400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3068413200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3087162000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3099862800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3118611600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3131917200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3150061200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3163366800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3181510800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3194816400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3212960400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3226266000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3245014800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3257715600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3276464400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3289165200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3307914000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3321219600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3339363600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3352669200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3370813200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3384118800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3402867600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3415568400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3434317200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3447018000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3465766800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3479072400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3497216400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3510522000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3528666000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3541971600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3560115600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3573421200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3592170000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3604870800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3623619600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3636320400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3655069200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3668374800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3686518800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3699824400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3717968400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3731274000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3750022800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3762723600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3781472400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3794173200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3812922000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3825622800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3844371600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3857677200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3875821200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3889126800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3907270800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3920576400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3939325200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3952026000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (3970774800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (3983475600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (4002224400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (4015530000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (4033674000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (4046979600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (4065123600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + (4078429200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "BST" }), + (4096573200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -75, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::GMT => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 0, + dst_offset: 0, + name: "GMT", + }, + rest: REST + } + }, + + Tz::GMTPlus0 => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 0, + dst_offset: 0, + name: "GMT", + }, + rest: REST + } + }, + + Tz::GMTMinus0 => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 0, + dst_offset: 0, + name: "GMT", + }, + rest: REST + } + }, + + Tz::GMT0 => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 0, + dst_offset: 0, + name: "GMT", + }, + rest: REST + } + }, + + Tz::Greenwich => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 0, + dst_offset: 0, + name: "GMT", + }, + rest: REST + } + }, + + Tz::HST => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -36000, + dst_offset: 0, + name: "HST", + }, + rest: REST + } + }, + + Tz::Hongkong => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2056718202, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-900910800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-891579600, FixedTimespan { utc_offset: 28800, dst_offset: 1800, name: "HKWT" }), + (-884248200, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "JST" }), + (-761209200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-747907200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-728541000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-717049800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-697091400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-683785800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-668061000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-654755400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-636611400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-623305800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-605161800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-591856200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-573712200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-559801800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-541657800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-528352200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-510211800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-498112200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-478762200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-466662600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-446707800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-435213000, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-415258200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-403158600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-383808600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-371709000, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-352359000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-340259400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-320909400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-308809800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-288855000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-277360200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-257405400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-245910600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-225955800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-213856200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-194506200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-182406600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-163056600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-148537800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-132816600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-117088200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-101367000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-85638600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-69312600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-53584200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-37863000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (-22134600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (-6413400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (9315000, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (25036200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (40764600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (56485800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (72214200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (88540200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (104268600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (119989800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (126041400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (151439400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (167167800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (182889000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (198617400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (214338600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + (295385400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "HKST" }), + (309292200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "HKT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 27402, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Iceland => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1830383032, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "GMT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -968, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Indian__Antananarivo => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1946168836, FixedTimespan { utc_offset: 9000, dst_offset: 0, name: "+0230" }), + (-1309746600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "EAT" }), + (-1261969200, FixedTimespan { utc_offset: 9000, dst_offset: 0, name: "+0230" }), + (-1041388200, FixedTimespan { utc_offset: 9900, dst_offset: 0, name: "+0245" }), + (-865305900, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "EAT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 8836, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Indian__Chagos => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1988167780, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + (820436400, FixedTimespan { utc_offset: 21600, dst_offset: 0, name: "+06" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 17380, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Indian__Christmas => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2840164924, FixedTimespan { utc_offset: 24124, dst_offset: 0, name: "BMT" }), + (-1570084924, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 24124, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Indian__Cocos => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2840163887, FixedTimespan { utc_offset: 23087, dst_offset: 0, name: "RMT" }), + (-1577946287, FixedTimespan { utc_offset: 23400, dst_offset: 0, name: "+0630" }), + (-873268200, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (-778410000, FixedTimespan { utc_offset: 23400, dst_offset: 0, name: "+0630" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 23087, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Indian__Comoro => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1946168836, FixedTimespan { utc_offset: 9000, dst_offset: 0, name: "+0230" }), + (-1309746600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "EAT" }), + (-1261969200, FixedTimespan { utc_offset: 9000, dst_offset: 0, name: "+0230" }), + (-1041388200, FixedTimespan { utc_offset: 9900, dst_offset: 0, name: "+0245" }), + (-865305900, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "EAT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 8836, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Indian__Kerguelen => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2840158440, FixedTimespan { utc_offset: 17640, dst_offset: 0, name: "MMT" }), + (-315636840, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 17640, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Indian__Mahe => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1577936472, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 13272, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Indian__Maldives => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2840158440, FixedTimespan { utc_offset: 17640, dst_offset: 0, name: "MMT" }), + (-315636840, FixedTimespan { utc_offset: 18000, dst_offset: 0, name: "+05" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 17640, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Indian__Mauritius => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1988164200, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (403041600, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (417034800, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (1224972000, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (1238274000, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 13800, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Indian__Mayotte => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1946168836, FixedTimespan { utc_offset: 9000, dst_offset: 0, name: "+0230" }), + (-1309746600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "EAT" }), + (-1261969200, FixedTimespan { utc_offset: 9000, dst_offset: 0, name: "+0230" }), + (-1041388200, FixedTimespan { utc_offset: 9900, dst_offset: 0, name: "+0245" }), + (-865305900, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "EAT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 8836, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Indian__Reunion => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1577936472, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 13272, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Iran => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1704165944, FixedTimespan { utc_offset: 12344, dst_offset: 0, name: "TMT" }), + (-1090466744, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (227820600, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (246223800, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (259617600, FixedTimespan { utc_offset: 14400, dst_offset: 3600, name: "+05" }), + (271108800, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "+04" }), + (283982400, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (296598600, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (306531000, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (322432200, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (338499000, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (673216200, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (685481400, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (701209800, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (717103800, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (732745800, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (748639800, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (764281800, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (780175800, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (795817800, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (811711800, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (827353800, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (843247800, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (858976200, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (874870200, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (890512200, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (906406200, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (922048200, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (937942200, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (953584200, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (969478200, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (985206600, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (1001100600, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (1016742600, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (1032636600, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (1048278600, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (1064172600, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (1079814600, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (1095708600, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (1111437000, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (1127331000, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (1206045000, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (1221939000, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (1237667400, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (1253561400, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (1269203400, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (1285097400, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (1300739400, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (1316633400, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (1332275400, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (1348169400, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (1363897800, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (1379791800, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (1395433800, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (1411327800, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (1426969800, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (1442863800, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (1458505800, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (1474399800, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (1490128200, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (1506022200, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (1521664200, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (1537558200, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (1553200200, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (1569094200, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (1584736200, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (1600630200, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (1616358600, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (1632252600, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + (1647894600, FixedTimespan { utc_offset: 12600, dst_offset: 3600, name: "+0430" }), + (1663788600, FixedTimespan { utc_offset: 12600, dst_offset: 0, name: "+0330" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 12344, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Israel => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2840149254, FixedTimespan { utc_offset: 8440, dst_offset: 0, name: "JMT" }), + (-1641003640, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-933638400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-923097600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-919036800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-857347200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-844300800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-825811200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-812678400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-794188800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-779846400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-762652800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-748310400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-731116800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-681955200, FixedTimespan { utc_offset: 7200, dst_offset: 7200, name: "IDDT" }), + (-673228800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-667958400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-652320000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-636422400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-622080000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-608947200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-591840000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-572486400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-558576000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-542851200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-527731200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-514425600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-490838400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-482976000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-459388800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-451526400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-428544000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-418262400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (-400118400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (-387417600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (142380000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (150843600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (167176800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (178664400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (334101600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (337730400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (452642400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (462319200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (482277600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (494370000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (516751200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (526424400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (545436000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (558478800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (576626400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (589323600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (609890400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (620773200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (638316000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (651618000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (669765600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (683672400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (701820000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (715726800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (733701600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (747176400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (765151200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (778021200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (796600800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (810075600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (826840800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (842821200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (858895200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (874184400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (890344800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (905029200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (923011200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (936313200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (955670400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (970783200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (986770800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1001282400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1017356400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1033941600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1048806000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1065132000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1081292400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1095804000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1112313600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1128812400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1143763200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1159657200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1175212800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1189897200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1206662400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1223161200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1238112000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1254006000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1269561600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1284246000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1301616000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1317510000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1333065600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1348354800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1364515200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1382828400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1395964800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1414278000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1427414400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1445727600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1458864000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1477782000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1490313600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1509231600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1521763200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1540681200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1553817600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1572130800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1585267200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1603580400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1616716800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1635634800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1648166400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1667084400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1679616000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1698534000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1711670400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1729983600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1743120000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1761433200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1774569600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1792882800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1806019200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1824937200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1837468800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1856386800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1868918400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1887836400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1900972800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1919286000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1932422400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1950735600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1963872000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (1982790000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (1995321600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2014239600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2026771200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2045689200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2058220800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2077138800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2090275200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2108588400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2121724800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2140038000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2153174400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2172092400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2184624000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2203542000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2216073600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2234991600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2248128000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2266441200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2279577600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2297890800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2311027200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2329340400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2342476800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2361394800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2373926400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2392844400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2405376000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2424294000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2437430400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2455743600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2468880000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2487193200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2500329600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2519247600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2531779200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2550697200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2563228800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2582146800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2595283200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2613596400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2626732800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2645046000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2658182400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2676495600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2689632000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2708550000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2721081600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2739999600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2752531200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2771449200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2784585600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2802898800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2816035200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2834348400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2847484800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2866402800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2878934400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2897852400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2910384000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2929302000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2941833600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2960751600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (2973888000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (2992201200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3005337600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3023650800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3036787200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3055705200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3068236800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3087154800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3099686400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3118604400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3131740800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3150054000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3163190400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3181503600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3194640000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3212953200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3226089600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3245007600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3257539200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3276457200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3288988800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3307906800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3321043200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3339356400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3352492800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3370806000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3383942400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3402860400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3415392000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3434310000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3446841600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3465759600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3478896000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3497209200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3510345600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3528658800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3541795200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3560108400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3573244800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3592162800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3604694400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3623612400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3636144000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3655062000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3668198400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3686511600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3699648000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3717961200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3731097600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3750015600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3762547200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3781465200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3793996800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3812914800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3825446400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3844364400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3857500800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3875814000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3888950400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3907263600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3920400000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3939318000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3951849600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (3970767600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (3983299200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (4002217200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (4015353600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (4033666800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (4046803200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (4065116400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + (4078252800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "IDT" }), + (4096566000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "IST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 8454, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Jamaica => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2524503170, FixedTimespan { utc_offset: -18430, dst_offset: 0, name: "KMT" }), + (-1827687170, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (126687600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (152085600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (162370800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (183535200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (199263600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (215589600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (230713200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (247039200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (262767600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (278488800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (294217200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (309938400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (325666800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (341388000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (357116400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (372837600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (388566000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (404892000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (420015600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (436341600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -18430, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Japan => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2587745939, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "JST" }), + (-683802000, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "JDT" }), + (-672310800, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "JST" }), + (-654771600, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "JDT" }), + (-640861200, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "JST" }), + (-620298000, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "JDT" }), + (-609411600, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "JST" }), + (-588848400, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "JDT" }), + (-577962000, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "JST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 33539, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Kwajalein => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2177492960, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (-1041418800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (-907408800, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (-817462800, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (-7988400, FixedTimespan { utc_offset: -43200, dst_offset: 0, name: "-12" }), + (745934400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 40160, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Libya => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1577926364, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-574902000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-568087200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-512175600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-504928800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-449888400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-441856800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-347158800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (378684000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (386463600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (402271200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (417999600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (433807200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (449622000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (465429600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (481590000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (496965600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (512953200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (528674400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (544230000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (560037600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (575852400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (591660000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (607388400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (623196000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (641775600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (844034400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (860108400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (875916000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1352505600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1364515200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1382659200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 3164, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::MET => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1693706400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (-1680483600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (-1663455600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (-1650150000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (-1632006000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (-1618700400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (-938905200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (-857257200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (-844556400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (-828226800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (-812502000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (-796777200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (-781052400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (-766623600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (228877200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (243997200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (260326800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (276051600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (291776400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (307501200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (323830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (338950800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (354675600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (370400400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (386125200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (401850000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (417574800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (433299600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (449024400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (465354000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (481078800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (496803600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (512528400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (528253200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (543978000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (559702800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (575427600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (591152400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (606877200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (622602000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (638326800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (654656400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (670381200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (686106000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (701830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (717555600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (733280400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (749005200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (764730000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (780454800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (796179600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (811904400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (828234000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (846378000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (859683600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (877827600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (891133200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (909277200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (922582800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (941331600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (954032400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (972781200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (985482000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (1004230800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (1017536400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (1035680400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (1048986000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (1067130000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (1080435600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (1099184400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (1111885200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (1130634000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (1143334800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (1162083600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (1174784400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (1193533200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (1206838800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (1224982800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (1238288400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (1256432400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (1269738000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (1288486800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (1301187600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (1319936400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (1332637200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (1351386000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (1364691600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (1382835600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (1396141200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (1414285200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (1427590800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (1445734800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (1459040400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (1477789200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (1490490000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (1509238800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (1521939600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (1540688400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (1553994000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (1572138000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (1585443600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (1603587600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (1616893200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (1635642000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (1648342800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (1667091600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (1679792400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (1698541200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (1711846800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (1729990800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (1743296400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (1761440400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (1774746000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (1792890000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (1806195600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (1824944400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (1837645200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (1856394000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (1869094800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (1887843600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (1901149200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (1919293200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (1932598800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (1950742800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (1964048400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (1982797200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (1995498000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (2014246800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (2026947600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (2045696400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (2058397200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (2077146000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (2090451600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (2108595600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (2121901200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (2140045200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (2153350800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (2172099600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (2184800400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (2203549200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (2216250000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (2234998800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (2248304400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (2266448400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (2279754000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (2297898000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (2311203600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (2329347600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (2342653200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (2361402000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (2374102800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (2392851600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (2405552400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (2424301200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (2437606800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (2455750800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (2469056400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (2487200400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (2500506000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (2519254800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (2531955600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (2550704400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (2563405200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (2582154000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (2595459600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (2613603600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (2626909200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (2645053200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (2658358800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (2676502800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (2689808400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (2708557200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (2721258000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (2740006800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (2752707600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (2771456400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (2784762000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (2802906000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (2816211600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (2834355600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (2847661200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (2866410000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (2879110800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (2897859600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (2910560400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (2929309200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (2942010000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (2960758800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (2974064400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (2992208400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (3005514000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (3023658000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (3036963600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (3055712400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (3068413200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (3087162000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (3099862800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (3118611600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (3131917200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (3150061200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (3163366800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (3181510800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (3194816400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (3212960400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (3226266000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (3245014800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (3257715600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (3276464400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (3289165200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (3307914000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (3321219600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (3339363600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (3352669200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (3370813200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (3384118800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (3402867600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (3415568400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (3434317200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (3447018000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (3465766800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (3479072400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (3497216400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (3510522000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (3528666000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (3541971600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (3560115600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (3573421200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (3592170000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (3604870800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (3623619600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (3636320400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (3655069200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (3668374800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (3686518800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (3699824400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (3717968400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (3731274000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (3750022800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (3762723600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (3781472400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (3794173200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (3812922000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (3825622800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (3844371600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (3857677200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (3875821200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (3889126800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (3907270800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (3920576400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (3939325200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (3952026000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (3970774800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (3983475600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (4002224400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (4015530000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (4033674000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (4046979600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (4065123600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + (4078429200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "MEST" }), + (4096573200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "MET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 3600, + dst_offset: 0, + name: "MET", + }, + rest: REST + } + }, + + Tz::MST => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -25200, + dst_offset: 0, + name: "MST", + }, + rest: REST + } + }, + + Tz::MST7MDT => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1633273200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1615132800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1601823600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1583683200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-880210800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MWT" }), + (-769395600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MPT" }), + (-765388800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-84380400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-68659200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-52930800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-37209600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-21481200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-5760000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (9968400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (25689600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (41418000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (57744000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (73472400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (89193600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (104922000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (120643200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (126694800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (152092800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (162378000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (183542400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (199270800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (215596800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (230720400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (247046400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (262774800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (278496000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (294224400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (309945600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (325674000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (341395200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (357123600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (372844800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (388573200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (404899200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (420022800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (436348800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (452077200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (467798400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (483526800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (499248000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (514976400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (530697600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (544611600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (562147200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (576061200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (594201600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (607510800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (625651200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (638960400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (657100800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (671014800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (688550400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (702464400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (720000000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (733914000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (752054400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (765363600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (783504000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (796813200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (814953600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (828867600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (846403200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (860317200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (877852800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (891766800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (909302400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (923216400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (941356800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (954666000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (972806400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (986115600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1004256000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1018170000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1035705600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1049619600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1067155200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1081069200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1099209600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1112518800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1130659200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1143968400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1162108800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1173603600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1194163200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1205053200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1225612800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1236502800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1257062400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1268557200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1289116800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1300006800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1320566400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1331456400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1352016000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1362906000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1383465600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1394355600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1414915200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1425805200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1446364800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1457859600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1478419200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1489309200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1509868800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1520758800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1541318400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1552208400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1572768000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1583658000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1604217600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1615712400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1636272000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1647162000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1667721600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1678611600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1699171200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1710061200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1730620800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1741510800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1762070400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1772960400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1793520000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1805014800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1825574400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1836464400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1857024000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1867914000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1888473600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1899363600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1919923200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1930813200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1951372800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1962867600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1983427200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1994317200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2014876800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2025766800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2046326400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2057216400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2077776000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2088666000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2109225600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2120115600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2140675200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2152170000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2172729600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2183619600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2204179200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2215069200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2235628800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2246518800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2267078400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2277968400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2298528000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2309418000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2329977600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2341472400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2362032000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2372922000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2393481600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2404371600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2424931200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2435821200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2456380800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2467270800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2487830400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2499325200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2519884800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2530774800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2551334400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2562224400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2582784000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2593674000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2614233600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2625123600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2645683200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2656573200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2677132800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2688627600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2709187200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2720077200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2740636800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2751526800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2772086400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2782976400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2803536000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2814426000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2834985600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2846480400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2867040000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2877930000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2898489600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2909379600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2929939200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2940829200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2961388800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2972278800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2992838400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3003728400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3024288000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3035782800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3056342400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3067232400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3087792000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3098682000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3119241600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3130131600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3150691200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3161581200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3182140800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3193030800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3213590400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3225085200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3245644800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3256534800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3277094400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3287984400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3308544000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3319434000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3339993600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3350883600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3371443200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3382938000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3403497600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3414387600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3434947200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3445837200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3466396800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3477286800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3497846400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3508736400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3529296000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3540186000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3560745600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3572240400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3592800000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3603690000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3624249600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3635139600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3655699200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3666589200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3687148800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3698038800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3718598400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3730093200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3750652800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3761542800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3782102400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3792992400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3813552000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3824442000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3845001600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3855891600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3876451200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3887341200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3907900800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3919395600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3939955200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3950845200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3971404800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3982294800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4002854400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (4013744400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4034304000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (4045194000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4065753600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (4076643600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4097203200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -25200, + dst_offset: 0, + name: "MST", + }, + rest: REST + } + }, + + Tz::Mexico__BajaNorte => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1514711516, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1451667600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-1343062800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1234803600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-1222963200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-1207242000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-873820800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PWT" }), + (-769370400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PPT" }), + (-761677200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-686073600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-661539600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-495039600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-481734000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-463590000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-450284400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-431535600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-418230000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-400086000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-386780400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-368636400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-355330800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-337186800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-323881200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-305737200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-292431600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (199274400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (215600400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (230724000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (247050000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (262778400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (278499600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (294228000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (309949200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (325677600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (341398800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (357127200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (372848400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (388576800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (404902800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (420026400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (436352400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (452080800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (467802000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (483530400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (499251600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (514980000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (530701200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (544615200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (562150800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (576064800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (594205200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (607514400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (625654800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (638964000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (657104400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (671018400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (688554000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (702468000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (720003600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (733917600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (752058000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (765367200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (783507600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (796816800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (814957200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (828871200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (846406800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (860320800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (877856400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (891770400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (909306000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (923220000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (941360400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (954669600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (972810000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (986119200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1004259600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1018173600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1035709200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1049623200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1067158800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1081072800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1099213200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1112522400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1130662800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1143972000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1162112400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1175421600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1193562000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1207476000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1225011600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1238925600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1256461200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1268560800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1289120400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1300010400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1320570000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1331460000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1352019600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1362909600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1383469200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1394359200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1414918800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1425808800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1446368400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1457863200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1478422800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1489312800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1509872400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1520762400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1541322000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1552212000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1572771600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1583661600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1604221200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1615716000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1636275600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1647165600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1667725200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1678615200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1699174800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1710064800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1730624400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1741514400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1762074000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1772964000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1793523600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1805018400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1825578000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1836468000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1857027600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1867917600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1888477200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1899367200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1919926800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1930816800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1951376400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1962871200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1983430800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1994320800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2014880400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2025770400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2046330000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2057220000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2077779600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2088669600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2109229200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2120119200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2140678800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2152173600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2172733200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2183623200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2204182800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2215072800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2235632400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2246522400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2267082000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2277972000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2298531600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2309421600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2329981200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2341476000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2362035600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2372925600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2393485200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2404375200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2424934800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2435824800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2456384400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2467274400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2487834000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2499328800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2519888400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2530778400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2551338000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2562228000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2582787600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2593677600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2614237200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2625127200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2645686800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2656576800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2677136400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2688631200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2709190800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2720080800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2740640400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2751530400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2772090000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2782980000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2803539600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2814429600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2834989200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2846484000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2867043600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2877933600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2898493200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2909383200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2929942800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2940832800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2961392400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2972282400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2992842000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3003732000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3024291600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3035786400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3056346000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3067236000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3087795600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3098685600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3119245200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3130135200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3150694800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3161584800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3182144400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3193034400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3213594000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3225088800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3245648400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3256538400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3277098000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3287988000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3308547600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3319437600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3339997200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3350887200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3371446800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3382941600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3403501200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3414391200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3434950800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3445840800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3466400400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3477290400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3497850000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3508740000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3529299600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3540189600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3560749200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3572244000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3592803600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3603693600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3624253200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3635143200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3655702800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3666592800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3687152400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3698042400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3718602000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3730096800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3750656400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3761546400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3782106000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3792996000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3813555600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3824445600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3845005200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3855895200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3876454800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3887344800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3907904400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3919399200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3939958800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3950848800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3971408400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3982298400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (4002858000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (4013748000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (4034307600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (4045197600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (4065757200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (4076647200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (4097206800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -28084, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Mexico__BajaSur => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1514714060, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1343066400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1234807200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1220292000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1207159200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1191344400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-873828000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-661539600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (28800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (828867600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (846403200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (860317200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (877852800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (891766800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (909302400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (923216400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (941356800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (954666000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (972806400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (989139600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1001836800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1018170000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1035705600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1049619600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1067155200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1081069200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1099209600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1112518800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1130659200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1143968400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1162108800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1175418000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1193558400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1207472400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1225008000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1238922000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1256457600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1270371600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1288512000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1301821200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1319961600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1333270800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1351411200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1365325200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1382860800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1396774800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1414310400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1428224400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1445760000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1459674000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1477814400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1491123600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1509264000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1522573200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1540713600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1554627600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1572163200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1586077200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1603612800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1617526800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1635667200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1648976400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1667116800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -25540, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Mexico__General => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1514715804, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1343066400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1234807200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1220292000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1207159200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1191344400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-975261600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-963169200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-917114400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-907354800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-821901600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CWT" }), + (-810068400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-627501600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-612990000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (828864000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (846399600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (860313600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (877849200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (891763200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (909298800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (923212800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (941353200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (954662400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (972802800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (989136000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1001833200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1018166400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1035702000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1049616000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1067151600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1081065600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1099206000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1112515200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1130655600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1143964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1162105200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1175414400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1193554800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1207468800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1225004400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1238918400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1256454000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1270368000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1288508400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1301817600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1319958000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1333267200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1351407600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1365321600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1382857200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1396771200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1414306800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1428220800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1445756400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1459670400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1477810800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1491120000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1509260400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1522569600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1540710000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1554624000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1572159600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1586073600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1603609200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1617523200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1635663600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1648972800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1667113200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -23796, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::NZ => { + const REST: &[(i64, FixedTimespan)] = &[ + (-3192435544, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-1330335000, FixedTimespan { utc_offset: 41400, dst_offset: 3600, name: "NZST" }), + (-1320057000, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-1300699800, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-1287396000, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-1269250200, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-1255946400, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-1237800600, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-1224496800, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-1206351000, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-1192442400, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-1174901400, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-1160992800, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-1143451800, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-1125914400, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-1112607000, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-1094464800, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-1081157400, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-1063015200, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-1049707800, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-1031565600, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-1018258200, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-1000116000, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-986808600, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-968061600, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-955359000, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-936612000, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-923304600, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-757425600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (152632800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (162309600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (183477600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (194968800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (215532000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (226418400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (246981600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (257868000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (278431200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (289317600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (309880800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (320767200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (341330400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (352216800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (372780000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (384271200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (404834400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (415720800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (436284000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (447170400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (467733600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (478620000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (499183200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (510069600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (530632800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (541519200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (562082400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (573573600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (594136800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (605023200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (623772000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (637682400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (655221600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (669132000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (686671200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (700581600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (718120800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (732636000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (749570400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (764085600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (781020000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (795535200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (812469600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (826984800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (844524000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (858434400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (875973600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (889884000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (907423200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (921938400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (938872800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (953388000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (970322400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (984837600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1002376800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1016287200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1033826400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1047736800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1065276000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1079791200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1096725600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1111240800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1128175200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1142690400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1159624800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1174140000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1191074400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1207404000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1222524000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1238853600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1253973600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1270303200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1285423200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1301752800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1316872800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1333202400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1348927200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1365256800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1380376800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1396706400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1411826400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1428156000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1443276000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1459605600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1474725600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1491055200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1506175200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1522504800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1538229600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1554559200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1569679200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1586008800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1601128800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1617458400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1632578400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1648908000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1664028000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1680357600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1695477600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1712412000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1727532000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1743861600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1758981600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1775311200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1790431200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1806760800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1821880800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1838210400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1853330400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1869660000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1885384800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1901714400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1916834400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1933164000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1948284000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1964613600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1979733600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1996063200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2011183200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2027512800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2042632800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2058962400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2074687200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2091016800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2106136800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2122466400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2137586400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2153916000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2169036000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2185365600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2200485600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2216815200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2232540000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2248869600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2263989600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2280319200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2295439200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2311768800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2326888800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2343218400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2358338400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2374668000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2389788000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2406117600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2421842400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2438172000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2453292000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2469621600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2484741600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2501071200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2516191200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2532520800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2547640800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2563970400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2579090400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2596024800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2611144800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2627474400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2642594400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2658924000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2674044000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2690373600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2705493600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2721823200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2736943200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2753272800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2768997600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2785327200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2800447200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2816776800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2831896800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2848226400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2863346400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2879676000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2894796000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2911125600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2926245600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2942575200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2958300000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2974629600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2989749600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3006079200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3021199200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3037528800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3052648800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3068978400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3084098400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3100428000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3116152800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3132482400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3147602400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3163932000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3179052000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3195381600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3210501600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3226831200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3241951200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3258280800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3273400800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3289730400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3305455200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3321784800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3336904800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3353234400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3368354400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3384684000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3399804000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3416133600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3431253600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3447583200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3462703200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3479637600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3494757600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3511087200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3526207200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3542536800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3557656800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3573986400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3589106400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3605436000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3620556000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3636885600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3652610400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3668940000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3684060000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3700389600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3715509600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3731839200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3746959200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3763288800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3778408800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3794738400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3809858400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3826188000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3841912800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3858242400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3873362400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3889692000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3904812000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3921141600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3936261600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3952591200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3967711200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3984040800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3999765600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (4016095200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (4031215200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (4047544800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (4062664800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (4078994400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (4094114400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 41944, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::NZCHAT => { + const REST: &[(i64, FixedTimespan)] = &[ + (-3192437628, FixedTimespan { utc_offset: 44100, dst_offset: 0, name: "+1215" }), + (-757426500, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (152632800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (162309600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (183477600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (194968800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (215532000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (226418400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (246981600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (257868000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (278431200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (289317600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (309880800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (320767200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (341330400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (352216800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (372780000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (384271200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (404834400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (415720800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (436284000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (447170400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (467733600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (478620000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (499183200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (510069600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (530632800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (541519200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (562082400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (573573600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (594136800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (605023200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (623772000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (637682400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (655221600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (669132000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (686671200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (700581600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (718120800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (732636000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (749570400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (764085600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (781020000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (795535200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (812469600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (826984800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (844524000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (858434400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (875973600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (889884000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (907423200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (921938400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (938872800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (953388000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (970322400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (984837600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1002376800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1016287200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1033826400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1047736800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1065276000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1079791200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1096725600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1111240800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1128175200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1142690400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1159624800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1174140000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1191074400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1207404000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1222524000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1238853600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1253973600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1270303200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1285423200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1301752800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1316872800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1333202400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1348927200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1365256800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1380376800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1396706400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1411826400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1428156000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1443276000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1459605600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1474725600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1491055200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1506175200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1522504800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1538229600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1554559200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1569679200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1586008800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1601128800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1617458400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1632578400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1648908000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1664028000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1680357600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1695477600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1712412000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1727532000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1743861600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1758981600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1775311200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1790431200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1806760800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1821880800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1838210400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1853330400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1869660000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1885384800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1901714400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1916834400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1933164000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1948284000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1964613600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1979733600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1996063200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2011183200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2027512800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2042632800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2058962400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2074687200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2091016800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2106136800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2122466400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2137586400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2153916000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2169036000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2185365600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2200485600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2216815200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2232540000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2248869600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2263989600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2280319200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2295439200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2311768800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2326888800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2343218400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2358338400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2374668000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2389788000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2406117600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2421842400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2438172000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2453292000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2469621600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2484741600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2501071200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2516191200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2532520800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2547640800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2563970400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2579090400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2596024800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2611144800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2627474400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2642594400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2658924000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2674044000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2690373600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2705493600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2721823200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2736943200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2753272800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2768997600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2785327200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2800447200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2816776800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2831896800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2848226400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2863346400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2879676000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2894796000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2911125600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2926245600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2942575200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2958300000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2974629600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2989749600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3006079200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3021199200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3037528800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3052648800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3068978400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3084098400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3100428000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3116152800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3132482400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3147602400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3163932000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3179052000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3195381600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3210501600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3226831200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3241951200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3258280800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3273400800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3289730400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3305455200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3321784800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3336904800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3353234400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3368354400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3384684000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3399804000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3416133600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3431253600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3447583200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3462703200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3479637600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3494757600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3511087200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3526207200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3542536800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3557656800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3573986400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3589106400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3605436000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3620556000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3636885600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3652610400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3668940000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3684060000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3700389600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3715509600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3731839200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3746959200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3763288800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3778408800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3794738400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3809858400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3826188000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3841912800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3858242400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3873362400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3889692000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3904812000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3921141600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3936261600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3952591200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3967711200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3984040800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3999765600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (4016095200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (4031215200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (4047544800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (4062664800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (4078994400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (4094114400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 44028, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Navajo => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2717618404, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1633273200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1615132800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1601823600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1583683200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1570374000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1551628800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1538924400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1534089600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-880210800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MWT" }), + (-769395600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MPT" }), + (-765388800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-147884400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-131558400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-116434800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-100108800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-84380400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-68659200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-52930800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-37209600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-21481200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-5760000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (9968400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (25689600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (41418000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (57744000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (73472400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (89193600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (104922000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (120643200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (126694800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (152092800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (162378000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (183542400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (199270800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (215596800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (230720400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (247046400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (262774800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (278496000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (294224400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (309945600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (325674000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (341395200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (357123600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (372844800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (388573200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (404899200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (420022800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (436348800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (452077200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (467798400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (483526800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (499248000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (514976400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (530697600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (544611600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (562147200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (576061200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (594201600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (607510800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (625651200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (638960400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (657100800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (671014800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (688550400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (702464400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (720000000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (733914000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (752054400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (765363600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (783504000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (796813200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (814953600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (828867600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (846403200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (860317200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (877852800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (891766800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (909302400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (923216400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (941356800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (954666000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (972806400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (986115600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1004256000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1018170000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1035705600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1049619600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1067155200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1081069200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1099209600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1112518800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1130659200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1143968400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1162108800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1173603600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1194163200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1205053200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1225612800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1236502800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1257062400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1268557200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1289116800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1300006800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1320566400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1331456400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1352016000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1362906000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1383465600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1394355600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1414915200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1425805200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1446364800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1457859600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1478419200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1489309200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1509868800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1520758800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1541318400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1552208400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1572768000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1583658000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1604217600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1615712400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1636272000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1647162000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1667721600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1678611600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1699171200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1710061200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1730620800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1741510800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1762070400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1772960400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1793520000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1805014800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1825574400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1836464400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1857024000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1867914000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1888473600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1899363600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1919923200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1930813200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1951372800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1962867600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1983427200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1994317200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2014876800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2025766800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2046326400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2057216400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2077776000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2088666000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2109225600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2120115600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2140675200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2152170000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2172729600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2183619600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2204179200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2215069200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2235628800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2246518800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2267078400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2277968400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2298528000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2309418000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2329977600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2341472400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2362032000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2372922000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2393481600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2404371600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2424931200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2435821200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2456380800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2467270800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2487830400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2499325200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2519884800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2530774800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2551334400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2562224400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2582784000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2593674000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2614233600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2625123600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2645683200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2656573200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2677132800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2688627600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2709187200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2720077200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2740636800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2751526800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2772086400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2782976400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2803536000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2814426000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2834985600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2846480400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2867040000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2877930000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2898489600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2909379600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2929939200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2940829200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2961388800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2972278800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2992838400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3003728400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3024288000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3035782800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3056342400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3067232400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3087792000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3098682000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3119241600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3130131600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3150691200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3161581200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3182140800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3193030800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3213590400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3225085200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3245644800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3256534800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3277094400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3287984400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3308544000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3319434000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3339993600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3350883600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3371443200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3382938000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3403497600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3414387600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3434947200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3445837200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3466396800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3477286800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3497846400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3508736400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3529296000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3540186000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3560745600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3572240400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3592800000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3603690000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3624249600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3635139600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3655699200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3666589200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3687148800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3698038800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3718598400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3730093200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3750652800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3761542800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3782102400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3792992400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3813552000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3824442000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3845001600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3855891600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3876451200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3887341200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3907900800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3919395600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3939955200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3950845200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3971404800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3982294800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4002854400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (4013744400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4034304000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (4045194000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4065753600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (4076643600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4097203200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -25196, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::PRC => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2177481943, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-1600675200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-1585904400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-933667200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-922093200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-908870400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-888829200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-881049600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-767869200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-745833600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-733827600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-716889600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-699613200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-683884800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-670669200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-652348800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-650019600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (515527200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (527014800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (545162400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (558464400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (577216800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (589914000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (608666400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (621968400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (640116000, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (653418000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (671565600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (684867600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 29143, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::PST8PDT => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1633269600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-1615129200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-1601820000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-1583679600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-880207200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PWT" }), + (-769395600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PPT" }), + (-765385200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-84376800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-68655600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-52927200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-37206000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-21477600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-5756400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (9972000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (25693200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (41421600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (57747600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (73476000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (89197200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (104925600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (120646800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (126698400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (152096400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (162381600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (183546000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (199274400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (215600400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (230724000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (247050000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (262778400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (278499600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (294228000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (309949200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (325677600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (341398800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (357127200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (372848400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (388576800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (404902800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (420026400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (436352400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (452080800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (467802000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (483530400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (499251600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (514980000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (530701200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (544615200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (562150800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (576064800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (594205200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (607514400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (625654800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (638964000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (657104400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (671018400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (688554000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (702468000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (720003600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (733917600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (752058000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (765367200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (783507600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (796816800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (814957200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (828871200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (846406800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (860320800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (877856400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (891770400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (909306000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (923220000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (941360400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (954669600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (972810000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (986119200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1004259600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1018173600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1035709200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1049623200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1067158800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1081072800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1099213200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1112522400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1130662800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1143972000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1162112400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1173607200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1194166800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1205056800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1225616400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1236506400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1257066000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1268560800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1289120400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1300010400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1320570000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1331460000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1352019600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1362909600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1383469200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1394359200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1414918800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1425808800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1446368400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1457863200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1478422800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1489312800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1509872400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1520762400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1541322000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1552212000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1572771600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1583661600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1604221200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1615716000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1636275600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1647165600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1667725200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1678615200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1699174800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1710064800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1730624400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1741514400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1762074000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1772964000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1793523600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1805018400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1825578000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1836468000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1857027600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1867917600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1888477200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1899367200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1919926800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1930816800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1951376400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1962871200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1983430800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1994320800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2014880400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2025770400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2046330000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2057220000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2077779600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2088669600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2109229200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2120119200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2140678800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2152173600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2172733200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2183623200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2204182800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2215072800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2235632400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2246522400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2267082000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2277972000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2298531600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2309421600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2329981200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2341476000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2362035600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2372925600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2393485200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2404375200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2424934800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2435824800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2456384400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2467274400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2487834000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2499328800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2519888400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2530778400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2551338000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2562228000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2582787600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2593677600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2614237200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2625127200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2645686800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2656576800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2677136400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2688631200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2709190800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2720080800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2740640400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2751530400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2772090000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2782980000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2803539600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2814429600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2834989200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2846484000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2867043600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2877933600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2898493200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2909383200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2929942800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2940832800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2961392400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2972282400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2992842000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3003732000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3024291600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3035786400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3056346000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3067236000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3087795600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3098685600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3119245200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3130135200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3150694800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3161584800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3182144400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3193034400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3213594000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3225088800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3245648400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3256538400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3277098000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3287988000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3308547600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3319437600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3339997200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3350887200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3371446800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3382941600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3403501200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3414391200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3434950800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3445840800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3466400400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3477290400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3497850000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3508740000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3529299600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3540189600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3560749200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3572244000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3592803600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3603693600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3624253200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3635143200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3655702800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3666592800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3687152400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3698042400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3718602000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3730096800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3750656400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3761546400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3782106000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3792996000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3813555600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3824445600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3845005200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3855895200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3876454800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3887344800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3907904400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3919399200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3939958800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3950848800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3971408400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3982298400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (4002858000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (4013748000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (4034307600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (4045197600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (4065757200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (4076647200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (4097206800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -28800, + dst_offset: 0, + name: "PST", + }, + rest: REST + } + }, + + Tz::Pacific__Apia => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2445424384, FixedTimespan { utc_offset: -41216, dst_offset: 0, name: "LMT" }), + (-1861878784, FixedTimespan { utc_offset: -41400, dst_offset: 0, name: "-1130" }), + (-631110600, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "-11" }), + (1285498800, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "-10" }), + (1301752800, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "-11" }), + (1316872800, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "-10" }), + (1325239200, FixedTimespan { utc_offset: 46800, dst_offset: 3600, name: "+14" }), + (1333202400, FixedTimespan { utc_offset: 46800, dst_offset: 0, name: "+13" }), + (1348927200, FixedTimespan { utc_offset: 46800, dst_offset: 3600, name: "+14" }), + (1365256800, FixedTimespan { utc_offset: 46800, dst_offset: 0, name: "+13" }), + (1380376800, FixedTimespan { utc_offset: 46800, dst_offset: 3600, name: "+14" }), + (1396706400, FixedTimespan { utc_offset: 46800, dst_offset: 0, name: "+13" }), + (1411826400, FixedTimespan { utc_offset: 46800, dst_offset: 3600, name: "+14" }), + (1428156000, FixedTimespan { utc_offset: 46800, dst_offset: 0, name: "+13" }), + (1443276000, FixedTimespan { utc_offset: 46800, dst_offset: 3600, name: "+14" }), + (1459605600, FixedTimespan { utc_offset: 46800, dst_offset: 0, name: "+13" }), + (1474725600, FixedTimespan { utc_offset: 46800, dst_offset: 3600, name: "+14" }), + (1491055200, FixedTimespan { utc_offset: 46800, dst_offset: 0, name: "+13" }), + (1506175200, FixedTimespan { utc_offset: 46800, dst_offset: 3600, name: "+14" }), + (1522504800, FixedTimespan { utc_offset: 46800, dst_offset: 0, name: "+13" }), + (1538229600, FixedTimespan { utc_offset: 46800, dst_offset: 3600, name: "+14" }), + (1554559200, FixedTimespan { utc_offset: 46800, dst_offset: 0, name: "+13" }), + (1569679200, FixedTimespan { utc_offset: 46800, dst_offset: 3600, name: "+14" }), + (1586008800, FixedTimespan { utc_offset: 46800, dst_offset: 0, name: "+13" }), + (1601128800, FixedTimespan { utc_offset: 46800, dst_offset: 3600, name: "+14" }), + (1617458400, FixedTimespan { utc_offset: 46800, dst_offset: 0, name: "+13" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 45184, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Pacific__Auckland => { + const REST: &[(i64, FixedTimespan)] = &[ + (-3192435544, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-1330335000, FixedTimespan { utc_offset: 41400, dst_offset: 3600, name: "NZST" }), + (-1320057000, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-1300699800, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-1287396000, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-1269250200, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-1255946400, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-1237800600, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-1224496800, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-1206351000, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-1192442400, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-1174901400, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-1160992800, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-1143451800, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-1125914400, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-1112607000, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-1094464800, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-1081157400, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-1063015200, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-1049707800, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-1031565600, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-1018258200, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-1000116000, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-986808600, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-968061600, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-955359000, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-936612000, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "NZMT" }), + (-923304600, FixedTimespan { utc_offset: 41400, dst_offset: 1800, name: "NZST" }), + (-757425600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (152632800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (162309600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (183477600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (194968800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (215532000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (226418400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (246981600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (257868000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (278431200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (289317600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (309880800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (320767200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (341330400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (352216800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (372780000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (384271200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (404834400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (415720800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (436284000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (447170400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (467733600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (478620000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (499183200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (510069600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (530632800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (541519200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (562082400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (573573600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (594136800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (605023200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (623772000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (637682400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (655221600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (669132000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (686671200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (700581600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (718120800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (732636000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (749570400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (764085600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (781020000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (795535200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (812469600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (826984800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (844524000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (858434400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (875973600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (889884000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (907423200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (921938400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (938872800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (953388000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (970322400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (984837600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1002376800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1016287200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1033826400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1047736800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1065276000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1079791200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1096725600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1111240800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1128175200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1142690400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1159624800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1174140000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1191074400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1207404000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1222524000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1238853600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1253973600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1270303200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1285423200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1301752800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1316872800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1333202400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1348927200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1365256800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1380376800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1396706400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1411826400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1428156000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1443276000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1459605600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1474725600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1491055200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1506175200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1522504800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1538229600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1554559200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1569679200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1586008800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1601128800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1617458400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1632578400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1648908000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1664028000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1680357600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1695477600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1712412000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1727532000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1743861600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1758981600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1775311200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1790431200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1806760800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1821880800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1838210400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1853330400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1869660000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1885384800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1901714400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1916834400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1933164000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1948284000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1964613600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (1979733600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (1996063200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2011183200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2027512800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2042632800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2058962400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2074687200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2091016800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2106136800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2122466400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2137586400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2153916000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2169036000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2185365600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2200485600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2216815200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2232540000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2248869600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2263989600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2280319200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2295439200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2311768800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2326888800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2343218400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2358338400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2374668000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2389788000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2406117600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2421842400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2438172000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2453292000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2469621600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2484741600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2501071200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2516191200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2532520800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2547640800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2563970400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2579090400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2596024800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2611144800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2627474400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2642594400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2658924000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2674044000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2690373600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2705493600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2721823200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2736943200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2753272800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2768997600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2785327200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2800447200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2816776800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2831896800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2848226400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2863346400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2879676000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2894796000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2911125600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2926245600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2942575200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2958300000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (2974629600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (2989749600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3006079200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3021199200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3037528800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3052648800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3068978400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3084098400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3100428000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3116152800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3132482400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3147602400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3163932000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3179052000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3195381600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3210501600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3226831200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3241951200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3258280800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3273400800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3289730400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3305455200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3321784800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3336904800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3353234400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3368354400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3384684000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3399804000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3416133600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3431253600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3447583200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3462703200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3479637600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3494757600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3511087200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3526207200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3542536800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3557656800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3573986400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3589106400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3605436000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3620556000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3636885600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3652610400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3668940000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3684060000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3700389600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3715509600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3731839200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3746959200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3763288800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3778408800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3794738400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3809858400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3826188000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3841912800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3858242400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3873362400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3889692000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3904812000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3921141600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3936261600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3952591200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3967711200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (3984040800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (3999765600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (4016095200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (4031215200, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (4047544800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (4062664800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + (4078994400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "NZST" }), + (4094114400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "NZDT" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 41944, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Pacific__Bougainville => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2840178136, FixedTimespan { utc_offset: 35312, dst_offset: 0, name: "PMMT" }), + (-2366790512, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (-868010400, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (-768906000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (1419696000, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 37336, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Pacific__Chatham => { + const REST: &[(i64, FixedTimespan)] = &[ + (-3192437628, FixedTimespan { utc_offset: 44100, dst_offset: 0, name: "+1215" }), + (-757426500, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (152632800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (162309600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (183477600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (194968800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (215532000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (226418400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (246981600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (257868000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (278431200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (289317600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (309880800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (320767200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (341330400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (352216800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (372780000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (384271200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (404834400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (415720800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (436284000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (447170400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (467733600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (478620000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (499183200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (510069600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (530632800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (541519200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (562082400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (573573600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (594136800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (605023200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (623772000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (637682400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (655221600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (669132000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (686671200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (700581600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (718120800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (732636000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (749570400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (764085600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (781020000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (795535200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (812469600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (826984800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (844524000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (858434400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (875973600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (889884000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (907423200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (921938400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (938872800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (953388000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (970322400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (984837600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1002376800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1016287200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1033826400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1047736800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1065276000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1079791200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1096725600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1111240800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1128175200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1142690400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1159624800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1174140000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1191074400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1207404000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1222524000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1238853600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1253973600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1270303200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1285423200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1301752800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1316872800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1333202400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1348927200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1365256800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1380376800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1396706400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1411826400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1428156000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1443276000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1459605600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1474725600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1491055200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1506175200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1522504800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1538229600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1554559200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1569679200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1586008800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1601128800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1617458400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1632578400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1648908000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1664028000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1680357600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1695477600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1712412000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1727532000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1743861600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1758981600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1775311200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1790431200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1806760800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1821880800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1838210400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1853330400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1869660000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1885384800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1901714400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1916834400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1933164000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1948284000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1964613600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (1979733600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (1996063200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2011183200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2027512800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2042632800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2058962400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2074687200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2091016800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2106136800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2122466400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2137586400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2153916000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2169036000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2185365600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2200485600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2216815200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2232540000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2248869600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2263989600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2280319200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2295439200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2311768800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2326888800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2343218400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2358338400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2374668000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2389788000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2406117600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2421842400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2438172000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2453292000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2469621600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2484741600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2501071200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2516191200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2532520800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2547640800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2563970400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2579090400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2596024800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2611144800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2627474400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2642594400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2658924000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2674044000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2690373600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2705493600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2721823200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2736943200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2753272800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2768997600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2785327200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2800447200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2816776800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2831896800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2848226400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2863346400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2879676000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2894796000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2911125600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2926245600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2942575200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2958300000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (2974629600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (2989749600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3006079200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3021199200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3037528800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3052648800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3068978400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3084098400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3100428000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3116152800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3132482400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3147602400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3163932000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3179052000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3195381600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3210501600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3226831200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3241951200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3258280800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3273400800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3289730400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3305455200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3321784800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3336904800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3353234400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3368354400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3384684000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3399804000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3416133600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3431253600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3447583200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3462703200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3479637600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3494757600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3511087200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3526207200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3542536800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3557656800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3573986400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3589106400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3605436000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3620556000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3636885600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3652610400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3668940000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3684060000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3700389600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3715509600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3731839200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3746959200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3763288800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3778408800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3794738400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3809858400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3826188000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3841912800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3858242400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3873362400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3889692000, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3904812000, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3921141600, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3936261600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3952591200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3967711200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (3984040800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (3999765600, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (4016095200, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (4031215200, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (4047544800, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (4062664800, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + (4078994400, FixedTimespan { utc_offset: 45900, dst_offset: 0, name: "+1245" }), + (4094114400, FixedTimespan { utc_offset: 45900, dst_offset: 3600, name: "+1345" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 44028, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Pacific__Chuuk => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2840176120, FixedTimespan { utc_offset: 35312, dst_offset: 0, name: "PMMT" }), + (-2366790512, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 35320, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Pacific__Easter => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2524495352, FixedTimespan { utc_offset: -26248, dst_offset: 0, name: "EMT" }), + (-1178124152, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "-07" }), + (-36619200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "-06" }), + (-23922000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "-07" }), + (-3355200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "-06" }), + (7527600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "-07" }), + (24465600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "-06" }), + (37767600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "-07" }), + (55915200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "-06" }), + (69217200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "-07" }), + (87969600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "-06" }), + (100666800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "-07" }), + (118209600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "-06" }), + (132116400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "-07" }), + (150868800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "-06" }), + (163566000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "-07" }), + (182318400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "-06" }), + (195620400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "-07" }), + (213768000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "-06" }), + (227070000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "-07" }), + (245217600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "-06" }), + (258519600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "-07" }), + (277272000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "-06" }), + (289969200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "-07" }), + (308721600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "-06" }), + (321418800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "-07" }), + (340171200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "-06" }), + (353473200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "-07" }), + (371620800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "-06" }), + (384922800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "-07" }), + (384948000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (403070400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (416372400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (434520000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (447822000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (466574400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (479271600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (498024000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (510721200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (529473600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (545194800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (560923200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (574225200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (592372800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (605674800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (624427200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (637124400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (653457600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (668574000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (687326400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (700628400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (718776000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (732078000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (750225600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (763527600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (781675200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (794977200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (813729600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (826426800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (845179200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (859690800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (876628800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (889930800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (906868800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (923194800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (939528000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (952830000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (971582400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (984279600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1003032000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1015729200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1034481600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1047178800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1065931200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1079233200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1097380800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1110682800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1128830400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1142132400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1160884800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1173582000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1192334400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1206846000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1223784000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1237086000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1255233600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1270350000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1286683200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1304823600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1313899200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1335668400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1346558400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1367118000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1378612800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1398567600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1410062400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1463281200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1471147200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1494730800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1502596800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1526180400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1534046400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1554606000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1567915200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1586055600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1599364800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1617505200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1630814400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1648954800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1662868800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1680404400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1693713600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1712458800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1725768000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1743908400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1757217600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1775358000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1788667200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1806807600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1820116800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1838257200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1851566400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1870311600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1883016000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1901761200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1915070400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1933210800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1946520000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1964660400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (1977969600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (1996110000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2009419200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2027559600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2040868800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2059614000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2072318400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2091063600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2104372800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2122513200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2135822400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2153962800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2167272000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2185412400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2198721600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2217466800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2230171200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2248916400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2262225600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2280366000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2293675200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2311815600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2325124800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2343265200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2356574400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2374714800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2388024000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2406769200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2419473600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2438218800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2451528000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2469668400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2482977600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2501118000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2514427200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2532567600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2545876800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2564017200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2577326400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2596071600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2609380800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2627521200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2640830400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2658970800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2672280000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2690420400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2703729600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2721870000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2735179200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2753924400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2766628800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2785374000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2798683200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2816823600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2830132800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2848273200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2861582400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2879722800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2893032000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2911172400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2924481600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2943226800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2955931200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (2974676400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (2987985600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3006126000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3019435200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3037575600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3050884800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3069025200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3082334400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3101079600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3113784000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3132529200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3145838400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3163978800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3177288000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3195428400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3208737600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3226878000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3240187200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3258327600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3271636800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3290382000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3303086400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3321831600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3335140800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3353281200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3366590400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3384730800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3398040000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3416180400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3429489600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3447630000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3460939200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3479684400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3492993600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3511134000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3524443200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3542583600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3555892800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3574033200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3587342400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3605482800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3618792000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3637537200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3650241600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3668986800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3682296000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3700436400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3713745600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3731886000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3745195200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3763335600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3776644800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3794785200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3808094400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3826839600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3839544000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3858289200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3871598400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3889738800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3903048000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3921188400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3934497600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3952638000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3965947200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (3984692400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (3997396800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (4016142000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (4029451200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (4047591600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (4060900800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (4079041200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (4092350400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -26248, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Pacific__Efate => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1829387596, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (125409600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (133876800, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (433256400, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (448977600, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (464706000, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (480427200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (496760400, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (511876800, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (528210000, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (543931200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (559659600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (575380800, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (591109200, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (606830400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (622558800, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (638280000, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (654008400, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (669729600, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (686062800, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (696340800, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (719931600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (727790400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 40396, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Pacific__Enderbury => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1020470400, FixedTimespan { utc_offset: -43200, dst_offset: 0, name: "-12" }), + (307627200, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "-11" }), + (788871600, FixedTimespan { utc_offset: 46800, dst_offset: 0, name: "+13" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 0, + dst_offset: 0, + name: "-00", + }, + rest: REST + } + }, + + Tz::Pacific__Fakaofo => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2177411704, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "-11" }), + (1325242800, FixedTimespan { utc_offset: 46800, dst_offset: 0, name: "+13" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -41096, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Pacific__Fiji => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1709985344, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (909842400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (920124000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (941896800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (951573600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (1259416800, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (1269698400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (1287842400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (1299333600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (1319292000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (1327154400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (1350741600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (1358604000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (1382796000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (1390050000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (1414850400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (1421503200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (1446300000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (1452952800, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (1478354400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (1484402400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (1509804000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (1515852000, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (1541253600, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (1547301600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (1573308000, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (1578751200, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (1608386400, FixedTimespan { utc_offset: 43200, dst_offset: 3600, name: "+13" }), + (1610805600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 42944, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Pacific__Funafuti => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2177494324, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 41524, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Pacific__Galapagos => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1230746496, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "-05" }), + (504939600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + (722930400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "-05" }), + (728888400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "-06" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -21504, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Pacific__Gambier => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1806678012, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "-09" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -32388, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Pacific__Guadalcanal => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1806748788, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 38388, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Pacific__Guam => { + const REST: &[(i64, FixedTimespan)] = &[ + (-3944626740, FixedTimespan { utc_offset: 34740, dst_offset: 0, name: "LMT" }), + (-2177487540, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "GST" }), + (-885549600, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (-802256400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "GST" }), + (-331891200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "GDT" }), + (-281610000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "GST" }), + (-73728000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "GDT" }), + (-29415540, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "GST" }), + (-16704000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "GDT" }), + (-10659600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "GST" }), + (9907200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "GDT" }), + (21394800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "GST" }), + (41356800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "GDT" }), + (52844400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "GST" }), + (124819200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "GDT" }), + (130863600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "GST" }), + (201888000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "GDT" }), + (209487660, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "GST" }), + (230659200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "GDT" }), + (241542000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "GST" }), + (977493600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "ChST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -51660, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Pacific__Honolulu => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2334101314, FixedTimespan { utc_offset: -37800, dst_offset: 0, name: "HST" }), + (-1157283000, FixedTimespan { utc_offset: -37800, dst_offset: 3600, name: "HDT" }), + (-1155436200, FixedTimespan { utc_offset: -37800, dst_offset: 0, name: "HST" }), + (-880198200, FixedTimespan { utc_offset: -37800, dst_offset: 3600, name: "HWT" }), + (-769395600, FixedTimespan { utc_offset: -37800, dst_offset: 3600, name: "HPT" }), + (-765376200, FixedTimespan { utc_offset: -37800, dst_offset: 0, name: "HST" }), + (-712150200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -37886, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Pacific__Johnston => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2334101314, FixedTimespan { utc_offset: -37800, dst_offset: 0, name: "HST" }), + (-1157283000, FixedTimespan { utc_offset: -37800, dst_offset: 3600, name: "HDT" }), + (-1155436200, FixedTimespan { utc_offset: -37800, dst_offset: 0, name: "HST" }), + (-880198200, FixedTimespan { utc_offset: -37800, dst_offset: 3600, name: "HWT" }), + (-769395600, FixedTimespan { utc_offset: -37800, dst_offset: 3600, name: "HPT" }), + (-765376200, FixedTimespan { utc_offset: -37800, dst_offset: 0, name: "HST" }), + (-712150200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -37886, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Pacific__Kanton => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1020470400, FixedTimespan { utc_offset: -43200, dst_offset: 0, name: "-12" }), + (307627200, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "-11" }), + (788871600, FixedTimespan { utc_offset: 46800, dst_offset: 0, name: "+13" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 0, + dst_offset: 0, + name: "-00", + }, + rest: REST + } + }, + + Tz::Pacific__Kiritimati => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2177415040, FixedTimespan { utc_offset: -38400, dst_offset: 0, name: "-1040" }), + (307622400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "-10" }), + (788868000, FixedTimespan { utc_offset: 50400, dst_offset: 0, name: "+14" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -37760, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Pacific__Kosrae => { + const REST: &[(i64, FixedTimespan)] = &[ + (-3944631116, FixedTimespan { utc_offset: 39116, dst_offset: 0, name: "LMT" }), + (-2177491916, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (-1743678000, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (-1606813200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (-1041418800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (-907408800, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (-770634000, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (-7988400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + (915105600, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -47284, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Pacific__Kwajalein => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2177492960, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (-1041418800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + (-907408800, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (-817462800, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (-7988400, FixedTimespan { utc_offset: -43200, dst_offset: 0, name: "-12" }), + (745934400, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 40160, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Pacific__Majuro => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2177494324, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 41524, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Pacific__Marquesas => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1806676920, FixedTimespan { utc_offset: -34200, dst_offset: 0, name: "-0930" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -33480, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Pacific__Midway => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2445424632, FixedTimespan { utc_offset: -40968, dst_offset: 0, name: "LMT" }), + (-1861879032, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "SST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 45432, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Pacific__Nauru => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1545131260, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "+1130" }), + (-862918200, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (-767350800, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "+1130" }), + (287418600, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 40060, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Pacific__Niue => { + const REST: &[(i64, FixedTimespan)] = &[ + (-543069620, FixedTimespan { utc_offset: -40800, dst_offset: 0, name: "-1120" }), + (-173623200, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "-11" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -40780, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Pacific__Norfolk => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2177493112, FixedTimespan { utc_offset: 40320, dst_offset: 0, name: "+1112" }), + (-599656320, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "+1130" }), + (152029800, FixedTimespan { utc_offset: 41400, dst_offset: 3600, name: "+1230" }), + (162912600, FixedTimespan { utc_offset: 41400, dst_offset: 0, name: "+1130" }), + (1443882600, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1570287600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1586012400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1601737200, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1617462000, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1633186800, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1648911600, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1664636400, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1680361200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1696086000, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1712415600, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1728140400, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1743865200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1759590000, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1775314800, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1791039600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1806764400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1822489200, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1838214000, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1853938800, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1869663600, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1885993200, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1901718000, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1917442800, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1933167600, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1948892400, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1964617200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (1980342000, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (1996066800, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (2011791600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (2027516400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (2043241200, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (2058966000, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (2075295600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (2091020400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (2106745200, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (2122470000, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (2138194800, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (2153919600, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (2169644400, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (2185369200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (2201094000, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (2216818800, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (2233148400, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (2248873200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (2264598000, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (2280322800, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (2296047600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (2311772400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (2327497200, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (2343222000, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (2358946800, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (2374671600, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (2390396400, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (2406121200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (2422450800, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (2438175600, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (2453900400, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (2469625200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (2485350000, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (2501074800, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (2516799600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (2532524400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (2548249200, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (2563974000, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (2579698800, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (2596028400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (2611753200, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (2627478000, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (2643202800, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (2658927600, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (2674652400, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (2690377200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (2706102000, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (2721826800, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (2737551600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (2753276400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (2769606000, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (2785330800, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (2801055600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (2816780400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (2832505200, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (2848230000, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (2863954800, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (2879679600, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (2895404400, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (2911129200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (2926854000, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (2942578800, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (2958908400, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (2974633200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (2990358000, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (3006082800, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (3021807600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (3037532400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (3053257200, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (3068982000, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (3084706800, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (3100431600, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (3116761200, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (3132486000, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (3148210800, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (3163935600, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (3179660400, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (3195385200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (3211110000, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (3226834800, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (3242559600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (3258284400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (3274009200, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (3289734000, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (3306063600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (3321788400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (3337513200, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (3353238000, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (3368962800, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (3384687600, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (3400412400, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (3416137200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (3431862000, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (3447586800, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (3463311600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (3479641200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (3495366000, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (3511090800, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (3526815600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (3542540400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (3558265200, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (3573990000, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (3589714800, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (3605439600, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (3621164400, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (3636889200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (3653218800, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (3668943600, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (3684668400, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (3700393200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (3716118000, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (3731842800, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (3747567600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (3763292400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (3779017200, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (3794742000, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (3810466800, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (3826191600, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (3842521200, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (3858246000, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (3873970800, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (3889695600, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (3905420400, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (3921145200, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (3936870000, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (3952594800, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (3968319600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (3984044400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (4000374000, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (4016098800, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (4031823600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (4047548400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (4063273200, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (4078998000, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (4094722800, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 40312, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Pacific__Noumea => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1829387148, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (250002000, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (257342400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (281451600, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (288878400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + (849366000, FixedTimespan { utc_offset: 39600, dst_offset: 3600, name: "+12" }), + (857228400, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 39948, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Pacific__Pago_Pago => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2445424632, FixedTimespan { utc_offset: -40968, dst_offset: 0, name: "LMT" }), + (-1861879032, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "SST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 45432, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Pacific__Palau => { + const REST: &[(i64, FixedTimespan)] = &[ + (-3944624276, FixedTimespan { utc_offset: 32276, dst_offset: 0, name: "LMT" }), + (-2177485076, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -54124, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Pacific__Pitcairn => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2177421580, FixedTimespan { utc_offset: -30600, dst_offset: 0, name: "-0830" }), + (893665800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "-08" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -31220, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Pacific__Pohnpei => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1806748788, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 38388, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Pacific__Ponape => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1806748788, FixedTimespan { utc_offset: 39600, dst_offset: 0, name: "+11" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 38388, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Pacific__Port_Moresby => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2840176120, FixedTimespan { utc_offset: 35312, dst_offset: 0, name: "PMMT" }), + (-2366790512, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 35320, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Pacific__Rarotonga => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2209555256, FixedTimespan { utc_offset: -38344, dst_offset: 0, name: "LMT" }), + (-543072056, FixedTimespan { utc_offset: -37800, dst_offset: 0, name: "-1030" }), + (279714600, FixedTimespan { utc_offset: -36000, dst_offset: 1800, name: "-0930" }), + (289387800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "-10" }), + (309952800, FixedTimespan { utc_offset: -36000, dst_offset: 1800, name: "-0930" }), + (320837400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "-10" }), + (341402400, FixedTimespan { utc_offset: -36000, dst_offset: 1800, name: "-0930" }), + (352287000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "-10" }), + (372852000, FixedTimespan { utc_offset: -36000, dst_offset: 1800, name: "-0930" }), + (384341400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "-10" }), + (404906400, FixedTimespan { utc_offset: -36000, dst_offset: 1800, name: "-0930" }), + (415791000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "-10" }), + (436356000, FixedTimespan { utc_offset: -36000, dst_offset: 1800, name: "-0930" }), + (447240600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "-10" }), + (467805600, FixedTimespan { utc_offset: -36000, dst_offset: 1800, name: "-0930" }), + (478690200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "-10" }), + (499255200, FixedTimespan { utc_offset: -36000, dst_offset: 1800, name: "-0930" }), + (510139800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "-10" }), + (530704800, FixedTimespan { utc_offset: -36000, dst_offset: 1800, name: "-0930" }), + (541589400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "-10" }), + (562154400, FixedTimespan { utc_offset: -36000, dst_offset: 1800, name: "-0930" }), + (573643800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "-10" }), + (594208800, FixedTimespan { utc_offset: -36000, dst_offset: 1800, name: "-0930" }), + (605093400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "-10" }), + (625658400, FixedTimespan { utc_offset: -36000, dst_offset: 1800, name: "-0930" }), + (636543000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "-10" }), + (657108000, FixedTimespan { utc_offset: -36000, dst_offset: 1800, name: "-0930" }), + (667992600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "-10" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 48056, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Pacific__Saipan => { + const REST: &[(i64, FixedTimespan)] = &[ + (-3944626740, FixedTimespan { utc_offset: 34740, dst_offset: 0, name: "LMT" }), + (-2177487540, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "GST" }), + (-885549600, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (-802256400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "GST" }), + (-331891200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "GDT" }), + (-281610000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "GST" }), + (-73728000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "GDT" }), + (-29415540, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "GST" }), + (-16704000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "GDT" }), + (-10659600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "GST" }), + (9907200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "GDT" }), + (21394800, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "GST" }), + (41356800, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "GDT" }), + (52844400, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "GST" }), + (124819200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "GDT" }), + (130863600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "GST" }), + (201888000, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "GDT" }), + (209487660, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "GST" }), + (230659200, FixedTimespan { utc_offset: 36000, dst_offset: 3600, name: "GDT" }), + (241542000, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "GST" }), + (977493600, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "ChST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -51660, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Pacific__Samoa => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2445424632, FixedTimespan { utc_offset: -40968, dst_offset: 0, name: "LMT" }), + (-1861879032, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "SST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 45432, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Pacific__Tahiti => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1806674504, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "-10" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -35896, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Pacific__Tarawa => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2177494324, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 41524, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Pacific__Tongatapu => { + const REST: &[(i64, FixedTimespan)] = &[ + (-767189952, FixedTimespan { utc_offset: 44400, dst_offset: 0, name: "+1220" }), + (-284041200, FixedTimespan { utc_offset: 46800, dst_offset: 0, name: "+13" }), + (939214800, FixedTimespan { utc_offset: 46800, dst_offset: 3600, name: "+14" }), + (953384400, FixedTimespan { utc_offset: 46800, dst_offset: 0, name: "+13" }), + (973342800, FixedTimespan { utc_offset: 46800, dst_offset: 3600, name: "+14" }), + (980596800, FixedTimespan { utc_offset: 46800, dst_offset: 0, name: "+13" }), + (1004792400, FixedTimespan { utc_offset: 46800, dst_offset: 3600, name: "+14" }), + (1012046400, FixedTimespan { utc_offset: 46800, dst_offset: 0, name: "+13" }), + (1478350800, FixedTimespan { utc_offset: 46800, dst_offset: 3600, name: "+14" }), + (1484398800, FixedTimespan { utc_offset: 46800, dst_offset: 0, name: "+13" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 44352, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Pacific__Truk => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2840176120, FixedTimespan { utc_offset: 35312, dst_offset: 0, name: "PMMT" }), + (-2366790512, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 35320, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Pacific__Wake => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2177494324, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 41524, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Pacific__Wallis => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2177494324, FixedTimespan { utc_offset: 43200, dst_offset: 0, name: "+12" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 41524, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Pacific__Yap => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2840176120, FixedTimespan { utc_offset: 35312, dst_offset: 0, name: "PMMT" }), + (-2366790512, FixedTimespan { utc_offset: 36000, dst_offset: 0, name: "+10" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 35320, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Poland => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2840145840, FixedTimespan { utc_offset: 5040, dst_offset: 0, name: "WMT" }), + (-1717032240, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1693706400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1680483600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1663455600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1650150000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-1632006000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-1618700400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1600473600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1587168000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1501725600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-931734000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-857257200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-844556400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-828226800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-812502000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-796608000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-778726800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-762660000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-748486800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-733273200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-715215600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-701910000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-684975600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-670460400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-654130800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-639010800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-397094400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-386812800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-371088000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-355363200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-334195200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-323308800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-307584000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-291859200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-271296000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-260409600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-239846400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-228960000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-208396800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-197510400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (-176342400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (-166060800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (228873600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (243993600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (260323200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (276048000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (291772800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (307497600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (323827200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (338947200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (354672000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (370396800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (386121600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (401846400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (417571200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (433296000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (449020800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (465350400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (481075200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (496800000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (512524800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (528249600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (543974400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (559699200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (575427600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (591152400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (606877200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (622602000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (638326800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (654656400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (670381200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (686106000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (701830800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (717555600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (733280400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (749005200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (764730000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (780454800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (796179600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (811904400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (828234000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (846378000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (859683600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (877827600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (891133200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (909277200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (922582800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (941331600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (954032400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (972781200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (985482000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1004230800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1017536400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1035680400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1048986000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1067130000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1080435600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1099184400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1111885200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1130634000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1143334800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1162083600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1174784400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1193533200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1206838800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1224982800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1238288400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1256432400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1269738000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1288486800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1301187600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1319936400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1332637200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1351386000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1364691600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1382835600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1396141200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1414285200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1427590800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1445734800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1459040400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1477789200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1490490000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1509238800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1521939600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1540688400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1553994000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1572138000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1585443600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1603587600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1616893200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1635642000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1648342800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1667091600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1679792400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1698541200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1711846800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1729990800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1743296400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1761440400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1774746000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1792890000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1806195600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1824944400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1837645200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1856394000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1869094800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1887843600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1901149200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1919293200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1932598800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1950742800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1964048400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (1982797200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (1995498000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2014246800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2026947600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2045696400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2058397200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2077146000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2090451600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2108595600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2121901200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2140045200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2153350800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2172099600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2184800400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2203549200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2216250000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2234998800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2248304400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2266448400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2279754000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2297898000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2311203600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2329347600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2342653200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2361402000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2374102800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2392851600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2405552400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2424301200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2437606800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2455750800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2469056400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2487200400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2500506000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2519254800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2531955600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2550704400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2563405200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2582154000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2595459600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2613603600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2626909200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2645053200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2658358800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2676502800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2689808400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2708557200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2721258000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2740006800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2752707600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2771456400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2784762000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2802906000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2816211600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2834355600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2847661200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2866410000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2879110800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2897859600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2910560400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2929309200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2942010000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2960758800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (2974064400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (2992208400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3005514000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3023658000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3036963600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3055712400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3068413200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3087162000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3099862800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3118611600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3131917200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3150061200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3163366800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3181510800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3194816400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3212960400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3226266000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3245014800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3257715600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3276464400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3289165200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3307914000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3321219600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3339363600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3352669200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3370813200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3384118800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3402867600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3415568400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3434317200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3447018000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3465766800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3479072400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3497216400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3510522000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3528666000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3541971600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3560115600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3573421200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3592170000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3604870800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3623619600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3636320400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3655069200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3668374800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3686518800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3699824400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3717968400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3731274000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3750022800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3762723600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3781472400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3794173200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3812922000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3825622800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3844371600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3857677200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3875821200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3889126800, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3907270800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3920576400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3939325200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3952026000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (3970774800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (3983475600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4002224400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4015530000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4033674000, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4046979600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4065123600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (4078429200, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (4096573200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 5040, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Portugal => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1830381795, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1689555600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1677801600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1667437200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1647738000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1635814800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1616202000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1604365200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1584666000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1572742800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1553043600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1541206800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1521507600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1442451600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1426813200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1379293200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1364778000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1348448400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1333328400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1316394000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1301274000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1284339600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1269824400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1221440400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1206925200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1191200400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1175475600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1127696400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1111971600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1096851600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1080522000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1063587600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1049072400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1033347600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-1017622800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-1002502800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-986173200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-969238800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-950490000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-942022800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-922669200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-906944400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-891133200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-877309200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-873684000, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "WEMT" }), + (-864007200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-857955600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-845859600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-842839200, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "WEMT" }), + (-831348000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-825901200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-814410000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-810784800, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "WEMT" }), + (-799898400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-794451600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-782960400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-779335200, FixedTimespan { utc_offset: 0, dst_offset: 7200, name: "WEMT" }), + (-768448800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-763002000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-749091600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-733366800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-717631200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-701906400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-686181600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-670456800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-654732000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-639007200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-623282400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-607557600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-591832800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-575503200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-559778400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-544053600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-528328800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-512604000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-496879200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-481154400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-465429600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-449704800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-433980000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-417650400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-401925600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-386200800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-370476000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-354751200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-339026400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-323301600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-307576800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-291852000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-276127200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-260402400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-244677600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-228348000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-212623200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-196898400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-181173600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-165448800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-149724000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (-133999200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (-118274400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (212544000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (228268800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (243993600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (260323200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (276048000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (291772800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (307501200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (323222400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (338950800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (354675600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (370400400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (386125200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (401850000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (417578400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (433299600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (449024400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (465354000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (481078800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (496803600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (512528400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (528253200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (543978000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (559702800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (575427600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (591152400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (606877200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (622602000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (638326800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (654656400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (670381200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (686106000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (701830800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (717552000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (717555600, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (733280400, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (749005200, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (764730000, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (780454800, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (796179600, FixedTimespan { utc_offset: 3600, dst_offset: 3600, name: "CEST" }), + (811904400, FixedTimespan { utc_offset: 3600, dst_offset: 0, name: "CET" }), + (828230400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (846378000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (859683600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (877827600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (891133200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (909277200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (922582800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (941331600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (954032400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (972781200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (985482000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1004230800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1017536400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1035680400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1048986000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1067130000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1080435600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1099184400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1111885200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1130634000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1143334800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1162083600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1174784400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1193533200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1206838800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1224982800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1238288400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1256432400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1269738000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1288486800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1301187600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1319936400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1332637200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1351386000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1364691600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1382835600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1396141200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1414285200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1427590800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1445734800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1459040400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1477789200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1490490000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1509238800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1521939600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1540688400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1553994000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1572138000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1585443600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1603587600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1616893200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1635642000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1648342800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1667091600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1679792400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1698541200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1711846800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1729990800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1743296400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1761440400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1774746000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1792890000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1806195600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1824944400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1837645200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1856394000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1869094800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1887843600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1901149200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1919293200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1932598800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1950742800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1964048400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1982797200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1995498000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2014246800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2026947600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2045696400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2058397200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2077146000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2090451600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2108595600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2121901200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2140045200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2153350800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2172099600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2184800400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2203549200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2216250000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2234998800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2248304400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2266448400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2279754000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2297898000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2311203600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2329347600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2342653200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2361402000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2374102800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2392851600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2405552400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2424301200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2437606800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2455750800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2469056400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2487200400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2500506000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2519254800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2531955600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2550704400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2563405200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2582154000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2595459600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2613603600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2626909200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2645053200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2658358800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2676502800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2689808400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2708557200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2721258000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2740006800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2752707600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2771456400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2784762000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2802906000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2816211600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2834355600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2847661200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2866410000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2879110800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2897859600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2910560400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2929309200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2942010000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2960758800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2974064400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2992208400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3005514000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3023658000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3036963600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3055712400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3068413200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3087162000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3099862800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3118611600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3131917200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3150061200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3163366800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3181510800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3194816400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3212960400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3226266000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3245014800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3257715600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3276464400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3289165200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3307914000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3321219600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3339363600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3352669200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3370813200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3384118800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3402867600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3415568400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3434317200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3447018000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3465766800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3479072400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3497216400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3510522000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3528666000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3541971600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3560115600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3573421200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3592170000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3604870800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3623619600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3636320400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3655069200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3668374800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3686518800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3699824400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3717968400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3731274000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3750022800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3762723600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3781472400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3794173200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3812922000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3825622800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3844371600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3857677200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3875821200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3889126800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3907270800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3920576400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3939325200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3952026000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3970774800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3983475600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (4002224400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (4015530000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (4033674000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (4046979600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (4065123600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (4078429200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (4096573200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -2205, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::ROC => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2335248360, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-1017820800, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "JST" }), + (-766224000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-745833600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-733827600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-716889600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-699613200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-683884800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-670669200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-652348800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-639133200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-620812800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-607597200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-589276800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-576061200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-562924800, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-541760400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-528710400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-510224400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-497174400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-478688400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-465638400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-449830800, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-434016000, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-418208400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-402480000, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-386672400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-370944000, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-355136400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-339408000, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-323600400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-302515200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-291978000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (-270979200, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (-260442000, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (133977600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (149785200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (165513600, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (181321200, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + (299606400, FixedTimespan { utc_offset: 28800, dst_offset: 3600, name: "CDT" }), + (307551600, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "CST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 29160, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::ROK => { + const REST: &[(i64, FixedTimespan)] = &[ + (-1948782472, FixedTimespan { utc_offset: 30600, dst_offset: 0, name: "KST" }), + (-1830414600, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "JST" }), + (-767350800, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "KST" }), + (-681210000, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "KDT" }), + (-672228000, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "KST" }), + (-654771600, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "KDT" }), + (-640864800, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "KST" }), + (-623408400, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "KDT" }), + (-609415200, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "KST" }), + (-588848400, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "KDT" }), + (-577965600, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "KST" }), + (-498128400, FixedTimespan { utc_offset: 30600, dst_offset: 0, name: "KST" }), + (-462702600, FixedTimespan { utc_offset: 30600, dst_offset: 3600, name: "KDT" }), + (-451733400, FixedTimespan { utc_offset: 30600, dst_offset: 0, name: "KST" }), + (-429784200, FixedTimespan { utc_offset: 30600, dst_offset: 3600, name: "KDT" }), + (-418296600, FixedTimespan { utc_offset: 30600, dst_offset: 0, name: "KST" }), + (-399544200, FixedTimespan { utc_offset: 30600, dst_offset: 3600, name: "KDT" }), + (-387451800, FixedTimespan { utc_offset: 30600, dst_offset: 0, name: "KST" }), + (-368094600, FixedTimespan { utc_offset: 30600, dst_offset: 3600, name: "KDT" }), + (-356002200, FixedTimespan { utc_offset: 30600, dst_offset: 0, name: "KST" }), + (-336645000, FixedTimespan { utc_offset: 30600, dst_offset: 3600, name: "KDT" }), + (-324552600, FixedTimespan { utc_offset: 30600, dst_offset: 0, name: "KST" }), + (-305195400, FixedTimespan { utc_offset: 30600, dst_offset: 3600, name: "KDT" }), + (-293103000, FixedTimespan { utc_offset: 30600, dst_offset: 0, name: "KST" }), + (-264933000, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "KST" }), + (547578000, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "KDT" }), + (560883600, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "KST" }), + (579027600, FixedTimespan { utc_offset: 32400, dst_offset: 3600, name: "KDT" }), + (592333200, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "KST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 30472, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Singapore => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2177477725, FixedTimespan { utc_offset: 24925, dst_offset: 0, name: "SMT" }), + (-2038200925, FixedTimespan { utc_offset: 25200, dst_offset: 0, name: "+07" }), + (-1167634800, FixedTimespan { utc_offset: 25200, dst_offset: 1200, name: "+0720" }), + (-1073028000, FixedTimespan { utc_offset: 26400, dst_offset: 0, name: "+0720" }), + (-894180000, FixedTimespan { utc_offset: 27000, dst_offset: 0, name: "+0730" }), + (-879665400, FixedTimespan { utc_offset: 32400, dst_offset: 0, name: "+09" }), + (-767005200, FixedTimespan { utc_offset: 27000, dst_offset: 0, name: "+0730" }), + (378635400, FixedTimespan { utc_offset: 28800, dst_offset: 0, name: "+08" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 24925, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::Turkey => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2840147752, FixedTimespan { utc_offset: 7016, dst_offset: 0, name: "IMT" }), + (-1869875816, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1693706400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1680490800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1570413600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1552186800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1538359200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1522551600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1507514400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1490583600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1440208800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1428030000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1409709600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-1396494000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-931053600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-922676400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-917834400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-892436400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-875844000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-764737200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-744343200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-733806000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-716436000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-701924400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-684986400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-670474800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-654141600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-639025200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-622087200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-606970800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-590032800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-575521200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-235620000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-194842800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-177732000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (-165726000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (107910000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (121215600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (133920000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (152665200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (164678400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (184114800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (196214400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (215564400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (228873600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (245804400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (260323200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (267915600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (428454000, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "+04" }), + (433893600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + (468111600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (482799600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (496710000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (512521200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (528246000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (543970800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (559695600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (575420400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (591145200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (606870000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (622594800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (638319600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (654649200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (670374000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (686098800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (701823600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (717548400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (733273200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (748998000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (764118000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (780447600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (796172400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (811897200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (828226800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (846370800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (859676400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (877820400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (891126000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (909270000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (922575600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (941324400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (954025200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (972774000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (985474800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1004223600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1017529200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1035673200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1048978800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1067122800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1080428400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1099177200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1111878000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1130626800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1143327600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1162076400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1174784400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1193533200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1206838800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1224982800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1238288400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1256432400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1269738000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1288486800, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1301266800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1319936400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1332637200, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1351386000, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1364691600, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1382835600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1396220400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1414285200, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1427590800, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1446933600, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (1459040400, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (1473195600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "+03" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 6952, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::UCT => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 0, + dst_offset: 0, + name: "UTC", + }, + rest: REST + } + }, + + Tz::US__Alaska => { + const REST: &[(i64, FixedTimespan)] = &[ + (-3225223727, FixedTimespan { utc_offset: -35976, dst_offset: 0, name: "LMT" }), + (-2188951224, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "AST" }), + (-880200000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "AWT" }), + (-769395600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "APT" }), + (-765378000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "AST" }), + (-86882400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "AHST" }), + (-21470400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "AHDT" }), + (-5749200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "AHST" }), + (9979200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "AHDT" }), + (25700400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "AHST" }), + (41428800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "AHDT" }), + (57754800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "AHST" }), + (73483200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "AHDT" }), + (89204400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "AHST" }), + (104932800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "AHDT" }), + (120654000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "AHST" }), + (126705600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "AHDT" }), + (152103600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "AHST" }), + (162388800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "AHDT" }), + (183553200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "AHST" }), + (199281600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "AHDT" }), + (215607600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "AHST" }), + (230731200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "AHDT" }), + (247057200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "AHST" }), + (262785600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "AHDT" }), + (278506800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "AHST" }), + (294235200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "AHDT" }), + (309956400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "AHST" }), + (325684800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "AHDT" }), + (341406000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "AHST" }), + (357134400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "AHDT" }), + (372855600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "AHST" }), + (388584000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "AHDT" }), + (404910000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "AHST" }), + (420033600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "AHDT" }), + (436359600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "YST" }), + (439030800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (452084400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (467805600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (483534000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (499255200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (514983600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (530704800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (544618800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (562154400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (576068400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (594208800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (607518000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (625658400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (638967600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (657108000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (671022000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (688557600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (702471600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (720007200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (733921200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (752061600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (765370800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (783511200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (796820400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (814960800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (828874800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (846410400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (860324400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (877860000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (891774000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (909309600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (923223600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (941364000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (954673200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (972813600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (986122800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1004263200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1018177200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1035712800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1049626800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1067162400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1081076400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1099216800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1112526000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1130666400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1143975600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1162116000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1173610800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1194170400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1205060400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1225620000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1236510000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1257069600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1268564400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1289124000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1300014000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1320573600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1331463600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1352023200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1362913200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1383472800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1394362800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1414922400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1425812400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1446372000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1457866800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1478426400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1489316400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1509876000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1520766000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1541325600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1552215600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1572775200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1583665200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1604224800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1615719600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1636279200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1647169200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1667728800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1678618800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1699178400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1710068400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1730628000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1741518000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1762077600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1772967600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1793527200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1805022000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1825581600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1836471600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1857031200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1867921200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1888480800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1899370800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1919930400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1930820400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1951380000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1962874800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (1983434400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (1994324400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2014884000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2025774000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2046333600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2057223600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2077783200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2088673200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2109232800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2120122800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2140682400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2152177200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2172736800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2183626800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2204186400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2215076400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2235636000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2246526000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2267085600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2277975600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2298535200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2309425200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2329984800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2341479600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2362039200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2372929200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2393488800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2404378800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2424938400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2435828400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2456388000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2467278000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2487837600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2499332400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2519892000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2530782000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2551341600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2562231600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2582791200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2593681200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2614240800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2625130800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2645690400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2656580400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2677140000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2688634800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2709194400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2720084400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2740644000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2751534000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2772093600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2782983600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2803543200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2814433200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2834992800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2846487600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2867047200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2877937200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2898496800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2909386800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2929946400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2940836400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2961396000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (2972286000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (2992845600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3003735600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3024295200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3035790000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3056349600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3067239600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3087799200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3098689200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3119248800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3130138800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3150698400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3161588400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3182148000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3193038000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3213597600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3225092400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3245652000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3256542000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3277101600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3287991600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3308551200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3319441200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3340000800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3350890800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3371450400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3382945200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3403504800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3414394800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3434954400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3445844400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3466404000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3477294000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3497853600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3508743600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3529303200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3540193200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3560752800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3572247600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3592807200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3603697200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3624256800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3635146800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3655706400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3666596400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3687156000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3698046000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3718605600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3730100400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3750660000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3761550000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3782109600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3792999600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3813559200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3824449200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3845008800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3855898800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3876458400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3887348400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3907908000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3919402800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3939962400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3950852400, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (3971412000, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (3982302000, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (4002861600, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (4013751600, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (4034311200, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (4045201200, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (4065760800, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + (4076650800, FixedTimespan { utc_offset: -32400, dst_offset: 3600, name: "AKDT" }), + (4097210400, FixedTimespan { utc_offset: -32400, dst_offset: 0, name: "AKST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 50424, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::US__Aleutian => { + const REST: &[(i64, FixedTimespan)] = &[ + (-3225223727, FixedTimespan { utc_offset: -42398, dst_offset: 0, name: "LMT" }), + (-2188944802, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "NST" }), + (-880196400, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "NWT" }), + (-769395600, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "NPT" }), + (-765374400, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "NST" }), + (-86878800, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (-21466800, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (-5745600, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (9982800, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (25704000, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (41432400, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (57758400, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (73486800, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (89208000, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (104936400, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (120657600, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (126709200, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (152107200, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (162392400, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (183556800, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (199285200, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (215611200, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (230734800, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (247060800, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (262789200, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (278510400, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (294238800, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (309960000, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (325688400, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (341409600, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (357138000, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (372859200, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (388587600, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (404913600, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "BST" }), + (420037200, FixedTimespan { utc_offset: -39600, dst_offset: 3600, name: "BDT" }), + (436363200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "AHST" }), + (439034400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (452088000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (467809200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (483537600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (499258800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (514987200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (530708400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (544622400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (562158000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (576072000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (594212400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (607521600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (625662000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (638971200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (657111600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (671025600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (688561200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (702475200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (720010800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (733924800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (752065200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (765374400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (783514800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (796824000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (814964400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (828878400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (846414000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (860328000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (877863600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (891777600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (909313200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (923227200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (941367600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (954676800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (972817200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (986126400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1004266800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1018180800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1035716400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1049630400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1067166000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1081080000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1099220400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1112529600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1130670000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1143979200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1162119600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1173614400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1194174000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1205064000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1225623600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1236513600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1257073200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1268568000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1289127600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1300017600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1320577200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1331467200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1352026800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1362916800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1383476400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1394366400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1414926000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1425816000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1446375600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1457870400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1478430000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1489320000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1509879600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1520769600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1541329200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1552219200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1572778800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1583668800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1604228400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1615723200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1636282800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1647172800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1667732400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1678622400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1699182000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1710072000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1730631600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1741521600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1762081200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1772971200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1793530800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1805025600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1825585200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1836475200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1857034800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1867924800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1888484400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1899374400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1919934000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1930824000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1951383600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1962878400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (1983438000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (1994328000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2014887600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2025777600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2046337200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2057227200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2077786800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2088676800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2109236400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2120126400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2140686000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2152180800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2172740400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2183630400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2204190000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2215080000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2235639600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2246529600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2267089200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2277979200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2298538800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2309428800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2329988400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2341483200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2362042800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2372932800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2393492400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2404382400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2424942000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2435832000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2456391600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2467281600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2487841200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2499336000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2519895600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2530785600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2551345200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2562235200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2582794800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2593684800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2614244400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2625134400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2645694000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2656584000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2677143600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2688638400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2709198000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2720088000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2740647600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2751537600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2772097200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2782987200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2803546800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2814436800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2834996400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2846491200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2867050800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2877940800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2898500400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2909390400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2929950000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2940840000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2961399600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (2972289600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (2992849200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3003739200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3024298800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3035793600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3056353200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3067243200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3087802800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3098692800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3119252400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3130142400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3150702000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3161592000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3182151600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3193041600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3213601200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3225096000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3245655600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3256545600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3277105200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3287995200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3308554800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3319444800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3340004400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3350894400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3371454000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3382948800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3403508400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3414398400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3434958000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3445848000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3466407600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3477297600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3497857200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3508747200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3529306800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3540196800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3560756400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3572251200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3592810800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3603700800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3624260400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3635150400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3655710000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3666600000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3687159600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3698049600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3718609200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3730104000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3750663600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3761553600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3782113200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3793003200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3813562800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3824452800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3845012400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3855902400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3876462000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3887352000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3907911600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3919406400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3939966000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3950856000, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (3971415600, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (3982305600, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (4002865200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (4013755200, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (4034314800, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (4045204800, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (4065764400, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + (4076654400, FixedTimespan { utc_offset: -36000, dst_offset: 3600, name: "HDT" }), + (4097214000, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 44002, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::US__Arizona => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2717616702, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1633273200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1615132800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1601823600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1583683200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-880210800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MWT" }), + (-820519140, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-812653140, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MWT" }), + (-796845540, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-84380400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-68659200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -26898, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::US__Central => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2717626164, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1633276800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1615136400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1601827200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1583686800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1563724800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1551632400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1538928000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1520182800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1504454400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1491757200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1473004800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1459702800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1441555200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1428253200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1410105600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1396803600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1378656000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1365354000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1347206400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1333904400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1315152000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1301850000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1283702400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1270400400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1252252800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1238950800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1220803200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1207501200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1189353600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1176051600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1157299200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1144602000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1125849600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1112547600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1094400000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1081098000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1067788800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1045414800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1031500800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1018198800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1000051200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-986749200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-967996800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-955299600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-936547200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-923245200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-905097600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-891795600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-880214400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CWT" }), + (-769395600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CPT" }), + (-765392400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-747244800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-733942800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-715795200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-702493200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-684345600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-671043600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-652896000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-639594000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-620841600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-608144400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-589392000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-576090000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-557942400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-544640400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-526492800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-513190800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-495043200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-481741200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-463593600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-447267600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-431539200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-415818000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-400089600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-384368400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-368640000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-352918800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-337190400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-321469200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-305740800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-289414800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-273686400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-257965200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-242236800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-226515600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-210787200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-195066000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-179337600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-163616400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-147888000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-131562000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-116438400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-100112400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-84384000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-68662800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-52934400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-37213200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-21484800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-5763600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (9964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (25686000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (41414400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (57740400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (73468800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (89190000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (104918400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (120639600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (126691200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (152089200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (162374400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (183538800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (199267200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (215593200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (230716800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (247042800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (262771200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (278492400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (294220800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (309942000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (325670400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (341391600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (357120000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (372841200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (388569600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (404895600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (420019200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (436345200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (452073600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (467794800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (483523200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (499244400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (514972800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (530694000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (544608000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (562143600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (576057600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (594198000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (607507200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (625647600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (638956800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (657097200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (671011200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (688546800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (702460800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (719996400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (733910400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (752050800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (765360000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (783500400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (796809600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (814950000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (828864000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (846399600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (860313600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (877849200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (891763200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (909298800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (923212800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (941353200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (954662400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (972802800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (986112000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1004252400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1018166400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1035702000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1049616000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1067151600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1081065600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1099206000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1112515200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1130655600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1143964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1162105200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1173600000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1194159600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1205049600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1225609200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1236499200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1257058800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1268553600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1289113200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1300003200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1320562800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1331452800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1352012400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1362902400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1383462000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1394352000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1414911600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1425801600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1446361200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1457856000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1478415600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1489305600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1509865200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1520755200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1541314800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1552204800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1572764400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1583654400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1604214000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1615708800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1636268400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1647158400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1667718000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1678608000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1699167600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1710057600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1730617200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1741507200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1762066800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1772956800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1793516400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1805011200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1825570800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1836460800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1857020400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1867910400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1888470000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1899360000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1919919600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1930809600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1951369200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1962864000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1983423600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1994313600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2014873200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2025763200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2046322800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2057212800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2077772400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2088662400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2109222000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2120112000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2140671600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2152166400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2172726000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2183616000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2204175600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2215065600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2235625200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2246515200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2267074800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2277964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2298524400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2309414400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2329974000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2341468800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2362028400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2372918400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2393478000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2404368000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2424927600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2435817600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2456377200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2467267200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2487826800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2499321600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2519881200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2530771200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2551330800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2562220800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2582780400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2593670400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2614230000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2625120000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2645679600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2656569600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2677129200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2688624000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2709183600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2720073600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2740633200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2751523200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2772082800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2782972800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2803532400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2814422400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2834982000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2846476800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2867036400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2877926400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2898486000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2909376000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2929935600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2940825600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2961385200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2972275200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2992834800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3003724800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3024284400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3035779200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3056338800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3067228800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3087788400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3098678400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3119238000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3130128000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3150687600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3161577600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3182137200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3193027200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3213586800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3225081600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3245641200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3256531200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3277090800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3287980800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3308540400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3319430400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3339990000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3350880000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3371439600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3382934400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3403494000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3414384000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3434943600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3445833600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3466393200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3477283200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3497842800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3508732800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3529292400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3540182400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3560742000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3572236800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3592796400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3603686400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3624246000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3635136000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3655695600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3666585600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3687145200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3698035200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3718594800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3730089600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3750649200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3761539200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3782098800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3792988800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3813548400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3824438400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3844998000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3855888000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3876447600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3887337600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3907897200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3919392000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3939951600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3950841600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3971401200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3982291200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4002850800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4013740800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4034300400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4045190400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4065750000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4076640000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4097199600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -21036, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::US__EastIndiana => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2717626522, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1633276800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1615136400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1601827200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1583686800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-900259200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-891795600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-880214400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CWT" }), + (-769395600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CPT" }), + (-765392400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-747244800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-733942800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-715795200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-702493200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-684345600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-671043600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-652896000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-639594000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-620841600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-608144400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-589392000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-576090000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-557942400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-544640400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-526492800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-513190800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-495043200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-481741200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-463593600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-386787600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-368640000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-21488400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-5767200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (9961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (25682400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1143961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1162101600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1173596400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1194156000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1205046000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1225605600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1236495600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1257055200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1268550000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1289109600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1299999600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1320559200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1331449200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1352008800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1362898800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1383458400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1394348400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1414908000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1425798000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1446357600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1457852400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1478412000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1489302000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1509861600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1520751600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1541311200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1552201200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1572760800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1583650800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1604210400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1615705200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1636264800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1647154800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1667714400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1678604400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1699164000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1710054000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1730613600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1741503600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1762063200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1772953200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1793512800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1805007600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1825567200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1836457200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1857016800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1867906800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1888466400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1899356400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1919916000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1930806000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1951365600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1962860400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1983420000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1994310000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2014869600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2025759600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2046319200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2057209200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2077768800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2088658800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2109218400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2120108400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2140668000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2152162800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2172722400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2183612400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2204172000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2215062000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2235621600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2246511600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2267071200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2277961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2298520800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2309410800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2329970400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2341465200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2362024800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2372914800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2393474400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2404364400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2424924000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2435814000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2456373600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2467263600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2487823200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2499318000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2519877600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2530767600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2551327200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2562217200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2582776800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2593666800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2614226400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2625116400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2645676000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2656566000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2677125600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2688620400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2709180000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2720070000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2740629600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2751519600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2772079200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2782969200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2803528800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2814418800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2834978400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2846473200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2867032800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2877922800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2898482400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2909372400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2929932000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2940822000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2961381600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2972271600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2992831200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3003721200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3024280800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3035775600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3056335200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3067225200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3087784800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3098674800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3119234400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3130124400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3150684000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3161574000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3182133600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3193023600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3213583200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3225078000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3245637600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3256527600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3277087200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3287977200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3308536800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3319426800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3339986400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3350876400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3371436000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3382930800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3403490400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3414380400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3434940000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3445830000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3466389600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3477279600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3497839200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3508729200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3529288800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3540178800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3560738400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3572233200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3592792800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3603682800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3624242400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3635132400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3655692000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3666582000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3687141600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3698031600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3718591200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3730086000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3750645600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3761535600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3782095200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3792985200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3813544800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3824434800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3844994400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3855884400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3876444000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3887334000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3907893600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3919388400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3939948000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3950838000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3971397600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3982287600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4002847200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4013737200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4034296800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4045186800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4065746400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4076636400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4097196000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -20678, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::US__Eastern => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2717633038, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1633280400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1615140000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1601830800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1583690400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1570381200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1551636000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1536512400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1523210400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1504458000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1491760800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1473008400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1459706400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1441558800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1428256800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1410109200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1396807200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1378659600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1365357600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1347210000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1333908000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1315155600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1301853600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1283706000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1270404000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1252256400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1238954400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1220806800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1207504800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1189357200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1176055200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1157302800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1144605600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1125853200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1112551200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1094403600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1081101600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1062954000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1049652000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1031504400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-1018202400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-1000054800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-986752800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-968000400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-955303200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-936550800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-923248800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-905101200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-891799200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-880218000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EWT" }), + (-769395600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EPT" }), + (-765396000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-747248400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-733946400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-715798800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-702496800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-684349200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-671047200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-652899600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-639597600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-620845200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-608148000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-589395600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-576093600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-557946000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-544644000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-526496400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-513194400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-495046800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-481744800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-463597200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-447271200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-431542800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-415821600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-400093200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-384372000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-368643600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-352922400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-337194000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-321472800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-305744400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-289418400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-273690000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-257968800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-242240400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-226519200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-210790800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-195069600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-179341200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-163620000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-147891600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-131565600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-116442000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-100116000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-84387600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-68666400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-52938000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-37216800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-21488400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-5767200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (9961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (25682400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (41410800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (57736800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (73465200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (89186400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (104914800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (120636000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (126687600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (152085600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (162370800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (183535200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (199263600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (215589600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (230713200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (247039200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (262767600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (278488800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (294217200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (309938400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (325666800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (341388000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (357116400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (372837600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (388566000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (404892000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (420015600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (436341600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (452070000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (467791200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (483519600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (499240800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (514969200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (530690400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (544604400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (562140000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (576054000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (594194400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (607503600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (625644000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (638953200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (657093600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (671007600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (688543200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (702457200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (719992800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (733906800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (752047200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (765356400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (783496800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (796806000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (814946400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (828860400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (846396000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (860310000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (877845600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (891759600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (909295200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (923209200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (941349600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (954658800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (972799200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (986108400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1004248800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1018162800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1035698400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1049612400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1067148000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1081062000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1099202400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1112511600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1130652000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1143961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1162101600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1173596400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1194156000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1205046000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1225605600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1236495600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1257055200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1268550000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1289109600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1299999600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1320559200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1331449200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1352008800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1362898800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1383458400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1394348400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1414908000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1425798000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1446357600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1457852400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1478412000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1489302000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1509861600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1520751600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1541311200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1552201200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1572760800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1583650800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1604210400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1615705200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1636264800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1647154800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1667714400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1678604400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1699164000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1710054000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1730613600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1741503600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1762063200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1772953200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1793512800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1805007600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1825567200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1836457200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1857016800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1867906800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1888466400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1899356400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1919916000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1930806000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1951365600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1962860400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1983420000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1994310000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2014869600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2025759600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2046319200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2057209200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2077768800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2088658800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2109218400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2120108400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2140668000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2152162800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2172722400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2183612400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2204172000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2215062000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2235621600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2246511600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2267071200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2277961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2298520800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2309410800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2329970400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2341465200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2362024800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2372914800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2393474400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2404364400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2424924000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2435814000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2456373600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2467263600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2487823200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2499318000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2519877600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2530767600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2551327200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2562217200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2582776800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2593666800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2614226400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2625116400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2645676000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2656566000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2677125600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2688620400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2709180000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2720070000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2740629600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2751519600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2772079200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2782969200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2803528800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2814418800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2834978400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2846473200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2867032800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2877922800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2898482400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2909372400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2929932000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2940822000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2961381600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2972271600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2992831200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3003721200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3024280800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3035775600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3056335200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3067225200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3087784800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3098674800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3119234400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3130124400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3150684000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3161574000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3182133600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3193023600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3213583200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3225078000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3245637600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3256527600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3277087200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3287977200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3308536800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3319426800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3339986400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3350876400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3371436000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3382930800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3403490400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3414380400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3434940000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3445830000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3466389600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3477279600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3497839200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3508729200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3529288800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3540178800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3560738400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3572233200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3592792800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3603682800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3624242400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3635132400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3655692000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3666582000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3687141600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3698031600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3718591200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3730086000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3750645600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3761535600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3782095200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3792985200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3813544800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3824434800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3844994400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3855884400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3876444000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3887334000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3907893600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3919388400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3939948000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3950838000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3971397600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3982287600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4002847200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4013737200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4034296800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4045186800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4065746400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4076636400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4097196000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -17762, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::US__Hawaii => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2334101314, FixedTimespan { utc_offset: -37800, dst_offset: 0, name: "HST" }), + (-1157283000, FixedTimespan { utc_offset: -37800, dst_offset: 3600, name: "HDT" }), + (-1155436200, FixedTimespan { utc_offset: -37800, dst_offset: 0, name: "HST" }), + (-880198200, FixedTimespan { utc_offset: -37800, dst_offset: 3600, name: "HWT" }), + (-769395600, FixedTimespan { utc_offset: -37800, dst_offset: 3600, name: "HPT" }), + (-765376200, FixedTimespan { utc_offset: -37800, dst_offset: 0, name: "HST" }), + (-712150200, FixedTimespan { utc_offset: -36000, dst_offset: 0, name: "HST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -37886, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::US__IndianaStarke => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2717626410, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1633276800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1615136400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1601827200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-1583686800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-880214400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CWT" }), + (-769395600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CPT" }), + (-765392400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-715795200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-702493200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-684345600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-671043600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-652896000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-639594000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-620841600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-608144400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-589392000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-576090000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-557942400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-544640400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-526492800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-513190800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-495043200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-481741200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-463593600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-447267600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-431539200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-415818000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-400089600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-386787600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-368640000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-355338000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-337190400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-321469200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-305740800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-289414800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-273686400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-257965200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-242236800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-195066000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-84384000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-68662800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-52934400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-37213200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-21484800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (-5763600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (9964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (25686000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (41414400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (57740400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (73468800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (89190000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (104918400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (120639600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (126691200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (152089200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (162374400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (183538800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (199267200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (215593200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (230716800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (247042800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (262771200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (278492400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (294220800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (309942000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (325670400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (341391600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (357120000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (372841200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (388569600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (404895600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (420019200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (436345200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (452073600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (467794800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (483523200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (499244400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (514972800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (530694000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (544608000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (562143600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (576057600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (594198000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (607507200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (625647600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (638956800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (657097200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (671011200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (688546800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1143961200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1162105200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1173600000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1194159600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1205049600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1225609200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1236499200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1257058800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1268553600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1289113200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1300003200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1320562800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1331452800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1352012400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1362902400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1383462000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1394352000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1414911600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1425801600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1446361200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1457856000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1478415600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1489305600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1509865200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1520755200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1541314800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1552204800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1572764400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1583654400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1604214000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1615708800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1636268400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1647158400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1667718000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1678608000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1699167600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1710057600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1730617200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1741507200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1762066800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1772956800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1793516400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1805011200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1825570800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1836460800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1857020400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1867910400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1888470000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1899360000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1919919600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1930809600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1951369200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1962864000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (1983423600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (1994313600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2014873200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2025763200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2046322800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2057212800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2077772400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2088662400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2109222000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2120112000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2140671600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2152166400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2172726000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2183616000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2204175600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2215065600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2235625200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2246515200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2267074800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2277964800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2298524400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2309414400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2329974000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2341468800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2362028400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2372918400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2393478000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2404368000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2424927600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2435817600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2456377200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2467267200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2487826800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2499321600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2519881200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2530771200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2551330800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2562220800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2582780400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2593670400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2614230000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2625120000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2645679600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2656569600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2677129200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2688624000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2709183600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2720073600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2740633200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2751523200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2772082800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2782972800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2803532400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2814422400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2834982000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2846476800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2867036400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2877926400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2898486000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2909376000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2929935600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2940825600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2961385200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (2972275200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (2992834800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3003724800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3024284400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3035779200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3056338800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3067228800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3087788400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3098678400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3119238000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3130128000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3150687600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3161577600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3182137200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3193027200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3213586800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3225081600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3245641200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3256531200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3277090800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3287980800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3308540400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3319430400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3339990000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3350880000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3371439600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3382934400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3403494000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3414384000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3434943600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3445833600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3466393200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3477283200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3497842800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3508732800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3529292400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3540182400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3560742000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3572236800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3592796400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3603686400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3624246000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3635136000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3655695600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3666585600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3687145200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3698035200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3718594800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3730089600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3750649200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3761539200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3782098800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3792988800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3813548400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3824438400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3844998000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3855888000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3876447600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3887337600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3907897200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3919392000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3939951600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3950841600, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (3971401200, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (3982291200, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4002850800, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4013740800, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4034300400, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4045190400, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4065750000, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (4076640000, FixedTimespan { utc_offset: -21600, dst_offset: 3600, name: "CDT" }), + (4097199600, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -20790, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::US__Michigan => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2051202469, FixedTimespan { utc_offset: -21600, dst_offset: 0, name: "CST" }), + (-1724083200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-880218000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EWT" }), + (-769395600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EPT" }), + (-765396000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-684349200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-671047200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-80506740, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-68666400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (-52938000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (-37216800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (104914800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (120636000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (126687600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (152085600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (167814000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (183535200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (199263600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (215589600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (230713200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (247039200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (262767600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (278488800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (294217200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (309938400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (325666800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (341388000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (357116400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (372837600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (388566000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (404892000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (420015600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (436341600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (452070000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (467791200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (483519600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (499240800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (514969200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (530690400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (544604400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (562140000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (576054000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (594194400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (607503600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (625644000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (638953200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (657093600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (671007600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (688543200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (702457200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (719992800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (733906800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (752047200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (765356400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (783496800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (796806000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (814946400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (828860400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (846396000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (860310000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (877845600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (891759600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (909295200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (923209200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (941349600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (954658800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (972799200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (986108400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1004248800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1018162800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1035698400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1049612400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1067148000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1081062000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1099202400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1112511600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1130652000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1143961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1162101600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1173596400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1194156000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1205046000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1225605600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1236495600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1257055200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1268550000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1289109600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1299999600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1320559200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1331449200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1352008800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1362898800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1383458400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1394348400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1414908000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1425798000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1446357600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1457852400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1478412000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1489302000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1509861600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1520751600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1541311200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1552201200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1572760800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1583650800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1604210400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1615705200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1636264800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1647154800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1667714400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1678604400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1699164000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1710054000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1730613600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1741503600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1762063200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1772953200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1793512800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1805007600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1825567200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1836457200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1857016800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1867906800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1888466400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1899356400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1919916000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1930806000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1951365600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1962860400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (1983420000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (1994310000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2014869600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2025759600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2046319200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2057209200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2077768800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2088658800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2109218400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2120108400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2140668000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2152162800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2172722400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2183612400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2204172000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2215062000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2235621600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2246511600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2267071200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2277961200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2298520800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2309410800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2329970400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2341465200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2362024800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2372914800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2393474400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2404364400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2424924000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2435814000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2456373600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2467263600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2487823200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2499318000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2519877600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2530767600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2551327200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2562217200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2582776800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2593666800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2614226400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2625116400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2645676000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2656566000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2677125600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2688620400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2709180000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2720070000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2740629600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2751519600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2772079200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2782969200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2803528800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2814418800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2834978400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2846473200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2867032800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2877922800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2898482400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2909372400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2929932000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2940822000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2961381600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (2972271600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (2992831200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3003721200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3024280800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3035775600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3056335200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3067225200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3087784800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3098674800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3119234400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3130124400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3150684000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3161574000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3182133600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3193023600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3213583200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3225078000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3245637600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3256527600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3277087200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3287977200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3308536800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3319426800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3339986400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3350876400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3371436000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3382930800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3403490400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3414380400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3434940000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3445830000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3466389600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3477279600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3497839200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3508729200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3529288800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3540178800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3560738400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3572233200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3592792800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3603682800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3624242400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3635132400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3655692000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3666582000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3687141600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3698031600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3718591200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3730086000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3750645600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3761535600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3782095200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3792985200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3813544800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3824434800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3844994400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3855884400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3876444000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3887334000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3907893600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3919388400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3939948000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3950838000, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (3971397600, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (3982287600, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4002847200, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4013737200, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4034296800, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4045186800, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4065746400, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + (4076636400, FixedTimespan { utc_offset: -18000, dst_offset: 3600, name: "EDT" }), + (4097196000, FixedTimespan { utc_offset: -18000, dst_offset: 0, name: "EST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -19931, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::US__Mountain => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2717618404, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1633273200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1615132800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1601823600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1583683200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1570374000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1551628800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-1538924400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-1534089600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-880210800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MWT" }), + (-769395600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MPT" }), + (-765388800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-147884400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-131558400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-116434800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-100108800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-84380400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-68659200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-52930800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-37209600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (-21481200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (-5760000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (9968400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (25689600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (41418000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (57744000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (73472400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (89193600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (104922000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (120643200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (126694800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (152092800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (162378000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (183542400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (199270800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (215596800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (230720400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (247046400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (262774800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (278496000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (294224400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (309945600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (325674000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (341395200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (357123600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (372844800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (388573200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (404899200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (420022800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (436348800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (452077200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (467798400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (483526800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (499248000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (514976400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (530697600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (544611600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (562147200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (576061200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (594201600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (607510800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (625651200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (638960400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (657100800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (671014800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (688550400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (702464400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (720000000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (733914000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (752054400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (765363600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (783504000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (796813200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (814953600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (828867600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (846403200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (860317200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (877852800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (891766800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (909302400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (923216400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (941356800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (954666000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (972806400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (986115600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1004256000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1018170000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1035705600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1049619600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1067155200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1081069200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1099209600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1112518800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1130659200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1143968400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1162108800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1173603600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1194163200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1205053200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1225612800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1236502800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1257062400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1268557200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1289116800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1300006800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1320566400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1331456400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1352016000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1362906000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1383465600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1394355600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1414915200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1425805200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1446364800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1457859600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1478419200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1489309200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1509868800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1520758800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1541318400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1552208400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1572768000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1583658000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1604217600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1615712400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1636272000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1647162000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1667721600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1678611600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1699171200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1710061200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1730620800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1741510800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1762070400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1772960400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1793520000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1805014800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1825574400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1836464400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1857024000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1867914000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1888473600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1899363600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1919923200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1930813200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1951372800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1962867600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (1983427200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (1994317200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2014876800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2025766800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2046326400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2057216400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2077776000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2088666000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2109225600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2120115600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2140675200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2152170000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2172729600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2183619600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2204179200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2215069200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2235628800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2246518800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2267078400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2277968400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2298528000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2309418000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2329977600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2341472400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2362032000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2372922000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2393481600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2404371600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2424931200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2435821200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2456380800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2467270800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2487830400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2499325200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2519884800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2530774800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2551334400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2562224400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2582784000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2593674000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2614233600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2625123600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2645683200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2656573200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2677132800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2688627600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2709187200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2720077200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2740636800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2751526800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2772086400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2782976400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2803536000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2814426000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2834985600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2846480400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2867040000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2877930000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2898489600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2909379600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2929939200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2940829200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2961388800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (2972278800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (2992838400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3003728400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3024288000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3035782800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3056342400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3067232400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3087792000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3098682000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3119241600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3130131600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3150691200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3161581200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3182140800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3193030800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3213590400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3225085200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3245644800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3256534800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3277094400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3287984400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3308544000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3319434000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3339993600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3350883600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3371443200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3382938000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3403497600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3414387600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3434947200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3445837200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3466396800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3477286800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3497846400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3508736400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3529296000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3540186000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3560745600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3572240400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3592800000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3603690000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3624249600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3635139600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3655699200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3666589200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3687148800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3698038800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3718598400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3730093200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3750652800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3761542800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3782102400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3792992400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3813552000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3824442000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3845001600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3855891600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3876451200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3887341200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3907900800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3919395600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3939955200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3950845200, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (3971404800, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (3982294800, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4002854400, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (4013744400, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4034304000, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (4045194000, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4065753600, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + (4076643600, FixedTimespan { utc_offset: -25200, dst_offset: 3600, name: "MDT" }), + (4097203200, FixedTimespan { utc_offset: -25200, dst_offset: 0, name: "MST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -25196, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::US__Pacific => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2717611622, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-1633269600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-1615129200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-1601820000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-1583679600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-880207200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PWT" }), + (-769395600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PPT" }), + (-765385200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-687967140, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-662655600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-620838000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-608137200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-589388400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-576082800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-557938800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-544633200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-526489200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-513183600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-495039600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-481734000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-463590000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-450284400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-431535600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-418230000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-400086000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-386780400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-368636400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-355330800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-337186800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-323881200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-305737200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-292431600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-273682800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-260982000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-242233200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-226508400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-210783600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-195058800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-179334000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-163609200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-147884400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-131554800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-116434800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-100105200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-84376800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-68655600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-52927200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-37206000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (-21477600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (-5756400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (9972000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (25693200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (41421600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (57747600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (73476000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (89197200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (104925600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (120646800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (126698400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (152096400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (162381600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (183546000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (199274400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (215600400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (230724000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (247050000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (262778400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (278499600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (294228000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (309949200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (325677600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (341398800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (357127200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (372848400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (388576800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (404902800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (420026400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (436352400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (452080800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (467802000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (483530400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (499251600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (514980000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (530701200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (544615200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (562150800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (576064800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (594205200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (607514400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (625654800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (638964000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (657104400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (671018400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (688554000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (702468000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (720003600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (733917600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (752058000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (765367200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (783507600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (796816800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (814957200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (828871200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (846406800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (860320800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (877856400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (891770400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (909306000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (923220000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (941360400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (954669600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (972810000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (986119200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1004259600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1018173600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1035709200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1049623200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1067158800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1081072800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1099213200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1112522400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1130662800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1143972000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1162112400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1173607200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1194166800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1205056800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1225616400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1236506400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1257066000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1268560800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1289120400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1300010400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1320570000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1331460000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1352019600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1362909600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1383469200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1394359200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1414918800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1425808800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1446368400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1457863200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1478422800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1489312800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1509872400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1520762400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1541322000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1552212000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1572771600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1583661600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1604221200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1615716000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1636275600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1647165600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1667725200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1678615200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1699174800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1710064800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1730624400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1741514400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1762074000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1772964000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1793523600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1805018400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1825578000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1836468000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1857027600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1867917600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1888477200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1899367200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1919926800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1930816800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1951376400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1962871200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (1983430800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (1994320800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2014880400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2025770400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2046330000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2057220000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2077779600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2088669600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2109229200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2120119200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2140678800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2152173600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2172733200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2183623200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2204182800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2215072800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2235632400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2246522400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2267082000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2277972000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2298531600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2309421600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2329981200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2341476000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2362035600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2372925600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2393485200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2404375200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2424934800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2435824800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2456384400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2467274400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2487834000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2499328800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2519888400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2530778400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2551338000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2562228000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2582787600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2593677600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2614237200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2625127200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2645686800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2656576800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2677136400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2688631200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2709190800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2720080800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2740640400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2751530400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2772090000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2782980000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2803539600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2814429600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2834989200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2846484000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2867043600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2877933600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2898493200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2909383200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2929942800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2940832800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2961392400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (2972282400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (2992842000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3003732000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3024291600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3035786400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3056346000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3067236000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3087795600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3098685600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3119245200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3130135200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3150694800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3161584800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3182144400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3193034400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3213594000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3225088800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3245648400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3256538400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3277098000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3287988000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3308547600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3319437600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3339997200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3350887200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3371446800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3382941600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3403501200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3414391200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3434950800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3445840800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3466400400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3477290400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3497850000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3508740000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3529299600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3540189600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3560749200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3572244000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3592803600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3603693600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3624253200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3635143200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3655702800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3666592800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3687152400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3698042400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3718602000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3730096800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3750656400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3761546400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3782106000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3792996000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3813555600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3824445600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3845005200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3855895200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3876454800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3887344800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3907904400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3919399200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3939958800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3950848800, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (3971408400, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (3982298400, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (4002858000, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (4013748000, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (4034307600, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (4045197600, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (4065757200, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + (4076647200, FixedTimespan { utc_offset: -28800, dst_offset: 3600, name: "PDT" }), + (4097206800, FixedTimespan { utc_offset: -28800, dst_offset: 0, name: "PST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: -28378, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::US__Samoa => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2445424632, FixedTimespan { utc_offset: -40968, dst_offset: 0, name: "LMT" }), + (-1861879032, FixedTimespan { utc_offset: -39600, dst_offset: 0, name: "SST" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 45432, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::UTC => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 0, + dst_offset: 0, + name: "UTC", + }, + rest: REST + } + }, + + Tz::Universal => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 0, + dst_offset: 0, + name: "UTC", + }, + rest: REST + } + }, + + Tz::WSU => { + const REST: &[(i64, FixedTimespan)] = &[ + (-2840149817, FixedTimespan { utc_offset: 9017, dst_offset: 0, name: "MMT" }), + (-1688265017, FixedTimespan { utc_offset: 9079, dst_offset: 0, name: "MMT" }), + (-1656819079, FixedTimespan { utc_offset: 9079, dst_offset: 3600, name: "MST" }), + (-1641353479, FixedTimespan { utc_offset: 9079, dst_offset: 0, name: "MMT" }), + (-1627965079, FixedTimespan { utc_offset: 9079, dst_offset: 7200, name: "MDST" }), + (-1618716679, FixedTimespan { utc_offset: 9079, dst_offset: 3600, name: "MST" }), + (-1596429079, FixedTimespan { utc_offset: 9079, dst_offset: 7200, name: "MDST" }), + (-1593837079, FixedTimespan { utc_offset: 10800, dst_offset: 7200, name: "MDST" }), + (-1593820800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (-1589860800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (-1542427200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (-1539493200, FixedTimespan { utc_offset: 10800, dst_offset: 7200, name: "+05" }), + (-1525323600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (-1522728000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (-1491188400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (-1247536800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (354920400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (370728000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (386456400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (402264000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (417992400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (433800000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (449614800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (465346800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (481071600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (496796400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (512521200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (528246000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (543970800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (559695600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (575420400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (591145200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (606870000, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (622594800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (638319600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (654649200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (670374000, FixedTimespan { utc_offset: 7200, dst_offset: 3600, name: "EEST" }), + (686102400, FixedTimespan { utc_offset: 7200, dst_offset: 0, name: "EET" }), + (695779200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (701823600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (717548400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (733273200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (748998000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (764722800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (780447600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (796172400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (811897200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (828226800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (846370800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (859676400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (877820400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (891126000, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (909270000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (922575600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (941324400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (954025200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (972774000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (985474800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (1004223600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (1017529200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (1035673200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (1048978800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (1067122800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (1080428400, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (1099177200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (1111878000, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (1130626800, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (1143327600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (1162076400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (1174777200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (1193526000, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (1206831600, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (1224975600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (1238281200, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (1256425200, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (1269730800, FixedTimespan { utc_offset: 10800, dst_offset: 3600, name: "MSD" }), + (1288479600, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + (1301180400, FixedTimespan { utc_offset: 14400, dst_offset: 0, name: "MSK" }), + (1414274400, FixedTimespan { utc_offset: 10800, dst_offset: 0, name: "MSK" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 9017, + dst_offset: 0, + name: "LMT", + }, + rest: REST + } + }, + + Tz::WET => { + const REST: &[(i64, FixedTimespan)] = &[ + (228877200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (243997200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (260326800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (276051600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (291776400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (307501200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (323830800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (338950800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (354675600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (370400400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (386125200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (401850000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (417574800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (433299600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (449024400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (465354000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (481078800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (496803600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (512528400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (528253200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (543978000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (559702800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (575427600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (591152400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (606877200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (622602000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (638326800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (654656400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (670381200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (686106000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (701830800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (717555600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (733280400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (749005200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (764730000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (780454800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (796179600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (811904400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (828234000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (846378000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (859683600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (877827600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (891133200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (909277200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (922582800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (941331600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (954032400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (972781200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (985482000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1004230800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1017536400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1035680400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1048986000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1067130000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1080435600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1099184400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1111885200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1130634000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1143334800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1162083600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1174784400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1193533200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1206838800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1224982800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1238288400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1256432400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1269738000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1288486800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1301187600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1319936400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1332637200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1351386000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1364691600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1382835600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1396141200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1414285200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1427590800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1445734800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1459040400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1477789200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1490490000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1509238800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1521939600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1540688400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1553994000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1572138000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1585443600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1603587600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1616893200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1635642000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1648342800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1667091600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1679792400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1698541200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1711846800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1729990800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1743296400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1761440400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1774746000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1792890000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1806195600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1824944400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1837645200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1856394000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1869094800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1887843600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1901149200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1919293200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1932598800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1950742800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1964048400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (1982797200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (1995498000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2014246800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2026947600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2045696400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2058397200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2077146000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2090451600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2108595600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2121901200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2140045200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2153350800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2172099600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2184800400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2203549200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2216250000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2234998800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2248304400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2266448400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2279754000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2297898000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2311203600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2329347600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2342653200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2361402000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2374102800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2392851600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2405552400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2424301200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2437606800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2455750800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2469056400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2487200400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2500506000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2519254800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2531955600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2550704400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2563405200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2582154000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2595459600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2613603600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2626909200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2645053200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2658358800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2676502800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2689808400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2708557200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2721258000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2740006800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2752707600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2771456400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2784762000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2802906000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2816211600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2834355600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2847661200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2866410000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2879110800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2897859600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2910560400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2929309200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2942010000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2960758800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (2974064400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (2992208400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3005514000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3023658000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3036963600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3055712400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3068413200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3087162000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3099862800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3118611600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3131917200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3150061200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3163366800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3181510800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3194816400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3212960400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3226266000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3245014800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3257715600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3276464400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3289165200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3307914000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3321219600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3339363600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3352669200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3370813200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3384118800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3402867600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3415568400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3434317200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3447018000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3465766800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3479072400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3497216400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3510522000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3528666000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3541971600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3560115600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3573421200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3592170000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3604870800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3623619600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3636320400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3655069200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3668374800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3686518800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3699824400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3717968400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3731274000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3750022800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3762723600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3781472400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3794173200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3812922000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3825622800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3844371600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3857677200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3875821200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3889126800, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3907270800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3920576400, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3939325200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3952026000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (3970774800, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (3983475600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (4002224400, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (4015530000, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (4033674000, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (4046979600, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (4065123600, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + (4078429200, FixedTimespan { utc_offset: 0, dst_offset: 3600, name: "WEST" }), + (4096573200, FixedTimespan { utc_offset: 0, dst_offset: 0, name: "WET" }), + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 0, + dst_offset: 0, + name: "WET", + }, + rest: REST + } + }, + + Tz::Zulu => { + const REST: &[(i64, FixedTimespan)] = &[ + ]; + FixedTimespanSet { + first: FixedTimespan { + utc_offset: 0, + dst_offset: 0, + name: "UTC", + }, + rest: REST + } + }, + + } + } +} +/// An array of every known variant +/// +/// Useful for iterating over known timezones: +/// +/// ``` +/// use chrono_tz::{TZ_VARIANTS, Tz}; +/// assert!(TZ_VARIANTS.iter().any(|v| *v == Tz::UTC)); +/// ``` +pub static TZ_VARIANTS: [Tz; 596] = [ + Tz::Africa__Abidjan, + Tz::Africa__Accra, + Tz::Africa__Addis_Ababa, + Tz::Africa__Algiers, + Tz::Africa__Asmara, + Tz::Africa__Asmera, + Tz::Africa__Bamako, + Tz::Africa__Bangui, + Tz::Africa__Banjul, + Tz::Africa__Bissau, + Tz::Africa__Blantyre, + Tz::Africa__Brazzaville, + Tz::Africa__Bujumbura, + Tz::Africa__Cairo, + Tz::Africa__Casablanca, + Tz::Africa__Ceuta, + Tz::Africa__Conakry, + Tz::Africa__Dakar, + Tz::Africa__Dar_es_Salaam, + Tz::Africa__Djibouti, + Tz::Africa__Douala, + Tz::Africa__El_Aaiun, + Tz::Africa__Freetown, + Tz::Africa__Gaborone, + Tz::Africa__Harare, + Tz::Africa__Johannesburg, + Tz::Africa__Juba, + Tz::Africa__Kampala, + Tz::Africa__Khartoum, + Tz::Africa__Kigali, + Tz::Africa__Kinshasa, + Tz::Africa__Lagos, + Tz::Africa__Libreville, + Tz::Africa__Lome, + Tz::Africa__Luanda, + Tz::Africa__Lubumbashi, + Tz::Africa__Lusaka, + Tz::Africa__Malabo, + Tz::Africa__Maputo, + Tz::Africa__Maseru, + Tz::Africa__Mbabane, + Tz::Africa__Mogadishu, + Tz::Africa__Monrovia, + Tz::Africa__Nairobi, + Tz::Africa__Ndjamena, + Tz::Africa__Niamey, + Tz::Africa__Nouakchott, + Tz::Africa__Ouagadougou, + Tz::Africa__PortoNovo, + Tz::Africa__Sao_Tome, + Tz::Africa__Timbuktu, + Tz::Africa__Tripoli, + Tz::Africa__Tunis, + Tz::Africa__Windhoek, + Tz::America__Adak, + Tz::America__Anchorage, + Tz::America__Anguilla, + Tz::America__Antigua, + Tz::America__Araguaina, + Tz::America__Argentina__Buenos_Aires, + Tz::America__Argentina__Catamarca, + Tz::America__Argentina__ComodRivadavia, + Tz::America__Argentina__Cordoba, + Tz::America__Argentina__Jujuy, + Tz::America__Argentina__La_Rioja, + Tz::America__Argentina__Mendoza, + Tz::America__Argentina__Rio_Gallegos, + Tz::America__Argentina__Salta, + Tz::America__Argentina__San_Juan, + Tz::America__Argentina__San_Luis, + Tz::America__Argentina__Tucuman, + Tz::America__Argentina__Ushuaia, + Tz::America__Aruba, + Tz::America__Asuncion, + Tz::America__Atikokan, + Tz::America__Atka, + Tz::America__Bahia, + Tz::America__Bahia_Banderas, + Tz::America__Barbados, + Tz::America__Belem, + Tz::America__Belize, + Tz::America__BlancSablon, + Tz::America__Boa_Vista, + Tz::America__Bogota, + Tz::America__Boise, + Tz::America__Buenos_Aires, + Tz::America__Cambridge_Bay, + Tz::America__Campo_Grande, + Tz::America__Cancun, + Tz::America__Caracas, + Tz::America__Catamarca, + Tz::America__Cayenne, + Tz::America__Cayman, + Tz::America__Chicago, + Tz::America__Chihuahua, + Tz::America__Ciudad_Juarez, + Tz::America__Coral_Harbour, + Tz::America__Cordoba, + Tz::America__Costa_Rica, + Tz::America__Creston, + Tz::America__Cuiaba, + Tz::America__Curacao, + Tz::America__Danmarkshavn, + Tz::America__Dawson, + Tz::America__Dawson_Creek, + Tz::America__Denver, + Tz::America__Detroit, + Tz::America__Dominica, + Tz::America__Edmonton, + Tz::America__Eirunepe, + Tz::America__El_Salvador, + Tz::America__Ensenada, + Tz::America__Fort_Nelson, + Tz::America__Fort_Wayne, + Tz::America__Fortaleza, + Tz::America__Glace_Bay, + Tz::America__Godthab, + Tz::America__Goose_Bay, + Tz::America__Grand_Turk, + Tz::America__Grenada, + Tz::America__Guadeloupe, + Tz::America__Guatemala, + Tz::America__Guayaquil, + Tz::America__Guyana, + Tz::America__Halifax, + Tz::America__Havana, + Tz::America__Hermosillo, + Tz::America__Indiana__Indianapolis, + Tz::America__Indiana__Knox, + Tz::America__Indiana__Marengo, + Tz::America__Indiana__Petersburg, + Tz::America__Indiana__Tell_City, + Tz::America__Indiana__Vevay, + Tz::America__Indiana__Vincennes, + Tz::America__Indiana__Winamac, + Tz::America__Indianapolis, + Tz::America__Inuvik, + Tz::America__Iqaluit, + Tz::America__Jamaica, + Tz::America__Jujuy, + Tz::America__Juneau, + Tz::America__Kentucky__Louisville, + Tz::America__Kentucky__Monticello, + Tz::America__Knox_IN, + Tz::America__Kralendijk, + Tz::America__La_Paz, + Tz::America__Lima, + Tz::America__Los_Angeles, + Tz::America__Louisville, + Tz::America__Lower_Princes, + Tz::America__Maceio, + Tz::America__Managua, + Tz::America__Manaus, + Tz::America__Marigot, + Tz::America__Martinique, + Tz::America__Matamoros, + Tz::America__Mazatlan, + Tz::America__Mendoza, + Tz::America__Menominee, + Tz::America__Merida, + Tz::America__Metlakatla, + Tz::America__Mexico_City, + Tz::America__Miquelon, + Tz::America__Moncton, + Tz::America__Monterrey, + Tz::America__Montevideo, + Tz::America__Montreal, + Tz::America__Montserrat, + Tz::America__Nassau, + Tz::America__New_York, + Tz::America__Nipigon, + Tz::America__Nome, + Tz::America__Noronha, + Tz::America__North_Dakota__Beulah, + Tz::America__North_Dakota__Center, + Tz::America__North_Dakota__New_Salem, + Tz::America__Nuuk, + Tz::America__Ojinaga, + Tz::America__Panama, + Tz::America__Pangnirtung, + Tz::America__Paramaribo, + Tz::America__Phoenix, + Tz::America__PortauPrince, + Tz::America__Port_of_Spain, + Tz::America__Porto_Acre, + Tz::America__Porto_Velho, + Tz::America__Puerto_Rico, + Tz::America__Punta_Arenas, + Tz::America__Rainy_River, + Tz::America__Rankin_Inlet, + Tz::America__Recife, + Tz::America__Regina, + Tz::America__Resolute, + Tz::America__Rio_Branco, + Tz::America__Rosario, + Tz::America__Santa_Isabel, + Tz::America__Santarem, + Tz::America__Santiago, + Tz::America__Santo_Domingo, + Tz::America__Sao_Paulo, + Tz::America__Scoresbysund, + Tz::America__Shiprock, + Tz::America__Sitka, + Tz::America__St_Barthelemy, + Tz::America__St_Johns, + Tz::America__St_Kitts, + Tz::America__St_Lucia, + Tz::America__St_Thomas, + Tz::America__St_Vincent, + Tz::America__Swift_Current, + Tz::America__Tegucigalpa, + Tz::America__Thule, + Tz::America__Thunder_Bay, + Tz::America__Tijuana, + Tz::America__Toronto, + Tz::America__Tortola, + Tz::America__Vancouver, + Tz::America__Virgin, + Tz::America__Whitehorse, + Tz::America__Winnipeg, + Tz::America__Yakutat, + Tz::America__Yellowknife, + Tz::Antarctica__Casey, + Tz::Antarctica__Davis, + Tz::Antarctica__DumontDUrville, + Tz::Antarctica__Macquarie, + Tz::Antarctica__Mawson, + Tz::Antarctica__McMurdo, + Tz::Antarctica__Palmer, + Tz::Antarctica__Rothera, + Tz::Antarctica__South_Pole, + Tz::Antarctica__Syowa, + Tz::Antarctica__Troll, + Tz::Antarctica__Vostok, + Tz::Arctic__Longyearbyen, + Tz::Asia__Aden, + Tz::Asia__Almaty, + Tz::Asia__Amman, + Tz::Asia__Anadyr, + Tz::Asia__Aqtau, + Tz::Asia__Aqtobe, + Tz::Asia__Ashgabat, + Tz::Asia__Ashkhabad, + Tz::Asia__Atyrau, + Tz::Asia__Baghdad, + Tz::Asia__Bahrain, + Tz::Asia__Baku, + Tz::Asia__Bangkok, + Tz::Asia__Barnaul, + Tz::Asia__Beirut, + Tz::Asia__Bishkek, + Tz::Asia__Brunei, + Tz::Asia__Calcutta, + Tz::Asia__Chita, + Tz::Asia__Choibalsan, + Tz::Asia__Chongqing, + Tz::Asia__Chungking, + Tz::Asia__Colombo, + Tz::Asia__Dacca, + Tz::Asia__Damascus, + Tz::Asia__Dhaka, + Tz::Asia__Dili, + Tz::Asia__Dubai, + Tz::Asia__Dushanbe, + Tz::Asia__Famagusta, + Tz::Asia__Gaza, + Tz::Asia__Harbin, + Tz::Asia__Hebron, + Tz::Asia__Ho_Chi_Minh, + Tz::Asia__Hong_Kong, + Tz::Asia__Hovd, + Tz::Asia__Irkutsk, + Tz::Asia__Istanbul, + Tz::Asia__Jakarta, + Tz::Asia__Jayapura, + Tz::Asia__Jerusalem, + Tz::Asia__Kabul, + Tz::Asia__Kamchatka, + Tz::Asia__Karachi, + Tz::Asia__Kashgar, + Tz::Asia__Kathmandu, + Tz::Asia__Katmandu, + Tz::Asia__Khandyga, + Tz::Asia__Kolkata, + Tz::Asia__Krasnoyarsk, + Tz::Asia__Kuala_Lumpur, + Tz::Asia__Kuching, + Tz::Asia__Kuwait, + Tz::Asia__Macao, + Tz::Asia__Macau, + Tz::Asia__Magadan, + Tz::Asia__Makassar, + Tz::Asia__Manila, + Tz::Asia__Muscat, + Tz::Asia__Nicosia, + Tz::Asia__Novokuznetsk, + Tz::Asia__Novosibirsk, + Tz::Asia__Omsk, + Tz::Asia__Oral, + Tz::Asia__Phnom_Penh, + Tz::Asia__Pontianak, + Tz::Asia__Pyongyang, + Tz::Asia__Qatar, + Tz::Asia__Qostanay, + Tz::Asia__Qyzylorda, + Tz::Asia__Rangoon, + Tz::Asia__Riyadh, + Tz::Asia__Saigon, + Tz::Asia__Sakhalin, + Tz::Asia__Samarkand, + Tz::Asia__Seoul, + Tz::Asia__Shanghai, + Tz::Asia__Singapore, + Tz::Asia__Srednekolymsk, + Tz::Asia__Taipei, + Tz::Asia__Tashkent, + Tz::Asia__Tbilisi, + Tz::Asia__Tehran, + Tz::Asia__Tel_Aviv, + Tz::Asia__Thimbu, + Tz::Asia__Thimphu, + Tz::Asia__Tokyo, + Tz::Asia__Tomsk, + Tz::Asia__Ujung_Pandang, + Tz::Asia__Ulaanbaatar, + Tz::Asia__Ulan_Bator, + Tz::Asia__Urumqi, + Tz::Asia__UstNera, + Tz::Asia__Vientiane, + Tz::Asia__Vladivostok, + Tz::Asia__Yakutsk, + Tz::Asia__Yangon, + Tz::Asia__Yekaterinburg, + Tz::Asia__Yerevan, + Tz::Atlantic__Azores, + Tz::Atlantic__Bermuda, + Tz::Atlantic__Canary, + Tz::Atlantic__Cape_Verde, + Tz::Atlantic__Faeroe, + Tz::Atlantic__Faroe, + Tz::Atlantic__Jan_Mayen, + Tz::Atlantic__Madeira, + Tz::Atlantic__Reykjavik, + Tz::Atlantic__South_Georgia, + Tz::Atlantic__St_Helena, + Tz::Atlantic__Stanley, + Tz::Australia__ACT, + Tz::Australia__Adelaide, + Tz::Australia__Brisbane, + Tz::Australia__Broken_Hill, + Tz::Australia__Canberra, + Tz::Australia__Currie, + Tz::Australia__Darwin, + Tz::Australia__Eucla, + Tz::Australia__Hobart, + Tz::Australia__LHI, + Tz::Australia__Lindeman, + Tz::Australia__Lord_Howe, + Tz::Australia__Melbourne, + Tz::Australia__NSW, + Tz::Australia__North, + Tz::Australia__Perth, + Tz::Australia__Queensland, + Tz::Australia__South, + Tz::Australia__Sydney, + Tz::Australia__Tasmania, + Tz::Australia__Victoria, + Tz::Australia__West, + Tz::Australia__Yancowinna, + Tz::Brazil__Acre, + Tz::Brazil__DeNoronha, + Tz::Brazil__East, + Tz::Brazil__West, + Tz::CET, + Tz::CST6CDT, + Tz::Canada__Atlantic, + Tz::Canada__Central, + Tz::Canada__Eastern, + Tz::Canada__Mountain, + Tz::Canada__Newfoundland, + Tz::Canada__Pacific, + Tz::Canada__Saskatchewan, + Tz::Canada__Yukon, + Tz::Chile__Continental, + Tz::Chile__EasterIsland, + Tz::Cuba, + Tz::EET, + Tz::EST, + Tz::EST5EDT, + Tz::Egypt, + Tz::Eire, + Tz::Etc__GMT, + Tz::Etc__GMTPlus0, + Tz::Etc__GMTPlus1, + Tz::Etc__GMTPlus10, + Tz::Etc__GMTPlus11, + Tz::Etc__GMTPlus12, + Tz::Etc__GMTPlus2, + Tz::Etc__GMTPlus3, + Tz::Etc__GMTPlus4, + Tz::Etc__GMTPlus5, + Tz::Etc__GMTPlus6, + Tz::Etc__GMTPlus7, + Tz::Etc__GMTPlus8, + Tz::Etc__GMTPlus9, + Tz::Etc__GMTMinus0, + Tz::Etc__GMTMinus1, + Tz::Etc__GMTMinus10, + Tz::Etc__GMTMinus11, + Tz::Etc__GMTMinus12, + Tz::Etc__GMTMinus13, + Tz::Etc__GMTMinus14, + Tz::Etc__GMTMinus2, + Tz::Etc__GMTMinus3, + Tz::Etc__GMTMinus4, + Tz::Etc__GMTMinus5, + Tz::Etc__GMTMinus6, + Tz::Etc__GMTMinus7, + Tz::Etc__GMTMinus8, + Tz::Etc__GMTMinus9, + Tz::Etc__GMT0, + Tz::Etc__Greenwich, + Tz::Etc__UCT, + Tz::Etc__UTC, + Tz::Etc__Universal, + Tz::Etc__Zulu, + Tz::Europe__Amsterdam, + Tz::Europe__Andorra, + Tz::Europe__Astrakhan, + Tz::Europe__Athens, + Tz::Europe__Belfast, + Tz::Europe__Belgrade, + Tz::Europe__Berlin, + Tz::Europe__Bratislava, + Tz::Europe__Brussels, + Tz::Europe__Bucharest, + Tz::Europe__Budapest, + Tz::Europe__Busingen, + Tz::Europe__Chisinau, + Tz::Europe__Copenhagen, + Tz::Europe__Dublin, + Tz::Europe__Gibraltar, + Tz::Europe__Guernsey, + Tz::Europe__Helsinki, + Tz::Europe__Isle_of_Man, + Tz::Europe__Istanbul, + Tz::Europe__Jersey, + Tz::Europe__Kaliningrad, + Tz::Europe__Kiev, + Tz::Europe__Kirov, + Tz::Europe__Kyiv, + Tz::Europe__Lisbon, + Tz::Europe__Ljubljana, + Tz::Europe__London, + Tz::Europe__Luxembourg, + Tz::Europe__Madrid, + Tz::Europe__Malta, + Tz::Europe__Mariehamn, + Tz::Europe__Minsk, + Tz::Europe__Monaco, + Tz::Europe__Moscow, + Tz::Europe__Nicosia, + Tz::Europe__Oslo, + Tz::Europe__Paris, + Tz::Europe__Podgorica, + Tz::Europe__Prague, + Tz::Europe__Riga, + Tz::Europe__Rome, + Tz::Europe__Samara, + Tz::Europe__San_Marino, + Tz::Europe__Sarajevo, + Tz::Europe__Saratov, + Tz::Europe__Simferopol, + Tz::Europe__Skopje, + Tz::Europe__Sofia, + Tz::Europe__Stockholm, + Tz::Europe__Tallinn, + Tz::Europe__Tirane, + Tz::Europe__Tiraspol, + Tz::Europe__Ulyanovsk, + Tz::Europe__Uzhgorod, + Tz::Europe__Vaduz, + Tz::Europe__Vatican, + Tz::Europe__Vienna, + Tz::Europe__Vilnius, + Tz::Europe__Volgograd, + Tz::Europe__Warsaw, + Tz::Europe__Zagreb, + Tz::Europe__Zaporozhye, + Tz::Europe__Zurich, + Tz::GB, + Tz::GBEire, + Tz::GMT, + Tz::GMTPlus0, + Tz::GMTMinus0, + Tz::GMT0, + Tz::Greenwich, + Tz::HST, + Tz::Hongkong, + Tz::Iceland, + Tz::Indian__Antananarivo, + Tz::Indian__Chagos, + Tz::Indian__Christmas, + Tz::Indian__Cocos, + Tz::Indian__Comoro, + Tz::Indian__Kerguelen, + Tz::Indian__Mahe, + Tz::Indian__Maldives, + Tz::Indian__Mauritius, + Tz::Indian__Mayotte, + Tz::Indian__Reunion, + Tz::Iran, + Tz::Israel, + Tz::Jamaica, + Tz::Japan, + Tz::Kwajalein, + Tz::Libya, + Tz::MET, + Tz::MST, + Tz::MST7MDT, + Tz::Mexico__BajaNorte, + Tz::Mexico__BajaSur, + Tz::Mexico__General, + Tz::NZ, + Tz::NZCHAT, + Tz::Navajo, + Tz::PRC, + Tz::PST8PDT, + Tz::Pacific__Apia, + Tz::Pacific__Auckland, + Tz::Pacific__Bougainville, + Tz::Pacific__Chatham, + Tz::Pacific__Chuuk, + Tz::Pacific__Easter, + Tz::Pacific__Efate, + Tz::Pacific__Enderbury, + Tz::Pacific__Fakaofo, + Tz::Pacific__Fiji, + Tz::Pacific__Funafuti, + Tz::Pacific__Galapagos, + Tz::Pacific__Gambier, + Tz::Pacific__Guadalcanal, + Tz::Pacific__Guam, + Tz::Pacific__Honolulu, + Tz::Pacific__Johnston, + Tz::Pacific__Kanton, + Tz::Pacific__Kiritimati, + Tz::Pacific__Kosrae, + Tz::Pacific__Kwajalein, + Tz::Pacific__Majuro, + Tz::Pacific__Marquesas, + Tz::Pacific__Midway, + Tz::Pacific__Nauru, + Tz::Pacific__Niue, + Tz::Pacific__Norfolk, + Tz::Pacific__Noumea, + Tz::Pacific__Pago_Pago, + Tz::Pacific__Palau, + Tz::Pacific__Pitcairn, + Tz::Pacific__Pohnpei, + Tz::Pacific__Ponape, + Tz::Pacific__Port_Moresby, + Tz::Pacific__Rarotonga, + Tz::Pacific__Saipan, + Tz::Pacific__Samoa, + Tz::Pacific__Tahiti, + Tz::Pacific__Tarawa, + Tz::Pacific__Tongatapu, + Tz::Pacific__Truk, + Tz::Pacific__Wake, + Tz::Pacific__Wallis, + Tz::Pacific__Yap, + Tz::Poland, + Tz::Portugal, + Tz::ROC, + Tz::ROK, + Tz::Singapore, + Tz::Turkey, + Tz::UCT, + Tz::US__Alaska, + Tz::US__Aleutian, + Tz::US__Arizona, + Tz::US__Central, + Tz::US__EastIndiana, + Tz::US__Eastern, + Tz::US__Hawaii, + Tz::US__IndianaStarke, + Tz::US__Michigan, + Tz::US__Mountain, + Tz::US__Pacific, + Tz::US__Samoa, + Tz::UTC, + Tz::Universal, + Tz::WSU, + Tz::WET, + Tz::Zulu, +]; \ No newline at end of file diff --git a/target/debug/build/chrono-tz-6e568472505294e4/output b/target/debug/build/chrono-tz-6e568472505294e4/output new file mode 100644 index 0000000..ac52e47 --- /dev/null +++ b/target/debug/build/chrono-tz-6e568472505294e4/output @@ -0,0 +1 @@ +cargo:rerun-if-env-changed=CHRONO_TZ_TIMEZONE_FILTER diff --git a/target/debug/build/chrono-tz-6e568472505294e4/root-output b/target/debug/build/chrono-tz-6e568472505294e4/root-output new file mode 100644 index 0000000..74d20e1 --- /dev/null +++ b/target/debug/build/chrono-tz-6e568472505294e4/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/chrono-tz-6e568472505294e4/out \ No newline at end of file diff --git a/target/debug/build/chrono-tz-6e568472505294e4/stderr b/target/debug/build/chrono-tz-6e568472505294e4/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/chrono-tz-9870fbc7aafdfb1a/build-script-build b/target/debug/build/chrono-tz-9870fbc7aafdfb1a/build-script-build new file mode 100755 index 0000000..71f9351 Binary files /dev/null and b/target/debug/build/chrono-tz-9870fbc7aafdfb1a/build-script-build differ diff --git a/target/debug/build/chrono-tz-9870fbc7aafdfb1a/build_script_build-9870fbc7aafdfb1a b/target/debug/build/chrono-tz-9870fbc7aafdfb1a/build_script_build-9870fbc7aafdfb1a new file mode 100755 index 0000000..71f9351 Binary files /dev/null and b/target/debug/build/chrono-tz-9870fbc7aafdfb1a/build_script_build-9870fbc7aafdfb1a differ diff --git a/target/debug/build/chrono-tz-9870fbc7aafdfb1a/build_script_build-9870fbc7aafdfb1a.d b/target/debug/build/chrono-tz-9870fbc7aafdfb1a/build_script_build-9870fbc7aafdfb1a.d new file mode 100644 index 0000000..a4dad5e --- /dev/null +++ b/target/debug/build/chrono-tz-9870fbc7aafdfb1a/build_script_build-9870fbc7aafdfb1a.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/chrono-tz-9870fbc7aafdfb1a/build_script_build-9870fbc7aafdfb1a.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.9.0/build.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/chrono-tz-9870fbc7aafdfb1a/build_script_build-9870fbc7aafdfb1a: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.9.0/build.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.9.0/build.rs: diff --git a/target/debug/build/cookie-96ee3d645e64eacb/invoked.timestamp b/target/debug/build/cookie-96ee3d645e64eacb/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/cookie-96ee3d645e64eacb/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/cookie-96ee3d645e64eacb/output b/target/debug/build/cookie-96ee3d645e64eacb/output new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/cookie-96ee3d645e64eacb/root-output b/target/debug/build/cookie-96ee3d645e64eacb/root-output new file mode 100644 index 0000000..b44bf58 --- /dev/null +++ b/target/debug/build/cookie-96ee3d645e64eacb/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/cookie-96ee3d645e64eacb/out \ No newline at end of file diff --git a/target/debug/build/cookie-96ee3d645e64eacb/stderr b/target/debug/build/cookie-96ee3d645e64eacb/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/cookie-e30bb864d454a370/build-script-build b/target/debug/build/cookie-e30bb864d454a370/build-script-build new file mode 100755 index 0000000..c20d7b6 Binary files /dev/null and b/target/debug/build/cookie-e30bb864d454a370/build-script-build differ diff --git a/target/debug/build/cookie-e30bb864d454a370/build_script_build-e30bb864d454a370 b/target/debug/build/cookie-e30bb864d454a370/build_script_build-e30bb864d454a370 new file mode 100755 index 0000000..c20d7b6 Binary files /dev/null and b/target/debug/build/cookie-e30bb864d454a370/build_script_build-e30bb864d454a370 differ diff --git a/target/debug/build/cookie-e30bb864d454a370/build_script_build-e30bb864d454a370.d b/target/debug/build/cookie-e30bb864d454a370/build_script_build-e30bb864d454a370.d new file mode 100644 index 0000000..147020a --- /dev/null +++ b/target/debug/build/cookie-e30bb864d454a370/build_script_build-e30bb864d454a370.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/cookie-e30bb864d454a370/build_script_build-e30bb864d454a370.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/build.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/cookie-e30bb864d454a370/build_script_build-e30bb864d454a370: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/build.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/build.rs: diff --git a/target/debug/build/crc32fast-a1aeaaf666d10f76/build-script-build b/target/debug/build/crc32fast-a1aeaaf666d10f76/build-script-build new file mode 100755 index 0000000..6cb20cc Binary files /dev/null and b/target/debug/build/crc32fast-a1aeaaf666d10f76/build-script-build differ diff --git a/target/debug/build/crc32fast-a1aeaaf666d10f76/build_script_build-a1aeaaf666d10f76 b/target/debug/build/crc32fast-a1aeaaf666d10f76/build_script_build-a1aeaaf666d10f76 new file mode 100755 index 0000000..6cb20cc Binary files /dev/null and b/target/debug/build/crc32fast-a1aeaaf666d10f76/build_script_build-a1aeaaf666d10f76 differ diff --git a/target/debug/build/crc32fast-a1aeaaf666d10f76/build_script_build-a1aeaaf666d10f76.d b/target/debug/build/crc32fast-a1aeaaf666d10f76/build_script_build-a1aeaaf666d10f76.d new file mode 100644 index 0000000..9918109 --- /dev/null +++ b/target/debug/build/crc32fast-a1aeaaf666d10f76/build_script_build-a1aeaaf666d10f76.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/crc32fast-a1aeaaf666d10f76/build_script_build-a1aeaaf666d10f76.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/build.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/crc32fast-a1aeaaf666d10f76/build_script_build-a1aeaaf666d10f76: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/build.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/build.rs: diff --git a/target/debug/build/crc32fast-b09c59eae4a5ad74/invoked.timestamp b/target/debug/build/crc32fast-b09c59eae4a5ad74/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/crc32fast-b09c59eae4a5ad74/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/crc32fast-b09c59eae4a5ad74/output b/target/debug/build/crc32fast-b09c59eae4a5ad74/output new file mode 100644 index 0000000..a21ae73 --- /dev/null +++ b/target/debug/build/crc32fast-b09c59eae4a5ad74/output @@ -0,0 +1,2 @@ +cargo:rustc-cfg=stable_arm_crc32_intrinsics +cargo:rustc-check-cfg=cfg(stable_arm_crc32_intrinsics) diff --git a/target/debug/build/crc32fast-b09c59eae4a5ad74/root-output b/target/debug/build/crc32fast-b09c59eae4a5ad74/root-output new file mode 100644 index 0000000..6fe2e30 --- /dev/null +++ b/target/debug/build/crc32fast-b09c59eae4a5ad74/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/crc32fast-b09c59eae4a5ad74/out \ No newline at end of file diff --git a/target/debug/build/crc32fast-b09c59eae4a5ad74/stderr b/target/debug/build/crc32fast-b09c59eae4a5ad74/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/crossbeam-utils-3facd263110404aa/build-script-build b/target/debug/build/crossbeam-utils-3facd263110404aa/build-script-build new file mode 100755 index 0000000..fcdd0d8 Binary files /dev/null and b/target/debug/build/crossbeam-utils-3facd263110404aa/build-script-build differ diff --git a/target/debug/build/crossbeam-utils-3facd263110404aa/build_script_build-3facd263110404aa b/target/debug/build/crossbeam-utils-3facd263110404aa/build_script_build-3facd263110404aa new file mode 100755 index 0000000..fcdd0d8 Binary files /dev/null and b/target/debug/build/crossbeam-utils-3facd263110404aa/build_script_build-3facd263110404aa differ diff --git a/target/debug/build/crossbeam-utils-3facd263110404aa/build_script_build-3facd263110404aa.d b/target/debug/build/crossbeam-utils-3facd263110404aa/build_script_build-3facd263110404aa.d new file mode 100644 index 0000000..2685e64 --- /dev/null +++ b/target/debug/build/crossbeam-utils-3facd263110404aa/build_script_build-3facd263110404aa.d @@ -0,0 +1,9 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/crossbeam-utils-3facd263110404aa/build_script_build-3facd263110404aa.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/no_atomic.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build-common.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/crossbeam-utils-3facd263110404aa/build_script_build-3facd263110404aa: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/no_atomic.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build-common.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/no_atomic.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build-common.rs: + +# env-dep:CARGO_PKG_NAME=crossbeam-utils diff --git a/target/debug/build/crossbeam-utils-5593ca2e94a79bb0/invoked.timestamp b/target/debug/build/crossbeam-utils-5593ca2e94a79bb0/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/crossbeam-utils-5593ca2e94a79bb0/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/crossbeam-utils-5593ca2e94a79bb0/output b/target/debug/build/crossbeam-utils-5593ca2e94a79bb0/output new file mode 100644 index 0000000..d0bad9f --- /dev/null +++ b/target/debug/build/crossbeam-utils-5593ca2e94a79bb0/output @@ -0,0 +1,2 @@ +cargo:rerun-if-changed=no_atomic.rs +cargo:rustc-check-cfg=cfg(crossbeam_no_atomic,crossbeam_sanitize_thread) diff --git a/target/debug/build/crossbeam-utils-5593ca2e94a79bb0/root-output b/target/debug/build/crossbeam-utils-5593ca2e94a79bb0/root-output new file mode 100644 index 0000000..e10f55b --- /dev/null +++ b/target/debug/build/crossbeam-utils-5593ca2e94a79bb0/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/crossbeam-utils-5593ca2e94a79bb0/out \ No newline at end of file diff --git a/target/debug/build/crossbeam-utils-5593ca2e94a79bb0/stderr b/target/debug/build/crossbeam-utils-5593ca2e94a79bb0/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/crossbeam-utils-9f903420b66b12f7/build-script-build b/target/debug/build/crossbeam-utils-9f903420b66b12f7/build-script-build new file mode 100755 index 0000000..b238e37 Binary files /dev/null and b/target/debug/build/crossbeam-utils-9f903420b66b12f7/build-script-build differ diff --git a/target/debug/build/crossbeam-utils-9f903420b66b12f7/build_script_build-9f903420b66b12f7 b/target/debug/build/crossbeam-utils-9f903420b66b12f7/build_script_build-9f903420b66b12f7 new file mode 100755 index 0000000..b238e37 Binary files /dev/null and b/target/debug/build/crossbeam-utils-9f903420b66b12f7/build_script_build-9f903420b66b12f7 differ diff --git a/target/debug/build/crossbeam-utils-9f903420b66b12f7/build_script_build-9f903420b66b12f7.d b/target/debug/build/crossbeam-utils-9f903420b66b12f7/build_script_build-9f903420b66b12f7.d new file mode 100644 index 0000000..bea8900 --- /dev/null +++ b/target/debug/build/crossbeam-utils-9f903420b66b12f7/build_script_build-9f903420b66b12f7.d @@ -0,0 +1,9 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/crossbeam-utils-9f903420b66b12f7/build_script_build-9f903420b66b12f7.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/no_atomic.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build-common.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/crossbeam-utils-9f903420b66b12f7/build_script_build-9f903420b66b12f7: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/no_atomic.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build-common.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/no_atomic.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build-common.rs: + +# env-dep:CARGO_PKG_NAME=crossbeam-utils diff --git a/target/debug/build/crossbeam-utils-cd74f45dfbdde2a1/invoked.timestamp b/target/debug/build/crossbeam-utils-cd74f45dfbdde2a1/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/crossbeam-utils-cd74f45dfbdde2a1/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/crossbeam-utils-cd74f45dfbdde2a1/output b/target/debug/build/crossbeam-utils-cd74f45dfbdde2a1/output new file mode 100644 index 0000000..d0bad9f --- /dev/null +++ b/target/debug/build/crossbeam-utils-cd74f45dfbdde2a1/output @@ -0,0 +1,2 @@ +cargo:rerun-if-changed=no_atomic.rs +cargo:rustc-check-cfg=cfg(crossbeam_no_atomic,crossbeam_sanitize_thread) diff --git a/target/debug/build/crossbeam-utils-cd74f45dfbdde2a1/root-output b/target/debug/build/crossbeam-utils-cd74f45dfbdde2a1/root-output new file mode 100644 index 0000000..e9a2b6b --- /dev/null +++ b/target/debug/build/crossbeam-utils-cd74f45dfbdde2a1/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/crossbeam-utils-cd74f45dfbdde2a1/out \ No newline at end of file diff --git a/target/debug/build/crossbeam-utils-cd74f45dfbdde2a1/stderr b/target/debug/build/crossbeam-utils-cd74f45dfbdde2a1/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/generic-array-0e994d5e42b52327/invoked.timestamp b/target/debug/build/generic-array-0e994d5e42b52327/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/generic-array-0e994d5e42b52327/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/generic-array-0e994d5e42b52327/output b/target/debug/build/generic-array-0e994d5e42b52327/output new file mode 100644 index 0000000..a67c3a8 --- /dev/null +++ b/target/debug/build/generic-array-0e994d5e42b52327/output @@ -0,0 +1 @@ +cargo:rustc-cfg=relaxed_coherence diff --git a/target/debug/build/generic-array-0e994d5e42b52327/root-output b/target/debug/build/generic-array-0e994d5e42b52327/root-output new file mode 100644 index 0000000..db33eea --- /dev/null +++ b/target/debug/build/generic-array-0e994d5e42b52327/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/generic-array-0e994d5e42b52327/out \ No newline at end of file diff --git a/target/debug/build/generic-array-0e994d5e42b52327/stderr b/target/debug/build/generic-array-0e994d5e42b52327/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/generic-array-fa0747d719f0609b/build-script-build b/target/debug/build/generic-array-fa0747d719f0609b/build-script-build new file mode 100755 index 0000000..93dbb92 Binary files /dev/null and b/target/debug/build/generic-array-fa0747d719f0609b/build-script-build differ diff --git a/target/debug/build/generic-array-fa0747d719f0609b/build_script_build-fa0747d719f0609b b/target/debug/build/generic-array-fa0747d719f0609b/build_script_build-fa0747d719f0609b new file mode 100755 index 0000000..93dbb92 Binary files /dev/null and b/target/debug/build/generic-array-fa0747d719f0609b/build_script_build-fa0747d719f0609b differ diff --git a/target/debug/build/generic-array-fa0747d719f0609b/build_script_build-fa0747d719f0609b.d b/target/debug/build/generic-array-fa0747d719f0609b/build_script_build-fa0747d719f0609b.d new file mode 100644 index 0000000..7ecde78 --- /dev/null +++ b/target/debug/build/generic-array-fa0747d719f0609b/build_script_build-fa0747d719f0609b.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/generic-array-fa0747d719f0609b/build_script_build-fa0747d719f0609b.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/build.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/generic-array-fa0747d719f0609b/build_script_build-fa0747d719f0609b: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/build.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/build.rs: diff --git a/target/debug/build/getrandom-25f18bc755e3e9ba/invoked.timestamp b/target/debug/build/getrandom-25f18bc755e3e9ba/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/getrandom-25f18bc755e3e9ba/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/getrandom-25f18bc755e3e9ba/output b/target/debug/build/getrandom-25f18bc755e3e9ba/output new file mode 100644 index 0000000..d15ba9a --- /dev/null +++ b/target/debug/build/getrandom-25f18bc755e3e9ba/output @@ -0,0 +1 @@ +cargo:rerun-if-changed=build.rs diff --git a/target/debug/build/getrandom-25f18bc755e3e9ba/root-output b/target/debug/build/getrandom-25f18bc755e3e9ba/root-output new file mode 100644 index 0000000..eb8e429 --- /dev/null +++ b/target/debug/build/getrandom-25f18bc755e3e9ba/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/getrandom-25f18bc755e3e9ba/out \ No newline at end of file diff --git a/target/debug/build/getrandom-25f18bc755e3e9ba/stderr b/target/debug/build/getrandom-25f18bc755e3e9ba/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/getrandom-dedbdd6b8a3133ac/build-script-build b/target/debug/build/getrandom-dedbdd6b8a3133ac/build-script-build new file mode 100755 index 0000000..465aff7 Binary files /dev/null and b/target/debug/build/getrandom-dedbdd6b8a3133ac/build-script-build differ diff --git a/target/debug/build/getrandom-dedbdd6b8a3133ac/build_script_build-dedbdd6b8a3133ac b/target/debug/build/getrandom-dedbdd6b8a3133ac/build_script_build-dedbdd6b8a3133ac new file mode 100755 index 0000000..465aff7 Binary files /dev/null and b/target/debug/build/getrandom-dedbdd6b8a3133ac/build_script_build-dedbdd6b8a3133ac differ diff --git a/target/debug/build/getrandom-dedbdd6b8a3133ac/build_script_build-dedbdd6b8a3133ac.d b/target/debug/build/getrandom-dedbdd6b8a3133ac/build_script_build-dedbdd6b8a3133ac.d new file mode 100644 index 0000000..ef50230 --- /dev/null +++ b/target/debug/build/getrandom-dedbdd6b8a3133ac/build_script_build-dedbdd6b8a3133ac.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/getrandom-dedbdd6b8a3133ac/build_script_build-dedbdd6b8a3133ac.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/build.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/getrandom-dedbdd6b8a3133ac/build_script_build-dedbdd6b8a3133ac: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/build.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/build.rs: diff --git a/target/debug/build/httparse-2b9f9144f3a78c86/invoked.timestamp b/target/debug/build/httparse-2b9f9144f3a78c86/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/httparse-2b9f9144f3a78c86/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/httparse-2b9f9144f3a78c86/output b/target/debug/build/httparse-2b9f9144f3a78c86/output new file mode 100644 index 0000000..aac2d6a --- /dev/null +++ b/target/debug/build/httparse-2b9f9144f3a78c86/output @@ -0,0 +1,2 @@ +cargo:rustc-cfg=httparse_simd_neon_intrinsics +cargo:rustc-cfg=httparse_simd diff --git a/target/debug/build/httparse-2b9f9144f3a78c86/root-output b/target/debug/build/httparse-2b9f9144f3a78c86/root-output new file mode 100644 index 0000000..40fb634 --- /dev/null +++ b/target/debug/build/httparse-2b9f9144f3a78c86/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/httparse-2b9f9144f3a78c86/out \ No newline at end of file diff --git a/target/debug/build/httparse-2b9f9144f3a78c86/stderr b/target/debug/build/httparse-2b9f9144f3a78c86/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/httparse-3cb5a33f1300a9eb/build-script-build b/target/debug/build/httparse-3cb5a33f1300a9eb/build-script-build new file mode 100755 index 0000000..9e10ecd Binary files /dev/null and b/target/debug/build/httparse-3cb5a33f1300a9eb/build-script-build differ diff --git a/target/debug/build/httparse-3cb5a33f1300a9eb/build_script_build-3cb5a33f1300a9eb b/target/debug/build/httparse-3cb5a33f1300a9eb/build_script_build-3cb5a33f1300a9eb new file mode 100755 index 0000000..9e10ecd Binary files /dev/null and b/target/debug/build/httparse-3cb5a33f1300a9eb/build_script_build-3cb5a33f1300a9eb differ diff --git a/target/debug/build/httparse-3cb5a33f1300a9eb/build_script_build-3cb5a33f1300a9eb.d b/target/debug/build/httparse-3cb5a33f1300a9eb/build_script_build-3cb5a33f1300a9eb.d new file mode 100644 index 0000000..26e2abf --- /dev/null +++ b/target/debug/build/httparse-3cb5a33f1300a9eb/build_script_build-3cb5a33f1300a9eb.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/httparse-3cb5a33f1300a9eb/build_script_build-3cb5a33f1300a9eb.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/build.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/httparse-3cb5a33f1300a9eb/build_script_build-3cb5a33f1300a9eb: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/build.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/build.rs: diff --git a/target/debug/build/icu_normalizer_data-0d2237b9fa766ff5/build-script-build b/target/debug/build/icu_normalizer_data-0d2237b9fa766ff5/build-script-build new file mode 100755 index 0000000..29f468b Binary files /dev/null and b/target/debug/build/icu_normalizer_data-0d2237b9fa766ff5/build-script-build differ diff --git a/target/debug/build/icu_normalizer_data-0d2237b9fa766ff5/build_script_build-0d2237b9fa766ff5 b/target/debug/build/icu_normalizer_data-0d2237b9fa766ff5/build_script_build-0d2237b9fa766ff5 new file mode 100755 index 0000000..29f468b Binary files /dev/null and b/target/debug/build/icu_normalizer_data-0d2237b9fa766ff5/build_script_build-0d2237b9fa766ff5 differ diff --git a/target/debug/build/icu_normalizer_data-0d2237b9fa766ff5/build_script_build-0d2237b9fa766ff5.d b/target/debug/build/icu_normalizer_data-0d2237b9fa766ff5/build_script_build-0d2237b9fa766ff5.d new file mode 100644 index 0000000..06d562b --- /dev/null +++ b/target/debug/build/icu_normalizer_data-0d2237b9fa766ff5/build_script_build-0d2237b9fa766ff5.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/icu_normalizer_data-0d2237b9fa766ff5/build_script_build-0d2237b9fa766ff5.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/build.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/icu_normalizer_data-0d2237b9fa766ff5/build_script_build-0d2237b9fa766ff5: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/build.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/build.rs: diff --git a/target/debug/build/icu_normalizer_data-a92d98b2db83e929/invoked.timestamp b/target/debug/build/icu_normalizer_data-a92d98b2db83e929/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/icu_normalizer_data-a92d98b2db83e929/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/icu_normalizer_data-a92d98b2db83e929/output b/target/debug/build/icu_normalizer_data-a92d98b2db83e929/output new file mode 100644 index 0000000..30ced52 --- /dev/null +++ b/target/debug/build/icu_normalizer_data-a92d98b2db83e929/output @@ -0,0 +1,2 @@ +cargo:rerun-if-env-changed=ICU4X_DATA_DIR +cargo:rustc-check-cfg=cfg(icu4c_enable_renaming) diff --git a/target/debug/build/icu_normalizer_data-a92d98b2db83e929/root-output b/target/debug/build/icu_normalizer_data-a92d98b2db83e929/root-output new file mode 100644 index 0000000..975f130 --- /dev/null +++ b/target/debug/build/icu_normalizer_data-a92d98b2db83e929/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/icu_normalizer_data-a92d98b2db83e929/out \ No newline at end of file diff --git a/target/debug/build/icu_normalizer_data-a92d98b2db83e929/stderr b/target/debug/build/icu_normalizer_data-a92d98b2db83e929/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/icu_properties_data-67d26df1ecbf6e0e/build-script-build b/target/debug/build/icu_properties_data-67d26df1ecbf6e0e/build-script-build new file mode 100755 index 0000000..9de1522 Binary files /dev/null and b/target/debug/build/icu_properties_data-67d26df1ecbf6e0e/build-script-build differ diff --git a/target/debug/build/icu_properties_data-67d26df1ecbf6e0e/build_script_build-67d26df1ecbf6e0e b/target/debug/build/icu_properties_data-67d26df1ecbf6e0e/build_script_build-67d26df1ecbf6e0e new file mode 100755 index 0000000..9de1522 Binary files /dev/null and b/target/debug/build/icu_properties_data-67d26df1ecbf6e0e/build_script_build-67d26df1ecbf6e0e differ diff --git a/target/debug/build/icu_properties_data-67d26df1ecbf6e0e/build_script_build-67d26df1ecbf6e0e.d b/target/debug/build/icu_properties_data-67d26df1ecbf6e0e/build_script_build-67d26df1ecbf6e0e.d new file mode 100644 index 0000000..fa9cd35 --- /dev/null +++ b/target/debug/build/icu_properties_data-67d26df1ecbf6e0e/build_script_build-67d26df1ecbf6e0e.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/icu_properties_data-67d26df1ecbf6e0e/build_script_build-67d26df1ecbf6e0e.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/build.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/icu_properties_data-67d26df1ecbf6e0e/build_script_build-67d26df1ecbf6e0e: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/build.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/build.rs: diff --git a/target/debug/build/icu_properties_data-7b4c395cee829008/invoked.timestamp b/target/debug/build/icu_properties_data-7b4c395cee829008/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/icu_properties_data-7b4c395cee829008/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/icu_properties_data-7b4c395cee829008/output b/target/debug/build/icu_properties_data-7b4c395cee829008/output new file mode 100644 index 0000000..30ced52 --- /dev/null +++ b/target/debug/build/icu_properties_data-7b4c395cee829008/output @@ -0,0 +1,2 @@ +cargo:rerun-if-env-changed=ICU4X_DATA_DIR +cargo:rustc-check-cfg=cfg(icu4c_enable_renaming) diff --git a/target/debug/build/icu_properties_data-7b4c395cee829008/root-output b/target/debug/build/icu_properties_data-7b4c395cee829008/root-output new file mode 100644 index 0000000..1066e19 --- /dev/null +++ b/target/debug/build/icu_properties_data-7b4c395cee829008/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/icu_properties_data-7b4c395cee829008/out \ No newline at end of file diff --git a/target/debug/build/icu_properties_data-7b4c395cee829008/stderr b/target/debug/build/icu_properties_data-7b4c395cee829008/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/indexmap-57d2d7590c42b402/build-script-build b/target/debug/build/indexmap-57d2d7590c42b402/build-script-build new file mode 100755 index 0000000..2983844 Binary files /dev/null and b/target/debug/build/indexmap-57d2d7590c42b402/build-script-build differ diff --git a/target/debug/build/indexmap-57d2d7590c42b402/build_script_build-57d2d7590c42b402 b/target/debug/build/indexmap-57d2d7590c42b402/build_script_build-57d2d7590c42b402 new file mode 100755 index 0000000..2983844 Binary files /dev/null and b/target/debug/build/indexmap-57d2d7590c42b402/build_script_build-57d2d7590c42b402 differ diff --git a/target/debug/build/indexmap-57d2d7590c42b402/build_script_build-57d2d7590c42b402.d b/target/debug/build/indexmap-57d2d7590c42b402/build_script_build-57d2d7590c42b402.d new file mode 100644 index 0000000..8537fbb --- /dev/null +++ b/target/debug/build/indexmap-57d2d7590c42b402/build_script_build-57d2d7590c42b402.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/indexmap-57d2d7590c42b402/build_script_build-57d2d7590c42b402.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/build.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/indexmap-57d2d7590c42b402/build_script_build-57d2d7590c42b402: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/build.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/build.rs: diff --git a/target/debug/build/indexmap-6c9a9fc0eb879da0/invoked.timestamp b/target/debug/build/indexmap-6c9a9fc0eb879da0/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/indexmap-6c9a9fc0eb879da0/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/indexmap-6c9a9fc0eb879da0/output b/target/debug/build/indexmap-6c9a9fc0eb879da0/output new file mode 100644 index 0000000..55ed6e2 --- /dev/null +++ b/target/debug/build/indexmap-6c9a9fc0eb879da0/output @@ -0,0 +1,3 @@ +cargo:rustc-check-cfg=cfg(has_std) +cargo:rustc-cfg=has_std +cargo:rerun-if-changed=build.rs diff --git a/target/debug/build/indexmap-6c9a9fc0eb879da0/root-output b/target/debug/build/indexmap-6c9a9fc0eb879da0/root-output new file mode 100644 index 0000000..5ddb6e2 --- /dev/null +++ b/target/debug/build/indexmap-6c9a9fc0eb879da0/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/indexmap-6c9a9fc0eb879da0/out \ No newline at end of file diff --git a/target/debug/build/indexmap-6c9a9fc0eb879da0/stderr b/target/debug/build/indexmap-6c9a9fc0eb879da0/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/libc-7c8bdfa622e05e59/build-script-build b/target/debug/build/libc-7c8bdfa622e05e59/build-script-build new file mode 100755 index 0000000..af10d2c Binary files /dev/null and b/target/debug/build/libc-7c8bdfa622e05e59/build-script-build differ diff --git a/target/debug/build/libc-7c8bdfa622e05e59/build_script_build-7c8bdfa622e05e59 b/target/debug/build/libc-7c8bdfa622e05e59/build_script_build-7c8bdfa622e05e59 new file mode 100755 index 0000000..af10d2c Binary files /dev/null and b/target/debug/build/libc-7c8bdfa622e05e59/build_script_build-7c8bdfa622e05e59 differ diff --git a/target/debug/build/libc-7c8bdfa622e05e59/build_script_build-7c8bdfa622e05e59.d b/target/debug/build/libc-7c8bdfa622e05e59/build_script_build-7c8bdfa622e05e59.d new file mode 100644 index 0000000..6c0b074 --- /dev/null +++ b/target/debug/build/libc-7c8bdfa622e05e59/build_script_build-7c8bdfa622e05e59.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/libc-7c8bdfa622e05e59/build_script_build-7c8bdfa622e05e59.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/build.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/libc-7c8bdfa622e05e59/build_script_build-7c8bdfa622e05e59: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/build.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/build.rs: diff --git a/target/debug/build/libc-c1f9a27ad656a560/invoked.timestamp b/target/debug/build/libc-c1f9a27ad656a560/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/libc-c1f9a27ad656a560/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/libc-c1f9a27ad656a560/output b/target/debug/build/libc-c1f9a27ad656a560/output new file mode 100644 index 0000000..89a43b5 --- /dev/null +++ b/target/debug/build/libc-c1f9a27ad656a560/output @@ -0,0 +1,25 @@ +cargo:rerun-if-changed=build.rs +cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION +cargo:rustc-cfg=freebsd12 +cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_MUSL_V1_2_3 +cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_LINUX_TIME_BITS64 +cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_GNU_FILE_OFFSET_BITS +cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_GNU_TIME_BITS +cargo:rustc-check-cfg=cfg(emscripten_old_stat_abi) +cargo:rustc-check-cfg=cfg(espidf_time32) +cargo:rustc-check-cfg=cfg(freebsd10) +cargo:rustc-check-cfg=cfg(freebsd11) +cargo:rustc-check-cfg=cfg(freebsd12) +cargo:rustc-check-cfg=cfg(freebsd13) +cargo:rustc-check-cfg=cfg(freebsd14) +cargo:rustc-check-cfg=cfg(freebsd15) +cargo:rustc-check-cfg=cfg(gnu_file_offset_bits64) +cargo:rustc-check-cfg=cfg(gnu_time_bits64) +cargo:rustc-check-cfg=cfg(libc_deny_warnings) +cargo:rustc-check-cfg=cfg(linux_time_bits64) +cargo:rustc-check-cfg=cfg(musl_v1_2_3) +cargo:rustc-check-cfg=cfg(musl32_time64) +cargo:rustc-check-cfg=cfg(vxworks_lt_25_09) +cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin","qurt")) +cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80")) +cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) diff --git a/target/debug/build/libc-c1f9a27ad656a560/root-output b/target/debug/build/libc-c1f9a27ad656a560/root-output new file mode 100644 index 0000000..39264fe --- /dev/null +++ b/target/debug/build/libc-c1f9a27ad656a560/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/libc-c1f9a27ad656a560/out \ No newline at end of file diff --git a/target/debug/build/libc-c1f9a27ad656a560/stderr b/target/debug/build/libc-c1f9a27ad656a560/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/libm-666ef08c0c2850ad/build-script-build b/target/debug/build/libm-666ef08c0c2850ad/build-script-build new file mode 100755 index 0000000..9f4fcb7 Binary files /dev/null and b/target/debug/build/libm-666ef08c0c2850ad/build-script-build differ diff --git a/target/debug/build/libm-666ef08c0c2850ad/build_script_build-666ef08c0c2850ad b/target/debug/build/libm-666ef08c0c2850ad/build_script_build-666ef08c0c2850ad new file mode 100755 index 0000000..9f4fcb7 Binary files /dev/null and b/target/debug/build/libm-666ef08c0c2850ad/build_script_build-666ef08c0c2850ad differ diff --git a/target/debug/build/libm-666ef08c0c2850ad/build_script_build-666ef08c0c2850ad.d b/target/debug/build/libm-666ef08c0c2850ad/build_script_build-666ef08c0c2850ad.d new file mode 100644 index 0000000..c088362 --- /dev/null +++ b/target/debug/build/libm-666ef08c0c2850ad/build_script_build-666ef08c0c2850ad.d @@ -0,0 +1,6 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/libm-666ef08c0c2850ad/build_script_build-666ef08c0c2850ad.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/build.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/configure.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/libm-666ef08c0c2850ad/build_script_build-666ef08c0c2850ad: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/build.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/configure.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/build.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/configure.rs: diff --git a/target/debug/build/libm-e32c9927afdce70f/invoked.timestamp b/target/debug/build/libm-e32c9927afdce70f/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/libm-e32c9927afdce70f/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/libm-e32c9927afdce70f/output b/target/debug/build/libm-e32c9927afdce70f/output new file mode 100644 index 0000000..06cb618 --- /dev/null +++ b/target/debug/build/libm-e32c9927afdce70f/output @@ -0,0 +1,13 @@ +cargo:rerun-if-changed=build.rs +cargo:rerun-if-changed=configure.rs +cargo:rustc-check-cfg=cfg(assert_no_panic) +cargo:rustc-check-cfg=cfg(intrinsics_enabled) +cargo:rustc-check-cfg=cfg(arch_enabled) +cargo:rustc-cfg=arch_enabled +cargo:rustc-check-cfg=cfg(optimizations_enabled) +cargo:rustc-check-cfg=cfg(x86_no_sse) +cargo:rustc-env=CFG_CARGO_FEATURES=["arch", "default"] +cargo:rustc-env=CFG_OPT_LEVEL=0 +cargo:rustc-env=CFG_TARGET_FEATURES=["fxsr", "sse", "sse2"] +cargo:rustc-check-cfg=cfg(f16_enabled) +cargo:rustc-check-cfg=cfg(f128_enabled) diff --git a/target/debug/build/libm-e32c9927afdce70f/root-output b/target/debug/build/libm-e32c9927afdce70f/root-output new file mode 100644 index 0000000..ebf41d1 --- /dev/null +++ b/target/debug/build/libm-e32c9927afdce70f/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/libm-e32c9927afdce70f/out \ No newline at end of file diff --git a/target/debug/build/libm-e32c9927afdce70f/stderr b/target/debug/build/libm-e32c9927afdce70f/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/libsqlite3-sys-1f4f691b569a2dfd/invoked.timestamp b/target/debug/build/libsqlite3-sys-1f4f691b569a2dfd/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/libsqlite3-sys-1f4f691b569a2dfd/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/libsqlite3-sys-1f4f691b569a2dfd/out/bindgen.rs b/target/debug/build/libsqlite3-sys-1f4f691b569a2dfd/out/bindgen.rs new file mode 100644 index 0000000..fb483a7 --- /dev/null +++ b/target/debug/build/libsqlite3-sys-1f4f691b569a2dfd/out/bindgen.rs @@ -0,0 +1,3432 @@ +/* automatically generated by rust-bindgen 0.69.4 */ + +extern "C" { + pub fn sqlite3_auto_extension( + xEntryPoint: ::std::option::Option< + unsafe extern "C" fn( + db: *mut sqlite3, + pzErrMsg: *mut *mut ::std::os::raw::c_char, + _: *const sqlite3_api_routines, + ) -> ::std::os::raw::c_int, + >, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_cancel_auto_extension( + xEntryPoint: ::std::option::Option< + unsafe extern "C" fn( + db: *mut sqlite3, + pzErrMsg: *mut *mut ::std::os::raw::c_char, + _: *const sqlite3_api_routines, + ) -> ::std::os::raw::c_int, + >, + ) -> ::std::os::raw::c_int; +} + +pub const SQLITE_VERSION: &[u8; 7] = b"3.46.0\0"; +pub const SQLITE_VERSION_NUMBER: i32 = 3046000; +pub const SQLITE_SOURCE_ID: &[u8; 85] = + b"2024-05-23 13:25:27 96c92aba00c8375bc32fafcdf12429c58bd8aabfcadab6683e35bbb9cdebf19e\0"; +pub const SQLITE_OK: i32 = 0; +pub const SQLITE_ERROR: i32 = 1; +pub const SQLITE_INTERNAL: i32 = 2; +pub const SQLITE_PERM: i32 = 3; +pub const SQLITE_ABORT: i32 = 4; +pub const SQLITE_BUSY: i32 = 5; +pub const SQLITE_LOCKED: i32 = 6; +pub const SQLITE_NOMEM: i32 = 7; +pub const SQLITE_READONLY: i32 = 8; +pub const SQLITE_INTERRUPT: i32 = 9; +pub const SQLITE_IOERR: i32 = 10; +pub const SQLITE_CORRUPT: i32 = 11; +pub const SQLITE_NOTFOUND: i32 = 12; +pub const SQLITE_FULL: i32 = 13; +pub const SQLITE_CANTOPEN: i32 = 14; +pub const SQLITE_PROTOCOL: i32 = 15; +pub const SQLITE_EMPTY: i32 = 16; +pub const SQLITE_SCHEMA: i32 = 17; +pub const SQLITE_TOOBIG: i32 = 18; +pub const SQLITE_CONSTRAINT: i32 = 19; +pub const SQLITE_MISMATCH: i32 = 20; +pub const SQLITE_MISUSE: i32 = 21; +pub const SQLITE_NOLFS: i32 = 22; +pub const SQLITE_AUTH: i32 = 23; +pub const SQLITE_FORMAT: i32 = 24; +pub const SQLITE_RANGE: i32 = 25; +pub const SQLITE_NOTADB: i32 = 26; +pub const SQLITE_NOTICE: i32 = 27; +pub const SQLITE_WARNING: i32 = 28; +pub const SQLITE_ROW: i32 = 100; +pub const SQLITE_DONE: i32 = 101; +pub const SQLITE_ERROR_MISSING_COLLSEQ: i32 = 257; +pub const SQLITE_ERROR_RETRY: i32 = 513; +pub const SQLITE_ERROR_SNAPSHOT: i32 = 769; +pub const SQLITE_IOERR_READ: i32 = 266; +pub const SQLITE_IOERR_SHORT_READ: i32 = 522; +pub const SQLITE_IOERR_WRITE: i32 = 778; +pub const SQLITE_IOERR_FSYNC: i32 = 1034; +pub const SQLITE_IOERR_DIR_FSYNC: i32 = 1290; +pub const SQLITE_IOERR_TRUNCATE: i32 = 1546; +pub const SQLITE_IOERR_FSTAT: i32 = 1802; +pub const SQLITE_IOERR_UNLOCK: i32 = 2058; +pub const SQLITE_IOERR_RDLOCK: i32 = 2314; +pub const SQLITE_IOERR_DELETE: i32 = 2570; +pub const SQLITE_IOERR_BLOCKED: i32 = 2826; +pub const SQLITE_IOERR_NOMEM: i32 = 3082; +pub const SQLITE_IOERR_ACCESS: i32 = 3338; +pub const SQLITE_IOERR_CHECKRESERVEDLOCK: i32 = 3594; +pub const SQLITE_IOERR_LOCK: i32 = 3850; +pub const SQLITE_IOERR_CLOSE: i32 = 4106; +pub const SQLITE_IOERR_DIR_CLOSE: i32 = 4362; +pub const SQLITE_IOERR_SHMOPEN: i32 = 4618; +pub const SQLITE_IOERR_SHMSIZE: i32 = 4874; +pub const SQLITE_IOERR_SHMLOCK: i32 = 5130; +pub const SQLITE_IOERR_SHMMAP: i32 = 5386; +pub const SQLITE_IOERR_SEEK: i32 = 5642; +pub const SQLITE_IOERR_DELETE_NOENT: i32 = 5898; +pub const SQLITE_IOERR_MMAP: i32 = 6154; +pub const SQLITE_IOERR_GETTEMPPATH: i32 = 6410; +pub const SQLITE_IOERR_CONVPATH: i32 = 6666; +pub const SQLITE_IOERR_VNODE: i32 = 6922; +pub const SQLITE_IOERR_AUTH: i32 = 7178; +pub const SQLITE_IOERR_BEGIN_ATOMIC: i32 = 7434; +pub const SQLITE_IOERR_COMMIT_ATOMIC: i32 = 7690; +pub const SQLITE_IOERR_ROLLBACK_ATOMIC: i32 = 7946; +pub const SQLITE_IOERR_DATA: i32 = 8202; +pub const SQLITE_IOERR_CORRUPTFS: i32 = 8458; +pub const SQLITE_IOERR_IN_PAGE: i32 = 8714; +pub const SQLITE_LOCKED_SHAREDCACHE: i32 = 262; +pub const SQLITE_LOCKED_VTAB: i32 = 518; +pub const SQLITE_BUSY_RECOVERY: i32 = 261; +pub const SQLITE_BUSY_SNAPSHOT: i32 = 517; +pub const SQLITE_BUSY_TIMEOUT: i32 = 773; +pub const SQLITE_CANTOPEN_NOTEMPDIR: i32 = 270; +pub const SQLITE_CANTOPEN_ISDIR: i32 = 526; +pub const SQLITE_CANTOPEN_FULLPATH: i32 = 782; +pub const SQLITE_CANTOPEN_CONVPATH: i32 = 1038; +pub const SQLITE_CANTOPEN_DIRTYWAL: i32 = 1294; +pub const SQLITE_CANTOPEN_SYMLINK: i32 = 1550; +pub const SQLITE_CORRUPT_VTAB: i32 = 267; +pub const SQLITE_CORRUPT_SEQUENCE: i32 = 523; +pub const SQLITE_CORRUPT_INDEX: i32 = 779; +pub const SQLITE_READONLY_RECOVERY: i32 = 264; +pub const SQLITE_READONLY_CANTLOCK: i32 = 520; +pub const SQLITE_READONLY_ROLLBACK: i32 = 776; +pub const SQLITE_READONLY_DBMOVED: i32 = 1032; +pub const SQLITE_READONLY_CANTINIT: i32 = 1288; +pub const SQLITE_READONLY_DIRECTORY: i32 = 1544; +pub const SQLITE_ABORT_ROLLBACK: i32 = 516; +pub const SQLITE_CONSTRAINT_CHECK: i32 = 275; +pub const SQLITE_CONSTRAINT_COMMITHOOK: i32 = 531; +pub const SQLITE_CONSTRAINT_FOREIGNKEY: i32 = 787; +pub const SQLITE_CONSTRAINT_FUNCTION: i32 = 1043; +pub const SQLITE_CONSTRAINT_NOTNULL: i32 = 1299; +pub const SQLITE_CONSTRAINT_PRIMARYKEY: i32 = 1555; +pub const SQLITE_CONSTRAINT_TRIGGER: i32 = 1811; +pub const SQLITE_CONSTRAINT_UNIQUE: i32 = 2067; +pub const SQLITE_CONSTRAINT_VTAB: i32 = 2323; +pub const SQLITE_CONSTRAINT_ROWID: i32 = 2579; +pub const SQLITE_CONSTRAINT_PINNED: i32 = 2835; +pub const SQLITE_CONSTRAINT_DATATYPE: i32 = 3091; +pub const SQLITE_NOTICE_RECOVER_WAL: i32 = 283; +pub const SQLITE_NOTICE_RECOVER_ROLLBACK: i32 = 539; +pub const SQLITE_NOTICE_RBU: i32 = 795; +pub const SQLITE_WARNING_AUTOINDEX: i32 = 284; +pub const SQLITE_AUTH_USER: i32 = 279; +pub const SQLITE_OK_LOAD_PERMANENTLY: i32 = 256; +pub const SQLITE_OK_SYMLINK: i32 = 512; +pub const SQLITE_OPEN_READONLY: i32 = 1; +pub const SQLITE_OPEN_READWRITE: i32 = 2; +pub const SQLITE_OPEN_CREATE: i32 = 4; +pub const SQLITE_OPEN_DELETEONCLOSE: i32 = 8; +pub const SQLITE_OPEN_EXCLUSIVE: i32 = 16; +pub const SQLITE_OPEN_AUTOPROXY: i32 = 32; +pub const SQLITE_OPEN_URI: i32 = 64; +pub const SQLITE_OPEN_MEMORY: i32 = 128; +pub const SQLITE_OPEN_MAIN_DB: i32 = 256; +pub const SQLITE_OPEN_TEMP_DB: i32 = 512; +pub const SQLITE_OPEN_TRANSIENT_DB: i32 = 1024; +pub const SQLITE_OPEN_MAIN_JOURNAL: i32 = 2048; +pub const SQLITE_OPEN_TEMP_JOURNAL: i32 = 4096; +pub const SQLITE_OPEN_SUBJOURNAL: i32 = 8192; +pub const SQLITE_OPEN_SUPER_JOURNAL: i32 = 16384; +pub const SQLITE_OPEN_NOMUTEX: i32 = 32768; +pub const SQLITE_OPEN_FULLMUTEX: i32 = 65536; +pub const SQLITE_OPEN_SHAREDCACHE: i32 = 131072; +pub const SQLITE_OPEN_PRIVATECACHE: i32 = 262144; +pub const SQLITE_OPEN_WAL: i32 = 524288; +pub const SQLITE_OPEN_NOFOLLOW: i32 = 16777216; +pub const SQLITE_OPEN_EXRESCODE: i32 = 33554432; +pub const SQLITE_OPEN_MASTER_JOURNAL: i32 = 16384; +pub const SQLITE_IOCAP_ATOMIC: i32 = 1; +pub const SQLITE_IOCAP_ATOMIC512: i32 = 2; +pub const SQLITE_IOCAP_ATOMIC1K: i32 = 4; +pub const SQLITE_IOCAP_ATOMIC2K: i32 = 8; +pub const SQLITE_IOCAP_ATOMIC4K: i32 = 16; +pub const SQLITE_IOCAP_ATOMIC8K: i32 = 32; +pub const SQLITE_IOCAP_ATOMIC16K: i32 = 64; +pub const SQLITE_IOCAP_ATOMIC32K: i32 = 128; +pub const SQLITE_IOCAP_ATOMIC64K: i32 = 256; +pub const SQLITE_IOCAP_SAFE_APPEND: i32 = 512; +pub const SQLITE_IOCAP_SEQUENTIAL: i32 = 1024; +pub const SQLITE_IOCAP_UNDELETABLE_WHEN_OPEN: i32 = 2048; +pub const SQLITE_IOCAP_POWERSAFE_OVERWRITE: i32 = 4096; +pub const SQLITE_IOCAP_IMMUTABLE: i32 = 8192; +pub const SQLITE_IOCAP_BATCH_ATOMIC: i32 = 16384; +pub const SQLITE_LOCK_NONE: i32 = 0; +pub const SQLITE_LOCK_SHARED: i32 = 1; +pub const SQLITE_LOCK_RESERVED: i32 = 2; +pub const SQLITE_LOCK_PENDING: i32 = 3; +pub const SQLITE_LOCK_EXCLUSIVE: i32 = 4; +pub const SQLITE_SYNC_NORMAL: i32 = 2; +pub const SQLITE_SYNC_FULL: i32 = 3; +pub const SQLITE_SYNC_DATAONLY: i32 = 16; +pub const SQLITE_FCNTL_LOCKSTATE: i32 = 1; +pub const SQLITE_FCNTL_GET_LOCKPROXYFILE: i32 = 2; +pub const SQLITE_FCNTL_SET_LOCKPROXYFILE: i32 = 3; +pub const SQLITE_FCNTL_LAST_ERRNO: i32 = 4; +pub const SQLITE_FCNTL_SIZE_HINT: i32 = 5; +pub const SQLITE_FCNTL_CHUNK_SIZE: i32 = 6; +pub const SQLITE_FCNTL_FILE_POINTER: i32 = 7; +pub const SQLITE_FCNTL_SYNC_OMITTED: i32 = 8; +pub const SQLITE_FCNTL_WIN32_AV_RETRY: i32 = 9; +pub const SQLITE_FCNTL_PERSIST_WAL: i32 = 10; +pub const SQLITE_FCNTL_OVERWRITE: i32 = 11; +pub const SQLITE_FCNTL_VFSNAME: i32 = 12; +pub const SQLITE_FCNTL_POWERSAFE_OVERWRITE: i32 = 13; +pub const SQLITE_FCNTL_PRAGMA: i32 = 14; +pub const SQLITE_FCNTL_BUSYHANDLER: i32 = 15; +pub const SQLITE_FCNTL_TEMPFILENAME: i32 = 16; +pub const SQLITE_FCNTL_MMAP_SIZE: i32 = 18; +pub const SQLITE_FCNTL_TRACE: i32 = 19; +pub const SQLITE_FCNTL_HAS_MOVED: i32 = 20; +pub const SQLITE_FCNTL_SYNC: i32 = 21; +pub const SQLITE_FCNTL_COMMIT_PHASETWO: i32 = 22; +pub const SQLITE_FCNTL_WIN32_SET_HANDLE: i32 = 23; +pub const SQLITE_FCNTL_WAL_BLOCK: i32 = 24; +pub const SQLITE_FCNTL_ZIPVFS: i32 = 25; +pub const SQLITE_FCNTL_RBU: i32 = 26; +pub const SQLITE_FCNTL_VFS_POINTER: i32 = 27; +pub const SQLITE_FCNTL_JOURNAL_POINTER: i32 = 28; +pub const SQLITE_FCNTL_WIN32_GET_HANDLE: i32 = 29; +pub const SQLITE_FCNTL_PDB: i32 = 30; +pub const SQLITE_FCNTL_BEGIN_ATOMIC_WRITE: i32 = 31; +pub const SQLITE_FCNTL_COMMIT_ATOMIC_WRITE: i32 = 32; +pub const SQLITE_FCNTL_ROLLBACK_ATOMIC_WRITE: i32 = 33; +pub const SQLITE_FCNTL_LOCK_TIMEOUT: i32 = 34; +pub const SQLITE_FCNTL_DATA_VERSION: i32 = 35; +pub const SQLITE_FCNTL_SIZE_LIMIT: i32 = 36; +pub const SQLITE_FCNTL_CKPT_DONE: i32 = 37; +pub const SQLITE_FCNTL_RESERVE_BYTES: i32 = 38; +pub const SQLITE_FCNTL_CKPT_START: i32 = 39; +pub const SQLITE_FCNTL_EXTERNAL_READER: i32 = 40; +pub const SQLITE_FCNTL_CKSM_FILE: i32 = 41; +pub const SQLITE_FCNTL_RESET_CACHE: i32 = 42; +pub const SQLITE_GET_LOCKPROXYFILE: i32 = 2; +pub const SQLITE_SET_LOCKPROXYFILE: i32 = 3; +pub const SQLITE_LAST_ERRNO: i32 = 4; +pub const SQLITE_ACCESS_EXISTS: i32 = 0; +pub const SQLITE_ACCESS_READWRITE: i32 = 1; +pub const SQLITE_ACCESS_READ: i32 = 2; +pub const SQLITE_SHM_UNLOCK: i32 = 1; +pub const SQLITE_SHM_LOCK: i32 = 2; +pub const SQLITE_SHM_SHARED: i32 = 4; +pub const SQLITE_SHM_EXCLUSIVE: i32 = 8; +pub const SQLITE_SHM_NLOCK: i32 = 8; +pub const SQLITE_CONFIG_SINGLETHREAD: i32 = 1; +pub const SQLITE_CONFIG_MULTITHREAD: i32 = 2; +pub const SQLITE_CONFIG_SERIALIZED: i32 = 3; +pub const SQLITE_CONFIG_MALLOC: i32 = 4; +pub const SQLITE_CONFIG_GETMALLOC: i32 = 5; +pub const SQLITE_CONFIG_SCRATCH: i32 = 6; +pub const SQLITE_CONFIG_PAGECACHE: i32 = 7; +pub const SQLITE_CONFIG_HEAP: i32 = 8; +pub const SQLITE_CONFIG_MEMSTATUS: i32 = 9; +pub const SQLITE_CONFIG_MUTEX: i32 = 10; +pub const SQLITE_CONFIG_GETMUTEX: i32 = 11; +pub const SQLITE_CONFIG_LOOKASIDE: i32 = 13; +pub const SQLITE_CONFIG_PCACHE: i32 = 14; +pub const SQLITE_CONFIG_GETPCACHE: i32 = 15; +pub const SQLITE_CONFIG_LOG: i32 = 16; +pub const SQLITE_CONFIG_URI: i32 = 17; +pub const SQLITE_CONFIG_PCACHE2: i32 = 18; +pub const SQLITE_CONFIG_GETPCACHE2: i32 = 19; +pub const SQLITE_CONFIG_COVERING_INDEX_SCAN: i32 = 20; +pub const SQLITE_CONFIG_SQLLOG: i32 = 21; +pub const SQLITE_CONFIG_MMAP_SIZE: i32 = 22; +pub const SQLITE_CONFIG_WIN32_HEAPSIZE: i32 = 23; +pub const SQLITE_CONFIG_PCACHE_HDRSZ: i32 = 24; +pub const SQLITE_CONFIG_PMASZ: i32 = 25; +pub const SQLITE_CONFIG_STMTJRNL_SPILL: i32 = 26; +pub const SQLITE_CONFIG_SMALL_MALLOC: i32 = 27; +pub const SQLITE_CONFIG_SORTERREF_SIZE: i32 = 28; +pub const SQLITE_CONFIG_MEMDB_MAXSIZE: i32 = 29; +pub const SQLITE_CONFIG_ROWID_IN_VIEW: i32 = 30; +pub const SQLITE_DBCONFIG_MAINDBNAME: i32 = 1000; +pub const SQLITE_DBCONFIG_LOOKASIDE: i32 = 1001; +pub const SQLITE_DBCONFIG_ENABLE_FKEY: i32 = 1002; +pub const SQLITE_DBCONFIG_ENABLE_TRIGGER: i32 = 1003; +pub const SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZER: i32 = 1004; +pub const SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION: i32 = 1005; +pub const SQLITE_DBCONFIG_NO_CKPT_ON_CLOSE: i32 = 1006; +pub const SQLITE_DBCONFIG_ENABLE_QPSG: i32 = 1007; +pub const SQLITE_DBCONFIG_TRIGGER_EQP: i32 = 1008; +pub const SQLITE_DBCONFIG_RESET_DATABASE: i32 = 1009; +pub const SQLITE_DBCONFIG_DEFENSIVE: i32 = 1010; +pub const SQLITE_DBCONFIG_WRITABLE_SCHEMA: i32 = 1011; +pub const SQLITE_DBCONFIG_LEGACY_ALTER_TABLE: i32 = 1012; +pub const SQLITE_DBCONFIG_DQS_DML: i32 = 1013; +pub const SQLITE_DBCONFIG_DQS_DDL: i32 = 1014; +pub const SQLITE_DBCONFIG_ENABLE_VIEW: i32 = 1015; +pub const SQLITE_DBCONFIG_LEGACY_FILE_FORMAT: i32 = 1016; +pub const SQLITE_DBCONFIG_TRUSTED_SCHEMA: i32 = 1017; +pub const SQLITE_DBCONFIG_STMT_SCANSTATUS: i32 = 1018; +pub const SQLITE_DBCONFIG_REVERSE_SCANORDER: i32 = 1019; +pub const SQLITE_DBCONFIG_MAX: i32 = 1019; +pub const SQLITE_DENY: i32 = 1; +pub const SQLITE_IGNORE: i32 = 2; +pub const SQLITE_CREATE_INDEX: i32 = 1; +pub const SQLITE_CREATE_TABLE: i32 = 2; +pub const SQLITE_CREATE_TEMP_INDEX: i32 = 3; +pub const SQLITE_CREATE_TEMP_TABLE: i32 = 4; +pub const SQLITE_CREATE_TEMP_TRIGGER: i32 = 5; +pub const SQLITE_CREATE_TEMP_VIEW: i32 = 6; +pub const SQLITE_CREATE_TRIGGER: i32 = 7; +pub const SQLITE_CREATE_VIEW: i32 = 8; +pub const SQLITE_DELETE: i32 = 9; +pub const SQLITE_DROP_INDEX: i32 = 10; +pub const SQLITE_DROP_TABLE: i32 = 11; +pub const SQLITE_DROP_TEMP_INDEX: i32 = 12; +pub const SQLITE_DROP_TEMP_TABLE: i32 = 13; +pub const SQLITE_DROP_TEMP_TRIGGER: i32 = 14; +pub const SQLITE_DROP_TEMP_VIEW: i32 = 15; +pub const SQLITE_DROP_TRIGGER: i32 = 16; +pub const SQLITE_DROP_VIEW: i32 = 17; +pub const SQLITE_INSERT: i32 = 18; +pub const SQLITE_PRAGMA: i32 = 19; +pub const SQLITE_READ: i32 = 20; +pub const SQLITE_SELECT: i32 = 21; +pub const SQLITE_TRANSACTION: i32 = 22; +pub const SQLITE_UPDATE: i32 = 23; +pub const SQLITE_ATTACH: i32 = 24; +pub const SQLITE_DETACH: i32 = 25; +pub const SQLITE_ALTER_TABLE: i32 = 26; +pub const SQLITE_REINDEX: i32 = 27; +pub const SQLITE_ANALYZE: i32 = 28; +pub const SQLITE_CREATE_VTABLE: i32 = 29; +pub const SQLITE_DROP_VTABLE: i32 = 30; +pub const SQLITE_FUNCTION: i32 = 31; +pub const SQLITE_SAVEPOINT: i32 = 32; +pub const SQLITE_COPY: i32 = 0; +pub const SQLITE_RECURSIVE: i32 = 33; +pub const SQLITE_TRACE_STMT: i32 = 1; +pub const SQLITE_TRACE_PROFILE: i32 = 2; +pub const SQLITE_TRACE_ROW: i32 = 4; +pub const SQLITE_TRACE_CLOSE: i32 = 8; +pub const SQLITE_LIMIT_LENGTH: i32 = 0; +pub const SQLITE_LIMIT_SQL_LENGTH: i32 = 1; +pub const SQLITE_LIMIT_COLUMN: i32 = 2; +pub const SQLITE_LIMIT_EXPR_DEPTH: i32 = 3; +pub const SQLITE_LIMIT_COMPOUND_SELECT: i32 = 4; +pub const SQLITE_LIMIT_VDBE_OP: i32 = 5; +pub const SQLITE_LIMIT_FUNCTION_ARG: i32 = 6; +pub const SQLITE_LIMIT_ATTACHED: i32 = 7; +pub const SQLITE_LIMIT_LIKE_PATTERN_LENGTH: i32 = 8; +pub const SQLITE_LIMIT_VARIABLE_NUMBER: i32 = 9; +pub const SQLITE_LIMIT_TRIGGER_DEPTH: i32 = 10; +pub const SQLITE_LIMIT_WORKER_THREADS: i32 = 11; +pub const SQLITE_PREPARE_PERSISTENT: ::std::os::raw::c_uint = 1; +pub const SQLITE_PREPARE_NORMALIZE: ::std::os::raw::c_uint = 2; +pub const SQLITE_PREPARE_NO_VTAB: ::std::os::raw::c_uint = 4; +pub const SQLITE_INTEGER: i32 = 1; +pub const SQLITE_FLOAT: i32 = 2; +pub const SQLITE_BLOB: i32 = 4; +pub const SQLITE_NULL: i32 = 5; +pub const SQLITE_TEXT: i32 = 3; +pub const SQLITE3_TEXT: i32 = 3; +pub const SQLITE_UTF8: i32 = 1; +pub const SQLITE_UTF16LE: i32 = 2; +pub const SQLITE_UTF16BE: i32 = 3; +pub const SQLITE_UTF16: i32 = 4; +pub const SQLITE_ANY: i32 = 5; +pub const SQLITE_UTF16_ALIGNED: i32 = 8; +pub const SQLITE_DETERMINISTIC: i32 = 2048; +pub const SQLITE_DIRECTONLY: i32 = 524288; +pub const SQLITE_SUBTYPE: i32 = 1048576; +pub const SQLITE_INNOCUOUS: i32 = 2097152; +pub const SQLITE_RESULT_SUBTYPE: i32 = 16777216; +pub const SQLITE_WIN32_DATA_DIRECTORY_TYPE: i32 = 1; +pub const SQLITE_WIN32_TEMP_DIRECTORY_TYPE: i32 = 2; +pub const SQLITE_TXN_NONE: i32 = 0; +pub const SQLITE_TXN_READ: i32 = 1; +pub const SQLITE_TXN_WRITE: i32 = 2; +pub const SQLITE_INDEX_SCAN_UNIQUE: i32 = 1; +pub const SQLITE_INDEX_CONSTRAINT_EQ: i32 = 2; +pub const SQLITE_INDEX_CONSTRAINT_GT: i32 = 4; +pub const SQLITE_INDEX_CONSTRAINT_LE: i32 = 8; +pub const SQLITE_INDEX_CONSTRAINT_LT: i32 = 16; +pub const SQLITE_INDEX_CONSTRAINT_GE: i32 = 32; +pub const SQLITE_INDEX_CONSTRAINT_MATCH: i32 = 64; +pub const SQLITE_INDEX_CONSTRAINT_LIKE: i32 = 65; +pub const SQLITE_INDEX_CONSTRAINT_GLOB: i32 = 66; +pub const SQLITE_INDEX_CONSTRAINT_REGEXP: i32 = 67; +pub const SQLITE_INDEX_CONSTRAINT_NE: i32 = 68; +pub const SQLITE_INDEX_CONSTRAINT_ISNOT: i32 = 69; +pub const SQLITE_INDEX_CONSTRAINT_ISNOTNULL: i32 = 70; +pub const SQLITE_INDEX_CONSTRAINT_ISNULL: i32 = 71; +pub const SQLITE_INDEX_CONSTRAINT_IS: i32 = 72; +pub const SQLITE_INDEX_CONSTRAINT_LIMIT: i32 = 73; +pub const SQLITE_INDEX_CONSTRAINT_OFFSET: i32 = 74; +pub const SQLITE_INDEX_CONSTRAINT_FUNCTION: i32 = 150; +pub const SQLITE_MUTEX_FAST: i32 = 0; +pub const SQLITE_MUTEX_RECURSIVE: i32 = 1; +pub const SQLITE_MUTEX_STATIC_MAIN: i32 = 2; +pub const SQLITE_MUTEX_STATIC_MEM: i32 = 3; +pub const SQLITE_MUTEX_STATIC_MEM2: i32 = 4; +pub const SQLITE_MUTEX_STATIC_OPEN: i32 = 4; +pub const SQLITE_MUTEX_STATIC_PRNG: i32 = 5; +pub const SQLITE_MUTEX_STATIC_LRU: i32 = 6; +pub const SQLITE_MUTEX_STATIC_LRU2: i32 = 7; +pub const SQLITE_MUTEX_STATIC_PMEM: i32 = 7; +pub const SQLITE_MUTEX_STATIC_APP1: i32 = 8; +pub const SQLITE_MUTEX_STATIC_APP2: i32 = 9; +pub const SQLITE_MUTEX_STATIC_APP3: i32 = 10; +pub const SQLITE_MUTEX_STATIC_VFS1: i32 = 11; +pub const SQLITE_MUTEX_STATIC_VFS2: i32 = 12; +pub const SQLITE_MUTEX_STATIC_VFS3: i32 = 13; +pub const SQLITE_MUTEX_STATIC_MASTER: i32 = 2; +pub const SQLITE_TESTCTRL_FIRST: i32 = 5; +pub const SQLITE_TESTCTRL_PRNG_SAVE: i32 = 5; +pub const SQLITE_TESTCTRL_PRNG_RESTORE: i32 = 6; +pub const SQLITE_TESTCTRL_PRNG_RESET: i32 = 7; +pub const SQLITE_TESTCTRL_FK_NO_ACTION: i32 = 7; +pub const SQLITE_TESTCTRL_BITVEC_TEST: i32 = 8; +pub const SQLITE_TESTCTRL_FAULT_INSTALL: i32 = 9; +pub const SQLITE_TESTCTRL_BENIGN_MALLOC_HOOKS: i32 = 10; +pub const SQLITE_TESTCTRL_PENDING_BYTE: i32 = 11; +pub const SQLITE_TESTCTRL_ASSERT: i32 = 12; +pub const SQLITE_TESTCTRL_ALWAYS: i32 = 13; +pub const SQLITE_TESTCTRL_RESERVE: i32 = 14; +pub const SQLITE_TESTCTRL_JSON_SELFCHECK: i32 = 14; +pub const SQLITE_TESTCTRL_OPTIMIZATIONS: i32 = 15; +pub const SQLITE_TESTCTRL_ISKEYWORD: i32 = 16; +pub const SQLITE_TESTCTRL_SCRATCHMALLOC: i32 = 17; +pub const SQLITE_TESTCTRL_INTERNAL_FUNCTIONS: i32 = 17; +pub const SQLITE_TESTCTRL_LOCALTIME_FAULT: i32 = 18; +pub const SQLITE_TESTCTRL_EXPLAIN_STMT: i32 = 19; +pub const SQLITE_TESTCTRL_ONCE_RESET_THRESHOLD: i32 = 19; +pub const SQLITE_TESTCTRL_NEVER_CORRUPT: i32 = 20; +pub const SQLITE_TESTCTRL_VDBE_COVERAGE: i32 = 21; +pub const SQLITE_TESTCTRL_BYTEORDER: i32 = 22; +pub const SQLITE_TESTCTRL_ISINIT: i32 = 23; +pub const SQLITE_TESTCTRL_SORTER_MMAP: i32 = 24; +pub const SQLITE_TESTCTRL_IMPOSTER: i32 = 25; +pub const SQLITE_TESTCTRL_PARSER_COVERAGE: i32 = 26; +pub const SQLITE_TESTCTRL_RESULT_INTREAL: i32 = 27; +pub const SQLITE_TESTCTRL_PRNG_SEED: i32 = 28; +pub const SQLITE_TESTCTRL_EXTRA_SCHEMA_CHECKS: i32 = 29; +pub const SQLITE_TESTCTRL_SEEK_COUNT: i32 = 30; +pub const SQLITE_TESTCTRL_TRACEFLAGS: i32 = 31; +pub const SQLITE_TESTCTRL_TUNE: i32 = 32; +pub const SQLITE_TESTCTRL_LOGEST: i32 = 33; +pub const SQLITE_TESTCTRL_USELONGDOUBLE: i32 = 34; +pub const SQLITE_TESTCTRL_LAST: i32 = 34; +pub const SQLITE_STATUS_MEMORY_USED: i32 = 0; +pub const SQLITE_STATUS_PAGECACHE_USED: i32 = 1; +pub const SQLITE_STATUS_PAGECACHE_OVERFLOW: i32 = 2; +pub const SQLITE_STATUS_SCRATCH_USED: i32 = 3; +pub const SQLITE_STATUS_SCRATCH_OVERFLOW: i32 = 4; +pub const SQLITE_STATUS_MALLOC_SIZE: i32 = 5; +pub const SQLITE_STATUS_PARSER_STACK: i32 = 6; +pub const SQLITE_STATUS_PAGECACHE_SIZE: i32 = 7; +pub const SQLITE_STATUS_SCRATCH_SIZE: i32 = 8; +pub const SQLITE_STATUS_MALLOC_COUNT: i32 = 9; +pub const SQLITE_DBSTATUS_LOOKASIDE_USED: i32 = 0; +pub const SQLITE_DBSTATUS_CACHE_USED: i32 = 1; +pub const SQLITE_DBSTATUS_SCHEMA_USED: i32 = 2; +pub const SQLITE_DBSTATUS_STMT_USED: i32 = 3; +pub const SQLITE_DBSTATUS_LOOKASIDE_HIT: i32 = 4; +pub const SQLITE_DBSTATUS_LOOKASIDE_MISS_SIZE: i32 = 5; +pub const SQLITE_DBSTATUS_LOOKASIDE_MISS_FULL: i32 = 6; +pub const SQLITE_DBSTATUS_CACHE_HIT: i32 = 7; +pub const SQLITE_DBSTATUS_CACHE_MISS: i32 = 8; +pub const SQLITE_DBSTATUS_CACHE_WRITE: i32 = 9; +pub const SQLITE_DBSTATUS_DEFERRED_FKS: i32 = 10; +pub const SQLITE_DBSTATUS_CACHE_USED_SHARED: i32 = 11; +pub const SQLITE_DBSTATUS_CACHE_SPILL: i32 = 12; +pub const SQLITE_DBSTATUS_MAX: i32 = 12; +pub const SQLITE_STMTSTATUS_FULLSCAN_STEP: i32 = 1; +pub const SQLITE_STMTSTATUS_SORT: i32 = 2; +pub const SQLITE_STMTSTATUS_AUTOINDEX: i32 = 3; +pub const SQLITE_STMTSTATUS_VM_STEP: i32 = 4; +pub const SQLITE_STMTSTATUS_REPREPARE: i32 = 5; +pub const SQLITE_STMTSTATUS_RUN: i32 = 6; +pub const SQLITE_STMTSTATUS_FILTER_MISS: i32 = 7; +pub const SQLITE_STMTSTATUS_FILTER_HIT: i32 = 8; +pub const SQLITE_STMTSTATUS_MEMUSED: i32 = 99; +pub const SQLITE_CHECKPOINT_PASSIVE: i32 = 0; +pub const SQLITE_CHECKPOINT_FULL: i32 = 1; +pub const SQLITE_CHECKPOINT_RESTART: i32 = 2; +pub const SQLITE_CHECKPOINT_TRUNCATE: i32 = 3; +pub const SQLITE_VTAB_CONSTRAINT_SUPPORT: i32 = 1; +pub const SQLITE_VTAB_INNOCUOUS: i32 = 2; +pub const SQLITE_VTAB_DIRECTONLY: i32 = 3; +pub const SQLITE_VTAB_USES_ALL_SCHEMAS: i32 = 4; +pub const SQLITE_ROLLBACK: i32 = 1; +pub const SQLITE_FAIL: i32 = 3; +pub const SQLITE_REPLACE: i32 = 5; +pub const SQLITE_SCANSTAT_NLOOP: i32 = 0; +pub const SQLITE_SCANSTAT_NVISIT: i32 = 1; +pub const SQLITE_SCANSTAT_EST: i32 = 2; +pub const SQLITE_SCANSTAT_NAME: i32 = 3; +pub const SQLITE_SCANSTAT_EXPLAIN: i32 = 4; +pub const SQLITE_SCANSTAT_SELECTID: i32 = 5; +pub const SQLITE_SCANSTAT_PARENTID: i32 = 6; +pub const SQLITE_SCANSTAT_NCYCLE: i32 = 7; +pub const SQLITE_SCANSTAT_COMPLEX: i32 = 1; +pub const SQLITE_SERIALIZE_NOCOPY: ::std::os::raw::c_uint = 1; +pub const SQLITE_DESERIALIZE_FREEONCLOSE: ::std::os::raw::c_uint = 1; +pub const SQLITE_DESERIALIZE_RESIZEABLE: ::std::os::raw::c_uint = 2; +pub const SQLITE_DESERIALIZE_READONLY: ::std::os::raw::c_uint = 4; +pub const NOT_WITHIN: i32 = 0; +pub const PARTLY_WITHIN: i32 = 1; +pub const FULLY_WITHIN: i32 = 2; +pub const SQLITE_SESSION_OBJCONFIG_SIZE: i32 = 1; +pub const SQLITE_SESSION_OBJCONFIG_ROWID: i32 = 2; +pub const SQLITE_CHANGESETSTART_INVERT: i32 = 2; +pub const SQLITE_CHANGESETAPPLY_NOSAVEPOINT: i32 = 1; +pub const SQLITE_CHANGESETAPPLY_INVERT: i32 = 2; +pub const SQLITE_CHANGESETAPPLY_IGNORENOOP: i32 = 4; +pub const SQLITE_CHANGESETAPPLY_FKNOACTION: i32 = 8; +pub const SQLITE_CHANGESET_DATA: i32 = 1; +pub const SQLITE_CHANGESET_NOTFOUND: i32 = 2; +pub const SQLITE_CHANGESET_CONFLICT: i32 = 3; +pub const SQLITE_CHANGESET_CONSTRAINT: i32 = 4; +pub const SQLITE_CHANGESET_FOREIGN_KEY: i32 = 5; +pub const SQLITE_CHANGESET_OMIT: i32 = 0; +pub const SQLITE_CHANGESET_REPLACE: i32 = 1; +pub const SQLITE_CHANGESET_ABORT: i32 = 2; +pub const SQLITE_SESSION_CONFIG_STRMSIZE: i32 = 1; +pub const FTS5_TOKENIZE_QUERY: i32 = 1; +pub const FTS5_TOKENIZE_PREFIX: i32 = 2; +pub const FTS5_TOKENIZE_DOCUMENT: i32 = 4; +pub const FTS5_TOKENIZE_AUX: i32 = 8; +pub const FTS5_TOKEN_COLOCATED: i32 = 1; +extern "C" { + pub static sqlite3_version: [::std::os::raw::c_char; 0usize]; +} +extern "C" { + pub fn sqlite3_libversion() -> *const ::std::os::raw::c_char; +} +extern "C" { + pub fn sqlite3_sourceid() -> *const ::std::os::raw::c_char; +} +extern "C" { + pub fn sqlite3_libversion_number() -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_compileoption_used( + zOptName: *const ::std::os::raw::c_char, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_compileoption_get(N: ::std::os::raw::c_int) -> *const ::std::os::raw::c_char; +} +extern "C" { + pub fn sqlite3_threadsafe() -> ::std::os::raw::c_int; +} +#[repr(C)] +#[derive(Debug, Copy, Clone)] +pub struct sqlite3 { + _unused: [u8; 0], +} +pub type sqlite_int64 = ::std::os::raw::c_longlong; +pub type sqlite_uint64 = ::std::os::raw::c_ulonglong; +pub type sqlite3_int64 = sqlite_int64; +pub type sqlite3_uint64 = sqlite_uint64; +extern "C" { + pub fn sqlite3_close(arg1: *mut sqlite3) -> ::std::os::raw::c_int; +} +pub type sqlite3_callback = ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut ::std::os::raw::c_void, + arg2: ::std::os::raw::c_int, + arg3: *mut *mut ::std::os::raw::c_char, + arg4: *mut *mut ::std::os::raw::c_char, + ) -> ::std::os::raw::c_int, +>; +extern "C" { + pub fn sqlite3_exec( + arg1: *mut sqlite3, + sql: *const ::std::os::raw::c_char, + callback: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut ::std::os::raw::c_void, + arg2: ::std::os::raw::c_int, + arg3: *mut *mut ::std::os::raw::c_char, + arg4: *mut *mut ::std::os::raw::c_char, + ) -> ::std::os::raw::c_int, + >, + arg2: *mut ::std::os::raw::c_void, + errmsg: *mut *mut ::std::os::raw::c_char, + ) -> ::std::os::raw::c_int; +} +#[repr(C)] +#[derive(Debug, Copy, Clone)] +pub struct sqlite3_file { + pub pMethods: *const sqlite3_io_methods, +} +#[repr(C)] +#[derive(Debug, Copy, Clone)] +pub struct sqlite3_io_methods { + pub iVersion: ::std::os::raw::c_int, + pub xClose: ::std::option::Option< + unsafe extern "C" fn(arg1: *mut sqlite3_file) -> ::std::os::raw::c_int, + >, + pub xRead: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3_file, + arg2: *mut ::std::os::raw::c_void, + iAmt: ::std::os::raw::c_int, + iOfst: sqlite3_int64, + ) -> ::std::os::raw::c_int, + >, + pub xWrite: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3_file, + arg2: *const ::std::os::raw::c_void, + iAmt: ::std::os::raw::c_int, + iOfst: sqlite3_int64, + ) -> ::std::os::raw::c_int, + >, + pub xTruncate: ::std::option::Option< + unsafe extern "C" fn(arg1: *mut sqlite3_file, size: sqlite3_int64) -> ::std::os::raw::c_int, + >, + pub xSync: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3_file, + flags: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int, + >, + pub xFileSize: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3_file, + pSize: *mut sqlite3_int64, + ) -> ::std::os::raw::c_int, + >, + pub xLock: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3_file, + arg2: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int, + >, + pub xUnlock: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3_file, + arg2: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int, + >, + pub xCheckReservedLock: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3_file, + pResOut: *mut ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int, + >, + pub xFileControl: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3_file, + op: ::std::os::raw::c_int, + pArg: *mut ::std::os::raw::c_void, + ) -> ::std::os::raw::c_int, + >, + pub xSectorSize: ::std::option::Option< + unsafe extern "C" fn(arg1: *mut sqlite3_file) -> ::std::os::raw::c_int, + >, + pub xDeviceCharacteristics: ::std::option::Option< + unsafe extern "C" fn(arg1: *mut sqlite3_file) -> ::std::os::raw::c_int, + >, + pub xShmMap: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3_file, + iPg: ::std::os::raw::c_int, + pgsz: ::std::os::raw::c_int, + arg2: ::std::os::raw::c_int, + arg3: *mut *mut ::std::os::raw::c_void, + ) -> ::std::os::raw::c_int, + >, + pub xShmLock: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3_file, + offset: ::std::os::raw::c_int, + n: ::std::os::raw::c_int, + flags: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int, + >, + pub xShmBarrier: ::std::option::Option, + pub xShmUnmap: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3_file, + deleteFlag: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int, + >, + pub xFetch: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3_file, + iOfst: sqlite3_int64, + iAmt: ::std::os::raw::c_int, + pp: *mut *mut ::std::os::raw::c_void, + ) -> ::std::os::raw::c_int, + >, + pub xUnfetch: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3_file, + iOfst: sqlite3_int64, + p: *mut ::std::os::raw::c_void, + ) -> ::std::os::raw::c_int, + >, +} +#[repr(C)] +#[derive(Debug, Copy, Clone)] +pub struct sqlite3_mutex { + _unused: [u8; 0], +} +#[repr(C)] +#[derive(Debug, Copy, Clone)] +pub struct sqlite3_api_routines { + _unused: [u8; 0], +} +pub type sqlite3_filename = *const ::std::os::raw::c_char; +pub type sqlite3_syscall_ptr = ::std::option::Option; +#[repr(C)] +#[derive(Debug, Copy, Clone)] +pub struct sqlite3_vfs { + pub iVersion: ::std::os::raw::c_int, + pub szOsFile: ::std::os::raw::c_int, + pub mxPathname: ::std::os::raw::c_int, + pub pNext: *mut sqlite3_vfs, + pub zName: *const ::std::os::raw::c_char, + pub pAppData: *mut ::std::os::raw::c_void, + pub xOpen: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3_vfs, + zName: sqlite3_filename, + arg2: *mut sqlite3_file, + flags: ::std::os::raw::c_int, + pOutFlags: *mut ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int, + >, + pub xDelete: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3_vfs, + zName: *const ::std::os::raw::c_char, + syncDir: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int, + >, + pub xAccess: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3_vfs, + zName: *const ::std::os::raw::c_char, + flags: ::std::os::raw::c_int, + pResOut: *mut ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int, + >, + pub xFullPathname: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3_vfs, + zName: *const ::std::os::raw::c_char, + nOut: ::std::os::raw::c_int, + zOut: *mut ::std::os::raw::c_char, + ) -> ::std::os::raw::c_int, + >, + pub xDlOpen: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3_vfs, + zFilename: *const ::std::os::raw::c_char, + ) -> *mut ::std::os::raw::c_void, + >, + pub xDlError: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3_vfs, + nByte: ::std::os::raw::c_int, + zErrMsg: *mut ::std::os::raw::c_char, + ), + >, + pub xDlSym: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3_vfs, + arg2: *mut ::std::os::raw::c_void, + zSymbol: *const ::std::os::raw::c_char, + ) -> ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3_vfs, + arg2: *mut ::std::os::raw::c_void, + zSymbol: *const ::std::os::raw::c_char, + ), + >, + >, + pub xDlClose: ::std::option::Option< + unsafe extern "C" fn(arg1: *mut sqlite3_vfs, arg2: *mut ::std::os::raw::c_void), + >, + pub xRandomness: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3_vfs, + nByte: ::std::os::raw::c_int, + zOut: *mut ::std::os::raw::c_char, + ) -> ::std::os::raw::c_int, + >, + pub xSleep: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3_vfs, + microseconds: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int, + >, + pub xCurrentTime: ::std::option::Option< + unsafe extern "C" fn(arg1: *mut sqlite3_vfs, arg2: *mut f64) -> ::std::os::raw::c_int, + >, + pub xGetLastError: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3_vfs, + arg2: ::std::os::raw::c_int, + arg3: *mut ::std::os::raw::c_char, + ) -> ::std::os::raw::c_int, + >, + pub xCurrentTimeInt64: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3_vfs, + arg2: *mut sqlite3_int64, + ) -> ::std::os::raw::c_int, + >, + pub xSetSystemCall: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3_vfs, + zName: *const ::std::os::raw::c_char, + arg2: sqlite3_syscall_ptr, + ) -> ::std::os::raw::c_int, + >, + pub xGetSystemCall: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3_vfs, + zName: *const ::std::os::raw::c_char, + ) -> sqlite3_syscall_ptr, + >, + pub xNextSystemCall: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3_vfs, + zName: *const ::std::os::raw::c_char, + ) -> *const ::std::os::raw::c_char, + >, +} +extern "C" { + pub fn sqlite3_initialize() -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_shutdown() -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_os_init() -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_os_end() -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_config(arg1: ::std::os::raw::c_int, ...) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_db_config( + arg1: *mut sqlite3, + op: ::std::os::raw::c_int, + ... + ) -> ::std::os::raw::c_int; +} +#[repr(C)] +#[derive(Debug, Copy, Clone)] +pub struct sqlite3_mem_methods { + pub xMalloc: ::std::option::Option< + unsafe extern "C" fn(arg1: ::std::os::raw::c_int) -> *mut ::std::os::raw::c_void, + >, + pub xFree: ::std::option::Option, + pub xRealloc: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut ::std::os::raw::c_void, + arg2: ::std::os::raw::c_int, + ) -> *mut ::std::os::raw::c_void, + >, + pub xSize: ::std::option::Option< + unsafe extern "C" fn(arg1: *mut ::std::os::raw::c_void) -> ::std::os::raw::c_int, + >, + pub xRoundup: ::std::option::Option< + unsafe extern "C" fn(arg1: ::std::os::raw::c_int) -> ::std::os::raw::c_int, + >, + pub xInit: ::std::option::Option< + unsafe extern "C" fn(arg1: *mut ::std::os::raw::c_void) -> ::std::os::raw::c_int, + >, + pub xShutdown: ::std::option::Option, + pub pAppData: *mut ::std::os::raw::c_void, +} +extern "C" { + pub fn sqlite3_extended_result_codes( + arg1: *mut sqlite3, + onoff: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_last_insert_rowid(arg1: *mut sqlite3) -> sqlite3_int64; +} +extern "C" { + pub fn sqlite3_set_last_insert_rowid(arg1: *mut sqlite3, arg2: sqlite3_int64); +} +extern "C" { + pub fn sqlite3_changes(arg1: *mut sqlite3) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_changes64(arg1: *mut sqlite3) -> sqlite3_int64; +} +extern "C" { + pub fn sqlite3_total_changes(arg1: *mut sqlite3) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_total_changes64(arg1: *mut sqlite3) -> sqlite3_int64; +} +extern "C" { + pub fn sqlite3_interrupt(arg1: *mut sqlite3); +} +extern "C" { + pub fn sqlite3_is_interrupted(arg1: *mut sqlite3) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_complete(sql: *const ::std::os::raw::c_char) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_busy_handler( + arg1: *mut sqlite3, + arg2: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut ::std::os::raw::c_void, + arg2: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int, + >, + arg3: *mut ::std::os::raw::c_void, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_busy_timeout( + arg1: *mut sqlite3, + ms: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_get_table( + db: *mut sqlite3, + zSql: *const ::std::os::raw::c_char, + pazResult: *mut *mut *mut ::std::os::raw::c_char, + pnRow: *mut ::std::os::raw::c_int, + pnColumn: *mut ::std::os::raw::c_int, + pzErrmsg: *mut *mut ::std::os::raw::c_char, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_free_table(result: *mut *mut ::std::os::raw::c_char); +} +extern "C" { + pub fn sqlite3_mprintf(arg1: *const ::std::os::raw::c_char, ...) + -> *mut ::std::os::raw::c_char; +} +extern "C" { + pub fn sqlite3_snprintf( + arg1: ::std::os::raw::c_int, + arg2: *mut ::std::os::raw::c_char, + arg3: *const ::std::os::raw::c_char, + ... + ) -> *mut ::std::os::raw::c_char; +} +extern "C" { + pub fn sqlite3_malloc(arg1: ::std::os::raw::c_int) -> *mut ::std::os::raw::c_void; +} +extern "C" { + pub fn sqlite3_malloc64(arg1: sqlite3_uint64) -> *mut ::std::os::raw::c_void; +} +extern "C" { + pub fn sqlite3_realloc( + arg1: *mut ::std::os::raw::c_void, + arg2: ::std::os::raw::c_int, + ) -> *mut ::std::os::raw::c_void; +} +extern "C" { + pub fn sqlite3_realloc64( + arg1: *mut ::std::os::raw::c_void, + arg2: sqlite3_uint64, + ) -> *mut ::std::os::raw::c_void; +} +extern "C" { + pub fn sqlite3_free(arg1: *mut ::std::os::raw::c_void); +} +extern "C" { + pub fn sqlite3_msize(arg1: *mut ::std::os::raw::c_void) -> sqlite3_uint64; +} +extern "C" { + pub fn sqlite3_memory_used() -> sqlite3_int64; +} +extern "C" { + pub fn sqlite3_memory_highwater(resetFlag: ::std::os::raw::c_int) -> sqlite3_int64; +} +extern "C" { + pub fn sqlite3_randomness(N: ::std::os::raw::c_int, P: *mut ::std::os::raw::c_void); +} +extern "C" { + pub fn sqlite3_set_authorizer( + arg1: *mut sqlite3, + xAuth: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut ::std::os::raw::c_void, + arg2: ::std::os::raw::c_int, + arg3: *const ::std::os::raw::c_char, + arg4: *const ::std::os::raw::c_char, + arg5: *const ::std::os::raw::c_char, + arg6: *const ::std::os::raw::c_char, + ) -> ::std::os::raw::c_int, + >, + pUserData: *mut ::std::os::raw::c_void, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_trace( + arg1: *mut sqlite3, + xTrace: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut ::std::os::raw::c_void, + arg2: *const ::std::os::raw::c_char, + ), + >, + arg2: *mut ::std::os::raw::c_void, + ) -> *mut ::std::os::raw::c_void; +} +extern "C" { + pub fn sqlite3_profile( + arg1: *mut sqlite3, + xProfile: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut ::std::os::raw::c_void, + arg2: *const ::std::os::raw::c_char, + arg3: sqlite3_uint64, + ), + >, + arg2: *mut ::std::os::raw::c_void, + ) -> *mut ::std::os::raw::c_void; +} +extern "C" { + pub fn sqlite3_trace_v2( + arg1: *mut sqlite3, + uMask: ::std::os::raw::c_uint, + xCallback: ::std::option::Option< + unsafe extern "C" fn( + arg1: ::std::os::raw::c_uint, + arg2: *mut ::std::os::raw::c_void, + arg3: *mut ::std::os::raw::c_void, + arg4: *mut ::std::os::raw::c_void, + ) -> ::std::os::raw::c_int, + >, + pCtx: *mut ::std::os::raw::c_void, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_progress_handler( + arg1: *mut sqlite3, + arg2: ::std::os::raw::c_int, + arg3: ::std::option::Option< + unsafe extern "C" fn(arg1: *mut ::std::os::raw::c_void) -> ::std::os::raw::c_int, + >, + arg4: *mut ::std::os::raw::c_void, + ); +} +extern "C" { + pub fn sqlite3_open( + filename: *const ::std::os::raw::c_char, + ppDb: *mut *mut sqlite3, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_open_v2( + filename: *const ::std::os::raw::c_char, + ppDb: *mut *mut sqlite3, + flags: ::std::os::raw::c_int, + zVfs: *const ::std::os::raw::c_char, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_uri_parameter( + z: sqlite3_filename, + zParam: *const ::std::os::raw::c_char, + ) -> *const ::std::os::raw::c_char; +} +extern "C" { + pub fn sqlite3_uri_boolean( + z: sqlite3_filename, + zParam: *const ::std::os::raw::c_char, + bDefault: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_uri_int64( + arg1: sqlite3_filename, + arg2: *const ::std::os::raw::c_char, + arg3: sqlite3_int64, + ) -> sqlite3_int64; +} +extern "C" { + pub fn sqlite3_uri_key( + z: sqlite3_filename, + N: ::std::os::raw::c_int, + ) -> *const ::std::os::raw::c_char; +} +extern "C" { + pub fn sqlite3_filename_database(arg1: sqlite3_filename) -> *const ::std::os::raw::c_char; +} +extern "C" { + pub fn sqlite3_filename_journal(arg1: sqlite3_filename) -> *const ::std::os::raw::c_char; +} +extern "C" { + pub fn sqlite3_filename_wal(arg1: sqlite3_filename) -> *const ::std::os::raw::c_char; +} +extern "C" { + pub fn sqlite3_database_file_object(arg1: *const ::std::os::raw::c_char) -> *mut sqlite3_file; +} +extern "C" { + pub fn sqlite3_create_filename( + zDatabase: *const ::std::os::raw::c_char, + zJournal: *const ::std::os::raw::c_char, + zWal: *const ::std::os::raw::c_char, + nParam: ::std::os::raw::c_int, + azParam: *mut *const ::std::os::raw::c_char, + ) -> sqlite3_filename; +} +extern "C" { + pub fn sqlite3_free_filename(arg1: sqlite3_filename); +} +extern "C" { + pub fn sqlite3_errcode(db: *mut sqlite3) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_extended_errcode(db: *mut sqlite3) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_errmsg(arg1: *mut sqlite3) -> *const ::std::os::raw::c_char; +} +extern "C" { + pub fn sqlite3_errstr(arg1: ::std::os::raw::c_int) -> *const ::std::os::raw::c_char; +} +extern "C" { + pub fn sqlite3_error_offset(db: *mut sqlite3) -> ::std::os::raw::c_int; +} +#[repr(C)] +#[derive(Debug, Copy, Clone)] +pub struct sqlite3_stmt { + _unused: [u8; 0], +} +extern "C" { + pub fn sqlite3_limit( + arg1: *mut sqlite3, + id: ::std::os::raw::c_int, + newVal: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_prepare_v2( + db: *mut sqlite3, + zSql: *const ::std::os::raw::c_char, + nByte: ::std::os::raw::c_int, + ppStmt: *mut *mut sqlite3_stmt, + pzTail: *mut *const ::std::os::raw::c_char, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_prepare_v3( + db: *mut sqlite3, + zSql: *const ::std::os::raw::c_char, + nByte: ::std::os::raw::c_int, + prepFlags: ::std::os::raw::c_uint, + ppStmt: *mut *mut sqlite3_stmt, + pzTail: *mut *const ::std::os::raw::c_char, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_sql(pStmt: *mut sqlite3_stmt) -> *const ::std::os::raw::c_char; +} +extern "C" { + pub fn sqlite3_expanded_sql(pStmt: *mut sqlite3_stmt) -> *mut ::std::os::raw::c_char; +} +extern "C" { + pub fn sqlite3_stmt_readonly(pStmt: *mut sqlite3_stmt) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_stmt_isexplain(pStmt: *mut sqlite3_stmt) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_stmt_explain( + pStmt: *mut sqlite3_stmt, + eMode: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_stmt_busy(arg1: *mut sqlite3_stmt) -> ::std::os::raw::c_int; +} +#[repr(C)] +#[derive(Debug, Copy, Clone)] +pub struct sqlite3_value { + _unused: [u8; 0], +} +#[repr(C)] +#[derive(Debug, Copy, Clone)] +pub struct sqlite3_context { + _unused: [u8; 0], +} +extern "C" { + pub fn sqlite3_bind_blob( + arg1: *mut sqlite3_stmt, + arg2: ::std::os::raw::c_int, + arg3: *const ::std::os::raw::c_void, + n: ::std::os::raw::c_int, + arg4: ::std::option::Option, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_bind_blob64( + arg1: *mut sqlite3_stmt, + arg2: ::std::os::raw::c_int, + arg3: *const ::std::os::raw::c_void, + arg4: sqlite3_uint64, + arg5: ::std::option::Option, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_bind_double( + arg1: *mut sqlite3_stmt, + arg2: ::std::os::raw::c_int, + arg3: f64, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_bind_int( + arg1: *mut sqlite3_stmt, + arg2: ::std::os::raw::c_int, + arg3: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_bind_int64( + arg1: *mut sqlite3_stmt, + arg2: ::std::os::raw::c_int, + arg3: sqlite3_int64, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_bind_null( + arg1: *mut sqlite3_stmt, + arg2: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_bind_text( + arg1: *mut sqlite3_stmt, + arg2: ::std::os::raw::c_int, + arg3: *const ::std::os::raw::c_char, + arg4: ::std::os::raw::c_int, + arg5: ::std::option::Option, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_bind_text64( + arg1: *mut sqlite3_stmt, + arg2: ::std::os::raw::c_int, + arg3: *const ::std::os::raw::c_char, + arg4: sqlite3_uint64, + arg5: ::std::option::Option, + encoding: ::std::os::raw::c_uchar, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_bind_value( + arg1: *mut sqlite3_stmt, + arg2: ::std::os::raw::c_int, + arg3: *const sqlite3_value, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_bind_pointer( + arg1: *mut sqlite3_stmt, + arg2: ::std::os::raw::c_int, + arg3: *mut ::std::os::raw::c_void, + arg4: *const ::std::os::raw::c_char, + arg5: ::std::option::Option, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_bind_zeroblob( + arg1: *mut sqlite3_stmt, + arg2: ::std::os::raw::c_int, + n: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_bind_zeroblob64( + arg1: *mut sqlite3_stmt, + arg2: ::std::os::raw::c_int, + arg3: sqlite3_uint64, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_bind_parameter_count(arg1: *mut sqlite3_stmt) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_bind_parameter_name( + arg1: *mut sqlite3_stmt, + arg2: ::std::os::raw::c_int, + ) -> *const ::std::os::raw::c_char; +} +extern "C" { + pub fn sqlite3_bind_parameter_index( + arg1: *mut sqlite3_stmt, + zName: *const ::std::os::raw::c_char, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_clear_bindings(arg1: *mut sqlite3_stmt) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_column_count(pStmt: *mut sqlite3_stmt) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_column_name( + arg1: *mut sqlite3_stmt, + N: ::std::os::raw::c_int, + ) -> *const ::std::os::raw::c_char; +} +extern "C" { + pub fn sqlite3_column_database_name( + arg1: *mut sqlite3_stmt, + arg2: ::std::os::raw::c_int, + ) -> *const ::std::os::raw::c_char; +} +extern "C" { + pub fn sqlite3_column_table_name( + arg1: *mut sqlite3_stmt, + arg2: ::std::os::raw::c_int, + ) -> *const ::std::os::raw::c_char; +} +extern "C" { + pub fn sqlite3_column_origin_name( + arg1: *mut sqlite3_stmt, + arg2: ::std::os::raw::c_int, + ) -> *const ::std::os::raw::c_char; +} +extern "C" { + pub fn sqlite3_column_decltype( + arg1: *mut sqlite3_stmt, + arg2: ::std::os::raw::c_int, + ) -> *const ::std::os::raw::c_char; +} +extern "C" { + pub fn sqlite3_step(arg1: *mut sqlite3_stmt) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_data_count(pStmt: *mut sqlite3_stmt) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_column_blob( + arg1: *mut sqlite3_stmt, + iCol: ::std::os::raw::c_int, + ) -> *const ::std::os::raw::c_void; +} +extern "C" { + pub fn sqlite3_column_double(arg1: *mut sqlite3_stmt, iCol: ::std::os::raw::c_int) -> f64; +} +extern "C" { + pub fn sqlite3_column_int( + arg1: *mut sqlite3_stmt, + iCol: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_column_int64( + arg1: *mut sqlite3_stmt, + iCol: ::std::os::raw::c_int, + ) -> sqlite3_int64; +} +extern "C" { + pub fn sqlite3_column_text( + arg1: *mut sqlite3_stmt, + iCol: ::std::os::raw::c_int, + ) -> *const ::std::os::raw::c_uchar; +} +extern "C" { + pub fn sqlite3_column_value( + arg1: *mut sqlite3_stmt, + iCol: ::std::os::raw::c_int, + ) -> *mut sqlite3_value; +} +extern "C" { + pub fn sqlite3_column_bytes( + arg1: *mut sqlite3_stmt, + iCol: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_column_type( + arg1: *mut sqlite3_stmt, + iCol: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_finalize(pStmt: *mut sqlite3_stmt) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_reset(pStmt: *mut sqlite3_stmt) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_create_function_v2( + db: *mut sqlite3, + zFunctionName: *const ::std::os::raw::c_char, + nArg: ::std::os::raw::c_int, + eTextRep: ::std::os::raw::c_int, + pApp: *mut ::std::os::raw::c_void, + xFunc: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3_context, + arg2: ::std::os::raw::c_int, + arg3: *mut *mut sqlite3_value, + ), + >, + xStep: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3_context, + arg2: ::std::os::raw::c_int, + arg3: *mut *mut sqlite3_value, + ), + >, + xFinal: ::std::option::Option, + xDestroy: ::std::option::Option, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_create_window_function( + db: *mut sqlite3, + zFunctionName: *const ::std::os::raw::c_char, + nArg: ::std::os::raw::c_int, + eTextRep: ::std::os::raw::c_int, + pApp: *mut ::std::os::raw::c_void, + xStep: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3_context, + arg2: ::std::os::raw::c_int, + arg3: *mut *mut sqlite3_value, + ), + >, + xFinal: ::std::option::Option, + xValue: ::std::option::Option, + xInverse: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3_context, + arg2: ::std::os::raw::c_int, + arg3: *mut *mut sqlite3_value, + ), + >, + xDestroy: ::std::option::Option, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_aggregate_count(arg1: *mut sqlite3_context) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_expired(arg1: *mut sqlite3_stmt) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_transfer_bindings( + arg1: *mut sqlite3_stmt, + arg2: *mut sqlite3_stmt, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_global_recover() -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_thread_cleanup(); +} +extern "C" { + pub fn sqlite3_memory_alarm( + arg1: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut ::std::os::raw::c_void, + arg2: sqlite3_int64, + arg3: ::std::os::raw::c_int, + ), + >, + arg2: *mut ::std::os::raw::c_void, + arg3: sqlite3_int64, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_value_blob(arg1: *mut sqlite3_value) -> *const ::std::os::raw::c_void; +} +extern "C" { + pub fn sqlite3_value_double(arg1: *mut sqlite3_value) -> f64; +} +extern "C" { + pub fn sqlite3_value_int(arg1: *mut sqlite3_value) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_value_int64(arg1: *mut sqlite3_value) -> sqlite3_int64; +} +extern "C" { + pub fn sqlite3_value_pointer( + arg1: *mut sqlite3_value, + arg2: *const ::std::os::raw::c_char, + ) -> *mut ::std::os::raw::c_void; +} +extern "C" { + pub fn sqlite3_value_text(arg1: *mut sqlite3_value) -> *const ::std::os::raw::c_uchar; +} +extern "C" { + pub fn sqlite3_value_bytes(arg1: *mut sqlite3_value) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_value_type(arg1: *mut sqlite3_value) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_value_numeric_type(arg1: *mut sqlite3_value) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_value_nochange(arg1: *mut sqlite3_value) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_value_frombind(arg1: *mut sqlite3_value) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_value_encoding(arg1: *mut sqlite3_value) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_value_subtype(arg1: *mut sqlite3_value) -> ::std::os::raw::c_uint; +} +extern "C" { + pub fn sqlite3_value_dup(arg1: *const sqlite3_value) -> *mut sqlite3_value; +} +extern "C" { + pub fn sqlite3_value_free(arg1: *mut sqlite3_value); +} +extern "C" { + pub fn sqlite3_aggregate_context( + arg1: *mut sqlite3_context, + nBytes: ::std::os::raw::c_int, + ) -> *mut ::std::os::raw::c_void; +} +extern "C" { + pub fn sqlite3_user_data(arg1: *mut sqlite3_context) -> *mut ::std::os::raw::c_void; +} +extern "C" { + pub fn sqlite3_context_db_handle(arg1: *mut sqlite3_context) -> *mut sqlite3; +} +extern "C" { + pub fn sqlite3_get_auxdata( + arg1: *mut sqlite3_context, + N: ::std::os::raw::c_int, + ) -> *mut ::std::os::raw::c_void; +} +extern "C" { + pub fn sqlite3_set_auxdata( + arg1: *mut sqlite3_context, + N: ::std::os::raw::c_int, + arg2: *mut ::std::os::raw::c_void, + arg3: ::std::option::Option, + ); +} +extern "C" { + pub fn sqlite3_get_clientdata( + arg1: *mut sqlite3, + arg2: *const ::std::os::raw::c_char, + ) -> *mut ::std::os::raw::c_void; +} +extern "C" { + pub fn sqlite3_set_clientdata( + arg1: *mut sqlite3, + arg2: *const ::std::os::raw::c_char, + arg3: *mut ::std::os::raw::c_void, + arg4: ::std::option::Option, + ) -> ::std::os::raw::c_int; +} +pub type sqlite3_destructor_type = + ::std::option::Option; +extern "C" { + pub fn sqlite3_result_blob( + arg1: *mut sqlite3_context, + arg2: *const ::std::os::raw::c_void, + arg3: ::std::os::raw::c_int, + arg4: ::std::option::Option, + ); +} +extern "C" { + pub fn sqlite3_result_blob64( + arg1: *mut sqlite3_context, + arg2: *const ::std::os::raw::c_void, + arg3: sqlite3_uint64, + arg4: ::std::option::Option, + ); +} +extern "C" { + pub fn sqlite3_result_double(arg1: *mut sqlite3_context, arg2: f64); +} +extern "C" { + pub fn sqlite3_result_error( + arg1: *mut sqlite3_context, + arg2: *const ::std::os::raw::c_char, + arg3: ::std::os::raw::c_int, + ); +} +extern "C" { + pub fn sqlite3_result_error_toobig(arg1: *mut sqlite3_context); +} +extern "C" { + pub fn sqlite3_result_error_nomem(arg1: *mut sqlite3_context); +} +extern "C" { + pub fn sqlite3_result_error_code(arg1: *mut sqlite3_context, arg2: ::std::os::raw::c_int); +} +extern "C" { + pub fn sqlite3_result_int(arg1: *mut sqlite3_context, arg2: ::std::os::raw::c_int); +} +extern "C" { + pub fn sqlite3_result_int64(arg1: *mut sqlite3_context, arg2: sqlite3_int64); +} +extern "C" { + pub fn sqlite3_result_null(arg1: *mut sqlite3_context); +} +extern "C" { + pub fn sqlite3_result_text( + arg1: *mut sqlite3_context, + arg2: *const ::std::os::raw::c_char, + arg3: ::std::os::raw::c_int, + arg4: ::std::option::Option, + ); +} +extern "C" { + pub fn sqlite3_result_text64( + arg1: *mut sqlite3_context, + arg2: *const ::std::os::raw::c_char, + arg3: sqlite3_uint64, + arg4: ::std::option::Option, + encoding: ::std::os::raw::c_uchar, + ); +} +extern "C" { + pub fn sqlite3_result_value(arg1: *mut sqlite3_context, arg2: *mut sqlite3_value); +} +extern "C" { + pub fn sqlite3_result_pointer( + arg1: *mut sqlite3_context, + arg2: *mut ::std::os::raw::c_void, + arg3: *const ::std::os::raw::c_char, + arg4: ::std::option::Option, + ); +} +extern "C" { + pub fn sqlite3_result_zeroblob(arg1: *mut sqlite3_context, n: ::std::os::raw::c_int); +} +extern "C" { + pub fn sqlite3_result_zeroblob64( + arg1: *mut sqlite3_context, + n: sqlite3_uint64, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_result_subtype(arg1: *mut sqlite3_context, arg2: ::std::os::raw::c_uint); +} +extern "C" { + pub fn sqlite3_create_collation_v2( + arg1: *mut sqlite3, + zName: *const ::std::os::raw::c_char, + eTextRep: ::std::os::raw::c_int, + pArg: *mut ::std::os::raw::c_void, + xCompare: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut ::std::os::raw::c_void, + arg2: ::std::os::raw::c_int, + arg3: *const ::std::os::raw::c_void, + arg4: ::std::os::raw::c_int, + arg5: *const ::std::os::raw::c_void, + ) -> ::std::os::raw::c_int, + >, + xDestroy: ::std::option::Option, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_collation_needed( + arg1: *mut sqlite3, + arg2: *mut ::std::os::raw::c_void, + arg3: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut ::std::os::raw::c_void, + arg2: *mut sqlite3, + eTextRep: ::std::os::raw::c_int, + arg3: *const ::std::os::raw::c_char, + ), + >, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_sleep(arg1: ::std::os::raw::c_int) -> ::std::os::raw::c_int; +} +extern "C" { + pub static mut sqlite3_temp_directory: *mut ::std::os::raw::c_char; +} +extern "C" { + pub static mut sqlite3_data_directory: *mut ::std::os::raw::c_char; +} +extern "C" { + pub fn sqlite3_win32_set_directory( + type_: ::std::os::raw::c_ulong, + zValue: *mut ::std::os::raw::c_void, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_win32_set_directory8( + type_: ::std::os::raw::c_ulong, + zValue: *const ::std::os::raw::c_char, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_get_autocommit(arg1: *mut sqlite3) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_db_handle(arg1: *mut sqlite3_stmt) -> *mut sqlite3; +} +extern "C" { + pub fn sqlite3_db_name( + db: *mut sqlite3, + N: ::std::os::raw::c_int, + ) -> *const ::std::os::raw::c_char; +} +extern "C" { + pub fn sqlite3_db_filename( + db: *mut sqlite3, + zDbName: *const ::std::os::raw::c_char, + ) -> sqlite3_filename; +} +extern "C" { + pub fn sqlite3_db_readonly( + db: *mut sqlite3, + zDbName: *const ::std::os::raw::c_char, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_txn_state( + arg1: *mut sqlite3, + zSchema: *const ::std::os::raw::c_char, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_next_stmt(pDb: *mut sqlite3, pStmt: *mut sqlite3_stmt) -> *mut sqlite3_stmt; +} +extern "C" { + pub fn sqlite3_commit_hook( + arg1: *mut sqlite3, + arg2: ::std::option::Option< + unsafe extern "C" fn(arg1: *mut ::std::os::raw::c_void) -> ::std::os::raw::c_int, + >, + arg3: *mut ::std::os::raw::c_void, + ) -> *mut ::std::os::raw::c_void; +} +extern "C" { + pub fn sqlite3_rollback_hook( + arg1: *mut sqlite3, + arg2: ::std::option::Option, + arg3: *mut ::std::os::raw::c_void, + ) -> *mut ::std::os::raw::c_void; +} +extern "C" { + pub fn sqlite3_autovacuum_pages( + db: *mut sqlite3, + arg1: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut ::std::os::raw::c_void, + arg2: *const ::std::os::raw::c_char, + arg3: ::std::os::raw::c_uint, + arg4: ::std::os::raw::c_uint, + arg5: ::std::os::raw::c_uint, + ) -> ::std::os::raw::c_uint, + >, + arg2: *mut ::std::os::raw::c_void, + arg3: ::std::option::Option, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_update_hook( + arg1: *mut sqlite3, + arg2: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut ::std::os::raw::c_void, + arg2: ::std::os::raw::c_int, + arg3: *const ::std::os::raw::c_char, + arg4: *const ::std::os::raw::c_char, + arg5: sqlite3_int64, + ), + >, + arg3: *mut ::std::os::raw::c_void, + ) -> *mut ::std::os::raw::c_void; +} +extern "C" { + pub fn sqlite3_enable_shared_cache(arg1: ::std::os::raw::c_int) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_release_memory(arg1: ::std::os::raw::c_int) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_db_release_memory(arg1: *mut sqlite3) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_soft_heap_limit64(N: sqlite3_int64) -> sqlite3_int64; +} +extern "C" { + pub fn sqlite3_hard_heap_limit64(N: sqlite3_int64) -> sqlite3_int64; +} +extern "C" { + pub fn sqlite3_soft_heap_limit(N: ::std::os::raw::c_int); +} +extern "C" { + pub fn sqlite3_table_column_metadata( + db: *mut sqlite3, + zDbName: *const ::std::os::raw::c_char, + zTableName: *const ::std::os::raw::c_char, + zColumnName: *const ::std::os::raw::c_char, + pzDataType: *mut *const ::std::os::raw::c_char, + pzCollSeq: *mut *const ::std::os::raw::c_char, + pNotNull: *mut ::std::os::raw::c_int, + pPrimaryKey: *mut ::std::os::raw::c_int, + pAutoinc: *mut ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_load_extension( + db: *mut sqlite3, + zFile: *const ::std::os::raw::c_char, + zProc: *const ::std::os::raw::c_char, + pzErrMsg: *mut *mut ::std::os::raw::c_char, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_enable_load_extension( + db: *mut sqlite3, + onoff: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_reset_auto_extension(); +} +#[repr(C)] +#[derive(Debug, Copy, Clone)] +pub struct sqlite3_module { + pub iVersion: ::std::os::raw::c_int, + pub xCreate: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3, + pAux: *mut ::std::os::raw::c_void, + argc: ::std::os::raw::c_int, + argv: *const *const ::std::os::raw::c_char, + ppVTab: *mut *mut sqlite3_vtab, + arg2: *mut *mut ::std::os::raw::c_char, + ) -> ::std::os::raw::c_int, + >, + pub xConnect: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3, + pAux: *mut ::std::os::raw::c_void, + argc: ::std::os::raw::c_int, + argv: *const *const ::std::os::raw::c_char, + ppVTab: *mut *mut sqlite3_vtab, + arg2: *mut *mut ::std::os::raw::c_char, + ) -> ::std::os::raw::c_int, + >, + pub xBestIndex: ::std::option::Option< + unsafe extern "C" fn( + pVTab: *mut sqlite3_vtab, + arg1: *mut sqlite3_index_info, + ) -> ::std::os::raw::c_int, + >, + pub xDisconnect: ::std::option::Option< + unsafe extern "C" fn(pVTab: *mut sqlite3_vtab) -> ::std::os::raw::c_int, + >, + pub xDestroy: ::std::option::Option< + unsafe extern "C" fn(pVTab: *mut sqlite3_vtab) -> ::std::os::raw::c_int, + >, + pub xOpen: ::std::option::Option< + unsafe extern "C" fn( + pVTab: *mut sqlite3_vtab, + ppCursor: *mut *mut sqlite3_vtab_cursor, + ) -> ::std::os::raw::c_int, + >, + pub xClose: ::std::option::Option< + unsafe extern "C" fn(arg1: *mut sqlite3_vtab_cursor) -> ::std::os::raw::c_int, + >, + pub xFilter: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3_vtab_cursor, + idxNum: ::std::os::raw::c_int, + idxStr: *const ::std::os::raw::c_char, + argc: ::std::os::raw::c_int, + argv: *mut *mut sqlite3_value, + ) -> ::std::os::raw::c_int, + >, + pub xNext: ::std::option::Option< + unsafe extern "C" fn(arg1: *mut sqlite3_vtab_cursor) -> ::std::os::raw::c_int, + >, + pub xEof: ::std::option::Option< + unsafe extern "C" fn(arg1: *mut sqlite3_vtab_cursor) -> ::std::os::raw::c_int, + >, + pub xColumn: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3_vtab_cursor, + arg2: *mut sqlite3_context, + arg3: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int, + >, + pub xRowid: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3_vtab_cursor, + pRowid: *mut sqlite3_int64, + ) -> ::std::os::raw::c_int, + >, + pub xUpdate: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3_vtab, + arg2: ::std::os::raw::c_int, + arg3: *mut *mut sqlite3_value, + arg4: *mut sqlite3_int64, + ) -> ::std::os::raw::c_int, + >, + pub xBegin: ::std::option::Option< + unsafe extern "C" fn(pVTab: *mut sqlite3_vtab) -> ::std::os::raw::c_int, + >, + pub xSync: ::std::option::Option< + unsafe extern "C" fn(pVTab: *mut sqlite3_vtab) -> ::std::os::raw::c_int, + >, + pub xCommit: ::std::option::Option< + unsafe extern "C" fn(pVTab: *mut sqlite3_vtab) -> ::std::os::raw::c_int, + >, + pub xRollback: ::std::option::Option< + unsafe extern "C" fn(pVTab: *mut sqlite3_vtab) -> ::std::os::raw::c_int, + >, + pub xFindFunction: ::std::option::Option< + unsafe extern "C" fn( + pVtab: *mut sqlite3_vtab, + nArg: ::std::os::raw::c_int, + zName: *const ::std::os::raw::c_char, + pxFunc: *mut ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3_context, + arg2: ::std::os::raw::c_int, + arg3: *mut *mut sqlite3_value, + ), + >, + ppArg: *mut *mut ::std::os::raw::c_void, + ) -> ::std::os::raw::c_int, + >, + pub xRename: ::std::option::Option< + unsafe extern "C" fn( + pVtab: *mut sqlite3_vtab, + zNew: *const ::std::os::raw::c_char, + ) -> ::std::os::raw::c_int, + >, + pub xSavepoint: ::std::option::Option< + unsafe extern "C" fn( + pVTab: *mut sqlite3_vtab, + arg1: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int, + >, + pub xRelease: ::std::option::Option< + unsafe extern "C" fn( + pVTab: *mut sqlite3_vtab, + arg1: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int, + >, + pub xRollbackTo: ::std::option::Option< + unsafe extern "C" fn( + pVTab: *mut sqlite3_vtab, + arg1: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int, + >, + pub xShadowName: ::std::option::Option< + unsafe extern "C" fn(arg1: *const ::std::os::raw::c_char) -> ::std::os::raw::c_int, + >, + pub xIntegrity: ::std::option::Option< + unsafe extern "C" fn( + pVTab: *mut sqlite3_vtab, + zSchema: *const ::std::os::raw::c_char, + zTabName: *const ::std::os::raw::c_char, + mFlags: ::std::os::raw::c_int, + pzErr: *mut *mut ::std::os::raw::c_char, + ) -> ::std::os::raw::c_int, + >, +} +#[repr(C)] +#[derive(Debug, Copy, Clone)] +pub struct sqlite3_index_info { + pub nConstraint: ::std::os::raw::c_int, + pub aConstraint: *mut sqlite3_index_constraint, + pub nOrderBy: ::std::os::raw::c_int, + pub aOrderBy: *mut sqlite3_index_orderby, + pub aConstraintUsage: *mut sqlite3_index_constraint_usage, + pub idxNum: ::std::os::raw::c_int, + pub idxStr: *mut ::std::os::raw::c_char, + pub needToFreeIdxStr: ::std::os::raw::c_int, + pub orderByConsumed: ::std::os::raw::c_int, + pub estimatedCost: f64, + pub estimatedRows: sqlite3_int64, + pub idxFlags: ::std::os::raw::c_int, + pub colUsed: sqlite3_uint64, +} +#[repr(C)] +#[derive(Debug, Copy, Clone)] +pub struct sqlite3_index_constraint { + pub iColumn: ::std::os::raw::c_int, + pub op: ::std::os::raw::c_uchar, + pub usable: ::std::os::raw::c_uchar, + pub iTermOffset: ::std::os::raw::c_int, +} +#[repr(C)] +#[derive(Debug, Copy, Clone)] +pub struct sqlite3_index_orderby { + pub iColumn: ::std::os::raw::c_int, + pub desc: ::std::os::raw::c_uchar, +} +#[repr(C)] +#[derive(Debug, Copy, Clone)] +pub struct sqlite3_index_constraint_usage { + pub argvIndex: ::std::os::raw::c_int, + pub omit: ::std::os::raw::c_uchar, +} +extern "C" { + pub fn sqlite3_create_module_v2( + db: *mut sqlite3, + zName: *const ::std::os::raw::c_char, + p: *const sqlite3_module, + pClientData: *mut ::std::os::raw::c_void, + xDestroy: ::std::option::Option, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_drop_modules( + db: *mut sqlite3, + azKeep: *mut *const ::std::os::raw::c_char, + ) -> ::std::os::raw::c_int; +} +#[repr(C)] +#[derive(Debug, Copy, Clone)] +pub struct sqlite3_vtab { + pub pModule: *const sqlite3_module, + pub nRef: ::std::os::raw::c_int, + pub zErrMsg: *mut ::std::os::raw::c_char, +} +#[repr(C)] +#[derive(Debug, Copy, Clone)] +pub struct sqlite3_vtab_cursor { + pub pVtab: *mut sqlite3_vtab, +} +extern "C" { + pub fn sqlite3_declare_vtab( + arg1: *mut sqlite3, + zSQL: *const ::std::os::raw::c_char, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_overload_function( + arg1: *mut sqlite3, + zFuncName: *const ::std::os::raw::c_char, + nArg: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int; +} +#[repr(C)] +#[derive(Debug, Copy, Clone)] +pub struct sqlite3_blob { + _unused: [u8; 0], +} +extern "C" { + pub fn sqlite3_blob_open( + arg1: *mut sqlite3, + zDb: *const ::std::os::raw::c_char, + zTable: *const ::std::os::raw::c_char, + zColumn: *const ::std::os::raw::c_char, + iRow: sqlite3_int64, + flags: ::std::os::raw::c_int, + ppBlob: *mut *mut sqlite3_blob, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_blob_reopen( + arg1: *mut sqlite3_blob, + arg2: sqlite3_int64, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_blob_close(arg1: *mut sqlite3_blob) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_blob_bytes(arg1: *mut sqlite3_blob) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_blob_read( + arg1: *mut sqlite3_blob, + Z: *mut ::std::os::raw::c_void, + N: ::std::os::raw::c_int, + iOffset: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_blob_write( + arg1: *mut sqlite3_blob, + z: *const ::std::os::raw::c_void, + n: ::std::os::raw::c_int, + iOffset: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_vfs_find(zVfsName: *const ::std::os::raw::c_char) -> *mut sqlite3_vfs; +} +extern "C" { + pub fn sqlite3_vfs_register( + arg1: *mut sqlite3_vfs, + makeDflt: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_vfs_unregister(arg1: *mut sqlite3_vfs) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_mutex_alloc(arg1: ::std::os::raw::c_int) -> *mut sqlite3_mutex; +} +extern "C" { + pub fn sqlite3_mutex_free(arg1: *mut sqlite3_mutex); +} +extern "C" { + pub fn sqlite3_mutex_enter(arg1: *mut sqlite3_mutex); +} +extern "C" { + pub fn sqlite3_mutex_try(arg1: *mut sqlite3_mutex) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_mutex_leave(arg1: *mut sqlite3_mutex); +} +#[repr(C)] +#[derive(Debug, Copy, Clone)] +pub struct sqlite3_mutex_methods { + pub xMutexInit: ::std::option::Option ::std::os::raw::c_int>, + pub xMutexEnd: ::std::option::Option ::std::os::raw::c_int>, + pub xMutexAlloc: ::std::option::Option< + unsafe extern "C" fn(arg1: ::std::os::raw::c_int) -> *mut sqlite3_mutex, + >, + pub xMutexFree: ::std::option::Option, + pub xMutexEnter: ::std::option::Option, + pub xMutexTry: ::std::option::Option< + unsafe extern "C" fn(arg1: *mut sqlite3_mutex) -> ::std::os::raw::c_int, + >, + pub xMutexLeave: ::std::option::Option, + pub xMutexHeld: ::std::option::Option< + unsafe extern "C" fn(arg1: *mut sqlite3_mutex) -> ::std::os::raw::c_int, + >, + pub xMutexNotheld: ::std::option::Option< + unsafe extern "C" fn(arg1: *mut sqlite3_mutex) -> ::std::os::raw::c_int, + >, +} +extern "C" { + pub fn sqlite3_mutex_held(arg1: *mut sqlite3_mutex) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_mutex_notheld(arg1: *mut sqlite3_mutex) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_db_mutex(arg1: *mut sqlite3) -> *mut sqlite3_mutex; +} +extern "C" { + pub fn sqlite3_file_control( + arg1: *mut sqlite3, + zDbName: *const ::std::os::raw::c_char, + op: ::std::os::raw::c_int, + arg2: *mut ::std::os::raw::c_void, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_test_control(op: ::std::os::raw::c_int, ...) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_keyword_count() -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_keyword_name( + arg1: ::std::os::raw::c_int, + arg2: *mut *const ::std::os::raw::c_char, + arg3: *mut ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_keyword_check( + arg1: *const ::std::os::raw::c_char, + arg2: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int; +} +#[repr(C)] +#[derive(Debug, Copy, Clone)] +pub struct sqlite3_str { + _unused: [u8; 0], +} +extern "C" { + pub fn sqlite3_str_new(arg1: *mut sqlite3) -> *mut sqlite3_str; +} +extern "C" { + pub fn sqlite3_str_finish(arg1: *mut sqlite3_str) -> *mut ::std::os::raw::c_char; +} +extern "C" { + pub fn sqlite3_str_appendf(arg1: *mut sqlite3_str, zFormat: *const ::std::os::raw::c_char, ...); +} +extern "C" { + pub fn sqlite3_str_append( + arg1: *mut sqlite3_str, + zIn: *const ::std::os::raw::c_char, + N: ::std::os::raw::c_int, + ); +} +extern "C" { + pub fn sqlite3_str_appendall(arg1: *mut sqlite3_str, zIn: *const ::std::os::raw::c_char); +} +extern "C" { + pub fn sqlite3_str_appendchar( + arg1: *mut sqlite3_str, + N: ::std::os::raw::c_int, + C: ::std::os::raw::c_char, + ); +} +extern "C" { + pub fn sqlite3_str_reset(arg1: *mut sqlite3_str); +} +extern "C" { + pub fn sqlite3_str_errcode(arg1: *mut sqlite3_str) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_str_length(arg1: *mut sqlite3_str) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_str_value(arg1: *mut sqlite3_str) -> *mut ::std::os::raw::c_char; +} +extern "C" { + pub fn sqlite3_status( + op: ::std::os::raw::c_int, + pCurrent: *mut ::std::os::raw::c_int, + pHighwater: *mut ::std::os::raw::c_int, + resetFlag: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_status64( + op: ::std::os::raw::c_int, + pCurrent: *mut sqlite3_int64, + pHighwater: *mut sqlite3_int64, + resetFlag: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_db_status( + arg1: *mut sqlite3, + op: ::std::os::raw::c_int, + pCur: *mut ::std::os::raw::c_int, + pHiwtr: *mut ::std::os::raw::c_int, + resetFlg: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_stmt_status( + arg1: *mut sqlite3_stmt, + op: ::std::os::raw::c_int, + resetFlg: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int; +} +#[repr(C)] +#[derive(Debug, Copy, Clone)] +pub struct sqlite3_pcache { + _unused: [u8; 0], +} +#[repr(C)] +#[derive(Debug, Copy, Clone)] +pub struct sqlite3_pcache_page { + pub pBuf: *mut ::std::os::raw::c_void, + pub pExtra: *mut ::std::os::raw::c_void, +} +#[repr(C)] +#[derive(Debug, Copy, Clone)] +pub struct sqlite3_pcache_methods2 { + pub iVersion: ::std::os::raw::c_int, + pub pArg: *mut ::std::os::raw::c_void, + pub xInit: ::std::option::Option< + unsafe extern "C" fn(arg1: *mut ::std::os::raw::c_void) -> ::std::os::raw::c_int, + >, + pub xShutdown: ::std::option::Option, + pub xCreate: ::std::option::Option< + unsafe extern "C" fn( + szPage: ::std::os::raw::c_int, + szExtra: ::std::os::raw::c_int, + bPurgeable: ::std::os::raw::c_int, + ) -> *mut sqlite3_pcache, + >, + pub xCachesize: ::std::option::Option< + unsafe extern "C" fn(arg1: *mut sqlite3_pcache, nCachesize: ::std::os::raw::c_int), + >, + pub xPagecount: ::std::option::Option< + unsafe extern "C" fn(arg1: *mut sqlite3_pcache) -> ::std::os::raw::c_int, + >, + pub xFetch: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3_pcache, + key: ::std::os::raw::c_uint, + createFlag: ::std::os::raw::c_int, + ) -> *mut sqlite3_pcache_page, + >, + pub xUnpin: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3_pcache, + arg2: *mut sqlite3_pcache_page, + discard: ::std::os::raw::c_int, + ), + >, + pub xRekey: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3_pcache, + arg2: *mut sqlite3_pcache_page, + oldKey: ::std::os::raw::c_uint, + newKey: ::std::os::raw::c_uint, + ), + >, + pub xTruncate: ::std::option::Option< + unsafe extern "C" fn(arg1: *mut sqlite3_pcache, iLimit: ::std::os::raw::c_uint), + >, + pub xDestroy: ::std::option::Option, + pub xShrink: ::std::option::Option, +} +#[repr(C)] +#[derive(Debug, Copy, Clone)] +pub struct sqlite3_pcache_methods { + pub pArg: *mut ::std::os::raw::c_void, + pub xInit: ::std::option::Option< + unsafe extern "C" fn(arg1: *mut ::std::os::raw::c_void) -> ::std::os::raw::c_int, + >, + pub xShutdown: ::std::option::Option, + pub xCreate: ::std::option::Option< + unsafe extern "C" fn( + szPage: ::std::os::raw::c_int, + bPurgeable: ::std::os::raw::c_int, + ) -> *mut sqlite3_pcache, + >, + pub xCachesize: ::std::option::Option< + unsafe extern "C" fn(arg1: *mut sqlite3_pcache, nCachesize: ::std::os::raw::c_int), + >, + pub xPagecount: ::std::option::Option< + unsafe extern "C" fn(arg1: *mut sqlite3_pcache) -> ::std::os::raw::c_int, + >, + pub xFetch: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3_pcache, + key: ::std::os::raw::c_uint, + createFlag: ::std::os::raw::c_int, + ) -> *mut ::std::os::raw::c_void, + >, + pub xUnpin: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3_pcache, + arg2: *mut ::std::os::raw::c_void, + discard: ::std::os::raw::c_int, + ), + >, + pub xRekey: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3_pcache, + arg2: *mut ::std::os::raw::c_void, + oldKey: ::std::os::raw::c_uint, + newKey: ::std::os::raw::c_uint, + ), + >, + pub xTruncate: ::std::option::Option< + unsafe extern "C" fn(arg1: *mut sqlite3_pcache, iLimit: ::std::os::raw::c_uint), + >, + pub xDestroy: ::std::option::Option, +} +#[repr(C)] +#[derive(Debug, Copy, Clone)] +pub struct sqlite3_backup { + _unused: [u8; 0], +} +extern "C" { + pub fn sqlite3_backup_init( + pDest: *mut sqlite3, + zDestName: *const ::std::os::raw::c_char, + pSource: *mut sqlite3, + zSourceName: *const ::std::os::raw::c_char, + ) -> *mut sqlite3_backup; +} +extern "C" { + pub fn sqlite3_backup_step( + p: *mut sqlite3_backup, + nPage: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_backup_finish(p: *mut sqlite3_backup) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_backup_remaining(p: *mut sqlite3_backup) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_backup_pagecount(p: *mut sqlite3_backup) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_unlock_notify( + pBlocked: *mut sqlite3, + xNotify: ::std::option::Option< + unsafe extern "C" fn( + apArg: *mut *mut ::std::os::raw::c_void, + nArg: ::std::os::raw::c_int, + ), + >, + pNotifyArg: *mut ::std::os::raw::c_void, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_stricmp( + arg1: *const ::std::os::raw::c_char, + arg2: *const ::std::os::raw::c_char, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_strnicmp( + arg1: *const ::std::os::raw::c_char, + arg2: *const ::std::os::raw::c_char, + arg3: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_strglob( + zGlob: *const ::std::os::raw::c_char, + zStr: *const ::std::os::raw::c_char, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_strlike( + zGlob: *const ::std::os::raw::c_char, + zStr: *const ::std::os::raw::c_char, + cEsc: ::std::os::raw::c_uint, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_log( + iErrCode: ::std::os::raw::c_int, + zFormat: *const ::std::os::raw::c_char, + ... + ); +} +extern "C" { + pub fn sqlite3_wal_hook( + arg1: *mut sqlite3, + arg2: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut ::std::os::raw::c_void, + arg2: *mut sqlite3, + arg3: *const ::std::os::raw::c_char, + arg4: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int, + >, + arg3: *mut ::std::os::raw::c_void, + ) -> *mut ::std::os::raw::c_void; +} +extern "C" { + pub fn sqlite3_wal_autocheckpoint( + db: *mut sqlite3, + N: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_wal_checkpoint( + db: *mut sqlite3, + zDb: *const ::std::os::raw::c_char, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_wal_checkpoint_v2( + db: *mut sqlite3, + zDb: *const ::std::os::raw::c_char, + eMode: ::std::os::raw::c_int, + pnLog: *mut ::std::os::raw::c_int, + pnCkpt: *mut ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_vtab_config( + arg1: *mut sqlite3, + op: ::std::os::raw::c_int, + ... + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_vtab_on_conflict(arg1: *mut sqlite3) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_vtab_nochange(arg1: *mut sqlite3_context) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_vtab_collation( + arg1: *mut sqlite3_index_info, + arg2: ::std::os::raw::c_int, + ) -> *const ::std::os::raw::c_char; +} +extern "C" { + pub fn sqlite3_vtab_distinct(arg1: *mut sqlite3_index_info) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_vtab_in( + arg1: *mut sqlite3_index_info, + iCons: ::std::os::raw::c_int, + bHandle: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_vtab_in_first( + pVal: *mut sqlite3_value, + ppOut: *mut *mut sqlite3_value, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_vtab_in_next( + pVal: *mut sqlite3_value, + ppOut: *mut *mut sqlite3_value, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_vtab_rhs_value( + arg1: *mut sqlite3_index_info, + arg2: ::std::os::raw::c_int, + ppVal: *mut *mut sqlite3_value, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_stmt_scanstatus( + pStmt: *mut sqlite3_stmt, + idx: ::std::os::raw::c_int, + iScanStatusOp: ::std::os::raw::c_int, + pOut: *mut ::std::os::raw::c_void, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_stmt_scanstatus_v2( + pStmt: *mut sqlite3_stmt, + idx: ::std::os::raw::c_int, + iScanStatusOp: ::std::os::raw::c_int, + flags: ::std::os::raw::c_int, + pOut: *mut ::std::os::raw::c_void, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_stmt_scanstatus_reset(arg1: *mut sqlite3_stmt); +} +extern "C" { + pub fn sqlite3_db_cacheflush(arg1: *mut sqlite3) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_preupdate_hook( + db: *mut sqlite3, + xPreUpdate: ::std::option::Option< + unsafe extern "C" fn( + pCtx: *mut ::std::os::raw::c_void, + db: *mut sqlite3, + op: ::std::os::raw::c_int, + zDb: *const ::std::os::raw::c_char, + zName: *const ::std::os::raw::c_char, + iKey1: sqlite3_int64, + iKey2: sqlite3_int64, + ), + >, + arg1: *mut ::std::os::raw::c_void, + ) -> *mut ::std::os::raw::c_void; +} +extern "C" { + pub fn sqlite3_preupdate_old( + arg1: *mut sqlite3, + arg2: ::std::os::raw::c_int, + arg3: *mut *mut sqlite3_value, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_preupdate_count(arg1: *mut sqlite3) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_preupdate_depth(arg1: *mut sqlite3) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_preupdate_new( + arg1: *mut sqlite3, + arg2: ::std::os::raw::c_int, + arg3: *mut *mut sqlite3_value, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_preupdate_blobwrite(arg1: *mut sqlite3) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_system_errno(arg1: *mut sqlite3) -> ::std::os::raw::c_int; +} +#[repr(C)] +#[derive(Debug, Copy, Clone)] +pub struct sqlite3_snapshot { + pub hidden: [::std::os::raw::c_uchar; 48usize], +} +extern "C" { + pub fn sqlite3_snapshot_get( + db: *mut sqlite3, + zSchema: *const ::std::os::raw::c_char, + ppSnapshot: *mut *mut sqlite3_snapshot, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_snapshot_open( + db: *mut sqlite3, + zSchema: *const ::std::os::raw::c_char, + pSnapshot: *mut sqlite3_snapshot, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_snapshot_free(arg1: *mut sqlite3_snapshot); +} +extern "C" { + pub fn sqlite3_snapshot_cmp( + p1: *mut sqlite3_snapshot, + p2: *mut sqlite3_snapshot, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_snapshot_recover( + db: *mut sqlite3, + zDb: *const ::std::os::raw::c_char, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3_serialize( + db: *mut sqlite3, + zSchema: *const ::std::os::raw::c_char, + piSize: *mut sqlite3_int64, + mFlags: ::std::os::raw::c_uint, + ) -> *mut ::std::os::raw::c_uchar; +} +extern "C" { + pub fn sqlite3_deserialize( + db: *mut sqlite3, + zSchema: *const ::std::os::raw::c_char, + pData: *mut ::std::os::raw::c_uchar, + szDb: sqlite3_int64, + szBuf: sqlite3_int64, + mFlags: ::std::os::raw::c_uint, + ) -> ::std::os::raw::c_int; +} +pub type sqlite3_rtree_dbl = f64; +extern "C" { + pub fn sqlite3_rtree_geometry_callback( + db: *mut sqlite3, + zGeom: *const ::std::os::raw::c_char, + xGeom: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut sqlite3_rtree_geometry, + arg2: ::std::os::raw::c_int, + arg3: *mut sqlite3_rtree_dbl, + arg4: *mut ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int, + >, + pContext: *mut ::std::os::raw::c_void, + ) -> ::std::os::raw::c_int; +} +#[repr(C)] +#[derive(Debug, Copy, Clone)] +pub struct sqlite3_rtree_geometry { + pub pContext: *mut ::std::os::raw::c_void, + pub nParam: ::std::os::raw::c_int, + pub aParam: *mut sqlite3_rtree_dbl, + pub pUser: *mut ::std::os::raw::c_void, + pub xDelUser: ::std::option::Option, +} +extern "C" { + pub fn sqlite3_rtree_query_callback( + db: *mut sqlite3, + zQueryFunc: *const ::std::os::raw::c_char, + xQueryFunc: ::std::option::Option< + unsafe extern "C" fn(arg1: *mut sqlite3_rtree_query_info) -> ::std::os::raw::c_int, + >, + pContext: *mut ::std::os::raw::c_void, + xDestructor: ::std::option::Option, + ) -> ::std::os::raw::c_int; +} +#[repr(C)] +#[derive(Debug, Copy, Clone)] +pub struct sqlite3_rtree_query_info { + pub pContext: *mut ::std::os::raw::c_void, + pub nParam: ::std::os::raw::c_int, + pub aParam: *mut sqlite3_rtree_dbl, + pub pUser: *mut ::std::os::raw::c_void, + pub xDelUser: ::std::option::Option, + pub aCoord: *mut sqlite3_rtree_dbl, + pub anQueue: *mut ::std::os::raw::c_uint, + pub nCoord: ::std::os::raw::c_int, + pub iLevel: ::std::os::raw::c_int, + pub mxLevel: ::std::os::raw::c_int, + pub iRowid: sqlite3_int64, + pub rParentScore: sqlite3_rtree_dbl, + pub eParentWithin: ::std::os::raw::c_int, + pub eWithin: ::std::os::raw::c_int, + pub rScore: sqlite3_rtree_dbl, + pub apSqlParam: *mut *mut sqlite3_value, +} +#[repr(C)] +#[derive(Debug, Copy, Clone)] +pub struct sqlite3_session { + _unused: [u8; 0], +} +#[repr(C)] +#[derive(Debug, Copy, Clone)] +pub struct sqlite3_changeset_iter { + _unused: [u8; 0], +} +extern "C" { + pub fn sqlite3session_create( + db: *mut sqlite3, + zDb: *const ::std::os::raw::c_char, + ppSession: *mut *mut sqlite3_session, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3session_delete(pSession: *mut sqlite3_session); +} +extern "C" { + pub fn sqlite3session_object_config( + arg1: *mut sqlite3_session, + op: ::std::os::raw::c_int, + pArg: *mut ::std::os::raw::c_void, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3session_enable( + pSession: *mut sqlite3_session, + bEnable: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3session_indirect( + pSession: *mut sqlite3_session, + bIndirect: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3session_attach( + pSession: *mut sqlite3_session, + zTab: *const ::std::os::raw::c_char, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3session_table_filter( + pSession: *mut sqlite3_session, + xFilter: ::std::option::Option< + unsafe extern "C" fn( + pCtx: *mut ::std::os::raw::c_void, + zTab: *const ::std::os::raw::c_char, + ) -> ::std::os::raw::c_int, + >, + pCtx: *mut ::std::os::raw::c_void, + ); +} +extern "C" { + pub fn sqlite3session_changeset( + pSession: *mut sqlite3_session, + pnChangeset: *mut ::std::os::raw::c_int, + ppChangeset: *mut *mut ::std::os::raw::c_void, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3session_changeset_size(pSession: *mut sqlite3_session) -> sqlite3_int64; +} +extern "C" { + pub fn sqlite3session_diff( + pSession: *mut sqlite3_session, + zFromDb: *const ::std::os::raw::c_char, + zTbl: *const ::std::os::raw::c_char, + pzErrMsg: *mut *mut ::std::os::raw::c_char, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3session_patchset( + pSession: *mut sqlite3_session, + pnPatchset: *mut ::std::os::raw::c_int, + ppPatchset: *mut *mut ::std::os::raw::c_void, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3session_isempty(pSession: *mut sqlite3_session) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3session_memory_used(pSession: *mut sqlite3_session) -> sqlite3_int64; +} +extern "C" { + pub fn sqlite3changeset_start( + pp: *mut *mut sqlite3_changeset_iter, + nChangeset: ::std::os::raw::c_int, + pChangeset: *mut ::std::os::raw::c_void, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3changeset_start_v2( + pp: *mut *mut sqlite3_changeset_iter, + nChangeset: ::std::os::raw::c_int, + pChangeset: *mut ::std::os::raw::c_void, + flags: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3changeset_next(pIter: *mut sqlite3_changeset_iter) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3changeset_op( + pIter: *mut sqlite3_changeset_iter, + pzTab: *mut *const ::std::os::raw::c_char, + pnCol: *mut ::std::os::raw::c_int, + pOp: *mut ::std::os::raw::c_int, + pbIndirect: *mut ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3changeset_pk( + pIter: *mut sqlite3_changeset_iter, + pabPK: *mut *mut ::std::os::raw::c_uchar, + pnCol: *mut ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3changeset_old( + pIter: *mut sqlite3_changeset_iter, + iVal: ::std::os::raw::c_int, + ppValue: *mut *mut sqlite3_value, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3changeset_new( + pIter: *mut sqlite3_changeset_iter, + iVal: ::std::os::raw::c_int, + ppValue: *mut *mut sqlite3_value, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3changeset_conflict( + pIter: *mut sqlite3_changeset_iter, + iVal: ::std::os::raw::c_int, + ppValue: *mut *mut sqlite3_value, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3changeset_fk_conflicts( + pIter: *mut sqlite3_changeset_iter, + pnOut: *mut ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3changeset_finalize(pIter: *mut sqlite3_changeset_iter) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3changeset_invert( + nIn: ::std::os::raw::c_int, + pIn: *const ::std::os::raw::c_void, + pnOut: *mut ::std::os::raw::c_int, + ppOut: *mut *mut ::std::os::raw::c_void, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3changeset_concat( + nA: ::std::os::raw::c_int, + pA: *mut ::std::os::raw::c_void, + nB: ::std::os::raw::c_int, + pB: *mut ::std::os::raw::c_void, + pnOut: *mut ::std::os::raw::c_int, + ppOut: *mut *mut ::std::os::raw::c_void, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3changeset_upgrade( + db: *mut sqlite3, + zDb: *const ::std::os::raw::c_char, + nIn: ::std::os::raw::c_int, + pIn: *const ::std::os::raw::c_void, + pnOut: *mut ::std::os::raw::c_int, + ppOut: *mut *mut ::std::os::raw::c_void, + ) -> ::std::os::raw::c_int; +} +#[repr(C)] +#[derive(Debug, Copy, Clone)] +pub struct sqlite3_changegroup { + _unused: [u8; 0], +} +extern "C" { + pub fn sqlite3changegroup_new(pp: *mut *mut sqlite3_changegroup) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3changegroup_schema( + arg1: *mut sqlite3_changegroup, + arg2: *mut sqlite3, + zDb: *const ::std::os::raw::c_char, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3changegroup_add( + arg1: *mut sqlite3_changegroup, + nData: ::std::os::raw::c_int, + pData: *mut ::std::os::raw::c_void, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3changegroup_add_change( + arg1: *mut sqlite3_changegroup, + arg2: *mut sqlite3_changeset_iter, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3changegroup_output( + arg1: *mut sqlite3_changegroup, + pnData: *mut ::std::os::raw::c_int, + ppData: *mut *mut ::std::os::raw::c_void, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3changegroup_delete(arg1: *mut sqlite3_changegroup); +} +extern "C" { + pub fn sqlite3changeset_apply( + db: *mut sqlite3, + nChangeset: ::std::os::raw::c_int, + pChangeset: *mut ::std::os::raw::c_void, + xFilter: ::std::option::Option< + unsafe extern "C" fn( + pCtx: *mut ::std::os::raw::c_void, + zTab: *const ::std::os::raw::c_char, + ) -> ::std::os::raw::c_int, + >, + xConflict: ::std::option::Option< + unsafe extern "C" fn( + pCtx: *mut ::std::os::raw::c_void, + eConflict: ::std::os::raw::c_int, + p: *mut sqlite3_changeset_iter, + ) -> ::std::os::raw::c_int, + >, + pCtx: *mut ::std::os::raw::c_void, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3changeset_apply_v2( + db: *mut sqlite3, + nChangeset: ::std::os::raw::c_int, + pChangeset: *mut ::std::os::raw::c_void, + xFilter: ::std::option::Option< + unsafe extern "C" fn( + pCtx: *mut ::std::os::raw::c_void, + zTab: *const ::std::os::raw::c_char, + ) -> ::std::os::raw::c_int, + >, + xConflict: ::std::option::Option< + unsafe extern "C" fn( + pCtx: *mut ::std::os::raw::c_void, + eConflict: ::std::os::raw::c_int, + p: *mut sqlite3_changeset_iter, + ) -> ::std::os::raw::c_int, + >, + pCtx: *mut ::std::os::raw::c_void, + ppRebase: *mut *mut ::std::os::raw::c_void, + pnRebase: *mut ::std::os::raw::c_int, + flags: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int; +} +#[repr(C)] +#[derive(Debug, Copy, Clone)] +pub struct sqlite3_rebaser { + _unused: [u8; 0], +} +extern "C" { + pub fn sqlite3rebaser_create(ppNew: *mut *mut sqlite3_rebaser) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3rebaser_configure( + arg1: *mut sqlite3_rebaser, + nRebase: ::std::os::raw::c_int, + pRebase: *const ::std::os::raw::c_void, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3rebaser_rebase( + arg1: *mut sqlite3_rebaser, + nIn: ::std::os::raw::c_int, + pIn: *const ::std::os::raw::c_void, + pnOut: *mut ::std::os::raw::c_int, + ppOut: *mut *mut ::std::os::raw::c_void, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3rebaser_delete(p: *mut sqlite3_rebaser); +} +extern "C" { + pub fn sqlite3changeset_apply_strm( + db: *mut sqlite3, + xInput: ::std::option::Option< + unsafe extern "C" fn( + pIn: *mut ::std::os::raw::c_void, + pData: *mut ::std::os::raw::c_void, + pnData: *mut ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int, + >, + pIn: *mut ::std::os::raw::c_void, + xFilter: ::std::option::Option< + unsafe extern "C" fn( + pCtx: *mut ::std::os::raw::c_void, + zTab: *const ::std::os::raw::c_char, + ) -> ::std::os::raw::c_int, + >, + xConflict: ::std::option::Option< + unsafe extern "C" fn( + pCtx: *mut ::std::os::raw::c_void, + eConflict: ::std::os::raw::c_int, + p: *mut sqlite3_changeset_iter, + ) -> ::std::os::raw::c_int, + >, + pCtx: *mut ::std::os::raw::c_void, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3changeset_apply_v2_strm( + db: *mut sqlite3, + xInput: ::std::option::Option< + unsafe extern "C" fn( + pIn: *mut ::std::os::raw::c_void, + pData: *mut ::std::os::raw::c_void, + pnData: *mut ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int, + >, + pIn: *mut ::std::os::raw::c_void, + xFilter: ::std::option::Option< + unsafe extern "C" fn( + pCtx: *mut ::std::os::raw::c_void, + zTab: *const ::std::os::raw::c_char, + ) -> ::std::os::raw::c_int, + >, + xConflict: ::std::option::Option< + unsafe extern "C" fn( + pCtx: *mut ::std::os::raw::c_void, + eConflict: ::std::os::raw::c_int, + p: *mut sqlite3_changeset_iter, + ) -> ::std::os::raw::c_int, + >, + pCtx: *mut ::std::os::raw::c_void, + ppRebase: *mut *mut ::std::os::raw::c_void, + pnRebase: *mut ::std::os::raw::c_int, + flags: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3changeset_concat_strm( + xInputA: ::std::option::Option< + unsafe extern "C" fn( + pIn: *mut ::std::os::raw::c_void, + pData: *mut ::std::os::raw::c_void, + pnData: *mut ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int, + >, + pInA: *mut ::std::os::raw::c_void, + xInputB: ::std::option::Option< + unsafe extern "C" fn( + pIn: *mut ::std::os::raw::c_void, + pData: *mut ::std::os::raw::c_void, + pnData: *mut ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int, + >, + pInB: *mut ::std::os::raw::c_void, + xOutput: ::std::option::Option< + unsafe extern "C" fn( + pOut: *mut ::std::os::raw::c_void, + pData: *const ::std::os::raw::c_void, + nData: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int, + >, + pOut: *mut ::std::os::raw::c_void, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3changeset_invert_strm( + xInput: ::std::option::Option< + unsafe extern "C" fn( + pIn: *mut ::std::os::raw::c_void, + pData: *mut ::std::os::raw::c_void, + pnData: *mut ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int, + >, + pIn: *mut ::std::os::raw::c_void, + xOutput: ::std::option::Option< + unsafe extern "C" fn( + pOut: *mut ::std::os::raw::c_void, + pData: *const ::std::os::raw::c_void, + nData: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int, + >, + pOut: *mut ::std::os::raw::c_void, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3changeset_start_strm( + pp: *mut *mut sqlite3_changeset_iter, + xInput: ::std::option::Option< + unsafe extern "C" fn( + pIn: *mut ::std::os::raw::c_void, + pData: *mut ::std::os::raw::c_void, + pnData: *mut ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int, + >, + pIn: *mut ::std::os::raw::c_void, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3changeset_start_v2_strm( + pp: *mut *mut sqlite3_changeset_iter, + xInput: ::std::option::Option< + unsafe extern "C" fn( + pIn: *mut ::std::os::raw::c_void, + pData: *mut ::std::os::raw::c_void, + pnData: *mut ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int, + >, + pIn: *mut ::std::os::raw::c_void, + flags: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3session_changeset_strm( + pSession: *mut sqlite3_session, + xOutput: ::std::option::Option< + unsafe extern "C" fn( + pOut: *mut ::std::os::raw::c_void, + pData: *const ::std::os::raw::c_void, + nData: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int, + >, + pOut: *mut ::std::os::raw::c_void, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3session_patchset_strm( + pSession: *mut sqlite3_session, + xOutput: ::std::option::Option< + unsafe extern "C" fn( + pOut: *mut ::std::os::raw::c_void, + pData: *const ::std::os::raw::c_void, + nData: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int, + >, + pOut: *mut ::std::os::raw::c_void, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3changegroup_add_strm( + arg1: *mut sqlite3_changegroup, + xInput: ::std::option::Option< + unsafe extern "C" fn( + pIn: *mut ::std::os::raw::c_void, + pData: *mut ::std::os::raw::c_void, + pnData: *mut ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int, + >, + pIn: *mut ::std::os::raw::c_void, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3changegroup_output_strm( + arg1: *mut sqlite3_changegroup, + xOutput: ::std::option::Option< + unsafe extern "C" fn( + pOut: *mut ::std::os::raw::c_void, + pData: *const ::std::os::raw::c_void, + nData: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int, + >, + pOut: *mut ::std::os::raw::c_void, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3rebaser_rebase_strm( + pRebaser: *mut sqlite3_rebaser, + xInput: ::std::option::Option< + unsafe extern "C" fn( + pIn: *mut ::std::os::raw::c_void, + pData: *mut ::std::os::raw::c_void, + pnData: *mut ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int, + >, + pIn: *mut ::std::os::raw::c_void, + xOutput: ::std::option::Option< + unsafe extern "C" fn( + pOut: *mut ::std::os::raw::c_void, + pData: *const ::std::os::raw::c_void, + nData: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int, + >, + pOut: *mut ::std::os::raw::c_void, + ) -> ::std::os::raw::c_int; +} +extern "C" { + pub fn sqlite3session_config( + op: ::std::os::raw::c_int, + pArg: *mut ::std::os::raw::c_void, + ) -> ::std::os::raw::c_int; +} +#[repr(C)] +#[derive(Debug, Copy, Clone)] +pub struct Fts5Context { + _unused: [u8; 0], +} +pub type fts5_extension_function = ::std::option::Option< + unsafe extern "C" fn( + pApi: *const Fts5ExtensionApi, + pFts: *mut Fts5Context, + pCtx: *mut sqlite3_context, + nVal: ::std::os::raw::c_int, + apVal: *mut *mut sqlite3_value, + ), +>; +#[repr(C)] +#[derive(Debug, Copy, Clone)] +pub struct Fts5PhraseIter { + pub a: *const ::std::os::raw::c_uchar, + pub b: *const ::std::os::raw::c_uchar, +} +#[repr(C)] +#[derive(Debug, Copy, Clone)] +pub struct Fts5ExtensionApi { + pub iVersion: ::std::os::raw::c_int, + pub xUserData: ::std::option::Option< + unsafe extern "C" fn(arg1: *mut Fts5Context) -> *mut ::std::os::raw::c_void, + >, + pub xColumnCount: ::std::option::Option< + unsafe extern "C" fn(arg1: *mut Fts5Context) -> ::std::os::raw::c_int, + >, + pub xRowCount: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut Fts5Context, + pnRow: *mut sqlite3_int64, + ) -> ::std::os::raw::c_int, + >, + pub xColumnTotalSize: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut Fts5Context, + iCol: ::std::os::raw::c_int, + pnToken: *mut sqlite3_int64, + ) -> ::std::os::raw::c_int, + >, + pub xTokenize: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut Fts5Context, + pText: *const ::std::os::raw::c_char, + nText: ::std::os::raw::c_int, + pCtx: *mut ::std::os::raw::c_void, + xToken: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut ::std::os::raw::c_void, + arg2: ::std::os::raw::c_int, + arg3: *const ::std::os::raw::c_char, + arg4: ::std::os::raw::c_int, + arg5: ::std::os::raw::c_int, + arg6: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int, + >, + ) -> ::std::os::raw::c_int, + >, + pub xPhraseCount: ::std::option::Option< + unsafe extern "C" fn(arg1: *mut Fts5Context) -> ::std::os::raw::c_int, + >, + pub xPhraseSize: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut Fts5Context, + iPhrase: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int, + >, + pub xInstCount: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut Fts5Context, + pnInst: *mut ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int, + >, + pub xInst: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut Fts5Context, + iIdx: ::std::os::raw::c_int, + piPhrase: *mut ::std::os::raw::c_int, + piCol: *mut ::std::os::raw::c_int, + piOff: *mut ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int, + >, + pub xRowid: + ::std::option::Option sqlite3_int64>, + pub xColumnText: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut Fts5Context, + iCol: ::std::os::raw::c_int, + pz: *mut *const ::std::os::raw::c_char, + pn: *mut ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int, + >, + pub xColumnSize: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut Fts5Context, + iCol: ::std::os::raw::c_int, + pnToken: *mut ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int, + >, + pub xQueryPhrase: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut Fts5Context, + iPhrase: ::std::os::raw::c_int, + pUserData: *mut ::std::os::raw::c_void, + arg2: ::std::option::Option< + unsafe extern "C" fn( + arg1: *const Fts5ExtensionApi, + arg2: *mut Fts5Context, + arg3: *mut ::std::os::raw::c_void, + ) -> ::std::os::raw::c_int, + >, + ) -> ::std::os::raw::c_int, + >, + pub xSetAuxdata: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut Fts5Context, + pAux: *mut ::std::os::raw::c_void, + xDelete: ::std::option::Option, + ) -> ::std::os::raw::c_int, + >, + pub xGetAuxdata: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut Fts5Context, + bClear: ::std::os::raw::c_int, + ) -> *mut ::std::os::raw::c_void, + >, + pub xPhraseFirst: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut Fts5Context, + iPhrase: ::std::os::raw::c_int, + arg2: *mut Fts5PhraseIter, + arg3: *mut ::std::os::raw::c_int, + arg4: *mut ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int, + >, + pub xPhraseNext: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut Fts5Context, + arg2: *mut Fts5PhraseIter, + piCol: *mut ::std::os::raw::c_int, + piOff: *mut ::std::os::raw::c_int, + ), + >, + pub xPhraseFirstColumn: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut Fts5Context, + iPhrase: ::std::os::raw::c_int, + arg2: *mut Fts5PhraseIter, + arg3: *mut ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int, + >, + pub xPhraseNextColumn: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut Fts5Context, + arg2: *mut Fts5PhraseIter, + piCol: *mut ::std::os::raw::c_int, + ), + >, + pub xQueryToken: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut Fts5Context, + iPhrase: ::std::os::raw::c_int, + iToken: ::std::os::raw::c_int, + ppToken: *mut *const ::std::os::raw::c_char, + pnToken: *mut ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int, + >, + pub xInstToken: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut Fts5Context, + iIdx: ::std::os::raw::c_int, + iToken: ::std::os::raw::c_int, + arg2: *mut *const ::std::os::raw::c_char, + arg3: *mut ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int, + >, +} +#[repr(C)] +#[derive(Debug, Copy, Clone)] +pub struct Fts5Tokenizer { + _unused: [u8; 0], +} +#[repr(C)] +#[derive(Debug, Copy, Clone)] +pub struct fts5_tokenizer { + pub xCreate: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut ::std::os::raw::c_void, + azArg: *mut *const ::std::os::raw::c_char, + nArg: ::std::os::raw::c_int, + ppOut: *mut *mut Fts5Tokenizer, + ) -> ::std::os::raw::c_int, + >, + pub xDelete: ::std::option::Option, + pub xTokenize: ::std::option::Option< + unsafe extern "C" fn( + arg1: *mut Fts5Tokenizer, + pCtx: *mut ::std::os::raw::c_void, + flags: ::std::os::raw::c_int, + pText: *const ::std::os::raw::c_char, + nText: ::std::os::raw::c_int, + xToken: ::std::option::Option< + unsafe extern "C" fn( + pCtx: *mut ::std::os::raw::c_void, + tflags: ::std::os::raw::c_int, + pToken: *const ::std::os::raw::c_char, + nToken: ::std::os::raw::c_int, + iStart: ::std::os::raw::c_int, + iEnd: ::std::os::raw::c_int, + ) -> ::std::os::raw::c_int, + >, + ) -> ::std::os::raw::c_int, + >, +} +#[repr(C)] +#[derive(Debug, Copy, Clone)] +pub struct fts5_api { + pub iVersion: ::std::os::raw::c_int, + pub xCreateTokenizer: ::std::option::Option< + unsafe extern "C" fn( + pApi: *mut fts5_api, + zName: *const ::std::os::raw::c_char, + pUserData: *mut ::std::os::raw::c_void, + pTokenizer: *mut fts5_tokenizer, + xDestroy: ::std::option::Option, + ) -> ::std::os::raw::c_int, + >, + pub xFindTokenizer: ::std::option::Option< + unsafe extern "C" fn( + pApi: *mut fts5_api, + zName: *const ::std::os::raw::c_char, + ppUserData: *mut *mut ::std::os::raw::c_void, + pTokenizer: *mut fts5_tokenizer, + ) -> ::std::os::raw::c_int, + >, + pub xCreateFunction: ::std::option::Option< + unsafe extern "C" fn( + pApi: *mut fts5_api, + zName: *const ::std::os::raw::c_char, + pUserData: *mut ::std::os::raw::c_void, + xFunction: fts5_extension_function, + xDestroy: ::std::option::Option, + ) -> ::std::os::raw::c_int, + >, +} diff --git a/target/debug/build/libsqlite3-sys-1f4f691b569a2dfd/out/c877a2978823c39d-sqlite3.o b/target/debug/build/libsqlite3-sys-1f4f691b569a2dfd/out/c877a2978823c39d-sqlite3.o new file mode 100644 index 0000000..1b2308c Binary files /dev/null and b/target/debug/build/libsqlite3-sys-1f4f691b569a2dfd/out/c877a2978823c39d-sqlite3.o differ diff --git a/target/debug/build/libsqlite3-sys-1f4f691b569a2dfd/out/libsqlite3.a b/target/debug/build/libsqlite3-sys-1f4f691b569a2dfd/out/libsqlite3.a new file mode 100644 index 0000000..6d879a8 Binary files /dev/null and b/target/debug/build/libsqlite3-sys-1f4f691b569a2dfd/out/libsqlite3.a differ diff --git a/target/debug/build/libsqlite3-sys-1f4f691b569a2dfd/output b/target/debug/build/libsqlite3-sys-1f4f691b569a2dfd/output new file mode 100644 index 0000000..c39aa3b --- /dev/null +++ b/target/debug/build/libsqlite3-sys-1f4f691b569a2dfd/output @@ -0,0 +1,54 @@ +cargo:rerun-if-env-changed=LIBSQLITE3_SYS_USE_PKG_CONFIG +cargo:include=/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsqlite3-sys-0.30.1/sqlite3 +cargo:rerun-if-changed=sqlite3/sqlite3.c +cargo:rerun-if-changed=sqlite3/wasm32-wasi-vfs.c +cargo:rerun-if-env-changed=SQLITE_MAX_VARIABLE_NUMBER +cargo:rerun-if-env-changed=SQLITE_MAX_EXPR_DEPTH +cargo:rerun-if-env-changed=SQLITE_MAX_COLUMN +cargo:rerun-if-env-changed=LIBSQLITE3_FLAGS +OUT_DIR = Some(/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/libsqlite3-sys-1f4f691b569a2dfd/out) +OPT_LEVEL = Some(0) +TARGET = Some(x86_64-unknown-linux-gnu) +CARGO_ENCODED_RUSTFLAGS = Some() +HOST = Some(x86_64-unknown-linux-gnu) +cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu +CC_x86_64-unknown-linux-gnu = None +cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu +CC_x86_64_unknown_linux_gnu = None +cargo:rerun-if-env-changed=HOST_CC +HOST_CC = None +cargo:rerun-if-env-changed=CC +CC = None +cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT +RUSTC_WRAPPER = None +cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS +CRATE_CC_NO_DEFAULTS = None +DEBUG = Some(true) +CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2) +cargo:rerun-if-env-changed=CFLAGS +CFLAGS = None +cargo:rerun-if-env-changed=HOST_CFLAGS +HOST_CFLAGS = None +cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu +CFLAGS_x86_64_unknown_linux_gnu = None +cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu +CFLAGS_x86_64-unknown-linux-gnu = None +cargo:rerun-if-env-changed=AR_x86_64-unknown-linux-gnu +AR_x86_64-unknown-linux-gnu = None +cargo:rerun-if-env-changed=AR_x86_64_unknown_linux_gnu +AR_x86_64_unknown_linux_gnu = None +cargo:rerun-if-env-changed=HOST_AR +HOST_AR = None +cargo:rerun-if-env-changed=AR +AR = None +cargo:rerun-if-env-changed=ARFLAGS +ARFLAGS = None +cargo:rerun-if-env-changed=HOST_ARFLAGS +HOST_ARFLAGS = None +cargo:rerun-if-env-changed=ARFLAGS_x86_64_unknown_linux_gnu +ARFLAGS_x86_64_unknown_linux_gnu = None +cargo:rerun-if-env-changed=ARFLAGS_x86_64-unknown-linux-gnu +ARFLAGS_x86_64-unknown-linux-gnu = None +cargo:rustc-link-lib=static=sqlite3 +cargo:rustc-link-search=native=/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/libsqlite3-sys-1f4f691b569a2dfd/out +cargo:lib_dir=/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/libsqlite3-sys-1f4f691b569a2dfd/out diff --git a/target/debug/build/libsqlite3-sys-1f4f691b569a2dfd/root-output b/target/debug/build/libsqlite3-sys-1f4f691b569a2dfd/root-output new file mode 100644 index 0000000..2cc8dec --- /dev/null +++ b/target/debug/build/libsqlite3-sys-1f4f691b569a2dfd/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/libsqlite3-sys-1f4f691b569a2dfd/out \ No newline at end of file diff --git a/target/debug/build/libsqlite3-sys-1f4f691b569a2dfd/stderr b/target/debug/build/libsqlite3-sys-1f4f691b569a2dfd/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/libsqlite3-sys-69564611e5b2a84b/build-script-build b/target/debug/build/libsqlite3-sys-69564611e5b2a84b/build-script-build new file mode 100755 index 0000000..a361068 Binary files /dev/null and b/target/debug/build/libsqlite3-sys-69564611e5b2a84b/build-script-build differ diff --git a/target/debug/build/libsqlite3-sys-69564611e5b2a84b/build_script_build-69564611e5b2a84b b/target/debug/build/libsqlite3-sys-69564611e5b2a84b/build_script_build-69564611e5b2a84b new file mode 100755 index 0000000..a361068 Binary files /dev/null and b/target/debug/build/libsqlite3-sys-69564611e5b2a84b/build_script_build-69564611e5b2a84b differ diff --git a/target/debug/build/libsqlite3-sys-69564611e5b2a84b/build_script_build-69564611e5b2a84b.d b/target/debug/build/libsqlite3-sys-69564611e5b2a84b/build_script_build-69564611e5b2a84b.d new file mode 100644 index 0000000..a3acaea --- /dev/null +++ b/target/debug/build/libsqlite3-sys-69564611e5b2a84b/build_script_build-69564611e5b2a84b.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/libsqlite3-sys-69564611e5b2a84b/build_script_build-69564611e5b2a84b.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsqlite3-sys-0.30.1/build.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/libsqlite3-sys-69564611e5b2a84b/build_script_build-69564611e5b2a84b: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsqlite3-sys-0.30.1/build.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsqlite3-sys-0.30.1/build.rs: + +# env-dep:CARGO_MANIFEST_DIR=/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsqlite3-sys-0.30.1 diff --git a/target/debug/build/linkme-d1a3e37188bc0b66/invoked.timestamp b/target/debug/build/linkme-d1a3e37188bc0b66/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/linkme-d1a3e37188bc0b66/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/linkme-d1a3e37188bc0b66/out/private.rs b/target/debug/build/linkme-d1a3e37188bc0b66/out/private.rs new file mode 100644 index 0000000..d7a2590 --- /dev/null +++ b/target/debug/build/linkme-d1a3e37188bc0b66/out/private.rs @@ -0,0 +1,5 @@ +#[doc(hidden)] +pub mod __private35 { + #[doc(hidden)] + pub use crate::private::*; +} diff --git a/target/debug/build/linkme-d1a3e37188bc0b66/output b/target/debug/build/linkme-d1a3e37188bc0b66/output new file mode 100644 index 0000000..d15ba9a --- /dev/null +++ b/target/debug/build/linkme-d1a3e37188bc0b66/output @@ -0,0 +1 @@ +cargo:rerun-if-changed=build.rs diff --git a/target/debug/build/linkme-d1a3e37188bc0b66/root-output b/target/debug/build/linkme-d1a3e37188bc0b66/root-output new file mode 100644 index 0000000..e022dc8 --- /dev/null +++ b/target/debug/build/linkme-d1a3e37188bc0b66/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/linkme-d1a3e37188bc0b66/out \ No newline at end of file diff --git a/target/debug/build/linkme-d1a3e37188bc0b66/stderr b/target/debug/build/linkme-d1a3e37188bc0b66/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/linkme-e89f9583870f4230/build-script-build b/target/debug/build/linkme-e89f9583870f4230/build-script-build new file mode 100755 index 0000000..a93620b Binary files /dev/null and b/target/debug/build/linkme-e89f9583870f4230/build-script-build differ diff --git a/target/debug/build/linkme-e89f9583870f4230/build_script_build-e89f9583870f4230 b/target/debug/build/linkme-e89f9583870f4230/build_script_build-e89f9583870f4230 new file mode 100755 index 0000000..a93620b Binary files /dev/null and b/target/debug/build/linkme-e89f9583870f4230/build_script_build-e89f9583870f4230 differ diff --git a/target/debug/build/linkme-e89f9583870f4230/build_script_build-e89f9583870f4230.d b/target/debug/build/linkme-e89f9583870f4230/build_script_build-e89f9583870f4230.d new file mode 100644 index 0000000..93aec8a --- /dev/null +++ b/target/debug/build/linkme-e89f9583870f4230/build_script_build-e89f9583870f4230.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/linkme-e89f9583870f4230/build_script_build-e89f9583870f4230.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-0.3.35/build.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/linkme-e89f9583870f4230/build_script_build-e89f9583870f4230: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-0.3.35/build.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-0.3.35/build.rs: diff --git a/target/debug/build/linkme-impl-71565501c0265cef/build-script-build b/target/debug/build/linkme-impl-71565501c0265cef/build-script-build new file mode 100755 index 0000000..00f8d02 Binary files /dev/null and b/target/debug/build/linkme-impl-71565501c0265cef/build-script-build differ diff --git a/target/debug/build/linkme-impl-71565501c0265cef/build_script_build-71565501c0265cef b/target/debug/build/linkme-impl-71565501c0265cef/build_script_build-71565501c0265cef new file mode 100755 index 0000000..00f8d02 Binary files /dev/null and b/target/debug/build/linkme-impl-71565501c0265cef/build_script_build-71565501c0265cef differ diff --git a/target/debug/build/linkme-impl-71565501c0265cef/build_script_build-71565501c0265cef.d b/target/debug/build/linkme-impl-71565501c0265cef/build_script_build-71565501c0265cef.d new file mode 100644 index 0000000..0e940fa --- /dev/null +++ b/target/debug/build/linkme-impl-71565501c0265cef/build_script_build-71565501c0265cef.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/linkme-impl-71565501c0265cef/build_script_build-71565501c0265cef.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/build.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/linkme-impl-71565501c0265cef/build_script_build-71565501c0265cef: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/build.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/build.rs: diff --git a/target/debug/build/linkme-impl-dca62fa69c0288b2/invoked.timestamp b/target/debug/build/linkme-impl-dca62fa69c0288b2/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/linkme-impl-dca62fa69c0288b2/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/linkme-impl-dca62fa69c0288b2/output b/target/debug/build/linkme-impl-dca62fa69c0288b2/output new file mode 100644 index 0000000..63eeec8 --- /dev/null +++ b/target/debug/build/linkme-impl-dca62fa69c0288b2/output @@ -0,0 +1,4 @@ +cargo:rerun-if-changed=build.rs +cargo:rustc-check-cfg=cfg(exhaustive) +cargo:rustc-check-cfg=cfg(no_unsafe_attributes) +cargo:rustc-check-cfg=cfg(no_unsafe_extern_blocks) diff --git a/target/debug/build/linkme-impl-dca62fa69c0288b2/root-output b/target/debug/build/linkme-impl-dca62fa69c0288b2/root-output new file mode 100644 index 0000000..98ebe7a --- /dev/null +++ b/target/debug/build/linkme-impl-dca62fa69c0288b2/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/linkme-impl-dca62fa69c0288b2/out \ No newline at end of file diff --git a/target/debug/build/linkme-impl-dca62fa69c0288b2/stderr b/target/debug/build/linkme-impl-dca62fa69c0288b2/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/mime_guess-b1b4af027a6ecd2a/build-script-build b/target/debug/build/mime_guess-b1b4af027a6ecd2a/build-script-build new file mode 100755 index 0000000..1f16fd9 Binary files /dev/null and b/target/debug/build/mime_guess-b1b4af027a6ecd2a/build-script-build differ diff --git a/target/debug/build/mime_guess-b1b4af027a6ecd2a/build_script_build-b1b4af027a6ecd2a b/target/debug/build/mime_guess-b1b4af027a6ecd2a/build_script_build-b1b4af027a6ecd2a new file mode 100755 index 0000000..1f16fd9 Binary files /dev/null and b/target/debug/build/mime_guess-b1b4af027a6ecd2a/build_script_build-b1b4af027a6ecd2a differ diff --git a/target/debug/build/mime_guess-b1b4af027a6ecd2a/build_script_build-b1b4af027a6ecd2a.d b/target/debug/build/mime_guess-b1b4af027a6ecd2a/build_script_build-b1b4af027a6ecd2a.d new file mode 100644 index 0000000..b11885a --- /dev/null +++ b/target/debug/build/mime_guess-b1b4af027a6ecd2a/build_script_build-b1b4af027a6ecd2a.d @@ -0,0 +1,6 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/mime_guess-b1b4af027a6ecd2a/build_script_build-b1b4af027a6ecd2a.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/build.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/mime_types.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/mime_guess-b1b4af027a6ecd2a/build_script_build-b1b4af027a6ecd2a: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/build.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/mime_types.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/build.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/mime_types.rs: diff --git a/target/debug/build/mime_guess-ff34e39ba07d160b/invoked.timestamp b/target/debug/build/mime_guess-ff34e39ba07d160b/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/mime_guess-ff34e39ba07d160b/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/mime_guess-ff34e39ba07d160b/out/mime_types_generated.rs b/target/debug/build/mime_guess-ff34e39ba07d160b/out/mime_types_generated.rs new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/mime_guess-ff34e39ba07d160b/output b/target/debug/build/mime_guess-ff34e39ba07d160b/output new file mode 100644 index 0000000..7947a5d --- /dev/null +++ b/target/debug/build/mime_guess-ff34e39ba07d160b/output @@ -0,0 +1 @@ +cargo:rustc-env=MIME_TYPES_GENERATED_PATH=/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/mime_guess-ff34e39ba07d160b/out/mime_types_generated.rs diff --git a/target/debug/build/mime_guess-ff34e39ba07d160b/root-output b/target/debug/build/mime_guess-ff34e39ba07d160b/root-output new file mode 100644 index 0000000..6216697 --- /dev/null +++ b/target/debug/build/mime_guess-ff34e39ba07d160b/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/mime_guess-ff34e39ba07d160b/out \ No newline at end of file diff --git a/target/debug/build/mime_guess-ff34e39ba07d160b/stderr b/target/debug/build/mime_guess-ff34e39ba07d160b/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/multer-10480c7fdb3cc3f4/build-script-build b/target/debug/build/multer-10480c7fdb3cc3f4/build-script-build new file mode 100755 index 0000000..20fea42 Binary files /dev/null and b/target/debug/build/multer-10480c7fdb3cc3f4/build-script-build differ diff --git a/target/debug/build/multer-10480c7fdb3cc3f4/build_script_build-10480c7fdb3cc3f4 b/target/debug/build/multer-10480c7fdb3cc3f4/build_script_build-10480c7fdb3cc3f4 new file mode 100755 index 0000000..20fea42 Binary files /dev/null and b/target/debug/build/multer-10480c7fdb3cc3f4/build_script_build-10480c7fdb3cc3f4 differ diff --git a/target/debug/build/multer-10480c7fdb3cc3f4/build_script_build-10480c7fdb3cc3f4.d b/target/debug/build/multer-10480c7fdb3cc3f4/build_script_build-10480c7fdb3cc3f4.d new file mode 100644 index 0000000..0c46965 --- /dev/null +++ b/target/debug/build/multer-10480c7fdb3cc3f4/build_script_build-10480c7fdb3cc3f4.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/multer-10480c7fdb3cc3f4/build_script_build-10480c7fdb3cc3f4.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/build.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/multer-10480c7fdb3cc3f4/build_script_build-10480c7fdb3cc3f4: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/build.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/build.rs: diff --git a/target/debug/build/multer-ae7d838cf9ac9bf6/invoked.timestamp b/target/debug/build/multer-ae7d838cf9ac9bf6/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/multer-ae7d838cf9ac9bf6/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/multer-ae7d838cf9ac9bf6/output b/target/debug/build/multer-ae7d838cf9ac9bf6/output new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/multer-ae7d838cf9ac9bf6/root-output b/target/debug/build/multer-ae7d838cf9ac9bf6/root-output new file mode 100644 index 0000000..18f490f --- /dev/null +++ b/target/debug/build/multer-ae7d838cf9ac9bf6/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/multer-ae7d838cf9ac9bf6/out \ No newline at end of file diff --git a/target/debug/build/multer-ae7d838cf9ac9bf6/stderr b/target/debug/build/multer-ae7d838cf9ac9bf6/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/native-tls-9fcdf5374d102642/invoked.timestamp b/target/debug/build/native-tls-9fcdf5374d102642/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/native-tls-9fcdf5374d102642/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/native-tls-9fcdf5374d102642/output b/target/debug/build/native-tls-9fcdf5374d102642/output new file mode 100644 index 0000000..57152ad --- /dev/null +++ b/target/debug/build/native-tls-9fcdf5374d102642/output @@ -0,0 +1,2 @@ +cargo:rustc-cfg=have_min_max_version +cargo::rustc-check-cfg=cfg(have_min_max_version) diff --git a/target/debug/build/native-tls-9fcdf5374d102642/root-output b/target/debug/build/native-tls-9fcdf5374d102642/root-output new file mode 100644 index 0000000..f22f941 --- /dev/null +++ b/target/debug/build/native-tls-9fcdf5374d102642/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/native-tls-9fcdf5374d102642/out \ No newline at end of file diff --git a/target/debug/build/native-tls-9fcdf5374d102642/stderr b/target/debug/build/native-tls-9fcdf5374d102642/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/native-tls-aef97b6e7f9c6bcb/build-script-build b/target/debug/build/native-tls-aef97b6e7f9c6bcb/build-script-build new file mode 100755 index 0000000..0590322 Binary files /dev/null and b/target/debug/build/native-tls-aef97b6e7f9c6bcb/build-script-build differ diff --git a/target/debug/build/native-tls-aef97b6e7f9c6bcb/build_script_build-aef97b6e7f9c6bcb b/target/debug/build/native-tls-aef97b6e7f9c6bcb/build_script_build-aef97b6e7f9c6bcb new file mode 100755 index 0000000..0590322 Binary files /dev/null and b/target/debug/build/native-tls-aef97b6e7f9c6bcb/build_script_build-aef97b6e7f9c6bcb differ diff --git a/target/debug/build/native-tls-aef97b6e7f9c6bcb/build_script_build-aef97b6e7f9c6bcb.d b/target/debug/build/native-tls-aef97b6e7f9c6bcb/build_script_build-aef97b6e7f9c6bcb.d new file mode 100644 index 0000000..bdcf976 --- /dev/null +++ b/target/debug/build/native-tls-aef97b6e7f9c6bcb/build_script_build-aef97b6e7f9c6bcb.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/native-tls-aef97b6e7f9c6bcb/build_script_build-aef97b6e7f9c6bcb.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.14/build.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/native-tls-aef97b6e7f9c6bcb/build_script_build-aef97b6e7f9c6bcb: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.14/build.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.14/build.rs: diff --git a/target/debug/build/num-traits-a87aa9d62b9c616b/invoked.timestamp b/target/debug/build/num-traits-a87aa9d62b9c616b/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/num-traits-a87aa9d62b9c616b/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/num-traits-a87aa9d62b9c616b/output b/target/debug/build/num-traits-a87aa9d62b9c616b/output new file mode 100644 index 0000000..5acddfe --- /dev/null +++ b/target/debug/build/num-traits-a87aa9d62b9c616b/output @@ -0,0 +1,3 @@ +cargo:rustc-check-cfg=cfg(has_total_cmp) +cargo:rustc-cfg=has_total_cmp +cargo:rerun-if-changed=build.rs diff --git a/target/debug/build/num-traits-a87aa9d62b9c616b/root-output b/target/debug/build/num-traits-a87aa9d62b9c616b/root-output new file mode 100644 index 0000000..d2cac28 --- /dev/null +++ b/target/debug/build/num-traits-a87aa9d62b9c616b/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/num-traits-a87aa9d62b9c616b/out \ No newline at end of file diff --git a/target/debug/build/num-traits-a87aa9d62b9c616b/stderr b/target/debug/build/num-traits-a87aa9d62b9c616b/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/num-traits-d33e8f76298fe0c5/build-script-build b/target/debug/build/num-traits-d33e8f76298fe0c5/build-script-build new file mode 100755 index 0000000..acb455c Binary files /dev/null and b/target/debug/build/num-traits-d33e8f76298fe0c5/build-script-build differ diff --git a/target/debug/build/num-traits-d33e8f76298fe0c5/build_script_build-d33e8f76298fe0c5 b/target/debug/build/num-traits-d33e8f76298fe0c5/build_script_build-d33e8f76298fe0c5 new file mode 100755 index 0000000..acb455c Binary files /dev/null and b/target/debug/build/num-traits-d33e8f76298fe0c5/build_script_build-d33e8f76298fe0c5 differ diff --git a/target/debug/build/num-traits-d33e8f76298fe0c5/build_script_build-d33e8f76298fe0c5.d b/target/debug/build/num-traits-d33e8f76298fe0c5/build_script_build-d33e8f76298fe0c5.d new file mode 100644 index 0000000..a1ea96e --- /dev/null +++ b/target/debug/build/num-traits-d33e8f76298fe0c5/build_script_build-d33e8f76298fe0c5.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/num-traits-d33e8f76298fe0c5/build_script_build-d33e8f76298fe0c5.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/build.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/num-traits-d33e8f76298fe0c5/build_script_build-d33e8f76298fe0c5: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/build.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/build.rs: diff --git a/target/debug/build/num-traits-de558def021fe819/invoked.timestamp b/target/debug/build/num-traits-de558def021fe819/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/num-traits-de558def021fe819/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/num-traits-de558def021fe819/output b/target/debug/build/num-traits-de558def021fe819/output new file mode 100644 index 0000000..5acddfe --- /dev/null +++ b/target/debug/build/num-traits-de558def021fe819/output @@ -0,0 +1,3 @@ +cargo:rustc-check-cfg=cfg(has_total_cmp) +cargo:rustc-cfg=has_total_cmp +cargo:rerun-if-changed=build.rs diff --git a/target/debug/build/num-traits-de558def021fe819/root-output b/target/debug/build/num-traits-de558def021fe819/root-output new file mode 100644 index 0000000..8e9cfa1 --- /dev/null +++ b/target/debug/build/num-traits-de558def021fe819/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/num-traits-de558def021fe819/out \ No newline at end of file diff --git a/target/debug/build/num-traits-de558def021fe819/stderr b/target/debug/build/num-traits-de558def021fe819/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/num-traits-f14e49d508cab33b/build-script-build b/target/debug/build/num-traits-f14e49d508cab33b/build-script-build new file mode 100755 index 0000000..61da767 Binary files /dev/null and b/target/debug/build/num-traits-f14e49d508cab33b/build-script-build differ diff --git a/target/debug/build/num-traits-f14e49d508cab33b/build_script_build-f14e49d508cab33b b/target/debug/build/num-traits-f14e49d508cab33b/build_script_build-f14e49d508cab33b new file mode 100755 index 0000000..61da767 Binary files /dev/null and b/target/debug/build/num-traits-f14e49d508cab33b/build_script_build-f14e49d508cab33b differ diff --git a/target/debug/build/num-traits-f14e49d508cab33b/build_script_build-f14e49d508cab33b.d b/target/debug/build/num-traits-f14e49d508cab33b/build_script_build-f14e49d508cab33b.d new file mode 100644 index 0000000..bbda02e --- /dev/null +++ b/target/debug/build/num-traits-f14e49d508cab33b/build_script_build-f14e49d508cab33b.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/num-traits-f14e49d508cab33b/build_script_build-f14e49d508cab33b.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/build.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/num-traits-f14e49d508cab33b/build_script_build-f14e49d508cab33b: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/build.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/build.rs: diff --git a/target/debug/build/openssl-81f50bf338ee980f/invoked.timestamp b/target/debug/build/openssl-81f50bf338ee980f/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/openssl-81f50bf338ee980f/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/openssl-81f50bf338ee980f/output b/target/debug/build/openssl-81f50bf338ee980f/output new file mode 100644 index 0000000..da3f5f4 --- /dev/null +++ b/target/debug/build/openssl-81f50bf338ee980f/output @@ -0,0 +1,50 @@ +cargo:rustc-check-cfg=cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_SRTP", "OPENSSL_NO_CMS", "OPENSSL_NO_EC", "OPENSSL_NO_ARGON2", "OPENSSL_NO_RC2")) +cargo:rustc-check-cfg=cfg(libressl) +cargo:rustc-check-cfg=cfg(boringssl) +cargo:rustc-check-cfg=cfg(awslc) +cargo:rustc-check-cfg=cfg(awslc_fips) +cargo:rustc-check-cfg=cfg(libressl250) +cargo:rustc-check-cfg=cfg(libressl251) +cargo:rustc-check-cfg=cfg(libressl261) +cargo:rustc-check-cfg=cfg(libressl270) +cargo:rustc-check-cfg=cfg(libressl271) +cargo:rustc-check-cfg=cfg(libressl273) +cargo:rustc-check-cfg=cfg(libressl280) +cargo:rustc-check-cfg=cfg(libressl291) +cargo:rustc-check-cfg=cfg(libressl310) +cargo:rustc-check-cfg=cfg(libressl321) +cargo:rustc-check-cfg=cfg(libressl332) +cargo:rustc-check-cfg=cfg(libressl340) +cargo:rustc-check-cfg=cfg(libressl350) +cargo:rustc-check-cfg=cfg(libressl360) +cargo:rustc-check-cfg=cfg(libressl361) +cargo:rustc-check-cfg=cfg(libressl370) +cargo:rustc-check-cfg=cfg(libressl380) +cargo:rustc-check-cfg=cfg(libressl382) +cargo:rustc-check-cfg=cfg(libressl390) +cargo:rustc-check-cfg=cfg(libressl400) +cargo:rustc-check-cfg=cfg(libressl410) +cargo:rustc-check-cfg=cfg(libressl420) +cargo:rustc-check-cfg=cfg(ossl101) +cargo:rustc-check-cfg=cfg(ossl102) +cargo:rustc-check-cfg=cfg(ossl110) +cargo:rustc-check-cfg=cfg(ossl110g) +cargo:rustc-check-cfg=cfg(ossl110h) +cargo:rustc-check-cfg=cfg(ossl111) +cargo:rustc-check-cfg=cfg(ossl111d) +cargo:rustc-check-cfg=cfg(ossl300) +cargo:rustc-check-cfg=cfg(ossl310) +cargo:rustc-check-cfg=cfg(ossl320) +cargo:rustc-check-cfg=cfg(ossl330) +cargo:rustc-check-cfg=cfg(ossl340) +cargo:rustc-check-cfg=cfg(ossl350) +cargo:rustc-cfg=osslconf="OPENSSL_NO_IDEA" +cargo:rustc-cfg=osslconf="OPENSSL_NO_SSL3_METHOD" +cargo:rustc-cfg=ossl101 +cargo:rustc-cfg=ossl102 +cargo:rustc-cfg=ossl110 +cargo:rustc-cfg=ossl110g +cargo:rustc-cfg=ossl110h +cargo:rustc-cfg=ossl111 +cargo:rustc-cfg=ossl111d +cargo:rustc-cfg=ossl300 diff --git a/target/debug/build/openssl-81f50bf338ee980f/root-output b/target/debug/build/openssl-81f50bf338ee980f/root-output new file mode 100644 index 0000000..9c2c46b --- /dev/null +++ b/target/debug/build/openssl-81f50bf338ee980f/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/openssl-81f50bf338ee980f/out \ No newline at end of file diff --git a/target/debug/build/openssl-81f50bf338ee980f/stderr b/target/debug/build/openssl-81f50bf338ee980f/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/openssl-f083d5ae622e4746/build-script-build b/target/debug/build/openssl-f083d5ae622e4746/build-script-build new file mode 100755 index 0000000..b686faa Binary files /dev/null and b/target/debug/build/openssl-f083d5ae622e4746/build-script-build differ diff --git a/target/debug/build/openssl-f083d5ae622e4746/build_script_build-f083d5ae622e4746 b/target/debug/build/openssl-f083d5ae622e4746/build_script_build-f083d5ae622e4746 new file mode 100755 index 0000000..b686faa Binary files /dev/null and b/target/debug/build/openssl-f083d5ae622e4746/build_script_build-f083d5ae622e4746 differ diff --git a/target/debug/build/openssl-f083d5ae622e4746/build_script_build-f083d5ae622e4746.d b/target/debug/build/openssl-f083d5ae622e4746/build_script_build-f083d5ae622e4746.d new file mode 100644 index 0000000..4374fac --- /dev/null +++ b/target/debug/build/openssl-f083d5ae622e4746/build_script_build-f083d5ae622e4746.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/openssl-f083d5ae622e4746/build_script_build-f083d5ae622e4746.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/build.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/openssl-f083d5ae622e4746/build_script_build-f083d5ae622e4746: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/build.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/build.rs: diff --git a/target/debug/build/openssl-sys-9b1433d5f809d727/invoked.timestamp b/target/debug/build/openssl-sys-9b1433d5f809d727/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/openssl-sys-9b1433d5f809d727/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/openssl-sys-9b1433d5f809d727/output b/target/debug/build/openssl-sys-9b1433d5f809d727/output new file mode 100644 index 0000000..3ae40ee --- /dev/null +++ b/target/debug/build/openssl-sys-9b1433d5f809d727/output @@ -0,0 +1,156 @@ +cargo:rustc-check-cfg=cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO", "OPENSSL_NO_EC", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_KRB5", "OPENSSL_NO_TLSEXT", "OPENSSL_NO_SRP", "OPENSSL_NO_SRTP", "OPENSSL_NO_RFC3779", "OPENSSL_NO_SHA", "OPENSSL_NO_NEXTPROTONEG", "OPENSSL_NO_ENGINE", "OPENSSL_NO_BUF_FREELISTS", "OPENSSL_NO_RC2")) +cargo:rustc-check-cfg=cfg(openssl) +cargo:rustc-check-cfg=cfg(libressl) +cargo:rustc-check-cfg=cfg(boringssl) +cargo:rustc-check-cfg=cfg(awslc) +cargo:rustc-check-cfg=cfg(libressl250) +cargo:rustc-check-cfg=cfg(libressl251) +cargo:rustc-check-cfg=cfg(libressl252) +cargo:rustc-check-cfg=cfg(libressl261) +cargo:rustc-check-cfg=cfg(libressl270) +cargo:rustc-check-cfg=cfg(libressl271) +cargo:rustc-check-cfg=cfg(libressl273) +cargo:rustc-check-cfg=cfg(libressl280) +cargo:rustc-check-cfg=cfg(libressl281) +cargo:rustc-check-cfg=cfg(libressl291) +cargo:rustc-check-cfg=cfg(libressl310) +cargo:rustc-check-cfg=cfg(libressl321) +cargo:rustc-check-cfg=cfg(libressl332) +cargo:rustc-check-cfg=cfg(libressl340) +cargo:rustc-check-cfg=cfg(libressl350) +cargo:rustc-check-cfg=cfg(libressl360) +cargo:rustc-check-cfg=cfg(libressl361) +cargo:rustc-check-cfg=cfg(libressl370) +cargo:rustc-check-cfg=cfg(libressl380) +cargo:rustc-check-cfg=cfg(libressl381) +cargo:rustc-check-cfg=cfg(libressl382) +cargo:rustc-check-cfg=cfg(libressl390) +cargo:rustc-check-cfg=cfg(libressl400) +cargo:rustc-check-cfg=cfg(libressl410) +cargo:rustc-check-cfg=cfg(libressl420) +cargo:rustc-check-cfg=cfg(ossl101) +cargo:rustc-check-cfg=cfg(ossl102) +cargo:rustc-check-cfg=cfg(ossl102f) +cargo:rustc-check-cfg=cfg(ossl102h) +cargo:rustc-check-cfg=cfg(ossl110) +cargo:rustc-check-cfg=cfg(ossl110f) +cargo:rustc-check-cfg=cfg(ossl110g) +cargo:rustc-check-cfg=cfg(ossl110h) +cargo:rustc-check-cfg=cfg(ossl111) +cargo:rustc-check-cfg=cfg(ossl111b) +cargo:rustc-check-cfg=cfg(ossl111c) +cargo:rustc-check-cfg=cfg(ossl111d) +cargo:rustc-check-cfg=cfg(ossl300) +cargo:rustc-check-cfg=cfg(ossl310) +cargo:rustc-check-cfg=cfg(ossl320) +cargo:rustc-check-cfg=cfg(ossl330) +cargo:rustc-check-cfg=cfg(ossl340) +cargo:rerun-if-env-changed=X86_64_UNKNOWN_LINUX_GNU_OPENSSL_LIB_DIR +X86_64_UNKNOWN_LINUX_GNU_OPENSSL_LIB_DIR unset +cargo:rerun-if-env-changed=OPENSSL_LIB_DIR +OPENSSL_LIB_DIR unset +cargo:rerun-if-env-changed=X86_64_UNKNOWN_LINUX_GNU_OPENSSL_INCLUDE_DIR +X86_64_UNKNOWN_LINUX_GNU_OPENSSL_INCLUDE_DIR unset +cargo:rerun-if-env-changed=OPENSSL_INCLUDE_DIR +OPENSSL_INCLUDE_DIR unset +cargo:rerun-if-env-changed=X86_64_UNKNOWN_LINUX_GNU_OPENSSL_DIR +X86_64_UNKNOWN_LINUX_GNU_OPENSSL_DIR unset +cargo:rerun-if-env-changed=OPENSSL_DIR +OPENSSL_DIR unset +cargo:rerun-if-env-changed=OPENSSL_NO_PKG_CONFIG +cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu +cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu +cargo:rerun-if-env-changed=HOST_PKG_CONFIG +cargo:rerun-if-env-changed=PKG_CONFIG +cargo:rerun-if-env-changed=OPENSSL_STATIC +cargo:rerun-if-env-changed=OPENSSL_DYNAMIC +cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC +cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC +cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu +cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu +cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH +cargo:rerun-if-env-changed=PKG_CONFIG_PATH +cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu +cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu +cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR +cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR +cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu +cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu +cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR +cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR +cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR +cargo:rerun-if-env-changed=SYSROOT +cargo:rerun-if-env-changed=OPENSSL_STATIC +cargo:rerun-if-env-changed=OPENSSL_DYNAMIC +cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC +cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC +cargo:rustc-link-lib=ssl +cargo:rustc-link-lib=crypto +cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu +cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu +cargo:rerun-if-env-changed=HOST_PKG_CONFIG +cargo:rerun-if-env-changed=PKG_CONFIG +cargo:rerun-if-env-changed=OPENSSL_STATIC +cargo:rerun-if-env-changed=OPENSSL_DYNAMIC +cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC +cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC +cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu +cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu +cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH +cargo:rerun-if-env-changed=PKG_CONFIG_PATH +cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu +cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu +cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR +cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR +cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu +cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu +cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR +cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR +cargo:rerun-if-changed=build/expando.c +OPT_LEVEL = Some(0) +OUT_DIR = Some(/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/openssl-sys-9b1433d5f809d727/out) +TARGET = Some(x86_64-unknown-linux-gnu) +CARGO_ENCODED_RUSTFLAGS = Some() +HOST = Some(x86_64-unknown-linux-gnu) +cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu +CC_x86_64-unknown-linux-gnu = None +cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu +CC_x86_64_unknown_linux_gnu = None +cargo:rerun-if-env-changed=HOST_CC +HOST_CC = None +cargo:rerun-if-env-changed=CC +CC = None +cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT +RUSTC_WRAPPER = None +cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS +CRATE_CC_NO_DEFAULTS = None +DEBUG = Some(true) +CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2) +cargo:rerun-if-env-changed=CFLAGS +CFLAGS = None +cargo:rerun-if-env-changed=HOST_CFLAGS +HOST_CFLAGS = None +cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu +CFLAGS_x86_64_unknown_linux_gnu = None +cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu +CFLAGS_x86_64-unknown-linux-gnu = None +version: 3_0_13 +cargo:rustc-cfg=osslconf="OPENSSL_NO_IDEA" +cargo:rustc-cfg=osslconf="OPENSSL_NO_SSL3_METHOD" +cargo:conf=OPENSSL_NO_IDEA,OPENSSL_NO_SSL3_METHOD +cargo:rustc-cfg=openssl +cargo:rustc-cfg=ossl101 +cargo:rustc-cfg=ossl102 +cargo:rustc-cfg=ossl102f +cargo:rustc-cfg=ossl102h +cargo:rustc-cfg=ossl110 +cargo:rustc-cfg=ossl110f +cargo:rustc-cfg=ossl110g +cargo:rustc-cfg=ossl110h +cargo:rustc-cfg=ossl111 +cargo:rustc-cfg=ossl111b +cargo:rustc-cfg=ossl111c +cargo:rustc-cfg=ossl111d +cargo:rustc-cfg=ossl300 +cargo:version_number=300000d0 +cargo:include=/usr/include diff --git a/target/debug/build/openssl-sys-9b1433d5f809d727/root-output b/target/debug/build/openssl-sys-9b1433d5f809d727/root-output new file mode 100644 index 0000000..c044888 --- /dev/null +++ b/target/debug/build/openssl-sys-9b1433d5f809d727/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/openssl-sys-9b1433d5f809d727/out \ No newline at end of file diff --git a/target/debug/build/openssl-sys-9b1433d5f809d727/stderr b/target/debug/build/openssl-sys-9b1433d5f809d727/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/openssl-sys-e1391580940c9152/build-script-main b/target/debug/build/openssl-sys-e1391580940c9152/build-script-main new file mode 100755 index 0000000..4878337 Binary files /dev/null and b/target/debug/build/openssl-sys-e1391580940c9152/build-script-main differ diff --git a/target/debug/build/openssl-sys-e1391580940c9152/build_script_main-e1391580940c9152 b/target/debug/build/openssl-sys-e1391580940c9152/build_script_main-e1391580940c9152 new file mode 100755 index 0000000..4878337 Binary files /dev/null and b/target/debug/build/openssl-sys-e1391580940c9152/build_script_main-e1391580940c9152 differ diff --git a/target/debug/build/openssl-sys-e1391580940c9152/build_script_main-e1391580940c9152.d b/target/debug/build/openssl-sys-e1391580940c9152/build_script_main-e1391580940c9152.d new file mode 100644 index 0000000..1e96fca --- /dev/null +++ b/target/debug/build/openssl-sys-e1391580940c9152/build_script_main-e1391580940c9152.d @@ -0,0 +1,10 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/openssl-sys-e1391580940c9152/build_script_main-e1391580940c9152.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/build/main.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/build/cfgs.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/build/find_normal.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/build/run_bindgen.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/openssl-sys-e1391580940c9152/build_script_main-e1391580940c9152: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/build/main.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/build/cfgs.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/build/find_normal.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/build/run_bindgen.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/build/main.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/build/cfgs.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/build/find_normal.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/build/run_bindgen.rs: + +# env-dep:CARGO_PKG_VERSION=0.9.111 diff --git a/target/debug/build/parking_lot_core-a1f54925c42d264a/build-script-build b/target/debug/build/parking_lot_core-a1f54925c42d264a/build-script-build new file mode 100755 index 0000000..ec230de Binary files /dev/null and b/target/debug/build/parking_lot_core-a1f54925c42d264a/build-script-build differ diff --git a/target/debug/build/parking_lot_core-a1f54925c42d264a/build_script_build-a1f54925c42d264a b/target/debug/build/parking_lot_core-a1f54925c42d264a/build_script_build-a1f54925c42d264a new file mode 100755 index 0000000..ec230de Binary files /dev/null and b/target/debug/build/parking_lot_core-a1f54925c42d264a/build_script_build-a1f54925c42d264a differ diff --git a/target/debug/build/parking_lot_core-a1f54925c42d264a/build_script_build-a1f54925c42d264a.d b/target/debug/build/parking_lot_core-a1f54925c42d264a/build_script_build-a1f54925c42d264a.d new file mode 100644 index 0000000..0b89b8d --- /dev/null +++ b/target/debug/build/parking_lot_core-a1f54925c42d264a/build_script_build-a1f54925c42d264a.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/parking_lot_core-a1f54925c42d264a/build_script_build-a1f54925c42d264a.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/build.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/parking_lot_core-a1f54925c42d264a/build_script_build-a1f54925c42d264a: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/build.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/build.rs: diff --git a/target/debug/build/parking_lot_core-ffcaa5490a92af7a/invoked.timestamp b/target/debug/build/parking_lot_core-ffcaa5490a92af7a/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/parking_lot_core-ffcaa5490a92af7a/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/parking_lot_core-ffcaa5490a92af7a/output b/target/debug/build/parking_lot_core-ffcaa5490a92af7a/output new file mode 100644 index 0000000..e4a87f2 --- /dev/null +++ b/target/debug/build/parking_lot_core-ffcaa5490a92af7a/output @@ -0,0 +1,2 @@ +cargo:rerun-if-changed=build.rs +cargo:rustc-check-cfg=cfg(tsan_enabled) diff --git a/target/debug/build/parking_lot_core-ffcaa5490a92af7a/root-output b/target/debug/build/parking_lot_core-ffcaa5490a92af7a/root-output new file mode 100644 index 0000000..07a943a --- /dev/null +++ b/target/debug/build/parking_lot_core-ffcaa5490a92af7a/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/parking_lot_core-ffcaa5490a92af7a/out \ No newline at end of file diff --git a/target/debug/build/parking_lot_core-ffcaa5490a92af7a/stderr b/target/debug/build/parking_lot_core-ffcaa5490a92af7a/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/proc-macro-error-8f6bb1cad2f62144/invoked.timestamp b/target/debug/build/proc-macro-error-8f6bb1cad2f62144/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/proc-macro-error-8f6bb1cad2f62144/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/proc-macro-error-8f6bb1cad2f62144/output b/target/debug/build/proc-macro-error-8f6bb1cad2f62144/output new file mode 100644 index 0000000..df4624d --- /dev/null +++ b/target/debug/build/proc-macro-error-8f6bb1cad2f62144/output @@ -0,0 +1 @@ +cargo:rustc-cfg=use_fallback diff --git a/target/debug/build/proc-macro-error-8f6bb1cad2f62144/root-output b/target/debug/build/proc-macro-error-8f6bb1cad2f62144/root-output new file mode 100644 index 0000000..f2cbc06 --- /dev/null +++ b/target/debug/build/proc-macro-error-8f6bb1cad2f62144/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/proc-macro-error-8f6bb1cad2f62144/out \ No newline at end of file diff --git a/target/debug/build/proc-macro-error-8f6bb1cad2f62144/stderr b/target/debug/build/proc-macro-error-8f6bb1cad2f62144/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/proc-macro-error-attr-5dedb5f6a0fa002e/build-script-build b/target/debug/build/proc-macro-error-attr-5dedb5f6a0fa002e/build-script-build new file mode 100755 index 0000000..8ee7974 Binary files /dev/null and b/target/debug/build/proc-macro-error-attr-5dedb5f6a0fa002e/build-script-build differ diff --git a/target/debug/build/proc-macro-error-attr-5dedb5f6a0fa002e/build_script_build-5dedb5f6a0fa002e b/target/debug/build/proc-macro-error-attr-5dedb5f6a0fa002e/build_script_build-5dedb5f6a0fa002e new file mode 100755 index 0000000..8ee7974 Binary files /dev/null and b/target/debug/build/proc-macro-error-attr-5dedb5f6a0fa002e/build_script_build-5dedb5f6a0fa002e differ diff --git a/target/debug/build/proc-macro-error-attr-5dedb5f6a0fa002e/build_script_build-5dedb5f6a0fa002e.d b/target/debug/build/proc-macro-error-attr-5dedb5f6a0fa002e/build_script_build-5dedb5f6a0fa002e.d new file mode 100644 index 0000000..036ec0b --- /dev/null +++ b/target/debug/build/proc-macro-error-attr-5dedb5f6a0fa002e/build_script_build-5dedb5f6a0fa002e.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/proc-macro-error-attr-5dedb5f6a0fa002e/build_script_build-5dedb5f6a0fa002e.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/build.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/proc-macro-error-attr-5dedb5f6a0fa002e/build_script_build-5dedb5f6a0fa002e: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/build.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/build.rs: diff --git a/target/debug/build/proc-macro-error-attr-fd19209c4c2dd960/invoked.timestamp b/target/debug/build/proc-macro-error-attr-fd19209c4c2dd960/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/proc-macro-error-attr-fd19209c4c2dd960/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/proc-macro-error-attr-fd19209c4c2dd960/output b/target/debug/build/proc-macro-error-attr-fd19209c4c2dd960/output new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/proc-macro-error-attr-fd19209c4c2dd960/root-output b/target/debug/build/proc-macro-error-attr-fd19209c4c2dd960/root-output new file mode 100644 index 0000000..c3b89ce --- /dev/null +++ b/target/debug/build/proc-macro-error-attr-fd19209c4c2dd960/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/proc-macro-error-attr-fd19209c4c2dd960/out \ No newline at end of file diff --git a/target/debug/build/proc-macro-error-attr-fd19209c4c2dd960/stderr b/target/debug/build/proc-macro-error-attr-fd19209c4c2dd960/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/proc-macro-error-fb53a1b694a56186/build-script-build b/target/debug/build/proc-macro-error-fb53a1b694a56186/build-script-build new file mode 100755 index 0000000..3fd6bac Binary files /dev/null and b/target/debug/build/proc-macro-error-fb53a1b694a56186/build-script-build differ diff --git a/target/debug/build/proc-macro-error-fb53a1b694a56186/build_script_build-fb53a1b694a56186 b/target/debug/build/proc-macro-error-fb53a1b694a56186/build_script_build-fb53a1b694a56186 new file mode 100755 index 0000000..3fd6bac Binary files /dev/null and b/target/debug/build/proc-macro-error-fb53a1b694a56186/build_script_build-fb53a1b694a56186 differ diff --git a/target/debug/build/proc-macro-error-fb53a1b694a56186/build_script_build-fb53a1b694a56186.d b/target/debug/build/proc-macro-error-fb53a1b694a56186/build_script_build-fb53a1b694a56186.d new file mode 100644 index 0000000..419796b --- /dev/null +++ b/target/debug/build/proc-macro-error-fb53a1b694a56186/build_script_build-fb53a1b694a56186.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/proc-macro-error-fb53a1b694a56186/build_script_build-fb53a1b694a56186.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/build.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/proc-macro-error-fb53a1b694a56186/build_script_build-fb53a1b694a56186: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/build.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/build.rs: diff --git a/target/debug/build/proc-macro2-32ed88ed09d504c2/build-script-build b/target/debug/build/proc-macro2-32ed88ed09d504c2/build-script-build new file mode 100755 index 0000000..784f871 Binary files /dev/null and b/target/debug/build/proc-macro2-32ed88ed09d504c2/build-script-build differ diff --git a/target/debug/build/proc-macro2-32ed88ed09d504c2/build_script_build-32ed88ed09d504c2 b/target/debug/build/proc-macro2-32ed88ed09d504c2/build_script_build-32ed88ed09d504c2 new file mode 100755 index 0000000..784f871 Binary files /dev/null and b/target/debug/build/proc-macro2-32ed88ed09d504c2/build_script_build-32ed88ed09d504c2 differ diff --git a/target/debug/build/proc-macro2-32ed88ed09d504c2/build_script_build-32ed88ed09d504c2.d b/target/debug/build/proc-macro2-32ed88ed09d504c2/build_script_build-32ed88ed09d504c2.d new file mode 100644 index 0000000..a432c61 --- /dev/null +++ b/target/debug/build/proc-macro2-32ed88ed09d504c2/build_script_build-32ed88ed09d504c2.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/proc-macro2-32ed88ed09d504c2/build_script_build-32ed88ed09d504c2.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/build.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/proc-macro2-32ed88ed09d504c2/build_script_build-32ed88ed09d504c2: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/build.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/build.rs: diff --git a/target/debug/build/proc-macro2-6784bb2c62a952f2/invoked.timestamp b/target/debug/build/proc-macro2-6784bb2c62a952f2/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/proc-macro2-6784bb2c62a952f2/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/proc-macro2-6784bb2c62a952f2/output b/target/debug/build/proc-macro2-6784bb2c62a952f2/output new file mode 100644 index 0000000..5785ffe --- /dev/null +++ b/target/debug/build/proc-macro2-6784bb2c62a952f2/output @@ -0,0 +1,24 @@ +cargo:rustc-check-cfg=cfg(fuzzing) +cargo:rustc-check-cfg=cfg(no_is_available) +cargo:rustc-check-cfg=cfg(no_literal_byte_character) +cargo:rustc-check-cfg=cfg(no_literal_c_string) +cargo:rustc-check-cfg=cfg(no_source_text) +cargo:rustc-check-cfg=cfg(proc_macro_span) +cargo:rustc-check-cfg=cfg(proc_macro_span_file) +cargo:rustc-check-cfg=cfg(proc_macro_span_location) +cargo:rustc-check-cfg=cfg(procmacro2_backtrace) +cargo:rustc-check-cfg=cfg(procmacro2_build_probe) +cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing) +cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt) +cargo:rustc-check-cfg=cfg(randomize_layout) +cargo:rustc-check-cfg=cfg(span_locations) +cargo:rustc-check-cfg=cfg(super_unstable) +cargo:rustc-check-cfg=cfg(wrap_proc_macro) +cargo:rustc-cfg=span_locations +cargo:rerun-if-changed=src/probe/proc_macro_span.rs +cargo:rustc-cfg=wrap_proc_macro +cargo:rerun-if-changed=src/probe/proc_macro_span_location.rs +cargo:rustc-cfg=proc_macro_span_location +cargo:rerun-if-changed=src/probe/proc_macro_span_file.rs +cargo:rustc-cfg=proc_macro_span_file +cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP diff --git a/target/debug/build/proc-macro2-6784bb2c62a952f2/root-output b/target/debug/build/proc-macro2-6784bb2c62a952f2/root-output new file mode 100644 index 0000000..45afdc5 --- /dev/null +++ b/target/debug/build/proc-macro2-6784bb2c62a952f2/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/proc-macro2-6784bb2c62a952f2/out \ No newline at end of file diff --git a/target/debug/build/proc-macro2-6784bb2c62a952f2/stderr b/target/debug/build/proc-macro2-6784bb2c62a952f2/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/quote-03f50ba57a10a480/build-script-build b/target/debug/build/quote-03f50ba57a10a480/build-script-build new file mode 100755 index 0000000..783a4bf Binary files /dev/null and b/target/debug/build/quote-03f50ba57a10a480/build-script-build differ diff --git a/target/debug/build/quote-03f50ba57a10a480/build_script_build-03f50ba57a10a480 b/target/debug/build/quote-03f50ba57a10a480/build_script_build-03f50ba57a10a480 new file mode 100755 index 0000000..783a4bf Binary files /dev/null and b/target/debug/build/quote-03f50ba57a10a480/build_script_build-03f50ba57a10a480 differ diff --git a/target/debug/build/quote-03f50ba57a10a480/build_script_build-03f50ba57a10a480.d b/target/debug/build/quote-03f50ba57a10a480/build_script_build-03f50ba57a10a480.d new file mode 100644 index 0000000..eb943c5 --- /dev/null +++ b/target/debug/build/quote-03f50ba57a10a480/build_script_build-03f50ba57a10a480.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/quote-03f50ba57a10a480/build_script_build-03f50ba57a10a480.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.44/build.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/quote-03f50ba57a10a480/build_script_build-03f50ba57a10a480: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.44/build.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.44/build.rs: diff --git a/target/debug/build/quote-a2089ec259fd164a/invoked.timestamp b/target/debug/build/quote-a2089ec259fd164a/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/quote-a2089ec259fd164a/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/quote-a2089ec259fd164a/output b/target/debug/build/quote-a2089ec259fd164a/output new file mode 100644 index 0000000..6d81eca --- /dev/null +++ b/target/debug/build/quote-a2089ec259fd164a/output @@ -0,0 +1,2 @@ +cargo:rerun-if-changed=build.rs +cargo:rustc-check-cfg=cfg(no_diagnostic_namespace) diff --git a/target/debug/build/quote-a2089ec259fd164a/root-output b/target/debug/build/quote-a2089ec259fd164a/root-output new file mode 100644 index 0000000..787bb53 --- /dev/null +++ b/target/debug/build/quote-a2089ec259fd164a/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/quote-a2089ec259fd164a/out \ No newline at end of file diff --git a/target/debug/build/quote-a2089ec259fd164a/stderr b/target/debug/build/quote-a2089ec259fd164a/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/ring-011a98606c3c54c8/invoked.timestamp b/target/debug/build/ring-011a98606c3c54c8/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/ring-011a98606c3c54c8/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/ring-011a98606c3c54c8/out/00c879ee3285a50d-montgomery.o b/target/debug/build/ring-011a98606c3c54c8/out/00c879ee3285a50d-montgomery.o new file mode 100644 index 0000000..a742544 Binary files /dev/null and b/target/debug/build/ring-011a98606c3c54c8/out/00c879ee3285a50d-montgomery.o differ diff --git a/target/debug/build/ring-011a98606c3c54c8/out/00c879ee3285a50d-montgomery_inv.o b/target/debug/build/ring-011a98606c3c54c8/out/00c879ee3285a50d-montgomery_inv.o new file mode 100644 index 0000000..fff1e73 Binary files /dev/null and b/target/debug/build/ring-011a98606c3c54c8/out/00c879ee3285a50d-montgomery_inv.o differ diff --git a/target/debug/build/ring-011a98606c3c54c8/out/0bbbd18bda93c05b-aes_nohw.o b/target/debug/build/ring-011a98606c3c54c8/out/0bbbd18bda93c05b-aes_nohw.o new file mode 100644 index 0000000..ae66401 Binary files /dev/null and b/target/debug/build/ring-011a98606c3c54c8/out/0bbbd18bda93c05b-aes_nohw.o differ diff --git a/target/debug/build/ring-011a98606c3c54c8/out/25ac62e5b3c53843-curve25519.o b/target/debug/build/ring-011a98606c3c54c8/out/25ac62e5b3c53843-curve25519.o new file mode 100644 index 0000000..440dbe2 Binary files /dev/null and b/target/debug/build/ring-011a98606c3c54c8/out/25ac62e5b3c53843-curve25519.o differ diff --git a/target/debug/build/ring-011a98606c3c54c8/out/25ac62e5b3c53843-curve25519_64_adx.o b/target/debug/build/ring-011a98606c3c54c8/out/25ac62e5b3c53843-curve25519_64_adx.o new file mode 100644 index 0000000..198190c Binary files /dev/null and b/target/debug/build/ring-011a98606c3c54c8/out/25ac62e5b3c53843-curve25519_64_adx.o differ diff --git a/target/debug/build/ring-011a98606c3c54c8/out/a0330e891e733f4e-ecp_nistz.o b/target/debug/build/ring-011a98606c3c54c8/out/a0330e891e733f4e-ecp_nistz.o new file mode 100644 index 0000000..a36b7f5 Binary files /dev/null and b/target/debug/build/ring-011a98606c3c54c8/out/a0330e891e733f4e-ecp_nistz.o differ diff --git a/target/debug/build/ring-011a98606c3c54c8/out/a0330e891e733f4e-gfp_p256.o b/target/debug/build/ring-011a98606c3c54c8/out/a0330e891e733f4e-gfp_p256.o new file mode 100644 index 0000000..ef21760 Binary files /dev/null and b/target/debug/build/ring-011a98606c3c54c8/out/a0330e891e733f4e-gfp_p256.o differ diff --git a/target/debug/build/ring-011a98606c3c54c8/out/a0330e891e733f4e-gfp_p384.o b/target/debug/build/ring-011a98606c3c54c8/out/a0330e891e733f4e-gfp_p384.o new file mode 100644 index 0000000..4d8f0c3 Binary files /dev/null and b/target/debug/build/ring-011a98606c3c54c8/out/a0330e891e733f4e-gfp_p384.o differ diff --git a/target/debug/build/ring-011a98606c3c54c8/out/a0330e891e733f4e-p256-nistz.o b/target/debug/build/ring-011a98606c3c54c8/out/a0330e891e733f4e-p256-nistz.o new file mode 100644 index 0000000..beb7acf Binary files /dev/null and b/target/debug/build/ring-011a98606c3c54c8/out/a0330e891e733f4e-p256-nistz.o differ diff --git a/target/debug/build/ring-011a98606c3c54c8/out/a0330e891e733f4e-p256.o b/target/debug/build/ring-011a98606c3c54c8/out/a0330e891e733f4e-p256.o new file mode 100644 index 0000000..c14f924 Binary files /dev/null and b/target/debug/build/ring-011a98606c3c54c8/out/a0330e891e733f4e-p256.o differ diff --git a/target/debug/build/ring-011a98606c3c54c8/out/a4019cc0736b0423-constant_time_test.o b/target/debug/build/ring-011a98606c3c54c8/out/a4019cc0736b0423-constant_time_test.o new file mode 100644 index 0000000..e239aef Binary files /dev/null and b/target/debug/build/ring-011a98606c3c54c8/out/a4019cc0736b0423-constant_time_test.o differ diff --git a/target/debug/build/ring-011a98606c3c54c8/out/a4019cc0736b0423-cpu_intel.o b/target/debug/build/ring-011a98606c3c54c8/out/a4019cc0736b0423-cpu_intel.o new file mode 100644 index 0000000..1d840be Binary files /dev/null and b/target/debug/build/ring-011a98606c3c54c8/out/a4019cc0736b0423-cpu_intel.o differ diff --git a/target/debug/build/ring-011a98606c3c54c8/out/a4019cc0736b0423-crypto.o b/target/debug/build/ring-011a98606c3c54c8/out/a4019cc0736b0423-crypto.o new file mode 100644 index 0000000..64ed6f2 Binary files /dev/null and b/target/debug/build/ring-011a98606c3c54c8/out/a4019cc0736b0423-crypto.o differ diff --git a/target/debug/build/ring-011a98606c3c54c8/out/a4019cc0736b0423-mem.o b/target/debug/build/ring-011a98606c3c54c8/out/a4019cc0736b0423-mem.o new file mode 100644 index 0000000..fa2ec00 Binary files /dev/null and b/target/debug/build/ring-011a98606c3c54c8/out/a4019cc0736b0423-mem.o differ diff --git a/target/debug/build/ring-011a98606c3c54c8/out/aaa1ba3e455ee2e1-limbs.o b/target/debug/build/ring-011a98606c3c54c8/out/aaa1ba3e455ee2e1-limbs.o new file mode 100644 index 0000000..8451d2e Binary files /dev/null and b/target/debug/build/ring-011a98606c3c54c8/out/aaa1ba3e455ee2e1-limbs.o differ diff --git a/target/debug/build/ring-011a98606c3c54c8/out/c322a0bcc369f531-aes-gcm-avx2-x86_64-elf.o b/target/debug/build/ring-011a98606c3c54c8/out/c322a0bcc369f531-aes-gcm-avx2-x86_64-elf.o new file mode 100644 index 0000000..c4468a6 Binary files /dev/null and b/target/debug/build/ring-011a98606c3c54c8/out/c322a0bcc369f531-aes-gcm-avx2-x86_64-elf.o differ diff --git a/target/debug/build/ring-011a98606c3c54c8/out/c322a0bcc369f531-aesni-gcm-x86_64-elf.o b/target/debug/build/ring-011a98606c3c54c8/out/c322a0bcc369f531-aesni-gcm-x86_64-elf.o new file mode 100644 index 0000000..0b7ff9d Binary files /dev/null and b/target/debug/build/ring-011a98606c3c54c8/out/c322a0bcc369f531-aesni-gcm-x86_64-elf.o differ diff --git a/target/debug/build/ring-011a98606c3c54c8/out/c322a0bcc369f531-aesni-x86_64-elf.o b/target/debug/build/ring-011a98606c3c54c8/out/c322a0bcc369f531-aesni-x86_64-elf.o new file mode 100644 index 0000000..005911e Binary files /dev/null and b/target/debug/build/ring-011a98606c3c54c8/out/c322a0bcc369f531-aesni-x86_64-elf.o differ diff --git a/target/debug/build/ring-011a98606c3c54c8/out/c322a0bcc369f531-chacha-x86_64-elf.o b/target/debug/build/ring-011a98606c3c54c8/out/c322a0bcc369f531-chacha-x86_64-elf.o new file mode 100644 index 0000000..197e602 Binary files /dev/null and b/target/debug/build/ring-011a98606c3c54c8/out/c322a0bcc369f531-chacha-x86_64-elf.o differ diff --git a/target/debug/build/ring-011a98606c3c54c8/out/c322a0bcc369f531-chacha20_poly1305_x86_64-elf.o b/target/debug/build/ring-011a98606c3c54c8/out/c322a0bcc369f531-chacha20_poly1305_x86_64-elf.o new file mode 100644 index 0000000..81b3b0e Binary files /dev/null and b/target/debug/build/ring-011a98606c3c54c8/out/c322a0bcc369f531-chacha20_poly1305_x86_64-elf.o differ diff --git a/target/debug/build/ring-011a98606c3c54c8/out/c322a0bcc369f531-ghash-x86_64-elf.o b/target/debug/build/ring-011a98606c3c54c8/out/c322a0bcc369f531-ghash-x86_64-elf.o new file mode 100644 index 0000000..40d931f Binary files /dev/null and b/target/debug/build/ring-011a98606c3c54c8/out/c322a0bcc369f531-ghash-x86_64-elf.o differ diff --git a/target/debug/build/ring-011a98606c3c54c8/out/c322a0bcc369f531-p256-x86_64-asm-elf.o b/target/debug/build/ring-011a98606c3c54c8/out/c322a0bcc369f531-p256-x86_64-asm-elf.o new file mode 100644 index 0000000..09d5a09 Binary files /dev/null and b/target/debug/build/ring-011a98606c3c54c8/out/c322a0bcc369f531-p256-x86_64-asm-elf.o differ diff --git a/target/debug/build/ring-011a98606c3c54c8/out/c322a0bcc369f531-sha256-x86_64-elf.o b/target/debug/build/ring-011a98606c3c54c8/out/c322a0bcc369f531-sha256-x86_64-elf.o new file mode 100644 index 0000000..3888b67 Binary files /dev/null and b/target/debug/build/ring-011a98606c3c54c8/out/c322a0bcc369f531-sha256-x86_64-elf.o differ diff --git a/target/debug/build/ring-011a98606c3c54c8/out/c322a0bcc369f531-sha512-x86_64-elf.o b/target/debug/build/ring-011a98606c3c54c8/out/c322a0bcc369f531-sha512-x86_64-elf.o new file mode 100644 index 0000000..1865242 Binary files /dev/null and b/target/debug/build/ring-011a98606c3c54c8/out/c322a0bcc369f531-sha512-x86_64-elf.o differ diff --git a/target/debug/build/ring-011a98606c3c54c8/out/c322a0bcc369f531-vpaes-x86_64-elf.o b/target/debug/build/ring-011a98606c3c54c8/out/c322a0bcc369f531-vpaes-x86_64-elf.o new file mode 100644 index 0000000..d232eb0 Binary files /dev/null and b/target/debug/build/ring-011a98606c3c54c8/out/c322a0bcc369f531-vpaes-x86_64-elf.o differ diff --git a/target/debug/build/ring-011a98606c3c54c8/out/c322a0bcc369f531-x86_64-mont-elf.o b/target/debug/build/ring-011a98606c3c54c8/out/c322a0bcc369f531-x86_64-mont-elf.o new file mode 100644 index 0000000..3d69714 Binary files /dev/null and b/target/debug/build/ring-011a98606c3c54c8/out/c322a0bcc369f531-x86_64-mont-elf.o differ diff --git a/target/debug/build/ring-011a98606c3c54c8/out/c322a0bcc369f531-x86_64-mont5-elf.o b/target/debug/build/ring-011a98606c3c54c8/out/c322a0bcc369f531-x86_64-mont5-elf.o new file mode 100644 index 0000000..b00423e Binary files /dev/null and b/target/debug/build/ring-011a98606c3c54c8/out/c322a0bcc369f531-x86_64-mont5-elf.o differ diff --git a/target/debug/build/ring-011a98606c3c54c8/out/d5a9841f3dc6e253-poly1305.o b/target/debug/build/ring-011a98606c3c54c8/out/d5a9841f3dc6e253-poly1305.o new file mode 100644 index 0000000..10b0ad2 Binary files /dev/null and b/target/debug/build/ring-011a98606c3c54c8/out/d5a9841f3dc6e253-poly1305.o differ diff --git a/target/debug/build/ring-011a98606c3c54c8/out/e165cd818145c705-fiat_curve25519_adx_mul.o b/target/debug/build/ring-011a98606c3c54c8/out/e165cd818145c705-fiat_curve25519_adx_mul.o new file mode 100644 index 0000000..5addea8 Binary files /dev/null and b/target/debug/build/ring-011a98606c3c54c8/out/e165cd818145c705-fiat_curve25519_adx_mul.o differ diff --git a/target/debug/build/ring-011a98606c3c54c8/out/e165cd818145c705-fiat_curve25519_adx_square.o b/target/debug/build/ring-011a98606c3c54c8/out/e165cd818145c705-fiat_curve25519_adx_square.o new file mode 100644 index 0000000..da6e01c Binary files /dev/null and b/target/debug/build/ring-011a98606c3c54c8/out/e165cd818145c705-fiat_curve25519_adx_square.o differ diff --git a/target/debug/build/ring-011a98606c3c54c8/out/libring_core_0_17_14_.a b/target/debug/build/ring-011a98606c3c54c8/out/libring_core_0_17_14_.a new file mode 100644 index 0000000..d88a362 Binary files /dev/null and b/target/debug/build/ring-011a98606c3c54c8/out/libring_core_0_17_14_.a differ diff --git a/target/debug/build/ring-011a98606c3c54c8/out/libring_core_0_17_14__test.a b/target/debug/build/ring-011a98606c3c54c8/out/libring_core_0_17_14__test.a new file mode 100644 index 0000000..20901e0 Binary files /dev/null and b/target/debug/build/ring-011a98606c3c54c8/out/libring_core_0_17_14__test.a differ diff --git a/target/debug/build/ring-011a98606c3c54c8/output b/target/debug/build/ring-011a98606c3c54c8/output new file mode 100644 index 0000000..522d21b --- /dev/null +++ b/target/debug/build/ring-011a98606c3c54c8/output @@ -0,0 +1,187 @@ +cargo:rerun-if-env-changed=CARGO_MANIFEST_DIR +cargo:rerun-if-env-changed=CARGO_PKG_NAME +cargo:rerun-if-env-changed=CARGO_PKG_VERSION_MAJOR +cargo:rerun-if-env-changed=CARGO_PKG_VERSION_MINOR +cargo:rerun-if-env-changed=CARGO_PKG_VERSION_PATCH +cargo:rerun-if-env-changed=CARGO_PKG_VERSION_PRE +cargo:rerun-if-env-changed=CARGO_MANIFEST_LINKS +cargo:rerun-if-env-changed=RING_PREGENERATE_ASM +cargo:rerun-if-env-changed=OUT_DIR +cargo:rerun-if-env-changed=CARGO_CFG_TARGET_ARCH +cargo:rerun-if-env-changed=CARGO_CFG_TARGET_OS +cargo:rerun-if-env-changed=CARGO_CFG_TARGET_ENV +cargo:rerun-if-env-changed=CARGO_CFG_TARGET_ENDIAN +OPT_LEVEL = Some(0) +OUT_DIR = Some(/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/ring-011a98606c3c54c8/out) +TARGET = Some(x86_64-unknown-linux-gnu) +CARGO_ENCODED_RUSTFLAGS = Some() +HOST = Some(x86_64-unknown-linux-gnu) +cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu +CC_x86_64-unknown-linux-gnu = None +cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu +CC_x86_64_unknown_linux_gnu = None +cargo:rerun-if-env-changed=HOST_CC +HOST_CC = None +cargo:rerun-if-env-changed=CC +CC = None +cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT +RUSTC_WRAPPER = None +cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS +CRATE_CC_NO_DEFAULTS = None +DEBUG = Some(true) +CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2) +cargo:rerun-if-env-changed=CFLAGS +CFLAGS = None +cargo:rerun-if-env-changed=HOST_CFLAGS +HOST_CFLAGS = None +cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu +CFLAGS_x86_64_unknown_linux_gnu = None +cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu +CFLAGS_x86_64-unknown-linux-gnu = None +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +cargo:rustc-link-lib=static=ring_core_0_17_14_ +OPT_LEVEL = Some(0) +OUT_DIR = Some(/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/ring-011a98606c3c54c8/out) +TARGET = Some(x86_64-unknown-linux-gnu) +CARGO_ENCODED_RUSTFLAGS = Some() +HOST = Some(x86_64-unknown-linux-gnu) +cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu +CC_x86_64-unknown-linux-gnu = None +cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu +CC_x86_64_unknown_linux_gnu = None +cargo:rerun-if-env-changed=HOST_CC +HOST_CC = None +cargo:rerun-if-env-changed=CC +CC = None +cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT +RUSTC_WRAPPER = None +cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS +CRATE_CC_NO_DEFAULTS = None +DEBUG = Some(true) +CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2) +cargo:rerun-if-env-changed=CFLAGS +CFLAGS = None +cargo:rerun-if-env-changed=HOST_CFLAGS +HOST_CFLAGS = None +cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu +CFLAGS_x86_64_unknown_linux_gnu = None +cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu +CFLAGS_x86_64-unknown-linux-gnu = None +cargo:rustc-link-lib=static=ring_core_0_17_14__test +cargo:rustc-link-search=native=/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/ring-011a98606c3c54c8/out +cargo:rerun-if-changed=crypto/crypto.c +cargo:rerun-if-changed=crypto/mem.c +cargo:rerun-if-changed=crypto/cpu_intel.c +cargo:rerun-if-changed=crypto/constant_time_test.c +cargo:rerun-if-changed=crypto/perlasm/x86_64-xlate.pl +cargo:rerun-if-changed=crypto/perlasm/x86gas.pl +cargo:rerun-if-changed=crypto/perlasm/x86nasm.pl +cargo:rerun-if-changed=crypto/perlasm/x86asm.pl +cargo:rerun-if-changed=crypto/perlasm/arm-xlate.pl +cargo:rerun-if-changed=crypto/fipsmodule/bn/montgomery_inv.c +cargo:rerun-if-changed=crypto/fipsmodule/bn/montgomery.c +cargo:rerun-if-changed=crypto/fipsmodule/bn/internal.h +cargo:rerun-if-changed=crypto/fipsmodule/bn/asm/x86_64-mont5.pl +cargo:rerun-if-changed=crypto/fipsmodule/bn/asm/armv8-mont.pl +cargo:rerun-if-changed=crypto/fipsmodule/bn/asm/x86-mont.pl +cargo:rerun-if-changed=crypto/fipsmodule/bn/asm/armv4-mont.pl +cargo:rerun-if-changed=crypto/fipsmodule/bn/asm/x86_64-mont.pl +cargo:rerun-if-changed=crypto/fipsmodule/ec/ecp_nistz.c +cargo:rerun-if-changed=crypto/fipsmodule/ec/p256-nistz.h +cargo:rerun-if-changed=crypto/fipsmodule/ec/ecp_nistz.h +cargo:rerun-if-changed=crypto/fipsmodule/ec/ecp_nistz384.h +cargo:rerun-if-changed=crypto/fipsmodule/ec/p256_shared.h +cargo:rerun-if-changed=crypto/fipsmodule/ec/p256-nistz-table.h +cargo:rerun-if-changed=crypto/fipsmodule/ec/gfp_p384.c +cargo:rerun-if-changed=crypto/fipsmodule/ec/p256.c +cargo:rerun-if-changed=crypto/fipsmodule/ec/ecp_nistz384.inl +cargo:rerun-if-changed=crypto/fipsmodule/ec/p256_table.h +cargo:rerun-if-changed=crypto/fipsmodule/ec/p256-nistz.c +cargo:rerun-if-changed=crypto/fipsmodule/ec/util.h +cargo:rerun-if-changed=crypto/fipsmodule/ec/gfp_p256.c +cargo:rerun-if-changed=crypto/fipsmodule/ec/asm/p256-x86_64-asm.pl +cargo:rerun-if-changed=crypto/fipsmodule/ec/asm/p256-armv8-asm.pl +cargo:rerun-if-changed=crypto/fipsmodule/aes/aes_nohw.c +cargo:rerun-if-changed=crypto/fipsmodule/aes/asm/aesni-x86_64.pl +cargo:rerun-if-changed=crypto/fipsmodule/aes/asm/aesv8-armx.pl +cargo:rerun-if-changed=crypto/fipsmodule/aes/asm/ghash-x86.pl +cargo:rerun-if-changed=crypto/fipsmodule/aes/asm/vpaes-x86_64.pl +cargo:rerun-if-changed=crypto/fipsmodule/aes/asm/aesv8-gcm-armv8.pl +cargo:rerun-if-changed=crypto/fipsmodule/aes/asm/ghash-armv4.pl +cargo:rerun-if-changed=crypto/fipsmodule/aes/asm/vpaes-x86.pl +cargo:rerun-if-changed=crypto/fipsmodule/aes/asm/aes-gcm-avx2-x86_64.pl +cargo:rerun-if-changed=crypto/fipsmodule/aes/asm/ghashv8-armx.pl +cargo:rerun-if-changed=crypto/fipsmodule/aes/asm/aesni-gcm-x86_64.pl +cargo:rerun-if-changed=crypto/fipsmodule/aes/asm/aesni-x86.pl +cargo:rerun-if-changed=crypto/fipsmodule/aes/asm/ghash-x86_64.pl +cargo:rerun-if-changed=crypto/fipsmodule/aes/asm/vpaes-armv7.pl +cargo:rerun-if-changed=crypto/fipsmodule/aes/asm/vpaes-armv8.pl +cargo:rerun-if-changed=crypto/fipsmodule/aes/asm/bsaes-armv7.pl +cargo:rerun-if-changed=crypto/fipsmodule/aes/asm/ghash-neon-armv8.pl +cargo:rerun-if-changed=crypto/fipsmodule/sha/asm/sha512-x86_64.pl +cargo:rerun-if-changed=crypto/fipsmodule/sha/asm/sha256-armv4.pl +cargo:rerun-if-changed=crypto/fipsmodule/sha/asm/sha512-armv8.pl +cargo:rerun-if-changed=crypto/fipsmodule/sha/asm/sha512-armv4.pl +cargo:rerun-if-changed=crypto/chacha/asm/chacha-armv8.pl +cargo:rerun-if-changed=crypto/chacha/asm/chacha-armv4.pl +cargo:rerun-if-changed=crypto/chacha/asm/chacha-x86_64.pl +cargo:rerun-if-changed=crypto/chacha/asm/chacha-x86.pl +cargo:rerun-if-changed=crypto/cipher/asm/chacha20_poly1305_armv8.pl +cargo:rerun-if-changed=crypto/cipher/asm/chacha20_poly1305_x86_64.pl +cargo:rerun-if-changed=crypto/limbs/limbs.h +cargo:rerun-if-changed=crypto/limbs/limbs.inl +cargo:rerun-if-changed=crypto/limbs/limbs.c +cargo:rerun-if-changed=crypto/poly1305/poly1305.c +cargo:rerun-if-changed=crypto/poly1305/poly1305_arm_asm.S +cargo:rerun-if-changed=crypto/poly1305/poly1305_arm.c +cargo:rerun-if-changed=crypto/internal.h +cargo:rerun-if-changed=crypto/curve25519/curve25519_64_adx.c +cargo:rerun-if-changed=crypto/curve25519/curve25519.c +cargo:rerun-if-changed=crypto/curve25519/curve25519_tables.h +cargo:rerun-if-changed=crypto/curve25519/internal.h +cargo:rerun-if-changed=crypto/curve25519/asm/x25519-asm-arm.S +cargo:rerun-if-changed=include/ring-core/target.h +cargo:rerun-if-changed=include/ring-core/asm_base.h +cargo:rerun-if-changed=include/ring-core/type_check.h +cargo:rerun-if-changed=include/ring-core/check.h +cargo:rerun-if-changed=include/ring-core/base.h +cargo:rerun-if-changed=include/ring-core/mem.h +cargo:rerun-if-changed=include/ring-core/aes.h +cargo:rerun-if-changed=third_party/fiat/LICENSE +cargo:rerun-if-changed=third_party/fiat/curve25519_64_adx.h +cargo:rerun-if-changed=third_party/fiat/curve25519_32.h +cargo:rerun-if-changed=third_party/fiat/p256_64_msvc.h +cargo:rerun-if-changed=third_party/fiat/curve25519_64.h +cargo:rerun-if-changed=third_party/fiat/curve25519_64_msvc.h +cargo:rerun-if-changed=third_party/fiat/p256_64.h +cargo:rerun-if-changed=third_party/fiat/p256_32.h +cargo:rerun-if-changed=third_party/fiat/asm/fiat_curve25519_adx_square.S +cargo:rerun-if-changed=third_party/fiat/asm/fiat_curve25519_adx_mul.S diff --git a/target/debug/build/ring-011a98606c3c54c8/root-output b/target/debug/build/ring-011a98606c3c54c8/root-output new file mode 100644 index 0000000..648ae13 --- /dev/null +++ b/target/debug/build/ring-011a98606c3c54c8/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/ring-011a98606c3c54c8/out \ No newline at end of file diff --git a/target/debug/build/ring-011a98606c3c54c8/stderr b/target/debug/build/ring-011a98606c3c54c8/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/ring-e136248f3c708a1f/build-script-build b/target/debug/build/ring-e136248f3c708a1f/build-script-build new file mode 100755 index 0000000..293e633 Binary files /dev/null and b/target/debug/build/ring-e136248f3c708a1f/build-script-build differ diff --git a/target/debug/build/ring-e136248f3c708a1f/build_script_build-e136248f3c708a1f b/target/debug/build/ring-e136248f3c708a1f/build_script_build-e136248f3c708a1f new file mode 100755 index 0000000..293e633 Binary files /dev/null and b/target/debug/build/ring-e136248f3c708a1f/build_script_build-e136248f3c708a1f differ diff --git a/target/debug/build/ring-e136248f3c708a1f/build_script_build-e136248f3c708a1f.d b/target/debug/build/ring-e136248f3c708a1f/build_script_build-e136248f3c708a1f.d new file mode 100644 index 0000000..88173ae --- /dev/null +++ b/target/debug/build/ring-e136248f3c708a1f/build_script_build-e136248f3c708a1f.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/ring-e136248f3c708a1f/build_script_build-e136248f3c708a1f.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/build.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/ring-e136248f3c708a1f/build_script_build-e136248f3c708a1f: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/build.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/build.rs: diff --git a/target/debug/build/rust-i18n-788b19347230c744/invoked.timestamp b/target/debug/build/rust-i18n-788b19347230c744/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/rust-i18n-788b19347230c744/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/rust-i18n-788b19347230c744/output b/target/debug/build/rust-i18n-788b19347230c744/output new file mode 100644 index 0000000..8d75f4a --- /dev/null +++ b/target/debug/build/rust-i18n-788b19347230c744/output @@ -0,0 +1,6 @@ +cargo:rerun-if-changed=/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-3.1.5/examples/locales/fr.yml +cargo:rerun-if-changed=/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-3.1.5/examples/locales/en.yml +cargo:rerun-if-changed=/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-3.1.5/examples/app/locales/view.en.yml +cargo:rerun-if-changed=/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-3.1.5/examples/app/locales/view.fr.yml +cargo:rerun-if-changed=/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-3.1.5/examples/app/locales/fr.yml +cargo:rerun-if-changed=/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-3.1.5/examples/app/locales/en.yml diff --git a/target/debug/build/rust-i18n-788b19347230c744/root-output b/target/debug/build/rust-i18n-788b19347230c744/root-output new file mode 100644 index 0000000..a425b06 --- /dev/null +++ b/target/debug/build/rust-i18n-788b19347230c744/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/rust-i18n-788b19347230c744/out \ No newline at end of file diff --git a/target/debug/build/rust-i18n-788b19347230c744/stderr b/target/debug/build/rust-i18n-788b19347230c744/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/rust-i18n-de52c01a4c468b1c/build-script-build b/target/debug/build/rust-i18n-de52c01a4c468b1c/build-script-build new file mode 100755 index 0000000..2c66779 Binary files /dev/null and b/target/debug/build/rust-i18n-de52c01a4c468b1c/build-script-build differ diff --git a/target/debug/build/rust-i18n-de52c01a4c468b1c/build_script_build-de52c01a4c468b1c b/target/debug/build/rust-i18n-de52c01a4c468b1c/build_script_build-de52c01a4c468b1c new file mode 100755 index 0000000..2c66779 Binary files /dev/null and b/target/debug/build/rust-i18n-de52c01a4c468b1c/build_script_build-de52c01a4c468b1c differ diff --git a/target/debug/build/rust-i18n-de52c01a4c468b1c/build_script_build-de52c01a4c468b1c.d b/target/debug/build/rust-i18n-de52c01a4c468b1c/build_script_build-de52c01a4c468b1c.d new file mode 100644 index 0000000..c6f05bd --- /dev/null +++ b/target/debug/build/rust-i18n-de52c01a4c468b1c/build_script_build-de52c01a4c468b1c.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/rust-i18n-de52c01a4c468b1c/build_script_build-de52c01a4c468b1c.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-3.1.5/build.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/rust-i18n-de52c01a4c468b1c/build_script_build-de52c01a4c468b1c: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-3.1.5/build.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-3.1.5/build.rs: diff --git a/target/debug/build/rust-i18n-e91caeb82eaa36c0/invoked.timestamp b/target/debug/build/rust-i18n-e91caeb82eaa36c0/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/rust-i18n-e91caeb82eaa36c0/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/rust-i18n-e91caeb82eaa36c0/output b/target/debug/build/rust-i18n-e91caeb82eaa36c0/output new file mode 100644 index 0000000..8d75f4a --- /dev/null +++ b/target/debug/build/rust-i18n-e91caeb82eaa36c0/output @@ -0,0 +1,6 @@ +cargo:rerun-if-changed=/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-3.1.5/examples/locales/fr.yml +cargo:rerun-if-changed=/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-3.1.5/examples/locales/en.yml +cargo:rerun-if-changed=/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-3.1.5/examples/app/locales/view.en.yml +cargo:rerun-if-changed=/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-3.1.5/examples/app/locales/view.fr.yml +cargo:rerun-if-changed=/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-3.1.5/examples/app/locales/fr.yml +cargo:rerun-if-changed=/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-3.1.5/examples/app/locales/en.yml diff --git a/target/debug/build/rust-i18n-e91caeb82eaa36c0/root-output b/target/debug/build/rust-i18n-e91caeb82eaa36c0/root-output new file mode 100644 index 0000000..0591300 --- /dev/null +++ b/target/debug/build/rust-i18n-e91caeb82eaa36c0/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/rust-i18n-e91caeb82eaa36c0/out \ No newline at end of file diff --git a/target/debug/build/rust-i18n-e91caeb82eaa36c0/stderr b/target/debug/build/rust-i18n-e91caeb82eaa36c0/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/rust-i18n-f618046d6e867bfb/build-script-build b/target/debug/build/rust-i18n-f618046d6e867bfb/build-script-build new file mode 100755 index 0000000..6f940bc Binary files /dev/null and b/target/debug/build/rust-i18n-f618046d6e867bfb/build-script-build differ diff --git a/target/debug/build/rust-i18n-f618046d6e867bfb/build_script_build-f618046d6e867bfb b/target/debug/build/rust-i18n-f618046d6e867bfb/build_script_build-f618046d6e867bfb new file mode 100755 index 0000000..6f940bc Binary files /dev/null and b/target/debug/build/rust-i18n-f618046d6e867bfb/build_script_build-f618046d6e867bfb differ diff --git a/target/debug/build/rust-i18n-f618046d6e867bfb/build_script_build-f618046d6e867bfb.d b/target/debug/build/rust-i18n-f618046d6e867bfb/build_script_build-f618046d6e867bfb.d new file mode 100644 index 0000000..2ff969b --- /dev/null +++ b/target/debug/build/rust-i18n-f618046d6e867bfb/build_script_build-f618046d6e867bfb.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/rust-i18n-f618046d6e867bfb/build_script_build-f618046d6e867bfb.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-3.1.5/build.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/rust-i18n-f618046d6e867bfb/build_script_build-f618046d6e867bfb: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-3.1.5/build.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-3.1.5/build.rs: diff --git a/target/debug/build/rustix-73afbb50ae38ce00/build-script-build b/target/debug/build/rustix-73afbb50ae38ce00/build-script-build new file mode 100755 index 0000000..0e38ce9 Binary files /dev/null and b/target/debug/build/rustix-73afbb50ae38ce00/build-script-build differ diff --git a/target/debug/build/rustix-73afbb50ae38ce00/build_script_build-73afbb50ae38ce00 b/target/debug/build/rustix-73afbb50ae38ce00/build_script_build-73afbb50ae38ce00 new file mode 100755 index 0000000..0e38ce9 Binary files /dev/null and b/target/debug/build/rustix-73afbb50ae38ce00/build_script_build-73afbb50ae38ce00 differ diff --git a/target/debug/build/rustix-73afbb50ae38ce00/build_script_build-73afbb50ae38ce00.d b/target/debug/build/rustix-73afbb50ae38ce00/build_script_build-73afbb50ae38ce00.d new file mode 100644 index 0000000..714065d --- /dev/null +++ b/target/debug/build/rustix-73afbb50ae38ce00/build_script_build-73afbb50ae38ce00.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/rustix-73afbb50ae38ce00/build_script_build-73afbb50ae38ce00.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/build.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/rustix-73afbb50ae38ce00/build_script_build-73afbb50ae38ce00: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/build.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/build.rs: diff --git a/target/debug/build/rustix-de2ad37a92ee1100/invoked.timestamp b/target/debug/build/rustix-de2ad37a92ee1100/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/rustix-de2ad37a92ee1100/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/rustix-de2ad37a92ee1100/out/rustix_test_can_compile b/target/debug/build/rustix-de2ad37a92ee1100/out/rustix_test_can_compile new file mode 100644 index 0000000..71db95a Binary files /dev/null and b/target/debug/build/rustix-de2ad37a92ee1100/out/rustix_test_can_compile differ diff --git a/target/debug/build/rustix-de2ad37a92ee1100/output b/target/debug/build/rustix-de2ad37a92ee1100/output new file mode 100644 index 0000000..e908152 --- /dev/null +++ b/target/debug/build/rustix-de2ad37a92ee1100/output @@ -0,0 +1,13 @@ +cargo:rerun-if-changed=build.rs +cargo:rustc-cfg=static_assertions +cargo:rustc-cfg=lower_upper_exp_for_non_zero +cargo:rustc-cfg=rustc_diagnostics +cargo:rustc-cfg=linux_raw_dep +cargo:rustc-cfg=linux_raw +cargo:rustc-cfg=linux_like +cargo:rustc-cfg=linux_kernel +cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_EXPERIMENTAL_ASM +cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_LIBC +cargo:rerun-if-env-changed=CARGO_FEATURE_USE_LIBC +cargo:rerun-if-env-changed=CARGO_FEATURE_RUSTC_DEP_OF_STD +cargo:rerun-if-env-changed=CARGO_CFG_MIRI diff --git a/target/debug/build/rustix-de2ad37a92ee1100/root-output b/target/debug/build/rustix-de2ad37a92ee1100/root-output new file mode 100644 index 0000000..df98e89 --- /dev/null +++ b/target/debug/build/rustix-de2ad37a92ee1100/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/rustix-de2ad37a92ee1100/out \ No newline at end of file diff --git a/target/debug/build/rustix-de2ad37a92ee1100/stderr b/target/debug/build/rustix-de2ad37a92ee1100/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/rustversion-050205c5a595f792/build-script-build b/target/debug/build/rustversion-050205c5a595f792/build-script-build new file mode 100755 index 0000000..604ee08 Binary files /dev/null and b/target/debug/build/rustversion-050205c5a595f792/build-script-build differ diff --git a/target/debug/build/rustversion-050205c5a595f792/build_script_build-050205c5a595f792 b/target/debug/build/rustversion-050205c5a595f792/build_script_build-050205c5a595f792 new file mode 100755 index 0000000..604ee08 Binary files /dev/null and b/target/debug/build/rustversion-050205c5a595f792/build_script_build-050205c5a595f792 differ diff --git a/target/debug/build/rustversion-050205c5a595f792/build_script_build-050205c5a595f792.d b/target/debug/build/rustversion-050205c5a595f792/build_script_build-050205c5a595f792.d new file mode 100644 index 0000000..e451086 --- /dev/null +++ b/target/debug/build/rustversion-050205c5a595f792/build_script_build-050205c5a595f792.d @@ -0,0 +1,6 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/rustversion-050205c5a595f792/build_script_build-050205c5a595f792.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/build.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/rustc.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/rustversion-050205c5a595f792/build_script_build-050205c5a595f792: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/build.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/rustc.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/build.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/rustc.rs: diff --git a/target/debug/build/rustversion-d70f972e4b4cf0c8/invoked.timestamp b/target/debug/build/rustversion-d70f972e4b4cf0c8/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/rustversion-d70f972e4b4cf0c8/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/rustversion-d70f972e4b4cf0c8/out/version.expr b/target/debug/build/rustversion-d70f972e4b4cf0c8/out/version.expr new file mode 100644 index 0000000..d540685 --- /dev/null +++ b/target/debug/build/rustversion-d70f972e4b4cf0c8/out/version.expr @@ -0,0 +1,5 @@ +crate::version::Version { + minor: 92, + patch: 0, + channel: crate::version::Channel::Stable, +} diff --git a/target/debug/build/rustversion-d70f972e4b4cf0c8/output b/target/debug/build/rustversion-d70f972e4b4cf0c8/output new file mode 100644 index 0000000..c2182eb --- /dev/null +++ b/target/debug/build/rustversion-d70f972e4b4cf0c8/output @@ -0,0 +1,3 @@ +cargo:rerun-if-changed=build/build.rs +cargo:rustc-check-cfg=cfg(cfg_macro_not_allowed) +cargo:rustc-check-cfg=cfg(host_os, values("windows")) diff --git a/target/debug/build/rustversion-d70f972e4b4cf0c8/root-output b/target/debug/build/rustversion-d70f972e4b4cf0c8/root-output new file mode 100644 index 0000000..37a955b --- /dev/null +++ b/target/debug/build/rustversion-d70f972e4b4cf0c8/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/rustversion-d70f972e4b4cf0c8/out \ No newline at end of file diff --git a/target/debug/build/rustversion-d70f972e4b4cf0c8/stderr b/target/debug/build/rustversion-d70f972e4b4cf0c8/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/serde-04eb7fe29e51f410/build-script-build b/target/debug/build/serde-04eb7fe29e51f410/build-script-build new file mode 100755 index 0000000..77ce611 Binary files /dev/null and b/target/debug/build/serde-04eb7fe29e51f410/build-script-build differ diff --git a/target/debug/build/serde-04eb7fe29e51f410/build_script_build-04eb7fe29e51f410 b/target/debug/build/serde-04eb7fe29e51f410/build_script_build-04eb7fe29e51f410 new file mode 100755 index 0000000..77ce611 Binary files /dev/null and b/target/debug/build/serde-04eb7fe29e51f410/build_script_build-04eb7fe29e51f410 differ diff --git a/target/debug/build/serde-04eb7fe29e51f410/build_script_build-04eb7fe29e51f410.d b/target/debug/build/serde-04eb7fe29e51f410/build_script_build-04eb7fe29e51f410.d new file mode 100644 index 0000000..68d5a90 --- /dev/null +++ b/target/debug/build/serde-04eb7fe29e51f410/build_script_build-04eb7fe29e51f410.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde-04eb7fe29e51f410/build_script_build-04eb7fe29e51f410.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde-04eb7fe29e51f410/build_script_build-04eb7fe29e51f410: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs: diff --git a/target/debug/build/serde-0c79bc1bb5bf9eba/invoked.timestamp b/target/debug/build/serde-0c79bc1bb5bf9eba/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/serde-0c79bc1bb5bf9eba/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/serde-0c79bc1bb5bf9eba/out/private.rs b/target/debug/build/serde-0c79bc1bb5bf9eba/out/private.rs new file mode 100644 index 0000000..ed2927e --- /dev/null +++ b/target/debug/build/serde-0c79bc1bb5bf9eba/out/private.rs @@ -0,0 +1,6 @@ +#[doc(hidden)] +pub mod __private228 { + #[doc(hidden)] + pub use crate::private::*; +} +use serde_core::__private228 as serde_core_private; diff --git a/target/debug/build/serde-0c79bc1bb5bf9eba/output b/target/debug/build/serde-0c79bc1bb5bf9eba/output new file mode 100644 index 0000000..854cb53 --- /dev/null +++ b/target/debug/build/serde-0c79bc1bb5bf9eba/output @@ -0,0 +1,13 @@ +cargo:rerun-if-changed=build.rs +cargo:rustc-cfg=if_docsrs_then_no_serde_core +cargo:rustc-check-cfg=cfg(feature, values("result")) +cargo:rustc-check-cfg=cfg(if_docsrs_then_no_serde_core) +cargo:rustc-check-cfg=cfg(no_core_cstr) +cargo:rustc-check-cfg=cfg(no_core_error) +cargo:rustc-check-cfg=cfg(no_core_net) +cargo:rustc-check-cfg=cfg(no_core_num_saturating) +cargo:rustc-check-cfg=cfg(no_diagnostic_namespace) +cargo:rustc-check-cfg=cfg(no_serde_derive) +cargo:rustc-check-cfg=cfg(no_std_atomic) +cargo:rustc-check-cfg=cfg(no_std_atomic64) +cargo:rustc-check-cfg=cfg(no_target_has_atomic) diff --git a/target/debug/build/serde-0c79bc1bb5bf9eba/root-output b/target/debug/build/serde-0c79bc1bb5bf9eba/root-output new file mode 100644 index 0000000..32305a0 --- /dev/null +++ b/target/debug/build/serde-0c79bc1bb5bf9eba/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde-0c79bc1bb5bf9eba/out \ No newline at end of file diff --git a/target/debug/build/serde-0c79bc1bb5bf9eba/stderr b/target/debug/build/serde-0c79bc1bb5bf9eba/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/serde-49a10a9683562367/build-script-build b/target/debug/build/serde-49a10a9683562367/build-script-build new file mode 100755 index 0000000..9051ce5 Binary files /dev/null and b/target/debug/build/serde-49a10a9683562367/build-script-build differ diff --git a/target/debug/build/serde-49a10a9683562367/build_script_build-49a10a9683562367 b/target/debug/build/serde-49a10a9683562367/build_script_build-49a10a9683562367 new file mode 100755 index 0000000..9051ce5 Binary files /dev/null and b/target/debug/build/serde-49a10a9683562367/build_script_build-49a10a9683562367 differ diff --git a/target/debug/build/serde-49a10a9683562367/build_script_build-49a10a9683562367.d b/target/debug/build/serde-49a10a9683562367/build_script_build-49a10a9683562367.d new file mode 100644 index 0000000..7b179ee --- /dev/null +++ b/target/debug/build/serde-49a10a9683562367/build_script_build-49a10a9683562367.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde-49a10a9683562367/build_script_build-49a10a9683562367.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde-49a10a9683562367/build_script_build-49a10a9683562367: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs: diff --git a/target/debug/build/serde-a4ceae42d15d99aa/invoked.timestamp b/target/debug/build/serde-a4ceae42d15d99aa/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/serde-a4ceae42d15d99aa/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/serde-a4ceae42d15d99aa/out/private.rs b/target/debug/build/serde-a4ceae42d15d99aa/out/private.rs new file mode 100644 index 0000000..ed2927e --- /dev/null +++ b/target/debug/build/serde-a4ceae42d15d99aa/out/private.rs @@ -0,0 +1,6 @@ +#[doc(hidden)] +pub mod __private228 { + #[doc(hidden)] + pub use crate::private::*; +} +use serde_core::__private228 as serde_core_private; diff --git a/target/debug/build/serde-a4ceae42d15d99aa/output b/target/debug/build/serde-a4ceae42d15d99aa/output new file mode 100644 index 0000000..854cb53 --- /dev/null +++ b/target/debug/build/serde-a4ceae42d15d99aa/output @@ -0,0 +1,13 @@ +cargo:rerun-if-changed=build.rs +cargo:rustc-cfg=if_docsrs_then_no_serde_core +cargo:rustc-check-cfg=cfg(feature, values("result")) +cargo:rustc-check-cfg=cfg(if_docsrs_then_no_serde_core) +cargo:rustc-check-cfg=cfg(no_core_cstr) +cargo:rustc-check-cfg=cfg(no_core_error) +cargo:rustc-check-cfg=cfg(no_core_net) +cargo:rustc-check-cfg=cfg(no_core_num_saturating) +cargo:rustc-check-cfg=cfg(no_diagnostic_namespace) +cargo:rustc-check-cfg=cfg(no_serde_derive) +cargo:rustc-check-cfg=cfg(no_std_atomic) +cargo:rustc-check-cfg=cfg(no_std_atomic64) +cargo:rustc-check-cfg=cfg(no_target_has_atomic) diff --git a/target/debug/build/serde-a4ceae42d15d99aa/root-output b/target/debug/build/serde-a4ceae42d15d99aa/root-output new file mode 100644 index 0000000..d4b8148 --- /dev/null +++ b/target/debug/build/serde-a4ceae42d15d99aa/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde-a4ceae42d15d99aa/out \ No newline at end of file diff --git a/target/debug/build/serde-a4ceae42d15d99aa/stderr b/target/debug/build/serde-a4ceae42d15d99aa/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/serde_core-31b971cf163f0f6c/build-script-build b/target/debug/build/serde_core-31b971cf163f0f6c/build-script-build new file mode 100755 index 0000000..5ead71a Binary files /dev/null and b/target/debug/build/serde_core-31b971cf163f0f6c/build-script-build differ diff --git a/target/debug/build/serde_core-31b971cf163f0f6c/build_script_build-31b971cf163f0f6c b/target/debug/build/serde_core-31b971cf163f0f6c/build_script_build-31b971cf163f0f6c new file mode 100755 index 0000000..5ead71a Binary files /dev/null and b/target/debug/build/serde_core-31b971cf163f0f6c/build_script_build-31b971cf163f0f6c differ diff --git a/target/debug/build/serde_core-31b971cf163f0f6c/build_script_build-31b971cf163f0f6c.d b/target/debug/build/serde_core-31b971cf163f0f6c/build_script_build-31b971cf163f0f6c.d new file mode 100644 index 0000000..d3a32ea --- /dev/null +++ b/target/debug/build/serde_core-31b971cf163f0f6c/build_script_build-31b971cf163f0f6c.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde_core-31b971cf163f0f6c/build_script_build-31b971cf163f0f6c.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde_core-31b971cf163f0f6c/build_script_build-31b971cf163f0f6c: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs: diff --git a/target/debug/build/serde_core-39b05c5517e094de/build-script-build b/target/debug/build/serde_core-39b05c5517e094de/build-script-build new file mode 100755 index 0000000..007c157 Binary files /dev/null and b/target/debug/build/serde_core-39b05c5517e094de/build-script-build differ diff --git a/target/debug/build/serde_core-39b05c5517e094de/build_script_build-39b05c5517e094de b/target/debug/build/serde_core-39b05c5517e094de/build_script_build-39b05c5517e094de new file mode 100755 index 0000000..007c157 Binary files /dev/null and b/target/debug/build/serde_core-39b05c5517e094de/build_script_build-39b05c5517e094de differ diff --git a/target/debug/build/serde_core-39b05c5517e094de/build_script_build-39b05c5517e094de.d b/target/debug/build/serde_core-39b05c5517e094de/build_script_build-39b05c5517e094de.d new file mode 100644 index 0000000..90ce7c4 --- /dev/null +++ b/target/debug/build/serde_core-39b05c5517e094de/build_script_build-39b05c5517e094de.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde_core-39b05c5517e094de/build_script_build-39b05c5517e094de.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde_core-39b05c5517e094de/build_script_build-39b05c5517e094de: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs: diff --git a/target/debug/build/serde_core-7b7cb0cfdf46fc20/invoked.timestamp b/target/debug/build/serde_core-7b7cb0cfdf46fc20/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/serde_core-7b7cb0cfdf46fc20/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/serde_core-7b7cb0cfdf46fc20/out/private.rs b/target/debug/build/serde_core-7b7cb0cfdf46fc20/out/private.rs new file mode 100644 index 0000000..08f232b --- /dev/null +++ b/target/debug/build/serde_core-7b7cb0cfdf46fc20/out/private.rs @@ -0,0 +1,5 @@ +#[doc(hidden)] +pub mod __private228 { + #[doc(hidden)] + pub use crate::private::*; +} diff --git a/target/debug/build/serde_core-7b7cb0cfdf46fc20/output b/target/debug/build/serde_core-7b7cb0cfdf46fc20/output new file mode 100644 index 0000000..98a6653 --- /dev/null +++ b/target/debug/build/serde_core-7b7cb0cfdf46fc20/output @@ -0,0 +1,11 @@ +cargo:rerun-if-changed=build.rs +cargo:rustc-check-cfg=cfg(if_docsrs_then_no_serde_core) +cargo:rustc-check-cfg=cfg(no_core_cstr) +cargo:rustc-check-cfg=cfg(no_core_error) +cargo:rustc-check-cfg=cfg(no_core_net) +cargo:rustc-check-cfg=cfg(no_core_num_saturating) +cargo:rustc-check-cfg=cfg(no_diagnostic_namespace) +cargo:rustc-check-cfg=cfg(no_serde_derive) +cargo:rustc-check-cfg=cfg(no_std_atomic) +cargo:rustc-check-cfg=cfg(no_std_atomic64) +cargo:rustc-check-cfg=cfg(no_target_has_atomic) diff --git a/target/debug/build/serde_core-7b7cb0cfdf46fc20/root-output b/target/debug/build/serde_core-7b7cb0cfdf46fc20/root-output new file mode 100644 index 0000000..c83a423 --- /dev/null +++ b/target/debug/build/serde_core-7b7cb0cfdf46fc20/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde_core-7b7cb0cfdf46fc20/out \ No newline at end of file diff --git a/target/debug/build/serde_core-7b7cb0cfdf46fc20/stderr b/target/debug/build/serde_core-7b7cb0cfdf46fc20/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/serde_core-fce0ea8bda10166e/invoked.timestamp b/target/debug/build/serde_core-fce0ea8bda10166e/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/serde_core-fce0ea8bda10166e/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/serde_core-fce0ea8bda10166e/out/private.rs b/target/debug/build/serde_core-fce0ea8bda10166e/out/private.rs new file mode 100644 index 0000000..08f232b --- /dev/null +++ b/target/debug/build/serde_core-fce0ea8bda10166e/out/private.rs @@ -0,0 +1,5 @@ +#[doc(hidden)] +pub mod __private228 { + #[doc(hidden)] + pub use crate::private::*; +} diff --git a/target/debug/build/serde_core-fce0ea8bda10166e/output b/target/debug/build/serde_core-fce0ea8bda10166e/output new file mode 100644 index 0000000..98a6653 --- /dev/null +++ b/target/debug/build/serde_core-fce0ea8bda10166e/output @@ -0,0 +1,11 @@ +cargo:rerun-if-changed=build.rs +cargo:rustc-check-cfg=cfg(if_docsrs_then_no_serde_core) +cargo:rustc-check-cfg=cfg(no_core_cstr) +cargo:rustc-check-cfg=cfg(no_core_error) +cargo:rustc-check-cfg=cfg(no_core_net) +cargo:rustc-check-cfg=cfg(no_core_num_saturating) +cargo:rustc-check-cfg=cfg(no_diagnostic_namespace) +cargo:rustc-check-cfg=cfg(no_serde_derive) +cargo:rustc-check-cfg=cfg(no_std_atomic) +cargo:rustc-check-cfg=cfg(no_std_atomic64) +cargo:rustc-check-cfg=cfg(no_target_has_atomic) diff --git a/target/debug/build/serde_core-fce0ea8bda10166e/root-output b/target/debug/build/serde_core-fce0ea8bda10166e/root-output new file mode 100644 index 0000000..c5767bd --- /dev/null +++ b/target/debug/build/serde_core-fce0ea8bda10166e/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde_core-fce0ea8bda10166e/out \ No newline at end of file diff --git a/target/debug/build/serde_core-fce0ea8bda10166e/stderr b/target/debug/build/serde_core-fce0ea8bda10166e/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/serde_json-14cac1bab08fa228/build-script-build b/target/debug/build/serde_json-14cac1bab08fa228/build-script-build new file mode 100755 index 0000000..7b9db8c Binary files /dev/null and b/target/debug/build/serde_json-14cac1bab08fa228/build-script-build differ diff --git a/target/debug/build/serde_json-14cac1bab08fa228/build_script_build-14cac1bab08fa228 b/target/debug/build/serde_json-14cac1bab08fa228/build_script_build-14cac1bab08fa228 new file mode 100755 index 0000000..7b9db8c Binary files /dev/null and b/target/debug/build/serde_json-14cac1bab08fa228/build_script_build-14cac1bab08fa228 differ diff --git a/target/debug/build/serde_json-14cac1bab08fa228/build_script_build-14cac1bab08fa228.d b/target/debug/build/serde_json-14cac1bab08fa228/build_script_build-14cac1bab08fa228.d new file mode 100644 index 0000000..f9fd087 --- /dev/null +++ b/target/debug/build/serde_json-14cac1bab08fa228/build_script_build-14cac1bab08fa228.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde_json-14cac1bab08fa228/build_script_build-14cac1bab08fa228.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/build.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde_json-14cac1bab08fa228/build_script_build-14cac1bab08fa228: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/build.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/build.rs: diff --git a/target/debug/build/serde_json-46e499d00d5def7e/invoked.timestamp b/target/debug/build/serde_json-46e499d00d5def7e/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/serde_json-46e499d00d5def7e/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/serde_json-46e499d00d5def7e/output b/target/debug/build/serde_json-46e499d00d5def7e/output new file mode 100644 index 0000000..3201077 --- /dev/null +++ b/target/debug/build/serde_json-46e499d00d5def7e/output @@ -0,0 +1,3 @@ +cargo:rerun-if-changed=build.rs +cargo:rustc-check-cfg=cfg(fast_arithmetic, values("32", "64")) +cargo:rustc-cfg=fast_arithmetic="64" diff --git a/target/debug/build/serde_json-46e499d00d5def7e/root-output b/target/debug/build/serde_json-46e499d00d5def7e/root-output new file mode 100644 index 0000000..81d46a1 --- /dev/null +++ b/target/debug/build/serde_json-46e499d00d5def7e/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde_json-46e499d00d5def7e/out \ No newline at end of file diff --git a/target/debug/build/serde_json-46e499d00d5def7e/stderr b/target/debug/build/serde_json-46e499d00d5def7e/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/serde_json-5bf829e1bcc5781e/build-script-build b/target/debug/build/serde_json-5bf829e1bcc5781e/build-script-build new file mode 100755 index 0000000..d459dc1 Binary files /dev/null and b/target/debug/build/serde_json-5bf829e1bcc5781e/build-script-build differ diff --git a/target/debug/build/serde_json-5bf829e1bcc5781e/build_script_build-5bf829e1bcc5781e b/target/debug/build/serde_json-5bf829e1bcc5781e/build_script_build-5bf829e1bcc5781e new file mode 100755 index 0000000..d459dc1 Binary files /dev/null and b/target/debug/build/serde_json-5bf829e1bcc5781e/build_script_build-5bf829e1bcc5781e differ diff --git a/target/debug/build/serde_json-5bf829e1bcc5781e/build_script_build-5bf829e1bcc5781e.d b/target/debug/build/serde_json-5bf829e1bcc5781e/build_script_build-5bf829e1bcc5781e.d new file mode 100644 index 0000000..9233259 --- /dev/null +++ b/target/debug/build/serde_json-5bf829e1bcc5781e/build_script_build-5bf829e1bcc5781e.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde_json-5bf829e1bcc5781e/build_script_build-5bf829e1bcc5781e.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/build.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde_json-5bf829e1bcc5781e/build_script_build-5bf829e1bcc5781e: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/build.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/build.rs: diff --git a/target/debug/build/serde_json-d4b53817adbedee5/invoked.timestamp b/target/debug/build/serde_json-d4b53817adbedee5/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/serde_json-d4b53817adbedee5/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/serde_json-d4b53817adbedee5/output b/target/debug/build/serde_json-d4b53817adbedee5/output new file mode 100644 index 0000000..3201077 --- /dev/null +++ b/target/debug/build/serde_json-d4b53817adbedee5/output @@ -0,0 +1,3 @@ +cargo:rerun-if-changed=build.rs +cargo:rustc-check-cfg=cfg(fast_arithmetic, values("32", "64")) +cargo:rustc-cfg=fast_arithmetic="64" diff --git a/target/debug/build/serde_json-d4b53817adbedee5/root-output b/target/debug/build/serde_json-d4b53817adbedee5/root-output new file mode 100644 index 0000000..d08b61c --- /dev/null +++ b/target/debug/build/serde_json-d4b53817adbedee5/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde_json-d4b53817adbedee5/out \ No newline at end of file diff --git a/target/debug/build/serde_json-d4b53817adbedee5/stderr b/target/debug/build/serde_json-d4b53817adbedee5/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/syn-2374f90a9617b800/invoked.timestamp b/target/debug/build/syn-2374f90a9617b800/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/syn-2374f90a9617b800/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/syn-2374f90a9617b800/output b/target/debug/build/syn-2374f90a9617b800/output new file mode 100644 index 0000000..614b948 --- /dev/null +++ b/target/debug/build/syn-2374f90a9617b800/output @@ -0,0 +1 @@ +cargo:rustc-cfg=syn_disable_nightly_tests diff --git a/target/debug/build/syn-2374f90a9617b800/root-output b/target/debug/build/syn-2374f90a9617b800/root-output new file mode 100644 index 0000000..1a2e5f4 --- /dev/null +++ b/target/debug/build/syn-2374f90a9617b800/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/syn-2374f90a9617b800/out \ No newline at end of file diff --git a/target/debug/build/syn-2374f90a9617b800/stderr b/target/debug/build/syn-2374f90a9617b800/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/syn-303424a6868c3aa8/build-script-build b/target/debug/build/syn-303424a6868c3aa8/build-script-build new file mode 100755 index 0000000..701bf85 Binary files /dev/null and b/target/debug/build/syn-303424a6868c3aa8/build-script-build differ diff --git a/target/debug/build/syn-303424a6868c3aa8/build_script_build-303424a6868c3aa8 b/target/debug/build/syn-303424a6868c3aa8/build_script_build-303424a6868c3aa8 new file mode 100755 index 0000000..701bf85 Binary files /dev/null and b/target/debug/build/syn-303424a6868c3aa8/build_script_build-303424a6868c3aa8 differ diff --git a/target/debug/build/syn-303424a6868c3aa8/build_script_build-303424a6868c3aa8.d b/target/debug/build/syn-303424a6868c3aa8/build_script_build-303424a6868c3aa8.d new file mode 100644 index 0000000..7b0609a --- /dev/null +++ b/target/debug/build/syn-303424a6868c3aa8/build_script_build-303424a6868c3aa8.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/syn-303424a6868c3aa8/build_script_build-303424a6868c3aa8.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/build.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/syn-303424a6868c3aa8/build_script_build-303424a6868c3aa8: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/build.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/build.rs: diff --git a/target/debug/build/thiserror-a345b3ae36f46eea/build-script-build b/target/debug/build/thiserror-a345b3ae36f46eea/build-script-build new file mode 100755 index 0000000..083732a Binary files /dev/null and b/target/debug/build/thiserror-a345b3ae36f46eea/build-script-build differ diff --git a/target/debug/build/thiserror-a345b3ae36f46eea/build_script_build-a345b3ae36f46eea b/target/debug/build/thiserror-a345b3ae36f46eea/build_script_build-a345b3ae36f46eea new file mode 100755 index 0000000..083732a Binary files /dev/null and b/target/debug/build/thiserror-a345b3ae36f46eea/build_script_build-a345b3ae36f46eea differ diff --git a/target/debug/build/thiserror-a345b3ae36f46eea/build_script_build-a345b3ae36f46eea.d b/target/debug/build/thiserror-a345b3ae36f46eea/build_script_build-a345b3ae36f46eea.d new file mode 100644 index 0000000..602b732 --- /dev/null +++ b/target/debug/build/thiserror-a345b3ae36f46eea/build_script_build-a345b3ae36f46eea.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/thiserror-a345b3ae36f46eea/build_script_build-a345b3ae36f46eea.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/build.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/thiserror-a345b3ae36f46eea/build_script_build-a345b3ae36f46eea: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/build.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/build.rs: diff --git a/target/debug/build/thiserror-b28f052e3ba5c2bc/invoked.timestamp b/target/debug/build/thiserror-b28f052e3ba5c2bc/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/thiserror-b28f052e3ba5c2bc/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/thiserror-b28f052e3ba5c2bc/output b/target/debug/build/thiserror-b28f052e3ba5c2bc/output new file mode 100644 index 0000000..3b23df4 --- /dev/null +++ b/target/debug/build/thiserror-b28f052e3ba5c2bc/output @@ -0,0 +1,4 @@ +cargo:rerun-if-changed=build/probe.rs +cargo:rustc-check-cfg=cfg(error_generic_member_access) +cargo:rustc-check-cfg=cfg(thiserror_nightly_testing) +cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP diff --git a/target/debug/build/thiserror-b28f052e3ba5c2bc/root-output b/target/debug/build/thiserror-b28f052e3ba5c2bc/root-output new file mode 100644 index 0000000..a5d8415 --- /dev/null +++ b/target/debug/build/thiserror-b28f052e3ba5c2bc/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/thiserror-b28f052e3ba5c2bc/out \ No newline at end of file diff --git a/target/debug/build/thiserror-b28f052e3ba5c2bc/stderr b/target/debug/build/thiserror-b28f052e3ba5c2bc/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/thiserror-d2b20bc5606dd667/build-script-build b/target/debug/build/thiserror-d2b20bc5606dd667/build-script-build new file mode 100755 index 0000000..5551b2d Binary files /dev/null and b/target/debug/build/thiserror-d2b20bc5606dd667/build-script-build differ diff --git a/target/debug/build/thiserror-d2b20bc5606dd667/build_script_build-d2b20bc5606dd667 b/target/debug/build/thiserror-d2b20bc5606dd667/build_script_build-d2b20bc5606dd667 new file mode 100755 index 0000000..5551b2d Binary files /dev/null and b/target/debug/build/thiserror-d2b20bc5606dd667/build_script_build-d2b20bc5606dd667 differ diff --git a/target/debug/build/thiserror-d2b20bc5606dd667/build_script_build-d2b20bc5606dd667.d b/target/debug/build/thiserror-d2b20bc5606dd667/build_script_build-d2b20bc5606dd667.d new file mode 100644 index 0000000..a2c2e9b --- /dev/null +++ b/target/debug/build/thiserror-d2b20bc5606dd667/build_script_build-d2b20bc5606dd667.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/thiserror-d2b20bc5606dd667/build_script_build-d2b20bc5606dd667.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/build.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/thiserror-d2b20bc5606dd667/build_script_build-d2b20bc5606dd667: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/build.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/build.rs: diff --git a/target/debug/build/thiserror-f120952bacb12ece/invoked.timestamp b/target/debug/build/thiserror-f120952bacb12ece/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/thiserror-f120952bacb12ece/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/thiserror-f120952bacb12ece/out/private.rs b/target/debug/build/thiserror-f120952bacb12ece/out/private.rs new file mode 100644 index 0000000..7b376f2 --- /dev/null +++ b/target/debug/build/thiserror-f120952bacb12ece/out/private.rs @@ -0,0 +1,5 @@ +#[doc(hidden)] +pub mod __private18 { + #[doc(hidden)] + pub use crate::private::*; +} diff --git a/target/debug/build/thiserror-f120952bacb12ece/output b/target/debug/build/thiserror-f120952bacb12ece/output new file mode 100644 index 0000000..f62a8d1 --- /dev/null +++ b/target/debug/build/thiserror-f120952bacb12ece/output @@ -0,0 +1,5 @@ +cargo:rerun-if-changed=build/probe.rs +cargo:rustc-check-cfg=cfg(error_generic_member_access) +cargo:rustc-check-cfg=cfg(thiserror_nightly_testing) +cargo:rustc-check-cfg=cfg(thiserror_no_backtrace_type) +cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP diff --git a/target/debug/build/thiserror-f120952bacb12ece/root-output b/target/debug/build/thiserror-f120952bacb12ece/root-output new file mode 100644 index 0000000..19910ec --- /dev/null +++ b/target/debug/build/thiserror-f120952bacb12ece/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/thiserror-f120952bacb12ece/out \ No newline at end of file diff --git a/target/debug/build/thiserror-f120952bacb12ece/stderr b/target/debug/build/thiserror-f120952bacb12ece/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/typenum-059357c2950c45e7/build-script-build b/target/debug/build/typenum-059357c2950c45e7/build-script-build new file mode 100755 index 0000000..2a4dee3 Binary files /dev/null and b/target/debug/build/typenum-059357c2950c45e7/build-script-build differ diff --git a/target/debug/build/typenum-059357c2950c45e7/build_script_build-059357c2950c45e7 b/target/debug/build/typenum-059357c2950c45e7/build_script_build-059357c2950c45e7 new file mode 100755 index 0000000..2a4dee3 Binary files /dev/null and b/target/debug/build/typenum-059357c2950c45e7/build_script_build-059357c2950c45e7 differ diff --git a/target/debug/build/typenum-059357c2950c45e7/build_script_build-059357c2950c45e7.d b/target/debug/build/typenum-059357c2950c45e7/build_script_build-059357c2950c45e7.d new file mode 100644 index 0000000..182c261 --- /dev/null +++ b/target/debug/build/typenum-059357c2950c45e7/build_script_build-059357c2950c45e7.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/typenum-059357c2950c45e7/build_script_build-059357c2950c45e7.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/build.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/typenum-059357c2950c45e7/build_script_build-059357c2950c45e7: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/build.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/build.rs: diff --git a/target/debug/build/typenum-f0d3a75958b66a8e/invoked.timestamp b/target/debug/build/typenum-f0d3a75958b66a8e/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/typenum-f0d3a75958b66a8e/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/typenum-f0d3a75958b66a8e/out/tests.rs b/target/debug/build/typenum-f0d3a75958b66a8e/out/tests.rs new file mode 100644 index 0000000..eadb2d6 --- /dev/null +++ b/target/debug/build/typenum-f0d3a75958b66a8e/out/tests.rs @@ -0,0 +1,20563 @@ + +use typenum::*; +use core::ops::*; +use core::cmp::Ordering; + +#[test] +#[allow(non_snake_case)] +fn test_0_BitAnd_0() { + type A = UTerm; + type B = UTerm; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0BitAndU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_BitOr_0() { + type A = UTerm; + type B = UTerm; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0BitOrU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_BitXor_0() { + type A = UTerm; + type B = UTerm; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0BitXorU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Shl_0() { + type A = UTerm; + type B = UTerm; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0ShlU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Shr_0() { + type A = UTerm; + type B = UTerm; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0ShrU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Add_0() { + type A = UTerm; + type B = UTerm; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0AddU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Mul_0() { + type A = UTerm; + type B = UTerm; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0MulU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Pow_0() { + type A = UTerm; + type B = UTerm; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U0PowU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Min_0() { + type A = UTerm; + type B = UTerm; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0MinU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Max_0() { + type A = UTerm; + type B = UTerm; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0MaxU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Gcd_0() { + type A = UTerm; + type B = UTerm; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0GcdU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Sub_0() { + type A = UTerm; + type B = UTerm; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0SubU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Cmp_0() { + type A = UTerm; + type B = UTerm; + + #[allow(non_camel_case_types)] + type U0CmpU0 = >::Output; + assert_eq!(::to_ordering(), Ordering::Equal); +} +#[test] +#[allow(non_snake_case)] +fn test_0_BitAnd_1() { + type A = UTerm; + type B = UInt; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0BitAndU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_BitOr_1() { + type A = UTerm; + type B = UInt; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U0BitOrU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_BitXor_1() { + type A = UTerm; + type B = UInt; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U0BitXorU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Shl_1() { + type A = UTerm; + type B = UInt; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0ShlU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Shr_1() { + type A = UTerm; + type B = UInt; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0ShrU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Add_1() { + type A = UTerm; + type B = UInt; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U0AddU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Mul_1() { + type A = UTerm; + type B = UInt; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0MulU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Pow_1() { + type A = UTerm; + type B = UInt; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0PowU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Min_1() { + type A = UTerm; + type B = UInt; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0MinU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Max_1() { + type A = UTerm; + type B = UInt; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U0MaxU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Gcd_1() { + type A = UTerm; + type B = UInt; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U0GcdU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Div_1() { + type A = UTerm; + type B = UInt; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0DivU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Rem_1() { + type A = UTerm; + type B = UInt; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0RemU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_PartialDiv_1() { + type A = UTerm; + type B = UInt; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0PartialDivU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Cmp_1() { + type A = UTerm; + type B = UInt; + + #[allow(non_camel_case_types)] + type U0CmpU1 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_0_BitAnd_2() { + type A = UTerm; + type B = UInt, B0>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0BitAndU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_BitOr_2() { + type A = UTerm; + type B = UInt, B0>; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U0BitOrU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_BitXor_2() { + type A = UTerm; + type B = UInt, B0>; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U0BitXorU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Shl_2() { + type A = UTerm; + type B = UInt, B0>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0ShlU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Shr_2() { + type A = UTerm; + type B = UInt, B0>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0ShrU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Add_2() { + type A = UTerm; + type B = UInt, B0>; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U0AddU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Mul_2() { + type A = UTerm; + type B = UInt, B0>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0MulU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Pow_2() { + type A = UTerm; + type B = UInt, B0>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0PowU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Min_2() { + type A = UTerm; + type B = UInt, B0>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0MinU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Max_2() { + type A = UTerm; + type B = UInt, B0>; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U0MaxU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Gcd_2() { + type A = UTerm; + type B = UInt, B0>; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U0GcdU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Div_2() { + type A = UTerm; + type B = UInt, B0>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0DivU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Rem_2() { + type A = UTerm; + type B = UInt, B0>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0RemU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_PartialDiv_2() { + type A = UTerm; + type B = UInt, B0>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0PartialDivU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Cmp_2() { + type A = UTerm; + type B = UInt, B0>; + + #[allow(non_camel_case_types)] + type U0CmpU2 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_0_BitAnd_3() { + type A = UTerm; + type B = UInt, B1>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0BitAndU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_BitOr_3() { + type A = UTerm; + type B = UInt, B1>; + type U3 = UInt, B1>; + + #[allow(non_camel_case_types)] + type U0BitOrU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_BitXor_3() { + type A = UTerm; + type B = UInt, B1>; + type U3 = UInt, B1>; + + #[allow(non_camel_case_types)] + type U0BitXorU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Shl_3() { + type A = UTerm; + type B = UInt, B1>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0ShlU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Shr_3() { + type A = UTerm; + type B = UInt, B1>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0ShrU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Add_3() { + type A = UTerm; + type B = UInt, B1>; + type U3 = UInt, B1>; + + #[allow(non_camel_case_types)] + type U0AddU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Mul_3() { + type A = UTerm; + type B = UInt, B1>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0MulU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Pow_3() { + type A = UTerm; + type B = UInt, B1>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0PowU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Min_3() { + type A = UTerm; + type B = UInt, B1>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0MinU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Max_3() { + type A = UTerm; + type B = UInt, B1>; + type U3 = UInt, B1>; + + #[allow(non_camel_case_types)] + type U0MaxU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Gcd_3() { + type A = UTerm; + type B = UInt, B1>; + type U3 = UInt, B1>; + + #[allow(non_camel_case_types)] + type U0GcdU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Div_3() { + type A = UTerm; + type B = UInt, B1>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0DivU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Rem_3() { + type A = UTerm; + type B = UInt, B1>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0RemU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_PartialDiv_3() { + type A = UTerm; + type B = UInt, B1>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0PartialDivU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Cmp_3() { + type A = UTerm; + type B = UInt, B1>; + + #[allow(non_camel_case_types)] + type U0CmpU3 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_0_BitAnd_4() { + type A = UTerm; + type B = UInt, B0>, B0>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0BitAndU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_BitOr_4() { + type A = UTerm; + type B = UInt, B0>, B0>; + type U4 = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U0BitOrU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_BitXor_4() { + type A = UTerm; + type B = UInt, B0>, B0>; + type U4 = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U0BitXorU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Shl_4() { + type A = UTerm; + type B = UInt, B0>, B0>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0ShlU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Shr_4() { + type A = UTerm; + type B = UInt, B0>, B0>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0ShrU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Add_4() { + type A = UTerm; + type B = UInt, B0>, B0>; + type U4 = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U0AddU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Mul_4() { + type A = UTerm; + type B = UInt, B0>, B0>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0MulU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Pow_4() { + type A = UTerm; + type B = UInt, B0>, B0>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0PowU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Min_4() { + type A = UTerm; + type B = UInt, B0>, B0>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0MinU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Max_4() { + type A = UTerm; + type B = UInt, B0>, B0>; + type U4 = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U0MaxU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Gcd_4() { + type A = UTerm; + type B = UInt, B0>, B0>; + type U4 = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U0GcdU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Div_4() { + type A = UTerm; + type B = UInt, B0>, B0>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0DivU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Rem_4() { + type A = UTerm; + type B = UInt, B0>, B0>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0RemU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_PartialDiv_4() { + type A = UTerm; + type B = UInt, B0>, B0>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0PartialDivU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Cmp_4() { + type A = UTerm; + type B = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U0CmpU4 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_0_BitAnd_5() { + type A = UTerm; + type B = UInt, B0>, B1>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0BitAndU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_BitOr_5() { + type A = UTerm; + type B = UInt, B0>, B1>; + type U5 = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U0BitOrU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_BitXor_5() { + type A = UTerm; + type B = UInt, B0>, B1>; + type U5 = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U0BitXorU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Shl_5() { + type A = UTerm; + type B = UInt, B0>, B1>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0ShlU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Shr_5() { + type A = UTerm; + type B = UInt, B0>, B1>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0ShrU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Add_5() { + type A = UTerm; + type B = UInt, B0>, B1>; + type U5 = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U0AddU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Mul_5() { + type A = UTerm; + type B = UInt, B0>, B1>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0MulU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Pow_5() { + type A = UTerm; + type B = UInt, B0>, B1>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0PowU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Min_5() { + type A = UTerm; + type B = UInt, B0>, B1>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0MinU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Max_5() { + type A = UTerm; + type B = UInt, B0>, B1>; + type U5 = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U0MaxU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Gcd_5() { + type A = UTerm; + type B = UInt, B0>, B1>; + type U5 = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U0GcdU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Div_5() { + type A = UTerm; + type B = UInt, B0>, B1>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0DivU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Rem_5() { + type A = UTerm; + type B = UInt, B0>, B1>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0RemU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_PartialDiv_5() { + type A = UTerm; + type B = UInt, B0>, B1>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U0PartialDivU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_0_Cmp_5() { + type A = UTerm; + type B = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U0CmpU5 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_1_BitAnd_0() { + type A = UInt; + type B = UTerm; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U1BitAndU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_BitOr_0() { + type A = UInt; + type B = UTerm; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U1BitOrU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_BitXor_0() { + type A = UInt; + type B = UTerm; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U1BitXorU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Shl_0() { + type A = UInt; + type B = UTerm; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U1ShlU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Shr_0() { + type A = UInt; + type B = UTerm; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U1ShrU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Add_0() { + type A = UInt; + type B = UTerm; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U1AddU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Mul_0() { + type A = UInt; + type B = UTerm; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U1MulU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Pow_0() { + type A = UInt; + type B = UTerm; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U1PowU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Min_0() { + type A = UInt; + type B = UTerm; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U1MinU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Max_0() { + type A = UInt; + type B = UTerm; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U1MaxU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Gcd_0() { + type A = UInt; + type B = UTerm; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U1GcdU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Sub_0() { + type A = UInt; + type B = UTerm; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U1SubU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Cmp_0() { + type A = UInt; + type B = UTerm; + + #[allow(non_camel_case_types)] + type U1CmpU0 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_1_BitAnd_1() { + type A = UInt; + type B = UInt; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U1BitAndU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_BitOr_1() { + type A = UInt; + type B = UInt; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U1BitOrU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_BitXor_1() { + type A = UInt; + type B = UInt; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U1BitXorU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Shl_1() { + type A = UInt; + type B = UInt; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U1ShlU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Shr_1() { + type A = UInt; + type B = UInt; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U1ShrU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Add_1() { + type A = UInt; + type B = UInt; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U1AddU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Mul_1() { + type A = UInt; + type B = UInt; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U1MulU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Pow_1() { + type A = UInt; + type B = UInt; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U1PowU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Min_1() { + type A = UInt; + type B = UInt; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U1MinU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Max_1() { + type A = UInt; + type B = UInt; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U1MaxU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Gcd_1() { + type A = UInt; + type B = UInt; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U1GcdU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Sub_1() { + type A = UInt; + type B = UInt; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U1SubU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Div_1() { + type A = UInt; + type B = UInt; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U1DivU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Rem_1() { + type A = UInt; + type B = UInt; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U1RemU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_PartialDiv_1() { + type A = UInt; + type B = UInt; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U1PartialDivU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Cmp_1() { + type A = UInt; + type B = UInt; + + #[allow(non_camel_case_types)] + type U1CmpU1 = >::Output; + assert_eq!(::to_ordering(), Ordering::Equal); +} +#[test] +#[allow(non_snake_case)] +fn test_1_BitAnd_2() { + type A = UInt; + type B = UInt, B0>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U1BitAndU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_BitOr_2() { + type A = UInt; + type B = UInt, B0>; + type U3 = UInt, B1>; + + #[allow(non_camel_case_types)] + type U1BitOrU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_BitXor_2() { + type A = UInt; + type B = UInt, B0>; + type U3 = UInt, B1>; + + #[allow(non_camel_case_types)] + type U1BitXorU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Shl_2() { + type A = UInt; + type B = UInt, B0>; + type U4 = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U1ShlU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Shr_2() { + type A = UInt; + type B = UInt, B0>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U1ShrU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Add_2() { + type A = UInt; + type B = UInt, B0>; + type U3 = UInt, B1>; + + #[allow(non_camel_case_types)] + type U1AddU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Mul_2() { + type A = UInt; + type B = UInt, B0>; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U1MulU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Pow_2() { + type A = UInt; + type B = UInt, B0>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U1PowU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Min_2() { + type A = UInt; + type B = UInt, B0>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U1MinU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Max_2() { + type A = UInt; + type B = UInt, B0>; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U1MaxU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Gcd_2() { + type A = UInt; + type B = UInt, B0>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U1GcdU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Div_2() { + type A = UInt; + type B = UInt, B0>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U1DivU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Rem_2() { + type A = UInt; + type B = UInt, B0>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U1RemU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Cmp_2() { + type A = UInt; + type B = UInt, B0>; + + #[allow(non_camel_case_types)] + type U1CmpU2 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_1_BitAnd_3() { + type A = UInt; + type B = UInt, B1>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U1BitAndU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_BitOr_3() { + type A = UInt; + type B = UInt, B1>; + type U3 = UInt, B1>; + + #[allow(non_camel_case_types)] + type U1BitOrU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_BitXor_3() { + type A = UInt; + type B = UInt, B1>; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U1BitXorU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Shl_3() { + type A = UInt; + type B = UInt, B1>; + type U8 = UInt, B0>, B0>, B0>; + + #[allow(non_camel_case_types)] + type U1ShlU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Shr_3() { + type A = UInt; + type B = UInt, B1>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U1ShrU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Add_3() { + type A = UInt; + type B = UInt, B1>; + type U4 = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U1AddU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Mul_3() { + type A = UInt; + type B = UInt, B1>; + type U3 = UInt, B1>; + + #[allow(non_camel_case_types)] + type U1MulU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Pow_3() { + type A = UInt; + type B = UInt, B1>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U1PowU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Min_3() { + type A = UInt; + type B = UInt, B1>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U1MinU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Max_3() { + type A = UInt; + type B = UInt, B1>; + type U3 = UInt, B1>; + + #[allow(non_camel_case_types)] + type U1MaxU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Gcd_3() { + type A = UInt; + type B = UInt, B1>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U1GcdU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Div_3() { + type A = UInt; + type B = UInt, B1>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U1DivU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Rem_3() { + type A = UInt; + type B = UInt, B1>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U1RemU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Cmp_3() { + type A = UInt; + type B = UInt, B1>; + + #[allow(non_camel_case_types)] + type U1CmpU3 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_1_BitAnd_4() { + type A = UInt; + type B = UInt, B0>, B0>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U1BitAndU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_BitOr_4() { + type A = UInt; + type B = UInt, B0>, B0>; + type U5 = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U1BitOrU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_BitXor_4() { + type A = UInt; + type B = UInt, B0>, B0>; + type U5 = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U1BitXorU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Shl_4() { + type A = UInt; + type B = UInt, B0>, B0>; + type U16 = UInt, B0>, B0>, B0>, B0>; + + #[allow(non_camel_case_types)] + type U1ShlU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Shr_4() { + type A = UInt; + type B = UInt, B0>, B0>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U1ShrU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Add_4() { + type A = UInt; + type B = UInt, B0>, B0>; + type U5 = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U1AddU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Mul_4() { + type A = UInt; + type B = UInt, B0>, B0>; + type U4 = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U1MulU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Pow_4() { + type A = UInt; + type B = UInt, B0>, B0>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U1PowU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Min_4() { + type A = UInt; + type B = UInt, B0>, B0>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U1MinU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Max_4() { + type A = UInt; + type B = UInt, B0>, B0>; + type U4 = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U1MaxU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Gcd_4() { + type A = UInt; + type B = UInt, B0>, B0>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U1GcdU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Div_4() { + type A = UInt; + type B = UInt, B0>, B0>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U1DivU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Rem_4() { + type A = UInt; + type B = UInt, B0>, B0>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U1RemU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Cmp_4() { + type A = UInt; + type B = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U1CmpU4 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_1_BitAnd_5() { + type A = UInt; + type B = UInt, B0>, B1>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U1BitAndU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_BitOr_5() { + type A = UInt; + type B = UInt, B0>, B1>; + type U5 = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U1BitOrU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_BitXor_5() { + type A = UInt; + type B = UInt, B0>, B1>; + type U4 = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U1BitXorU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Shl_5() { + type A = UInt; + type B = UInt, B0>, B1>; + type U32 = UInt, B0>, B0>, B0>, B0>, B0>; + + #[allow(non_camel_case_types)] + type U1ShlU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Shr_5() { + type A = UInt; + type B = UInt, B0>, B1>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U1ShrU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Add_5() { + type A = UInt; + type B = UInt, B0>, B1>; + type U6 = UInt, B1>, B0>; + + #[allow(non_camel_case_types)] + type U1AddU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Mul_5() { + type A = UInt; + type B = UInt, B0>, B1>; + type U5 = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U1MulU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Pow_5() { + type A = UInt; + type B = UInt, B0>, B1>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U1PowU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Min_5() { + type A = UInt; + type B = UInt, B0>, B1>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U1MinU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Max_5() { + type A = UInt; + type B = UInt, B0>, B1>; + type U5 = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U1MaxU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Gcd_5() { + type A = UInt; + type B = UInt, B0>, B1>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U1GcdU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Div_5() { + type A = UInt; + type B = UInt, B0>, B1>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U1DivU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Rem_5() { + type A = UInt; + type B = UInt, B0>, B1>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U1RemU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_1_Cmp_5() { + type A = UInt; + type B = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U1CmpU5 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_2_BitAnd_0() { + type A = UInt, B0>; + type B = UTerm; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U2BitAndU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_BitOr_0() { + type A = UInt, B0>; + type B = UTerm; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U2BitOrU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_BitXor_0() { + type A = UInt, B0>; + type B = UTerm; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U2BitXorU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Shl_0() { + type A = UInt, B0>; + type B = UTerm; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U2ShlU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Shr_0() { + type A = UInt, B0>; + type B = UTerm; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U2ShrU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Add_0() { + type A = UInt, B0>; + type B = UTerm; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U2AddU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Mul_0() { + type A = UInt, B0>; + type B = UTerm; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U2MulU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Pow_0() { + type A = UInt, B0>; + type B = UTerm; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U2PowU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Min_0() { + type A = UInt, B0>; + type B = UTerm; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U2MinU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Max_0() { + type A = UInt, B0>; + type B = UTerm; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U2MaxU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Gcd_0() { + type A = UInt, B0>; + type B = UTerm; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U2GcdU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Sub_0() { + type A = UInt, B0>; + type B = UTerm; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U2SubU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Cmp_0() { + type A = UInt, B0>; + type B = UTerm; + + #[allow(non_camel_case_types)] + type U2CmpU0 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_2_BitAnd_1() { + type A = UInt, B0>; + type B = UInt; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U2BitAndU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_BitOr_1() { + type A = UInt, B0>; + type B = UInt; + type U3 = UInt, B1>; + + #[allow(non_camel_case_types)] + type U2BitOrU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_BitXor_1() { + type A = UInt, B0>; + type B = UInt; + type U3 = UInt, B1>; + + #[allow(non_camel_case_types)] + type U2BitXorU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Shl_1() { + type A = UInt, B0>; + type B = UInt; + type U4 = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U2ShlU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Shr_1() { + type A = UInt, B0>; + type B = UInt; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U2ShrU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Add_1() { + type A = UInt, B0>; + type B = UInt; + type U3 = UInt, B1>; + + #[allow(non_camel_case_types)] + type U2AddU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Mul_1() { + type A = UInt, B0>; + type B = UInt; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U2MulU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Pow_1() { + type A = UInt, B0>; + type B = UInt; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U2PowU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Min_1() { + type A = UInt, B0>; + type B = UInt; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U2MinU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Max_1() { + type A = UInt, B0>; + type B = UInt; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U2MaxU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Gcd_1() { + type A = UInt, B0>; + type B = UInt; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U2GcdU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Sub_1() { + type A = UInt, B0>; + type B = UInt; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U2SubU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Div_1() { + type A = UInt, B0>; + type B = UInt; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U2DivU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Rem_1() { + type A = UInt, B0>; + type B = UInt; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U2RemU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_PartialDiv_1() { + type A = UInt, B0>; + type B = UInt; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U2PartialDivU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Cmp_1() { + type A = UInt, B0>; + type B = UInt; + + #[allow(non_camel_case_types)] + type U2CmpU1 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_2_BitAnd_2() { + type A = UInt, B0>; + type B = UInt, B0>; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U2BitAndU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_BitOr_2() { + type A = UInt, B0>; + type B = UInt, B0>; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U2BitOrU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_BitXor_2() { + type A = UInt, B0>; + type B = UInt, B0>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U2BitXorU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Shl_2() { + type A = UInt, B0>; + type B = UInt, B0>; + type U8 = UInt, B0>, B0>, B0>; + + #[allow(non_camel_case_types)] + type U2ShlU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Shr_2() { + type A = UInt, B0>; + type B = UInt, B0>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U2ShrU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Add_2() { + type A = UInt, B0>; + type B = UInt, B0>; + type U4 = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U2AddU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Mul_2() { + type A = UInt, B0>; + type B = UInt, B0>; + type U4 = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U2MulU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Pow_2() { + type A = UInt, B0>; + type B = UInt, B0>; + type U4 = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U2PowU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Min_2() { + type A = UInt, B0>; + type B = UInt, B0>; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U2MinU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Max_2() { + type A = UInt, B0>; + type B = UInt, B0>; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U2MaxU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Gcd_2() { + type A = UInt, B0>; + type B = UInt, B0>; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U2GcdU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Sub_2() { + type A = UInt, B0>; + type B = UInt, B0>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U2SubU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Div_2() { + type A = UInt, B0>; + type B = UInt, B0>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U2DivU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Rem_2() { + type A = UInt, B0>; + type B = UInt, B0>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U2RemU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_PartialDiv_2() { + type A = UInt, B0>; + type B = UInt, B0>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U2PartialDivU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Cmp_2() { + type A = UInt, B0>; + type B = UInt, B0>; + + #[allow(non_camel_case_types)] + type U2CmpU2 = >::Output; + assert_eq!(::to_ordering(), Ordering::Equal); +} +#[test] +#[allow(non_snake_case)] +fn test_2_BitAnd_3() { + type A = UInt, B0>; + type B = UInt, B1>; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U2BitAndU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_BitOr_3() { + type A = UInt, B0>; + type B = UInt, B1>; + type U3 = UInt, B1>; + + #[allow(non_camel_case_types)] + type U2BitOrU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_BitXor_3() { + type A = UInt, B0>; + type B = UInt, B1>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U2BitXorU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Shl_3() { + type A = UInt, B0>; + type B = UInt, B1>; + type U16 = UInt, B0>, B0>, B0>, B0>; + + #[allow(non_camel_case_types)] + type U2ShlU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Shr_3() { + type A = UInt, B0>; + type B = UInt, B1>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U2ShrU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Add_3() { + type A = UInt, B0>; + type B = UInt, B1>; + type U5 = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U2AddU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Mul_3() { + type A = UInt, B0>; + type B = UInt, B1>; + type U6 = UInt, B1>, B0>; + + #[allow(non_camel_case_types)] + type U2MulU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Pow_3() { + type A = UInt, B0>; + type B = UInt, B1>; + type U8 = UInt, B0>, B0>, B0>; + + #[allow(non_camel_case_types)] + type U2PowU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Min_3() { + type A = UInt, B0>; + type B = UInt, B1>; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U2MinU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Max_3() { + type A = UInt, B0>; + type B = UInt, B1>; + type U3 = UInt, B1>; + + #[allow(non_camel_case_types)] + type U2MaxU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Gcd_3() { + type A = UInt, B0>; + type B = UInt, B1>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U2GcdU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Div_3() { + type A = UInt, B0>; + type B = UInt, B1>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U2DivU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Rem_3() { + type A = UInt, B0>; + type B = UInt, B1>; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U2RemU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Cmp_3() { + type A = UInt, B0>; + type B = UInt, B1>; + + #[allow(non_camel_case_types)] + type U2CmpU3 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_2_BitAnd_4() { + type A = UInt, B0>; + type B = UInt, B0>, B0>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U2BitAndU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_BitOr_4() { + type A = UInt, B0>; + type B = UInt, B0>, B0>; + type U6 = UInt, B1>, B0>; + + #[allow(non_camel_case_types)] + type U2BitOrU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_BitXor_4() { + type A = UInt, B0>; + type B = UInt, B0>, B0>; + type U6 = UInt, B1>, B0>; + + #[allow(non_camel_case_types)] + type U2BitXorU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Shl_4() { + type A = UInt, B0>; + type B = UInt, B0>, B0>; + type U32 = UInt, B0>, B0>, B0>, B0>, B0>; + + #[allow(non_camel_case_types)] + type U2ShlU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Shr_4() { + type A = UInt, B0>; + type B = UInt, B0>, B0>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U2ShrU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Add_4() { + type A = UInt, B0>; + type B = UInt, B0>, B0>; + type U6 = UInt, B1>, B0>; + + #[allow(non_camel_case_types)] + type U2AddU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Mul_4() { + type A = UInt, B0>; + type B = UInt, B0>, B0>; + type U8 = UInt, B0>, B0>, B0>; + + #[allow(non_camel_case_types)] + type U2MulU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Pow_4() { + type A = UInt, B0>; + type B = UInt, B0>, B0>; + type U16 = UInt, B0>, B0>, B0>, B0>; + + #[allow(non_camel_case_types)] + type U2PowU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Min_4() { + type A = UInt, B0>; + type B = UInt, B0>, B0>; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U2MinU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Max_4() { + type A = UInt, B0>; + type B = UInt, B0>, B0>; + type U4 = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U2MaxU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Gcd_4() { + type A = UInt, B0>; + type B = UInt, B0>, B0>; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U2GcdU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Div_4() { + type A = UInt, B0>; + type B = UInt, B0>, B0>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U2DivU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Rem_4() { + type A = UInt, B0>; + type B = UInt, B0>, B0>; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U2RemU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Cmp_4() { + type A = UInt, B0>; + type B = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U2CmpU4 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_2_BitAnd_5() { + type A = UInt, B0>; + type B = UInt, B0>, B1>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U2BitAndU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_BitOr_5() { + type A = UInt, B0>; + type B = UInt, B0>, B1>; + type U7 = UInt, B1>, B1>; + + #[allow(non_camel_case_types)] + type U2BitOrU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_BitXor_5() { + type A = UInt, B0>; + type B = UInt, B0>, B1>; + type U7 = UInt, B1>, B1>; + + #[allow(non_camel_case_types)] + type U2BitXorU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Shl_5() { + type A = UInt, B0>; + type B = UInt, B0>, B1>; + type U64 = UInt, B0>, B0>, B0>, B0>, B0>, B0>; + + #[allow(non_camel_case_types)] + type U2ShlU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Shr_5() { + type A = UInt, B0>; + type B = UInt, B0>, B1>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U2ShrU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Add_5() { + type A = UInt, B0>; + type B = UInt, B0>, B1>; + type U7 = UInt, B1>, B1>; + + #[allow(non_camel_case_types)] + type U2AddU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Mul_5() { + type A = UInt, B0>; + type B = UInt, B0>, B1>; + type U10 = UInt, B0>, B1>, B0>; + + #[allow(non_camel_case_types)] + type U2MulU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Pow_5() { + type A = UInt, B0>; + type B = UInt, B0>, B1>; + type U32 = UInt, B0>, B0>, B0>, B0>, B0>; + + #[allow(non_camel_case_types)] + type U2PowU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Min_5() { + type A = UInt, B0>; + type B = UInt, B0>, B1>; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U2MinU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Max_5() { + type A = UInt, B0>; + type B = UInt, B0>, B1>; + type U5 = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U2MaxU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Gcd_5() { + type A = UInt, B0>; + type B = UInt, B0>, B1>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U2GcdU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Div_5() { + type A = UInt, B0>; + type B = UInt, B0>, B1>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U2DivU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Rem_5() { + type A = UInt, B0>; + type B = UInt, B0>, B1>; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U2RemU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_2_Cmp_5() { + type A = UInt, B0>; + type B = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U2CmpU5 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_3_BitAnd_0() { + type A = UInt, B1>; + type B = UTerm; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U3BitAndU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_BitOr_0() { + type A = UInt, B1>; + type B = UTerm; + type U3 = UInt, B1>; + + #[allow(non_camel_case_types)] + type U3BitOrU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_BitXor_0() { + type A = UInt, B1>; + type B = UTerm; + type U3 = UInt, B1>; + + #[allow(non_camel_case_types)] + type U3BitXorU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Shl_0() { + type A = UInt, B1>; + type B = UTerm; + type U3 = UInt, B1>; + + #[allow(non_camel_case_types)] + type U3ShlU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Shr_0() { + type A = UInt, B1>; + type B = UTerm; + type U3 = UInt, B1>; + + #[allow(non_camel_case_types)] + type U3ShrU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Add_0() { + type A = UInt, B1>; + type B = UTerm; + type U3 = UInt, B1>; + + #[allow(non_camel_case_types)] + type U3AddU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Mul_0() { + type A = UInt, B1>; + type B = UTerm; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U3MulU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Pow_0() { + type A = UInt, B1>; + type B = UTerm; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U3PowU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Min_0() { + type A = UInt, B1>; + type B = UTerm; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U3MinU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Max_0() { + type A = UInt, B1>; + type B = UTerm; + type U3 = UInt, B1>; + + #[allow(non_camel_case_types)] + type U3MaxU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Gcd_0() { + type A = UInt, B1>; + type B = UTerm; + type U3 = UInt, B1>; + + #[allow(non_camel_case_types)] + type U3GcdU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Sub_0() { + type A = UInt, B1>; + type B = UTerm; + type U3 = UInt, B1>; + + #[allow(non_camel_case_types)] + type U3SubU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Cmp_0() { + type A = UInt, B1>; + type B = UTerm; + + #[allow(non_camel_case_types)] + type U3CmpU0 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_3_BitAnd_1() { + type A = UInt, B1>; + type B = UInt; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U3BitAndU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_BitOr_1() { + type A = UInt, B1>; + type B = UInt; + type U3 = UInt, B1>; + + #[allow(non_camel_case_types)] + type U3BitOrU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_BitXor_1() { + type A = UInt, B1>; + type B = UInt; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U3BitXorU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Shl_1() { + type A = UInt, B1>; + type B = UInt; + type U6 = UInt, B1>, B0>; + + #[allow(non_camel_case_types)] + type U3ShlU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Shr_1() { + type A = UInt, B1>; + type B = UInt; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U3ShrU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Add_1() { + type A = UInt, B1>; + type B = UInt; + type U4 = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U3AddU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Mul_1() { + type A = UInt, B1>; + type B = UInt; + type U3 = UInt, B1>; + + #[allow(non_camel_case_types)] + type U3MulU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Pow_1() { + type A = UInt, B1>; + type B = UInt; + type U3 = UInt, B1>; + + #[allow(non_camel_case_types)] + type U3PowU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Min_1() { + type A = UInt, B1>; + type B = UInt; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U3MinU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Max_1() { + type A = UInt, B1>; + type B = UInt; + type U3 = UInt, B1>; + + #[allow(non_camel_case_types)] + type U3MaxU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Gcd_1() { + type A = UInt, B1>; + type B = UInt; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U3GcdU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Sub_1() { + type A = UInt, B1>; + type B = UInt; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U3SubU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Div_1() { + type A = UInt, B1>; + type B = UInt; + type U3 = UInt, B1>; + + #[allow(non_camel_case_types)] + type U3DivU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Rem_1() { + type A = UInt, B1>; + type B = UInt; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U3RemU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_PartialDiv_1() { + type A = UInt, B1>; + type B = UInt; + type U3 = UInt, B1>; + + #[allow(non_camel_case_types)] + type U3PartialDivU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Cmp_1() { + type A = UInt, B1>; + type B = UInt; + + #[allow(non_camel_case_types)] + type U3CmpU1 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_3_BitAnd_2() { + type A = UInt, B1>; + type B = UInt, B0>; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U3BitAndU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_BitOr_2() { + type A = UInt, B1>; + type B = UInt, B0>; + type U3 = UInt, B1>; + + #[allow(non_camel_case_types)] + type U3BitOrU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_BitXor_2() { + type A = UInt, B1>; + type B = UInt, B0>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U3BitXorU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Shl_2() { + type A = UInt, B1>; + type B = UInt, B0>; + type U12 = UInt, B1>, B0>, B0>; + + #[allow(non_camel_case_types)] + type U3ShlU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Shr_2() { + type A = UInt, B1>; + type B = UInt, B0>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U3ShrU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Add_2() { + type A = UInt, B1>; + type B = UInt, B0>; + type U5 = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U3AddU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Mul_2() { + type A = UInt, B1>; + type B = UInt, B0>; + type U6 = UInt, B1>, B0>; + + #[allow(non_camel_case_types)] + type U3MulU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Pow_2() { + type A = UInt, B1>; + type B = UInt, B0>; + type U9 = UInt, B0>, B0>, B1>; + + #[allow(non_camel_case_types)] + type U3PowU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Min_2() { + type A = UInt, B1>; + type B = UInt, B0>; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U3MinU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Max_2() { + type A = UInt, B1>; + type B = UInt, B0>; + type U3 = UInt, B1>; + + #[allow(non_camel_case_types)] + type U3MaxU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Gcd_2() { + type A = UInt, B1>; + type B = UInt, B0>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U3GcdU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Sub_2() { + type A = UInt, B1>; + type B = UInt, B0>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U3SubU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Div_2() { + type A = UInt, B1>; + type B = UInt, B0>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U3DivU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Rem_2() { + type A = UInt, B1>; + type B = UInt, B0>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U3RemU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Cmp_2() { + type A = UInt, B1>; + type B = UInt, B0>; + + #[allow(non_camel_case_types)] + type U3CmpU2 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_3_BitAnd_3() { + type A = UInt, B1>; + type B = UInt, B1>; + type U3 = UInt, B1>; + + #[allow(non_camel_case_types)] + type U3BitAndU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_BitOr_3() { + type A = UInt, B1>; + type B = UInt, B1>; + type U3 = UInt, B1>; + + #[allow(non_camel_case_types)] + type U3BitOrU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_BitXor_3() { + type A = UInt, B1>; + type B = UInt, B1>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U3BitXorU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Shl_3() { + type A = UInt, B1>; + type B = UInt, B1>; + type U24 = UInt, B1>, B0>, B0>, B0>; + + #[allow(non_camel_case_types)] + type U3ShlU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Shr_3() { + type A = UInt, B1>; + type B = UInt, B1>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U3ShrU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Add_3() { + type A = UInt, B1>; + type B = UInt, B1>; + type U6 = UInt, B1>, B0>; + + #[allow(non_camel_case_types)] + type U3AddU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Mul_3() { + type A = UInt, B1>; + type B = UInt, B1>; + type U9 = UInt, B0>, B0>, B1>; + + #[allow(non_camel_case_types)] + type U3MulU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Pow_3() { + type A = UInt, B1>; + type B = UInt, B1>; + type U27 = UInt, B1>, B0>, B1>, B1>; + + #[allow(non_camel_case_types)] + type U3PowU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Min_3() { + type A = UInt, B1>; + type B = UInt, B1>; + type U3 = UInt, B1>; + + #[allow(non_camel_case_types)] + type U3MinU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Max_3() { + type A = UInt, B1>; + type B = UInt, B1>; + type U3 = UInt, B1>; + + #[allow(non_camel_case_types)] + type U3MaxU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Gcd_3() { + type A = UInt, B1>; + type B = UInt, B1>; + type U3 = UInt, B1>; + + #[allow(non_camel_case_types)] + type U3GcdU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Sub_3() { + type A = UInt, B1>; + type B = UInt, B1>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U3SubU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Div_3() { + type A = UInt, B1>; + type B = UInt, B1>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U3DivU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Rem_3() { + type A = UInt, B1>; + type B = UInt, B1>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U3RemU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_PartialDiv_3() { + type A = UInt, B1>; + type B = UInt, B1>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U3PartialDivU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Cmp_3() { + type A = UInt, B1>; + type B = UInt, B1>; + + #[allow(non_camel_case_types)] + type U3CmpU3 = >::Output; + assert_eq!(::to_ordering(), Ordering::Equal); +} +#[test] +#[allow(non_snake_case)] +fn test_3_BitAnd_4() { + type A = UInt, B1>; + type B = UInt, B0>, B0>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U3BitAndU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_BitOr_4() { + type A = UInt, B1>; + type B = UInt, B0>, B0>; + type U7 = UInt, B1>, B1>; + + #[allow(non_camel_case_types)] + type U3BitOrU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_BitXor_4() { + type A = UInt, B1>; + type B = UInt, B0>, B0>; + type U7 = UInt, B1>, B1>; + + #[allow(non_camel_case_types)] + type U3BitXorU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Shl_4() { + type A = UInt, B1>; + type B = UInt, B0>, B0>; + type U48 = UInt, B1>, B0>, B0>, B0>, B0>; + + #[allow(non_camel_case_types)] + type U3ShlU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Shr_4() { + type A = UInt, B1>; + type B = UInt, B0>, B0>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U3ShrU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Add_4() { + type A = UInt, B1>; + type B = UInt, B0>, B0>; + type U7 = UInt, B1>, B1>; + + #[allow(non_camel_case_types)] + type U3AddU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Mul_4() { + type A = UInt, B1>; + type B = UInt, B0>, B0>; + type U12 = UInt, B1>, B0>, B0>; + + #[allow(non_camel_case_types)] + type U3MulU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Pow_4() { + type A = UInt, B1>; + type B = UInt, B0>, B0>; + type U81 = UInt, B0>, B1>, B0>, B0>, B0>, B1>; + + #[allow(non_camel_case_types)] + type U3PowU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Min_4() { + type A = UInt, B1>; + type B = UInt, B0>, B0>; + type U3 = UInt, B1>; + + #[allow(non_camel_case_types)] + type U3MinU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Max_4() { + type A = UInt, B1>; + type B = UInt, B0>, B0>; + type U4 = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U3MaxU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Gcd_4() { + type A = UInt, B1>; + type B = UInt, B0>, B0>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U3GcdU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Div_4() { + type A = UInt, B1>; + type B = UInt, B0>, B0>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U3DivU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Rem_4() { + type A = UInt, B1>; + type B = UInt, B0>, B0>; + type U3 = UInt, B1>; + + #[allow(non_camel_case_types)] + type U3RemU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Cmp_4() { + type A = UInt, B1>; + type B = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U3CmpU4 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_3_BitAnd_5() { + type A = UInt, B1>; + type B = UInt, B0>, B1>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U3BitAndU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_BitOr_5() { + type A = UInt, B1>; + type B = UInt, B0>, B1>; + type U7 = UInt, B1>, B1>; + + #[allow(non_camel_case_types)] + type U3BitOrU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_BitXor_5() { + type A = UInt, B1>; + type B = UInt, B0>, B1>; + type U6 = UInt, B1>, B0>; + + #[allow(non_camel_case_types)] + type U3BitXorU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Shl_5() { + type A = UInt, B1>; + type B = UInt, B0>, B1>; + type U96 = UInt, B1>, B0>, B0>, B0>, B0>, B0>; + + #[allow(non_camel_case_types)] + type U3ShlU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Shr_5() { + type A = UInt, B1>; + type B = UInt, B0>, B1>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U3ShrU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Add_5() { + type A = UInt, B1>; + type B = UInt, B0>, B1>; + type U8 = UInt, B0>, B0>, B0>; + + #[allow(non_camel_case_types)] + type U3AddU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Mul_5() { + type A = UInt, B1>; + type B = UInt, B0>, B1>; + type U15 = UInt, B1>, B1>, B1>; + + #[allow(non_camel_case_types)] + type U3MulU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Pow_5() { + type A = UInt, B1>; + type B = UInt, B0>, B1>; + type U243 = UInt, B1>, B1>, B1>, B0>, B0>, B1>, B1>; + + #[allow(non_camel_case_types)] + type U3PowU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Min_5() { + type A = UInt, B1>; + type B = UInt, B0>, B1>; + type U3 = UInt, B1>; + + #[allow(non_camel_case_types)] + type U3MinU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Max_5() { + type A = UInt, B1>; + type B = UInt, B0>, B1>; + type U5 = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U3MaxU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Gcd_5() { + type A = UInt, B1>; + type B = UInt, B0>, B1>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U3GcdU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Div_5() { + type A = UInt, B1>; + type B = UInt, B0>, B1>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U3DivU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Rem_5() { + type A = UInt, B1>; + type B = UInt, B0>, B1>; + type U3 = UInt, B1>; + + #[allow(non_camel_case_types)] + type U3RemU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_3_Cmp_5() { + type A = UInt, B1>; + type B = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U3CmpU5 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_4_BitAnd_0() { + type A = UInt, B0>, B0>; + type B = UTerm; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U4BitAndU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_BitOr_0() { + type A = UInt, B0>, B0>; + type B = UTerm; + type U4 = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U4BitOrU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_BitXor_0() { + type A = UInt, B0>, B0>; + type B = UTerm; + type U4 = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U4BitXorU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Shl_0() { + type A = UInt, B0>, B0>; + type B = UTerm; + type U4 = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U4ShlU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Shr_0() { + type A = UInt, B0>, B0>; + type B = UTerm; + type U4 = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U4ShrU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Add_0() { + type A = UInt, B0>, B0>; + type B = UTerm; + type U4 = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U4AddU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Mul_0() { + type A = UInt, B0>, B0>; + type B = UTerm; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U4MulU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Pow_0() { + type A = UInt, B0>, B0>; + type B = UTerm; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U4PowU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Min_0() { + type A = UInt, B0>, B0>; + type B = UTerm; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U4MinU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Max_0() { + type A = UInt, B0>, B0>; + type B = UTerm; + type U4 = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U4MaxU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Gcd_0() { + type A = UInt, B0>, B0>; + type B = UTerm; + type U4 = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U4GcdU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Sub_0() { + type A = UInt, B0>, B0>; + type B = UTerm; + type U4 = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U4SubU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Cmp_0() { + type A = UInt, B0>, B0>; + type B = UTerm; + + #[allow(non_camel_case_types)] + type U4CmpU0 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_4_BitAnd_1() { + type A = UInt, B0>, B0>; + type B = UInt; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U4BitAndU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_BitOr_1() { + type A = UInt, B0>, B0>; + type B = UInt; + type U5 = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U4BitOrU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_BitXor_1() { + type A = UInt, B0>, B0>; + type B = UInt; + type U5 = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U4BitXorU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Shl_1() { + type A = UInt, B0>, B0>; + type B = UInt; + type U8 = UInt, B0>, B0>, B0>; + + #[allow(non_camel_case_types)] + type U4ShlU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Shr_1() { + type A = UInt, B0>, B0>; + type B = UInt; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U4ShrU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Add_1() { + type A = UInt, B0>, B0>; + type B = UInt; + type U5 = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U4AddU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Mul_1() { + type A = UInt, B0>, B0>; + type B = UInt; + type U4 = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U4MulU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Pow_1() { + type A = UInt, B0>, B0>; + type B = UInt; + type U4 = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U4PowU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Min_1() { + type A = UInt, B0>, B0>; + type B = UInt; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U4MinU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Max_1() { + type A = UInt, B0>, B0>; + type B = UInt; + type U4 = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U4MaxU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Gcd_1() { + type A = UInt, B0>, B0>; + type B = UInt; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U4GcdU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Sub_1() { + type A = UInt, B0>, B0>; + type B = UInt; + type U3 = UInt, B1>; + + #[allow(non_camel_case_types)] + type U4SubU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Div_1() { + type A = UInt, B0>, B0>; + type B = UInt; + type U4 = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U4DivU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Rem_1() { + type A = UInt, B0>, B0>; + type B = UInt; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U4RemU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_PartialDiv_1() { + type A = UInt, B0>, B0>; + type B = UInt; + type U4 = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U4PartialDivU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Cmp_1() { + type A = UInt, B0>, B0>; + type B = UInt; + + #[allow(non_camel_case_types)] + type U4CmpU1 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_4_BitAnd_2() { + type A = UInt, B0>, B0>; + type B = UInt, B0>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U4BitAndU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_BitOr_2() { + type A = UInt, B0>, B0>; + type B = UInt, B0>; + type U6 = UInt, B1>, B0>; + + #[allow(non_camel_case_types)] + type U4BitOrU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_BitXor_2() { + type A = UInt, B0>, B0>; + type B = UInt, B0>; + type U6 = UInt, B1>, B0>; + + #[allow(non_camel_case_types)] + type U4BitXorU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Shl_2() { + type A = UInt, B0>, B0>; + type B = UInt, B0>; + type U16 = UInt, B0>, B0>, B0>, B0>; + + #[allow(non_camel_case_types)] + type U4ShlU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Shr_2() { + type A = UInt, B0>, B0>; + type B = UInt, B0>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U4ShrU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Add_2() { + type A = UInt, B0>, B0>; + type B = UInt, B0>; + type U6 = UInt, B1>, B0>; + + #[allow(non_camel_case_types)] + type U4AddU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Mul_2() { + type A = UInt, B0>, B0>; + type B = UInt, B0>; + type U8 = UInt, B0>, B0>, B0>; + + #[allow(non_camel_case_types)] + type U4MulU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Pow_2() { + type A = UInt, B0>, B0>; + type B = UInt, B0>; + type U16 = UInt, B0>, B0>, B0>, B0>; + + #[allow(non_camel_case_types)] + type U4PowU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Min_2() { + type A = UInt, B0>, B0>; + type B = UInt, B0>; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U4MinU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Max_2() { + type A = UInt, B0>, B0>; + type B = UInt, B0>; + type U4 = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U4MaxU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Gcd_2() { + type A = UInt, B0>, B0>; + type B = UInt, B0>; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U4GcdU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Sub_2() { + type A = UInt, B0>, B0>; + type B = UInt, B0>; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U4SubU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Div_2() { + type A = UInt, B0>, B0>; + type B = UInt, B0>; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U4DivU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Rem_2() { + type A = UInt, B0>, B0>; + type B = UInt, B0>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U4RemU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_PartialDiv_2() { + type A = UInt, B0>, B0>; + type B = UInt, B0>; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U4PartialDivU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Cmp_2() { + type A = UInt, B0>, B0>; + type B = UInt, B0>; + + #[allow(non_camel_case_types)] + type U4CmpU2 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_4_BitAnd_3() { + type A = UInt, B0>, B0>; + type B = UInt, B1>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U4BitAndU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_BitOr_3() { + type A = UInt, B0>, B0>; + type B = UInt, B1>; + type U7 = UInt, B1>, B1>; + + #[allow(non_camel_case_types)] + type U4BitOrU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_BitXor_3() { + type A = UInt, B0>, B0>; + type B = UInt, B1>; + type U7 = UInt, B1>, B1>; + + #[allow(non_camel_case_types)] + type U4BitXorU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Shl_3() { + type A = UInt, B0>, B0>; + type B = UInt, B1>; + type U32 = UInt, B0>, B0>, B0>, B0>, B0>; + + #[allow(non_camel_case_types)] + type U4ShlU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Shr_3() { + type A = UInt, B0>, B0>; + type B = UInt, B1>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U4ShrU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Add_3() { + type A = UInt, B0>, B0>; + type B = UInt, B1>; + type U7 = UInt, B1>, B1>; + + #[allow(non_camel_case_types)] + type U4AddU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Mul_3() { + type A = UInt, B0>, B0>; + type B = UInt, B1>; + type U12 = UInt, B1>, B0>, B0>; + + #[allow(non_camel_case_types)] + type U4MulU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Pow_3() { + type A = UInt, B0>, B0>; + type B = UInt, B1>; + type U64 = UInt, B0>, B0>, B0>, B0>, B0>, B0>; + + #[allow(non_camel_case_types)] + type U4PowU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Min_3() { + type A = UInt, B0>, B0>; + type B = UInt, B1>; + type U3 = UInt, B1>; + + #[allow(non_camel_case_types)] + type U4MinU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Max_3() { + type A = UInt, B0>, B0>; + type B = UInt, B1>; + type U4 = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U4MaxU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Gcd_3() { + type A = UInt, B0>, B0>; + type B = UInt, B1>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U4GcdU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Sub_3() { + type A = UInt, B0>, B0>; + type B = UInt, B1>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U4SubU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Div_3() { + type A = UInt, B0>, B0>; + type B = UInt, B1>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U4DivU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Rem_3() { + type A = UInt, B0>, B0>; + type B = UInt, B1>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U4RemU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Cmp_3() { + type A = UInt, B0>, B0>; + type B = UInt, B1>; + + #[allow(non_camel_case_types)] + type U4CmpU3 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_4_BitAnd_4() { + type A = UInt, B0>, B0>; + type B = UInt, B0>, B0>; + type U4 = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U4BitAndU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_BitOr_4() { + type A = UInt, B0>, B0>; + type B = UInt, B0>, B0>; + type U4 = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U4BitOrU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_BitXor_4() { + type A = UInt, B0>, B0>; + type B = UInt, B0>, B0>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U4BitXorU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Shl_4() { + type A = UInt, B0>, B0>; + type B = UInt, B0>, B0>; + type U64 = UInt, B0>, B0>, B0>, B0>, B0>, B0>; + + #[allow(non_camel_case_types)] + type U4ShlU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Shr_4() { + type A = UInt, B0>, B0>; + type B = UInt, B0>, B0>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U4ShrU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Add_4() { + type A = UInt, B0>, B0>; + type B = UInt, B0>, B0>; + type U8 = UInt, B0>, B0>, B0>; + + #[allow(non_camel_case_types)] + type U4AddU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Mul_4() { + type A = UInt, B0>, B0>; + type B = UInt, B0>, B0>; + type U16 = UInt, B0>, B0>, B0>, B0>; + + #[allow(non_camel_case_types)] + type U4MulU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Pow_4() { + type A = UInt, B0>, B0>; + type B = UInt, B0>, B0>; + type U256 = UInt, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>; + + #[allow(non_camel_case_types)] + type U4PowU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Min_4() { + type A = UInt, B0>, B0>; + type B = UInt, B0>, B0>; + type U4 = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U4MinU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Max_4() { + type A = UInt, B0>, B0>; + type B = UInt, B0>, B0>; + type U4 = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U4MaxU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Gcd_4() { + type A = UInt, B0>, B0>; + type B = UInt, B0>, B0>; + type U4 = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U4GcdU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Sub_4() { + type A = UInt, B0>, B0>; + type B = UInt, B0>, B0>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U4SubU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Div_4() { + type A = UInt, B0>, B0>; + type B = UInt, B0>, B0>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U4DivU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Rem_4() { + type A = UInt, B0>, B0>; + type B = UInt, B0>, B0>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U4RemU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_PartialDiv_4() { + type A = UInt, B0>, B0>; + type B = UInt, B0>, B0>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U4PartialDivU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Cmp_4() { + type A = UInt, B0>, B0>; + type B = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U4CmpU4 = >::Output; + assert_eq!(::to_ordering(), Ordering::Equal); +} +#[test] +#[allow(non_snake_case)] +fn test_4_BitAnd_5() { + type A = UInt, B0>, B0>; + type B = UInt, B0>, B1>; + type U4 = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U4BitAndU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_BitOr_5() { + type A = UInt, B0>, B0>; + type B = UInt, B0>, B1>; + type U5 = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U4BitOrU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_BitXor_5() { + type A = UInt, B0>, B0>; + type B = UInt, B0>, B1>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U4BitXorU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Shl_5() { + type A = UInt, B0>, B0>; + type B = UInt, B0>, B1>; + type U128 = UInt, B0>, B0>, B0>, B0>, B0>, B0>, B0>; + + #[allow(non_camel_case_types)] + type U4ShlU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Shr_5() { + type A = UInt, B0>, B0>; + type B = UInt, B0>, B1>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U4ShrU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Add_5() { + type A = UInt, B0>, B0>; + type B = UInt, B0>, B1>; + type U9 = UInt, B0>, B0>, B1>; + + #[allow(non_camel_case_types)] + type U4AddU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Mul_5() { + type A = UInt, B0>, B0>; + type B = UInt, B0>, B1>; + type U20 = UInt, B0>, B1>, B0>, B0>; + + #[allow(non_camel_case_types)] + type U4MulU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Pow_5() { + type A = UInt, B0>, B0>; + type B = UInt, B0>, B1>; + type U1024 = UInt, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>; + + #[allow(non_camel_case_types)] + type U4PowU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Min_5() { + type A = UInt, B0>, B0>; + type B = UInt, B0>, B1>; + type U4 = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U4MinU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Max_5() { + type A = UInt, B0>, B0>; + type B = UInt, B0>, B1>; + type U5 = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U4MaxU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Gcd_5() { + type A = UInt, B0>, B0>; + type B = UInt, B0>, B1>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U4GcdU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Div_5() { + type A = UInt, B0>, B0>; + type B = UInt, B0>, B1>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U4DivU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Rem_5() { + type A = UInt, B0>, B0>; + type B = UInt, B0>, B1>; + type U4 = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U4RemU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_4_Cmp_5() { + type A = UInt, B0>, B0>; + type B = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U4CmpU5 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_5_BitAnd_0() { + type A = UInt, B0>, B1>; + type B = UTerm; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U5BitAndU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_BitOr_0() { + type A = UInt, B0>, B1>; + type B = UTerm; + type U5 = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U5BitOrU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_BitXor_0() { + type A = UInt, B0>, B1>; + type B = UTerm; + type U5 = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U5BitXorU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Shl_0() { + type A = UInt, B0>, B1>; + type B = UTerm; + type U5 = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U5ShlU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Shr_0() { + type A = UInt, B0>, B1>; + type B = UTerm; + type U5 = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U5ShrU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Add_0() { + type A = UInt, B0>, B1>; + type B = UTerm; + type U5 = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U5AddU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Mul_0() { + type A = UInt, B0>, B1>; + type B = UTerm; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U5MulU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Pow_0() { + type A = UInt, B0>, B1>; + type B = UTerm; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U5PowU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Min_0() { + type A = UInt, B0>, B1>; + type B = UTerm; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U5MinU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Max_0() { + type A = UInt, B0>, B1>; + type B = UTerm; + type U5 = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U5MaxU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Gcd_0() { + type A = UInt, B0>, B1>; + type B = UTerm; + type U5 = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U5GcdU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Sub_0() { + type A = UInt, B0>, B1>; + type B = UTerm; + type U5 = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U5SubU0 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Cmp_0() { + type A = UInt, B0>, B1>; + type B = UTerm; + + #[allow(non_camel_case_types)] + type U5CmpU0 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_5_BitAnd_1() { + type A = UInt, B0>, B1>; + type B = UInt; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U5BitAndU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_BitOr_1() { + type A = UInt, B0>, B1>; + type B = UInt; + type U5 = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U5BitOrU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_BitXor_1() { + type A = UInt, B0>, B1>; + type B = UInt; + type U4 = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U5BitXorU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Shl_1() { + type A = UInt, B0>, B1>; + type B = UInt; + type U10 = UInt, B0>, B1>, B0>; + + #[allow(non_camel_case_types)] + type U5ShlU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Shr_1() { + type A = UInt, B0>, B1>; + type B = UInt; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U5ShrU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Add_1() { + type A = UInt, B0>, B1>; + type B = UInt; + type U6 = UInt, B1>, B0>; + + #[allow(non_camel_case_types)] + type U5AddU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Mul_1() { + type A = UInt, B0>, B1>; + type B = UInt; + type U5 = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U5MulU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Pow_1() { + type A = UInt, B0>, B1>; + type B = UInt; + type U5 = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U5PowU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Min_1() { + type A = UInt, B0>, B1>; + type B = UInt; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U5MinU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Max_1() { + type A = UInt, B0>, B1>; + type B = UInt; + type U5 = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U5MaxU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Gcd_1() { + type A = UInt, B0>, B1>; + type B = UInt; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U5GcdU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Sub_1() { + type A = UInt, B0>, B1>; + type B = UInt; + type U4 = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U5SubU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Div_1() { + type A = UInt, B0>, B1>; + type B = UInt; + type U5 = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U5DivU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Rem_1() { + type A = UInt, B0>, B1>; + type B = UInt; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U5RemU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_PartialDiv_1() { + type A = UInt, B0>, B1>; + type B = UInt; + type U5 = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U5PartialDivU1 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Cmp_1() { + type A = UInt, B0>, B1>; + type B = UInt; + + #[allow(non_camel_case_types)] + type U5CmpU1 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_5_BitAnd_2() { + type A = UInt, B0>, B1>; + type B = UInt, B0>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U5BitAndU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_BitOr_2() { + type A = UInt, B0>, B1>; + type B = UInt, B0>; + type U7 = UInt, B1>, B1>; + + #[allow(non_camel_case_types)] + type U5BitOrU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_BitXor_2() { + type A = UInt, B0>, B1>; + type B = UInt, B0>; + type U7 = UInt, B1>, B1>; + + #[allow(non_camel_case_types)] + type U5BitXorU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Shl_2() { + type A = UInt, B0>, B1>; + type B = UInt, B0>; + type U20 = UInt, B0>, B1>, B0>, B0>; + + #[allow(non_camel_case_types)] + type U5ShlU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Shr_2() { + type A = UInt, B0>, B1>; + type B = UInt, B0>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U5ShrU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Add_2() { + type A = UInt, B0>, B1>; + type B = UInt, B0>; + type U7 = UInt, B1>, B1>; + + #[allow(non_camel_case_types)] + type U5AddU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Mul_2() { + type A = UInt, B0>, B1>; + type B = UInt, B0>; + type U10 = UInt, B0>, B1>, B0>; + + #[allow(non_camel_case_types)] + type U5MulU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Pow_2() { + type A = UInt, B0>, B1>; + type B = UInt, B0>; + type U25 = UInt, B1>, B0>, B0>, B1>; + + #[allow(non_camel_case_types)] + type U5PowU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Min_2() { + type A = UInt, B0>, B1>; + type B = UInt, B0>; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U5MinU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Max_2() { + type A = UInt, B0>, B1>; + type B = UInt, B0>; + type U5 = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U5MaxU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Gcd_2() { + type A = UInt, B0>, B1>; + type B = UInt, B0>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U5GcdU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Sub_2() { + type A = UInt, B0>, B1>; + type B = UInt, B0>; + type U3 = UInt, B1>; + + #[allow(non_camel_case_types)] + type U5SubU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Div_2() { + type A = UInt, B0>, B1>; + type B = UInt, B0>; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U5DivU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Rem_2() { + type A = UInt, B0>, B1>; + type B = UInt, B0>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U5RemU2 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Cmp_2() { + type A = UInt, B0>, B1>; + type B = UInt, B0>; + + #[allow(non_camel_case_types)] + type U5CmpU2 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_5_BitAnd_3() { + type A = UInt, B0>, B1>; + type B = UInt, B1>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U5BitAndU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_BitOr_3() { + type A = UInt, B0>, B1>; + type B = UInt, B1>; + type U7 = UInt, B1>, B1>; + + #[allow(non_camel_case_types)] + type U5BitOrU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_BitXor_3() { + type A = UInt, B0>, B1>; + type B = UInt, B1>; + type U6 = UInt, B1>, B0>; + + #[allow(non_camel_case_types)] + type U5BitXorU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Shl_3() { + type A = UInt, B0>, B1>; + type B = UInt, B1>; + type U40 = UInt, B0>, B1>, B0>, B0>, B0>; + + #[allow(non_camel_case_types)] + type U5ShlU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Shr_3() { + type A = UInt, B0>, B1>; + type B = UInt, B1>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U5ShrU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Add_3() { + type A = UInt, B0>, B1>; + type B = UInt, B1>; + type U8 = UInt, B0>, B0>, B0>; + + #[allow(non_camel_case_types)] + type U5AddU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Mul_3() { + type A = UInt, B0>, B1>; + type B = UInt, B1>; + type U15 = UInt, B1>, B1>, B1>; + + #[allow(non_camel_case_types)] + type U5MulU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Pow_3() { + type A = UInt, B0>, B1>; + type B = UInt, B1>; + type U125 = UInt, B1>, B1>, B1>, B1>, B0>, B1>; + + #[allow(non_camel_case_types)] + type U5PowU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Min_3() { + type A = UInt, B0>, B1>; + type B = UInt, B1>; + type U3 = UInt, B1>; + + #[allow(non_camel_case_types)] + type U5MinU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Max_3() { + type A = UInt, B0>, B1>; + type B = UInt, B1>; + type U5 = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U5MaxU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Gcd_3() { + type A = UInt, B0>, B1>; + type B = UInt, B1>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U5GcdU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Sub_3() { + type A = UInt, B0>, B1>; + type B = UInt, B1>; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U5SubU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Div_3() { + type A = UInt, B0>, B1>; + type B = UInt, B1>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U5DivU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Rem_3() { + type A = UInt, B0>, B1>; + type B = UInt, B1>; + type U2 = UInt, B0>; + + #[allow(non_camel_case_types)] + type U5RemU3 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Cmp_3() { + type A = UInt, B0>, B1>; + type B = UInt, B1>; + + #[allow(non_camel_case_types)] + type U5CmpU3 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_5_BitAnd_4() { + type A = UInt, B0>, B1>; + type B = UInt, B0>, B0>; + type U4 = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U5BitAndU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_BitOr_4() { + type A = UInt, B0>, B1>; + type B = UInt, B0>, B0>; + type U5 = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U5BitOrU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_BitXor_4() { + type A = UInt, B0>, B1>; + type B = UInt, B0>, B0>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U5BitXorU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Shl_4() { + type A = UInt, B0>, B1>; + type B = UInt, B0>, B0>; + type U80 = UInt, B0>, B1>, B0>, B0>, B0>, B0>; + + #[allow(non_camel_case_types)] + type U5ShlU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Shr_4() { + type A = UInt, B0>, B1>; + type B = UInt, B0>, B0>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U5ShrU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Add_4() { + type A = UInt, B0>, B1>; + type B = UInt, B0>, B0>; + type U9 = UInt, B0>, B0>, B1>; + + #[allow(non_camel_case_types)] + type U5AddU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Mul_4() { + type A = UInt, B0>, B1>; + type B = UInt, B0>, B0>; + type U20 = UInt, B0>, B1>, B0>, B0>; + + #[allow(non_camel_case_types)] + type U5MulU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Pow_4() { + type A = UInt, B0>, B1>; + type B = UInt, B0>, B0>; + type U625 = UInt, B0>, B0>, B1>, B1>, B1>, B0>, B0>, B0>, B1>; + + #[allow(non_camel_case_types)] + type U5PowU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Min_4() { + type A = UInt, B0>, B1>; + type B = UInt, B0>, B0>; + type U4 = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U5MinU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Max_4() { + type A = UInt, B0>, B1>; + type B = UInt, B0>, B0>; + type U5 = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U5MaxU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Gcd_4() { + type A = UInt, B0>, B1>; + type B = UInt, B0>, B0>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U5GcdU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Sub_4() { + type A = UInt, B0>, B1>; + type B = UInt, B0>, B0>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U5SubU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Div_4() { + type A = UInt, B0>, B1>; + type B = UInt, B0>, B0>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U5DivU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Rem_4() { + type A = UInt, B0>, B1>; + type B = UInt, B0>, B0>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U5RemU4 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Cmp_4() { + type A = UInt, B0>, B1>; + type B = UInt, B0>, B0>; + + #[allow(non_camel_case_types)] + type U5CmpU4 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_5_BitAnd_5() { + type A = UInt, B0>, B1>; + type B = UInt, B0>, B1>; + type U5 = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U5BitAndU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_BitOr_5() { + type A = UInt, B0>, B1>; + type B = UInt, B0>, B1>; + type U5 = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U5BitOrU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_BitXor_5() { + type A = UInt, B0>, B1>; + type B = UInt, B0>, B1>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U5BitXorU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Shl_5() { + type A = UInt, B0>, B1>; + type B = UInt, B0>, B1>; + type U160 = UInt, B0>, B1>, B0>, B0>, B0>, B0>, B0>; + + #[allow(non_camel_case_types)] + type U5ShlU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Shr_5() { + type A = UInt, B0>, B1>; + type B = UInt, B0>, B1>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U5ShrU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Add_5() { + type A = UInt, B0>, B1>; + type B = UInt, B0>, B1>; + type U10 = UInt, B0>, B1>, B0>; + + #[allow(non_camel_case_types)] + type U5AddU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Mul_5() { + type A = UInt, B0>, B1>; + type B = UInt, B0>, B1>; + type U25 = UInt, B1>, B0>, B0>, B1>; + + #[allow(non_camel_case_types)] + type U5MulU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Pow_5() { + type A = UInt, B0>, B1>; + type B = UInt, B0>, B1>; + type U3125 = UInt, B1>, B0>, B0>, B0>, B0>, B1>, B1>, B0>, B1>, B0>, B1>; + + #[allow(non_camel_case_types)] + type U5PowU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Min_5() { + type A = UInt, B0>, B1>; + type B = UInt, B0>, B1>; + type U5 = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U5MinU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Max_5() { + type A = UInt, B0>, B1>; + type B = UInt, B0>, B1>; + type U5 = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U5MaxU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Gcd_5() { + type A = UInt, B0>, B1>; + type B = UInt, B0>, B1>; + type U5 = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U5GcdU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Sub_5() { + type A = UInt, B0>, B1>; + type B = UInt, B0>, B1>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U5SubU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Div_5() { + type A = UInt, B0>, B1>; + type B = UInt, B0>, B1>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U5DivU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Rem_5() { + type A = UInt, B0>, B1>; + type B = UInt, B0>, B1>; + type U0 = UTerm; + + #[allow(non_camel_case_types)] + type U5RemU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_PartialDiv_5() { + type A = UInt, B0>, B1>; + type B = UInt, B0>, B1>; + type U1 = UInt; + + #[allow(non_camel_case_types)] + type U5PartialDivU5 = <>::Output as Same>::Output; + + assert_eq!(::to_u64(), ::to_u64()); +} +#[test] +#[allow(non_snake_case)] +fn test_5_Cmp_5() { + type A = UInt, B0>, B1>; + type B = UInt, B0>, B1>; + + #[allow(non_camel_case_types)] + type U5CmpU5 = >::Output; + assert_eq!(::to_ordering(), Ordering::Equal); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Add_N5() { + type A = NInt, B0>, B1>>; + type B = NInt, B0>, B1>>; + type N10 = NInt, B0>, B1>, B0>>; + + #[allow(non_camel_case_types)] + type N5AddN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Sub_N5() { + type A = NInt, B0>, B1>>; + type B = NInt, B0>, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N5SubN5 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Mul_N5() { + type A = NInt, B0>, B1>>; + type B = NInt, B0>, B1>>; + type P25 = PInt, B1>, B0>, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N5MulN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Min_N5() { + type A = NInt, B0>, B1>>; + type B = NInt, B0>, B1>>; + type N5 = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N5MinN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Max_N5() { + type A = NInt, B0>, B1>>; + type B = NInt, B0>, B1>>; + type N5 = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N5MaxN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Gcd_N5() { + type A = NInt, B0>, B1>>; + type B = NInt, B0>, B1>>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N5GcdN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Div_N5() { + type A = NInt, B0>, B1>>; + type B = NInt, B0>, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N5DivN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Rem_N5() { + type A = NInt, B0>, B1>>; + type B = NInt, B0>, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N5RemN5 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_PartialDiv_N5() { + type A = NInt, B0>, B1>>; + type B = NInt, B0>, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N5PartialDivN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Cmp_N5() { + type A = NInt, B0>, B1>>; + type B = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N5CmpN5 = >::Output; + assert_eq!(::to_ordering(), Ordering::Equal); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Add_N4() { + type A = NInt, B0>, B1>>; + type B = NInt, B0>, B0>>; + type N9 = NInt, B0>, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N5AddN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Sub_N4() { + type A = NInt, B0>, B1>>; + type B = NInt, B0>, B0>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N5SubN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Mul_N4() { + type A = NInt, B0>, B1>>; + type B = NInt, B0>, B0>>; + type P20 = PInt, B0>, B1>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N5MulN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Min_N4() { + type A = NInt, B0>, B1>>; + type B = NInt, B0>, B0>>; + type N5 = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N5MinN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Max_N4() { + type A = NInt, B0>, B1>>; + type B = NInt, B0>, B0>>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N5MaxN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Gcd_N4() { + type A = NInt, B0>, B1>>; + type B = NInt, B0>, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N5GcdN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Div_N4() { + type A = NInt, B0>, B1>>; + type B = NInt, B0>, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N5DivN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Rem_N4() { + type A = NInt, B0>, B1>>; + type B = NInt, B0>, B0>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N5RemN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Cmp_N4() { + type A = NInt, B0>, B1>>; + type B = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N5CmpN4 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Add_N3() { + type A = NInt, B0>, B1>>; + type B = NInt, B1>>; + type N8 = NInt, B0>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N5AddN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Sub_N3() { + type A = NInt, B0>, B1>>; + type B = NInt, B1>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N5SubN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Mul_N3() { + type A = NInt, B0>, B1>>; + type B = NInt, B1>>; + type P15 = PInt, B1>, B1>, B1>>; + + #[allow(non_camel_case_types)] + type N5MulN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Min_N3() { + type A = NInt, B0>, B1>>; + type B = NInt, B1>>; + type N5 = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N5MinN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Max_N3() { + type A = NInt, B0>, B1>>; + type B = NInt, B1>>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type N5MaxN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Gcd_N3() { + type A = NInt, B0>, B1>>; + type B = NInt, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N5GcdN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Div_N3() { + type A = NInt, B0>, B1>>; + type B = NInt, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N5DivN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Rem_N3() { + type A = NInt, B0>, B1>>; + type B = NInt, B1>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N5RemN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Cmp_N3() { + type A = NInt, B0>, B1>>; + type B = NInt, B1>>; + + #[allow(non_camel_case_types)] + type N5CmpN3 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Add_N2() { + type A = NInt, B0>, B1>>; + type B = NInt, B0>>; + type N7 = NInt, B1>, B1>>; + + #[allow(non_camel_case_types)] + type N5AddN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Sub_N2() { + type A = NInt, B0>, B1>>; + type B = NInt, B0>>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type N5SubN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Mul_N2() { + type A = NInt, B0>, B1>>; + type B = NInt, B0>>; + type P10 = PInt, B0>, B1>, B0>>; + + #[allow(non_camel_case_types)] + type N5MulN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Min_N2() { + type A = NInt, B0>, B1>>; + type B = NInt, B0>>; + type N5 = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N5MinN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Max_N2() { + type A = NInt, B0>, B1>>; + type B = NInt, B0>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N5MaxN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Gcd_N2() { + type A = NInt, B0>, B1>>; + type B = NInt, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N5GcdN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Div_N2() { + type A = NInt, B0>, B1>>; + type B = NInt, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type N5DivN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Rem_N2() { + type A = NInt, B0>, B1>>; + type B = NInt, B0>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N5RemN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Cmp_N2() { + type A = NInt, B0>, B1>>; + type B = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N5CmpN2 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Add_N1() { + type A = NInt, B0>, B1>>; + type B = NInt>; + type N6 = NInt, B1>, B0>>; + + #[allow(non_camel_case_types)] + type N5AddN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Sub_N1() { + type A = NInt, B0>, B1>>; + type B = NInt>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N5SubN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Mul_N1() { + type A = NInt, B0>, B1>>; + type B = NInt>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N5MulN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Min_N1() { + type A = NInt, B0>, B1>>; + type B = NInt>; + type N5 = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N5MinN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Max_N1() { + type A = NInt, B0>, B1>>; + type B = NInt>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N5MaxN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Gcd_N1() { + type A = NInt, B0>, B1>>; + type B = NInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N5GcdN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Div_N1() { + type A = NInt, B0>, B1>>; + type B = NInt>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N5DivN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Rem_N1() { + type A = NInt, B0>, B1>>; + type B = NInt>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N5RemN1 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_PartialDiv_N1() { + type A = NInt, B0>, B1>>; + type B = NInt>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N5PartialDivN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Cmp_N1() { + type A = NInt, B0>, B1>>; + type B = NInt>; + + #[allow(non_camel_case_types)] + type N5CmpN1 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Add__0() { + type A = NInt, B0>, B1>>; + type B = Z0; + type N5 = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N5Add_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Sub__0() { + type A = NInt, B0>, B1>>; + type B = Z0; + type N5 = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N5Sub_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Mul__0() { + type A = NInt, B0>, B1>>; + type B = Z0; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N5Mul_0 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Min__0() { + type A = NInt, B0>, B1>>; + type B = Z0; + type N5 = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N5Min_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Max__0() { + type A = NInt, B0>, B1>>; + type B = Z0; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N5Max_0 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Gcd__0() { + type A = NInt, B0>, B1>>; + type B = Z0; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N5Gcd_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Pow__0() { + type A = NInt, B0>, B1>>; + type B = Z0; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N5Pow_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Cmp__0() { + type A = NInt, B0>, B1>>; + type B = Z0; + + #[allow(non_camel_case_types)] + type N5Cmp_0 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Add_P1() { + type A = NInt, B0>, B1>>; + type B = PInt>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N5AddP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Sub_P1() { + type A = NInt, B0>, B1>>; + type B = PInt>; + type N6 = NInt, B1>, B0>>; + + #[allow(non_camel_case_types)] + type N5SubP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Mul_P1() { + type A = NInt, B0>, B1>>; + type B = PInt>; + type N5 = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N5MulP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Min_P1() { + type A = NInt, B0>, B1>>; + type B = PInt>; + type N5 = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N5MinP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Max_P1() { + type A = NInt, B0>, B1>>; + type B = PInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N5MaxP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Gcd_P1() { + type A = NInt, B0>, B1>>; + type B = PInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N5GcdP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Div_P1() { + type A = NInt, B0>, B1>>; + type B = PInt>; + type N5 = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N5DivP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Rem_P1() { + type A = NInt, B0>, B1>>; + type B = PInt>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N5RemP1 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_PartialDiv_P1() { + type A = NInt, B0>, B1>>; + type B = PInt>; + type N5 = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N5PartialDivP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Pow_P1() { + type A = NInt, B0>, B1>>; + type B = PInt>; + type N5 = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N5PowP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Cmp_P1() { + type A = NInt, B0>, B1>>; + type B = PInt>; + + #[allow(non_camel_case_types)] + type N5CmpP1 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Add_P2() { + type A = NInt, B0>, B1>>; + type B = PInt, B0>>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type N5AddP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Sub_P2() { + type A = NInt, B0>, B1>>; + type B = PInt, B0>>; + type N7 = NInt, B1>, B1>>; + + #[allow(non_camel_case_types)] + type N5SubP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Mul_P2() { + type A = NInt, B0>, B1>>; + type B = PInt, B0>>; + type N10 = NInt, B0>, B1>, B0>>; + + #[allow(non_camel_case_types)] + type N5MulP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Min_P2() { + type A = NInt, B0>, B1>>; + type B = PInt, B0>>; + type N5 = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N5MinP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Max_P2() { + type A = NInt, B0>, B1>>; + type B = PInt, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type N5MaxP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Gcd_P2() { + type A = NInt, B0>, B1>>; + type B = PInt, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N5GcdP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Div_P2() { + type A = NInt, B0>, B1>>; + type B = PInt, B0>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N5DivP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Rem_P2() { + type A = NInt, B0>, B1>>; + type B = PInt, B0>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N5RemP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Pow_P2() { + type A = NInt, B0>, B1>>; + type B = PInt, B0>>; + type P25 = PInt, B1>, B0>, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N5PowP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Cmp_P2() { + type A = NInt, B0>, B1>>; + type B = PInt, B0>>; + + #[allow(non_camel_case_types)] + type N5CmpP2 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Add_P3() { + type A = NInt, B0>, B1>>; + type B = PInt, B1>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N5AddP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Sub_P3() { + type A = NInt, B0>, B1>>; + type B = PInt, B1>>; + type N8 = NInt, B0>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N5SubP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Mul_P3() { + type A = NInt, B0>, B1>>; + type B = PInt, B1>>; + type N15 = NInt, B1>, B1>, B1>>; + + #[allow(non_camel_case_types)] + type N5MulP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Min_P3() { + type A = NInt, B0>, B1>>; + type B = PInt, B1>>; + type N5 = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N5MinP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Max_P3() { + type A = NInt, B0>, B1>>; + type B = PInt, B1>>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type N5MaxP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Gcd_P3() { + type A = NInt, B0>, B1>>; + type B = PInt, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N5GcdP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Div_P3() { + type A = NInt, B0>, B1>>; + type B = PInt, B1>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N5DivP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Rem_P3() { + type A = NInt, B0>, B1>>; + type B = PInt, B1>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N5RemP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Pow_P3() { + type A = NInt, B0>, B1>>; + type B = PInt, B1>>; + type N125 = NInt, B1>, B1>, B1>, B1>, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N5PowP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Cmp_P3() { + type A = NInt, B0>, B1>>; + type B = PInt, B1>>; + + #[allow(non_camel_case_types)] + type N5CmpP3 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Add_P4() { + type A = NInt, B0>, B1>>; + type B = PInt, B0>, B0>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N5AddP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Sub_P4() { + type A = NInt, B0>, B1>>; + type B = PInt, B0>, B0>>; + type N9 = NInt, B0>, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N5SubP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Mul_P4() { + type A = NInt, B0>, B1>>; + type B = PInt, B0>, B0>>; + type N20 = NInt, B0>, B1>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N5MulP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Min_P4() { + type A = NInt, B0>, B1>>; + type B = PInt, B0>, B0>>; + type N5 = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N5MinP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Max_P4() { + type A = NInt, B0>, B1>>; + type B = PInt, B0>, B0>>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N5MaxP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Gcd_P4() { + type A = NInt, B0>, B1>>; + type B = PInt, B0>, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N5GcdP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Div_P4() { + type A = NInt, B0>, B1>>; + type B = PInt, B0>, B0>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N5DivP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Rem_P4() { + type A = NInt, B0>, B1>>; + type B = PInt, B0>, B0>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N5RemP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Pow_P4() { + type A = NInt, B0>, B1>>; + type B = PInt, B0>, B0>>; + type P625 = PInt, B0>, B0>, B1>, B1>, B1>, B0>, B0>, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N5PowP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Cmp_P4() { + type A = NInt, B0>, B1>>; + type B = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N5CmpP4 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Add_P5() { + type A = NInt, B0>, B1>>; + type B = PInt, B0>, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N5AddP5 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Sub_P5() { + type A = NInt, B0>, B1>>; + type B = PInt, B0>, B1>>; + type N10 = NInt, B0>, B1>, B0>>; + + #[allow(non_camel_case_types)] + type N5SubP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Mul_P5() { + type A = NInt, B0>, B1>>; + type B = PInt, B0>, B1>>; + type N25 = NInt, B1>, B0>, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N5MulP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Min_P5() { + type A = NInt, B0>, B1>>; + type B = PInt, B0>, B1>>; + type N5 = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N5MinP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Max_P5() { + type A = NInt, B0>, B1>>; + type B = PInt, B0>, B1>>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N5MaxP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Gcd_P5() { + type A = NInt, B0>, B1>>; + type B = PInt, B0>, B1>>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N5GcdP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Div_P5() { + type A = NInt, B0>, B1>>; + type B = PInt, B0>, B1>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N5DivP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Rem_P5() { + type A = NInt, B0>, B1>>; + type B = PInt, B0>, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N5RemP5 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_PartialDiv_P5() { + type A = NInt, B0>, B1>>; + type B = PInt, B0>, B1>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N5PartialDivP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Pow_P5() { + type A = NInt, B0>, B1>>; + type B = PInt, B0>, B1>>; + type N3125 = NInt, B1>, B0>, B0>, B0>, B0>, B1>, B1>, B0>, B1>, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N5PowP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Cmp_P5() { + type A = NInt, B0>, B1>>; + type B = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N5CmpP5 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Add_N5() { + type A = NInt, B0>, B0>>; + type B = NInt, B0>, B1>>; + type N9 = NInt, B0>, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N4AddN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Sub_N5() { + type A = NInt, B0>, B0>>; + type B = NInt, B0>, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N4SubN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Mul_N5() { + type A = NInt, B0>, B0>>; + type B = NInt, B0>, B1>>; + type P20 = PInt, B0>, B1>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N4MulN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Min_N5() { + type A = NInt, B0>, B0>>; + type B = NInt, B0>, B1>>; + type N5 = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N4MinN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Max_N5() { + type A = NInt, B0>, B0>>; + type B = NInt, B0>, B1>>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N4MaxN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Gcd_N5() { + type A = NInt, B0>, B0>>; + type B = NInt, B0>, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N4GcdN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Div_N5() { + type A = NInt, B0>, B0>>; + type B = NInt, B0>, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N4DivN5 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Rem_N5() { + type A = NInt, B0>, B0>>; + type B = NInt, B0>, B1>>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N4RemN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Cmp_N5() { + type A = NInt, B0>, B0>>; + type B = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N4CmpN5 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Add_N4() { + type A = NInt, B0>, B0>>; + type B = NInt, B0>, B0>>; + type N8 = NInt, B0>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N4AddN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Sub_N4() { + type A = NInt, B0>, B0>>; + type B = NInt, B0>, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N4SubN4 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Mul_N4() { + type A = NInt, B0>, B0>>; + type B = NInt, B0>, B0>>; + type P16 = PInt, B0>, B0>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N4MulN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Min_N4() { + type A = NInt, B0>, B0>>; + type B = NInt, B0>, B0>>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N4MinN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Max_N4() { + type A = NInt, B0>, B0>>; + type B = NInt, B0>, B0>>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N4MaxN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Gcd_N4() { + type A = NInt, B0>, B0>>; + type B = NInt, B0>, B0>>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N4GcdN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Div_N4() { + type A = NInt, B0>, B0>>; + type B = NInt, B0>, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N4DivN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Rem_N4() { + type A = NInt, B0>, B0>>; + type B = NInt, B0>, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N4RemN4 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_PartialDiv_N4() { + type A = NInt, B0>, B0>>; + type B = NInt, B0>, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N4PartialDivN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Cmp_N4() { + type A = NInt, B0>, B0>>; + type B = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N4CmpN4 = >::Output; + assert_eq!(::to_ordering(), Ordering::Equal); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Add_N3() { + type A = NInt, B0>, B0>>; + type B = NInt, B1>>; + type N7 = NInt, B1>, B1>>; + + #[allow(non_camel_case_types)] + type N4AddN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Sub_N3() { + type A = NInt, B0>, B0>>; + type B = NInt, B1>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N4SubN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Mul_N3() { + type A = NInt, B0>, B0>>; + type B = NInt, B1>>; + type P12 = PInt, B1>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N4MulN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Min_N3() { + type A = NInt, B0>, B0>>; + type B = NInt, B1>>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N4MinN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Max_N3() { + type A = NInt, B0>, B0>>; + type B = NInt, B1>>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type N4MaxN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Gcd_N3() { + type A = NInt, B0>, B0>>; + type B = NInt, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N4GcdN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Div_N3() { + type A = NInt, B0>, B0>>; + type B = NInt, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N4DivN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Rem_N3() { + type A = NInt, B0>, B0>>; + type B = NInt, B1>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N4RemN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Cmp_N3() { + type A = NInt, B0>, B0>>; + type B = NInt, B1>>; + + #[allow(non_camel_case_types)] + type N4CmpN3 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Add_N2() { + type A = NInt, B0>, B0>>; + type B = NInt, B0>>; + type N6 = NInt, B1>, B0>>; + + #[allow(non_camel_case_types)] + type N4AddN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Sub_N2() { + type A = NInt, B0>, B0>>; + type B = NInt, B0>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N4SubN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Mul_N2() { + type A = NInt, B0>, B0>>; + type B = NInt, B0>>; + type P8 = PInt, B0>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N4MulN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Min_N2() { + type A = NInt, B0>, B0>>; + type B = NInt, B0>>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N4MinN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Max_N2() { + type A = NInt, B0>, B0>>; + type B = NInt, B0>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N4MaxN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Gcd_N2() { + type A = NInt, B0>, B0>>; + type B = NInt, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type N4GcdN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Div_N2() { + type A = NInt, B0>, B0>>; + type B = NInt, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type N4DivN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Rem_N2() { + type A = NInt, B0>, B0>>; + type B = NInt, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N4RemN2 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_PartialDiv_N2() { + type A = NInt, B0>, B0>>; + type B = NInt, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type N4PartialDivN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Cmp_N2() { + type A = NInt, B0>, B0>>; + type B = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N4CmpN2 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Add_N1() { + type A = NInt, B0>, B0>>; + type B = NInt>; + type N5 = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N4AddN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Sub_N1() { + type A = NInt, B0>, B0>>; + type B = NInt>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type N4SubN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Mul_N1() { + type A = NInt, B0>, B0>>; + type B = NInt>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N4MulN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Min_N1() { + type A = NInt, B0>, B0>>; + type B = NInt>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N4MinN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Max_N1() { + type A = NInt, B0>, B0>>; + type B = NInt>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N4MaxN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Gcd_N1() { + type A = NInt, B0>, B0>>; + type B = NInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N4GcdN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Div_N1() { + type A = NInt, B0>, B0>>; + type B = NInt>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N4DivN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Rem_N1() { + type A = NInt, B0>, B0>>; + type B = NInt>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N4RemN1 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_PartialDiv_N1() { + type A = NInt, B0>, B0>>; + type B = NInt>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N4PartialDivN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Cmp_N1() { + type A = NInt, B0>, B0>>; + type B = NInt>; + + #[allow(non_camel_case_types)] + type N4CmpN1 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Add__0() { + type A = NInt, B0>, B0>>; + type B = Z0; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N4Add_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Sub__0() { + type A = NInt, B0>, B0>>; + type B = Z0; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N4Sub_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Mul__0() { + type A = NInt, B0>, B0>>; + type B = Z0; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N4Mul_0 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Min__0() { + type A = NInt, B0>, B0>>; + type B = Z0; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N4Min_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Max__0() { + type A = NInt, B0>, B0>>; + type B = Z0; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N4Max_0 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Gcd__0() { + type A = NInt, B0>, B0>>; + type B = Z0; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N4Gcd_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Pow__0() { + type A = NInt, B0>, B0>>; + type B = Z0; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N4Pow_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Cmp__0() { + type A = NInt, B0>, B0>>; + type B = Z0; + + #[allow(non_camel_case_types)] + type N4Cmp_0 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Add_P1() { + type A = NInt, B0>, B0>>; + type B = PInt>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type N4AddP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Sub_P1() { + type A = NInt, B0>, B0>>; + type B = PInt>; + type N5 = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N4SubP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Mul_P1() { + type A = NInt, B0>, B0>>; + type B = PInt>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N4MulP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Min_P1() { + type A = NInt, B0>, B0>>; + type B = PInt>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N4MinP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Max_P1() { + type A = NInt, B0>, B0>>; + type B = PInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N4MaxP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Gcd_P1() { + type A = NInt, B0>, B0>>; + type B = PInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N4GcdP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Div_P1() { + type A = NInt, B0>, B0>>; + type B = PInt>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N4DivP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Rem_P1() { + type A = NInt, B0>, B0>>; + type B = PInt>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N4RemP1 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_PartialDiv_P1() { + type A = NInt, B0>, B0>>; + type B = PInt>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N4PartialDivP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Pow_P1() { + type A = NInt, B0>, B0>>; + type B = PInt>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N4PowP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Cmp_P1() { + type A = NInt, B0>, B0>>; + type B = PInt>; + + #[allow(non_camel_case_types)] + type N4CmpP1 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Add_P2() { + type A = NInt, B0>, B0>>; + type B = PInt, B0>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N4AddP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Sub_P2() { + type A = NInt, B0>, B0>>; + type B = PInt, B0>>; + type N6 = NInt, B1>, B0>>; + + #[allow(non_camel_case_types)] + type N4SubP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Mul_P2() { + type A = NInt, B0>, B0>>; + type B = PInt, B0>>; + type N8 = NInt, B0>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N4MulP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Min_P2() { + type A = NInt, B0>, B0>>; + type B = PInt, B0>>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N4MinP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Max_P2() { + type A = NInt, B0>, B0>>; + type B = PInt, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type N4MaxP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Gcd_P2() { + type A = NInt, B0>, B0>>; + type B = PInt, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type N4GcdP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Div_P2() { + type A = NInt, B0>, B0>>; + type B = PInt, B0>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N4DivP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Rem_P2() { + type A = NInt, B0>, B0>>; + type B = PInt, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N4RemP2 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_PartialDiv_P2() { + type A = NInt, B0>, B0>>; + type B = PInt, B0>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N4PartialDivP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Pow_P2() { + type A = NInt, B0>, B0>>; + type B = PInt, B0>>; + type P16 = PInt, B0>, B0>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N4PowP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Cmp_P2() { + type A = NInt, B0>, B0>>; + type B = PInt, B0>>; + + #[allow(non_camel_case_types)] + type N4CmpP2 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Add_P3() { + type A = NInt, B0>, B0>>; + type B = PInt, B1>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N4AddP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Sub_P3() { + type A = NInt, B0>, B0>>; + type B = PInt, B1>>; + type N7 = NInt, B1>, B1>>; + + #[allow(non_camel_case_types)] + type N4SubP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Mul_P3() { + type A = NInt, B0>, B0>>; + type B = PInt, B1>>; + type N12 = NInt, B1>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N4MulP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Min_P3() { + type A = NInt, B0>, B0>>; + type B = PInt, B1>>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N4MinP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Max_P3() { + type A = NInt, B0>, B0>>; + type B = PInt, B1>>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type N4MaxP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Gcd_P3() { + type A = NInt, B0>, B0>>; + type B = PInt, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N4GcdP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Div_P3() { + type A = NInt, B0>, B0>>; + type B = PInt, B1>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N4DivP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Rem_P3() { + type A = NInt, B0>, B0>>; + type B = PInt, B1>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N4RemP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Pow_P3() { + type A = NInt, B0>, B0>>; + type B = PInt, B1>>; + type N64 = NInt, B0>, B0>, B0>, B0>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N4PowP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Cmp_P3() { + type A = NInt, B0>, B0>>; + type B = PInt, B1>>; + + #[allow(non_camel_case_types)] + type N4CmpP3 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Add_P4() { + type A = NInt, B0>, B0>>; + type B = PInt, B0>, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N4AddP4 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Sub_P4() { + type A = NInt, B0>, B0>>; + type B = PInt, B0>, B0>>; + type N8 = NInt, B0>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N4SubP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Mul_P4() { + type A = NInt, B0>, B0>>; + type B = PInt, B0>, B0>>; + type N16 = NInt, B0>, B0>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N4MulP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Min_P4() { + type A = NInt, B0>, B0>>; + type B = PInt, B0>, B0>>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N4MinP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Max_P4() { + type A = NInt, B0>, B0>>; + type B = PInt, B0>, B0>>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N4MaxP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Gcd_P4() { + type A = NInt, B0>, B0>>; + type B = PInt, B0>, B0>>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N4GcdP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Div_P4() { + type A = NInt, B0>, B0>>; + type B = PInt, B0>, B0>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N4DivP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Rem_P4() { + type A = NInt, B0>, B0>>; + type B = PInt, B0>, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N4RemP4 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_PartialDiv_P4() { + type A = NInt, B0>, B0>>; + type B = PInt, B0>, B0>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N4PartialDivP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Pow_P4() { + type A = NInt, B0>, B0>>; + type B = PInt, B0>, B0>>; + type P256 = PInt, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N4PowP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Cmp_P4() { + type A = NInt, B0>, B0>>; + type B = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N4CmpP4 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Add_P5() { + type A = NInt, B0>, B0>>; + type B = PInt, B0>, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N4AddP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Sub_P5() { + type A = NInt, B0>, B0>>; + type B = PInt, B0>, B1>>; + type N9 = NInt, B0>, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N4SubP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Mul_P5() { + type A = NInt, B0>, B0>>; + type B = PInt, B0>, B1>>; + type N20 = NInt, B0>, B1>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N4MulP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Min_P5() { + type A = NInt, B0>, B0>>; + type B = PInt, B0>, B1>>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N4MinP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Max_P5() { + type A = NInt, B0>, B0>>; + type B = PInt, B0>, B1>>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N4MaxP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Gcd_P5() { + type A = NInt, B0>, B0>>; + type B = PInt, B0>, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N4GcdP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Div_P5() { + type A = NInt, B0>, B0>>; + type B = PInt, B0>, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N4DivP5 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Rem_P5() { + type A = NInt, B0>, B0>>; + type B = PInt, B0>, B1>>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N4RemP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Pow_P5() { + type A = NInt, B0>, B0>>; + type B = PInt, B0>, B1>>; + type N1024 = NInt, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N4PowP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Cmp_P5() { + type A = NInt, B0>, B0>>; + type B = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N4CmpP5 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Add_N5() { + type A = NInt, B1>>; + type B = NInt, B0>, B1>>; + type N8 = NInt, B0>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N3AddN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Sub_N5() { + type A = NInt, B1>>; + type B = NInt, B0>, B1>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type N3SubN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Mul_N5() { + type A = NInt, B1>>; + type B = NInt, B0>, B1>>; + type P15 = PInt, B1>, B1>, B1>>; + + #[allow(non_camel_case_types)] + type N3MulN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Min_N5() { + type A = NInt, B1>>; + type B = NInt, B0>, B1>>; + type N5 = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N3MinN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Max_N5() { + type A = NInt, B1>>; + type B = NInt, B0>, B1>>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type N3MaxN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Gcd_N5() { + type A = NInt, B1>>; + type B = NInt, B0>, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N3GcdN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Div_N5() { + type A = NInt, B1>>; + type B = NInt, B0>, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N3DivN5 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Rem_N5() { + type A = NInt, B1>>; + type B = NInt, B0>, B1>>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type N3RemN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Cmp_N5() { + type A = NInt, B1>>; + type B = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N3CmpN5 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Add_N4() { + type A = NInt, B1>>; + type B = NInt, B0>, B0>>; + type N7 = NInt, B1>, B1>>; + + #[allow(non_camel_case_types)] + type N3AddN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Sub_N4() { + type A = NInt, B1>>; + type B = NInt, B0>, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N3SubN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Mul_N4() { + type A = NInt, B1>>; + type B = NInt, B0>, B0>>; + type P12 = PInt, B1>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N3MulN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Min_N4() { + type A = NInt, B1>>; + type B = NInt, B0>, B0>>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N3MinN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Max_N4() { + type A = NInt, B1>>; + type B = NInt, B0>, B0>>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type N3MaxN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Gcd_N4() { + type A = NInt, B1>>; + type B = NInt, B0>, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N3GcdN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Div_N4() { + type A = NInt, B1>>; + type B = NInt, B0>, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N3DivN4 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Rem_N4() { + type A = NInt, B1>>; + type B = NInt, B0>, B0>>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type N3RemN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Cmp_N4() { + type A = NInt, B1>>; + type B = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N3CmpN4 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Add_N3() { + type A = NInt, B1>>; + type B = NInt, B1>>; + type N6 = NInt, B1>, B0>>; + + #[allow(non_camel_case_types)] + type N3AddN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Sub_N3() { + type A = NInt, B1>>; + type B = NInt, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N3SubN3 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Mul_N3() { + type A = NInt, B1>>; + type B = NInt, B1>>; + type P9 = PInt, B0>, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N3MulN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Min_N3() { + type A = NInt, B1>>; + type B = NInt, B1>>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type N3MinN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Max_N3() { + type A = NInt, B1>>; + type B = NInt, B1>>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type N3MaxN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Gcd_N3() { + type A = NInt, B1>>; + type B = NInt, B1>>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type N3GcdN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Div_N3() { + type A = NInt, B1>>; + type B = NInt, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N3DivN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Rem_N3() { + type A = NInt, B1>>; + type B = NInt, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N3RemN3 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_PartialDiv_N3() { + type A = NInt, B1>>; + type B = NInt, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N3PartialDivN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Cmp_N3() { + type A = NInt, B1>>; + type B = NInt, B1>>; + + #[allow(non_camel_case_types)] + type N3CmpN3 = >::Output; + assert_eq!(::to_ordering(), Ordering::Equal); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Add_N2() { + type A = NInt, B1>>; + type B = NInt, B0>>; + type N5 = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N3AddN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Sub_N2() { + type A = NInt, B1>>; + type B = NInt, B0>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N3SubN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Mul_N2() { + type A = NInt, B1>>; + type B = NInt, B0>>; + type P6 = PInt, B1>, B0>>; + + #[allow(non_camel_case_types)] + type N3MulN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Min_N2() { + type A = NInt, B1>>; + type B = NInt, B0>>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type N3MinN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Max_N2() { + type A = NInt, B1>>; + type B = NInt, B0>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N3MaxN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Gcd_N2() { + type A = NInt, B1>>; + type B = NInt, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N3GcdN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Div_N2() { + type A = NInt, B1>>; + type B = NInt, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N3DivN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Rem_N2() { + type A = NInt, B1>>; + type B = NInt, B0>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N3RemN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Cmp_N2() { + type A = NInt, B1>>; + type B = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N3CmpN2 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Add_N1() { + type A = NInt, B1>>; + type B = NInt>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N3AddN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Sub_N1() { + type A = NInt, B1>>; + type B = NInt>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N3SubN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Mul_N1() { + type A = NInt, B1>>; + type B = NInt>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type N3MulN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Min_N1() { + type A = NInt, B1>>; + type B = NInt>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type N3MinN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Max_N1() { + type A = NInt, B1>>; + type B = NInt>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N3MaxN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Gcd_N1() { + type A = NInt, B1>>; + type B = NInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N3GcdN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Div_N1() { + type A = NInt, B1>>; + type B = NInt>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type N3DivN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Rem_N1() { + type A = NInt, B1>>; + type B = NInt>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N3RemN1 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_PartialDiv_N1() { + type A = NInt, B1>>; + type B = NInt>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type N3PartialDivN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Cmp_N1() { + type A = NInt, B1>>; + type B = NInt>; + + #[allow(non_camel_case_types)] + type N3CmpN1 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Add__0() { + type A = NInt, B1>>; + type B = Z0; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type N3Add_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Sub__0() { + type A = NInt, B1>>; + type B = Z0; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type N3Sub_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Mul__0() { + type A = NInt, B1>>; + type B = Z0; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N3Mul_0 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Min__0() { + type A = NInt, B1>>; + type B = Z0; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type N3Min_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Max__0() { + type A = NInt, B1>>; + type B = Z0; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N3Max_0 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Gcd__0() { + type A = NInt, B1>>; + type B = Z0; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type N3Gcd_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Pow__0() { + type A = NInt, B1>>; + type B = Z0; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N3Pow_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Cmp__0() { + type A = NInt, B1>>; + type B = Z0; + + #[allow(non_camel_case_types)] + type N3Cmp_0 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Add_P1() { + type A = NInt, B1>>; + type B = PInt>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N3AddP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Sub_P1() { + type A = NInt, B1>>; + type B = PInt>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N3SubP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Mul_P1() { + type A = NInt, B1>>; + type B = PInt>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type N3MulP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Min_P1() { + type A = NInt, B1>>; + type B = PInt>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type N3MinP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Max_P1() { + type A = NInt, B1>>; + type B = PInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N3MaxP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Gcd_P1() { + type A = NInt, B1>>; + type B = PInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N3GcdP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Div_P1() { + type A = NInt, B1>>; + type B = PInt>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type N3DivP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Rem_P1() { + type A = NInt, B1>>; + type B = PInt>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N3RemP1 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_PartialDiv_P1() { + type A = NInt, B1>>; + type B = PInt>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type N3PartialDivP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Pow_P1() { + type A = NInt, B1>>; + type B = PInt>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type N3PowP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Cmp_P1() { + type A = NInt, B1>>; + type B = PInt>; + + #[allow(non_camel_case_types)] + type N3CmpP1 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Add_P2() { + type A = NInt, B1>>; + type B = PInt, B0>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N3AddP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Sub_P2() { + type A = NInt, B1>>; + type B = PInt, B0>>; + type N5 = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N3SubP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Mul_P2() { + type A = NInt, B1>>; + type B = PInt, B0>>; + type N6 = NInt, B1>, B0>>; + + #[allow(non_camel_case_types)] + type N3MulP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Min_P2() { + type A = NInt, B1>>; + type B = PInt, B0>>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type N3MinP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Max_P2() { + type A = NInt, B1>>; + type B = PInt, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type N3MaxP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Gcd_P2() { + type A = NInt, B1>>; + type B = PInt, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N3GcdP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Div_P2() { + type A = NInt, B1>>; + type B = PInt, B0>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N3DivP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Rem_P2() { + type A = NInt, B1>>; + type B = PInt, B0>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N3RemP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Pow_P2() { + type A = NInt, B1>>; + type B = PInt, B0>>; + type P9 = PInt, B0>, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N3PowP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Cmp_P2() { + type A = NInt, B1>>; + type B = PInt, B0>>; + + #[allow(non_camel_case_types)] + type N3CmpP2 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Add_P3() { + type A = NInt, B1>>; + type B = PInt, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N3AddP3 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Sub_P3() { + type A = NInt, B1>>; + type B = PInt, B1>>; + type N6 = NInt, B1>, B0>>; + + #[allow(non_camel_case_types)] + type N3SubP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Mul_P3() { + type A = NInt, B1>>; + type B = PInt, B1>>; + type N9 = NInt, B0>, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N3MulP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Min_P3() { + type A = NInt, B1>>; + type B = PInt, B1>>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type N3MinP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Max_P3() { + type A = NInt, B1>>; + type B = PInt, B1>>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type N3MaxP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Gcd_P3() { + type A = NInt, B1>>; + type B = PInt, B1>>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type N3GcdP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Div_P3() { + type A = NInt, B1>>; + type B = PInt, B1>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N3DivP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Rem_P3() { + type A = NInt, B1>>; + type B = PInt, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N3RemP3 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_PartialDiv_P3() { + type A = NInt, B1>>; + type B = PInt, B1>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N3PartialDivP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Pow_P3() { + type A = NInt, B1>>; + type B = PInt, B1>>; + type N27 = NInt, B1>, B0>, B1>, B1>>; + + #[allow(non_camel_case_types)] + type N3PowP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Cmp_P3() { + type A = NInt, B1>>; + type B = PInt, B1>>; + + #[allow(non_camel_case_types)] + type N3CmpP3 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Add_P4() { + type A = NInt, B1>>; + type B = PInt, B0>, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N3AddP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Sub_P4() { + type A = NInt, B1>>; + type B = PInt, B0>, B0>>; + type N7 = NInt, B1>, B1>>; + + #[allow(non_camel_case_types)] + type N3SubP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Mul_P4() { + type A = NInt, B1>>; + type B = PInt, B0>, B0>>; + type N12 = NInt, B1>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N3MulP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Min_P4() { + type A = NInt, B1>>; + type B = PInt, B0>, B0>>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type N3MinP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Max_P4() { + type A = NInt, B1>>; + type B = PInt, B0>, B0>>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N3MaxP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Gcd_P4() { + type A = NInt, B1>>; + type B = PInt, B0>, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N3GcdP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Div_P4() { + type A = NInt, B1>>; + type B = PInt, B0>, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N3DivP4 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Rem_P4() { + type A = NInt, B1>>; + type B = PInt, B0>, B0>>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type N3RemP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Pow_P4() { + type A = NInt, B1>>; + type B = PInt, B0>, B0>>; + type P81 = PInt, B0>, B1>, B0>, B0>, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N3PowP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Cmp_P4() { + type A = NInt, B1>>; + type B = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N3CmpP4 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Add_P5() { + type A = NInt, B1>>; + type B = PInt, B0>, B1>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type N3AddP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Sub_P5() { + type A = NInt, B1>>; + type B = PInt, B0>, B1>>; + type N8 = NInt, B0>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N3SubP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Mul_P5() { + type A = NInt, B1>>; + type B = PInt, B0>, B1>>; + type N15 = NInt, B1>, B1>, B1>>; + + #[allow(non_camel_case_types)] + type N3MulP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Min_P5() { + type A = NInt, B1>>; + type B = PInt, B0>, B1>>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type N3MinP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Max_P5() { + type A = NInt, B1>>; + type B = PInt, B0>, B1>>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N3MaxP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Gcd_P5() { + type A = NInt, B1>>; + type B = PInt, B0>, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N3GcdP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Div_P5() { + type A = NInt, B1>>; + type B = PInt, B0>, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N3DivP5 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Rem_P5() { + type A = NInt, B1>>; + type B = PInt, B0>, B1>>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type N3RemP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Pow_P5() { + type A = NInt, B1>>; + type B = PInt, B0>, B1>>; + type N243 = NInt, B1>, B1>, B1>, B0>, B0>, B1>, B1>>; + + #[allow(non_camel_case_types)] + type N3PowP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Cmp_P5() { + type A = NInt, B1>>; + type B = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N3CmpP5 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Add_N5() { + type A = NInt, B0>>; + type B = NInt, B0>, B1>>; + type N7 = NInt, B1>, B1>>; + + #[allow(non_camel_case_types)] + type N2AddN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Sub_N5() { + type A = NInt, B0>>; + type B = NInt, B0>, B1>>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type N2SubN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Mul_N5() { + type A = NInt, B0>>; + type B = NInt, B0>, B1>>; + type P10 = PInt, B0>, B1>, B0>>; + + #[allow(non_camel_case_types)] + type N2MulN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Min_N5() { + type A = NInt, B0>>; + type B = NInt, B0>, B1>>; + type N5 = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N2MinN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Max_N5() { + type A = NInt, B0>>; + type B = NInt, B0>, B1>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N2MaxN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Gcd_N5() { + type A = NInt, B0>>; + type B = NInt, B0>, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N2GcdN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Div_N5() { + type A = NInt, B0>>; + type B = NInt, B0>, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N2DivN5 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Rem_N5() { + type A = NInt, B0>>; + type B = NInt, B0>, B1>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N2RemN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Cmp_N5() { + type A = NInt, B0>>; + type B = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N2CmpN5 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Add_N4() { + type A = NInt, B0>>; + type B = NInt, B0>, B0>>; + type N6 = NInt, B1>, B0>>; + + #[allow(non_camel_case_types)] + type N2AddN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Sub_N4() { + type A = NInt, B0>>; + type B = NInt, B0>, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type N2SubN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Mul_N4() { + type A = NInt, B0>>; + type B = NInt, B0>, B0>>; + type P8 = PInt, B0>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N2MulN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Min_N4() { + type A = NInt, B0>>; + type B = NInt, B0>, B0>>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N2MinN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Max_N4() { + type A = NInt, B0>>; + type B = NInt, B0>, B0>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N2MaxN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Gcd_N4() { + type A = NInt, B0>>; + type B = NInt, B0>, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type N2GcdN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Div_N4() { + type A = NInt, B0>>; + type B = NInt, B0>, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N2DivN4 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Rem_N4() { + type A = NInt, B0>>; + type B = NInt, B0>, B0>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N2RemN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Cmp_N4() { + type A = NInt, B0>>; + type B = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N2CmpN4 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Add_N3() { + type A = NInt, B0>>; + type B = NInt, B1>>; + type N5 = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N2AddN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Sub_N3() { + type A = NInt, B0>>; + type B = NInt, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N2SubN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Mul_N3() { + type A = NInt, B0>>; + type B = NInt, B1>>; + type P6 = PInt, B1>, B0>>; + + #[allow(non_camel_case_types)] + type N2MulN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Min_N3() { + type A = NInt, B0>>; + type B = NInt, B1>>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type N2MinN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Max_N3() { + type A = NInt, B0>>; + type B = NInt, B1>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N2MaxN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Gcd_N3() { + type A = NInt, B0>>; + type B = NInt, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N2GcdN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Div_N3() { + type A = NInt, B0>>; + type B = NInt, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N2DivN3 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Rem_N3() { + type A = NInt, B0>>; + type B = NInt, B1>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N2RemN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Cmp_N3() { + type A = NInt, B0>>; + type B = NInt, B1>>; + + #[allow(non_camel_case_types)] + type N2CmpN3 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Add_N2() { + type A = NInt, B0>>; + type B = NInt, B0>>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N2AddN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Sub_N2() { + type A = NInt, B0>>; + type B = NInt, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N2SubN2 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Mul_N2() { + type A = NInt, B0>>; + type B = NInt, B0>>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N2MulN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Min_N2() { + type A = NInt, B0>>; + type B = NInt, B0>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N2MinN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Max_N2() { + type A = NInt, B0>>; + type B = NInt, B0>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N2MaxN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Gcd_N2() { + type A = NInt, B0>>; + type B = NInt, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type N2GcdN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Div_N2() { + type A = NInt, B0>>; + type B = NInt, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N2DivN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Rem_N2() { + type A = NInt, B0>>; + type B = NInt, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N2RemN2 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_PartialDiv_N2() { + type A = NInt, B0>>; + type B = NInt, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N2PartialDivN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Cmp_N2() { + type A = NInt, B0>>; + type B = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N2CmpN2 = >::Output; + assert_eq!(::to_ordering(), Ordering::Equal); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Add_N1() { + type A = NInt, B0>>; + type B = NInt>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type N2AddN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Sub_N1() { + type A = NInt, B0>>; + type B = NInt>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N2SubN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Mul_N1() { + type A = NInt, B0>>; + type B = NInt>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type N2MulN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Min_N1() { + type A = NInt, B0>>; + type B = NInt>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N2MinN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Max_N1() { + type A = NInt, B0>>; + type B = NInt>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N2MaxN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Gcd_N1() { + type A = NInt, B0>>; + type B = NInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N2GcdN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Div_N1() { + type A = NInt, B0>>; + type B = NInt>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type N2DivN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Rem_N1() { + type A = NInt, B0>>; + type B = NInt>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N2RemN1 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_PartialDiv_N1() { + type A = NInt, B0>>; + type B = NInt>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type N2PartialDivN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Cmp_N1() { + type A = NInt, B0>>; + type B = NInt>; + + #[allow(non_camel_case_types)] + type N2CmpN1 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Add__0() { + type A = NInt, B0>>; + type B = Z0; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N2Add_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Sub__0() { + type A = NInt, B0>>; + type B = Z0; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N2Sub_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Mul__0() { + type A = NInt, B0>>; + type B = Z0; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N2Mul_0 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Min__0() { + type A = NInt, B0>>; + type B = Z0; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N2Min_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Max__0() { + type A = NInt, B0>>; + type B = Z0; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N2Max_0 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Gcd__0() { + type A = NInt, B0>>; + type B = Z0; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type N2Gcd_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Pow__0() { + type A = NInt, B0>>; + type B = Z0; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N2Pow_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Cmp__0() { + type A = NInt, B0>>; + type B = Z0; + + #[allow(non_camel_case_types)] + type N2Cmp_0 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Add_P1() { + type A = NInt, B0>>; + type B = PInt>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N2AddP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Sub_P1() { + type A = NInt, B0>>; + type B = PInt>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type N2SubP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Mul_P1() { + type A = NInt, B0>>; + type B = PInt>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N2MulP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Min_P1() { + type A = NInt, B0>>; + type B = PInt>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N2MinP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Max_P1() { + type A = NInt, B0>>; + type B = PInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N2MaxP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Gcd_P1() { + type A = NInt, B0>>; + type B = PInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N2GcdP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Div_P1() { + type A = NInt, B0>>; + type B = PInt>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N2DivP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Rem_P1() { + type A = NInt, B0>>; + type B = PInt>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N2RemP1 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_PartialDiv_P1() { + type A = NInt, B0>>; + type B = PInt>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N2PartialDivP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Pow_P1() { + type A = NInt, B0>>; + type B = PInt>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N2PowP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Cmp_P1() { + type A = NInt, B0>>; + type B = PInt>; + + #[allow(non_camel_case_types)] + type N2CmpP1 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Add_P2() { + type A = NInt, B0>>; + type B = PInt, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N2AddP2 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Sub_P2() { + type A = NInt, B0>>; + type B = PInt, B0>>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N2SubP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Mul_P2() { + type A = NInt, B0>>; + type B = PInt, B0>>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N2MulP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Min_P2() { + type A = NInt, B0>>; + type B = PInt, B0>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N2MinP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Max_P2() { + type A = NInt, B0>>; + type B = PInt, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type N2MaxP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Gcd_P2() { + type A = NInt, B0>>; + type B = PInt, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type N2GcdP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Div_P2() { + type A = NInt, B0>>; + type B = PInt, B0>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N2DivP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Rem_P2() { + type A = NInt, B0>>; + type B = PInt, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N2RemP2 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_PartialDiv_P2() { + type A = NInt, B0>>; + type B = PInt, B0>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N2PartialDivP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Pow_P2() { + type A = NInt, B0>>; + type B = PInt, B0>>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N2PowP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Cmp_P2() { + type A = NInt, B0>>; + type B = PInt, B0>>; + + #[allow(non_camel_case_types)] + type N2CmpP2 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Add_P3() { + type A = NInt, B0>>; + type B = PInt, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N2AddP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Sub_P3() { + type A = NInt, B0>>; + type B = PInt, B1>>; + type N5 = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N2SubP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Mul_P3() { + type A = NInt, B0>>; + type B = PInt, B1>>; + type N6 = NInt, B1>, B0>>; + + #[allow(non_camel_case_types)] + type N2MulP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Min_P3() { + type A = NInt, B0>>; + type B = PInt, B1>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N2MinP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Max_P3() { + type A = NInt, B0>>; + type B = PInt, B1>>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type N2MaxP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Gcd_P3() { + type A = NInt, B0>>; + type B = PInt, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N2GcdP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Div_P3() { + type A = NInt, B0>>; + type B = PInt, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N2DivP3 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Rem_P3() { + type A = NInt, B0>>; + type B = PInt, B1>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N2RemP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Pow_P3() { + type A = NInt, B0>>; + type B = PInt, B1>>; + type N8 = NInt, B0>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N2PowP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Cmp_P3() { + type A = NInt, B0>>; + type B = PInt, B1>>; + + #[allow(non_camel_case_types)] + type N2CmpP3 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Add_P4() { + type A = NInt, B0>>; + type B = PInt, B0>, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type N2AddP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Sub_P4() { + type A = NInt, B0>>; + type B = PInt, B0>, B0>>; + type N6 = NInt, B1>, B0>>; + + #[allow(non_camel_case_types)] + type N2SubP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Mul_P4() { + type A = NInt, B0>>; + type B = PInt, B0>, B0>>; + type N8 = NInt, B0>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N2MulP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Min_P4() { + type A = NInt, B0>>; + type B = PInt, B0>, B0>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N2MinP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Max_P4() { + type A = NInt, B0>>; + type B = PInt, B0>, B0>>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N2MaxP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Gcd_P4() { + type A = NInt, B0>>; + type B = PInt, B0>, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type N2GcdP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Div_P4() { + type A = NInt, B0>>; + type B = PInt, B0>, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N2DivP4 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Rem_P4() { + type A = NInt, B0>>; + type B = PInt, B0>, B0>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N2RemP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Pow_P4() { + type A = NInt, B0>>; + type B = PInt, B0>, B0>>; + type P16 = PInt, B0>, B0>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N2PowP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Cmp_P4() { + type A = NInt, B0>>; + type B = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N2CmpP4 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Add_P5() { + type A = NInt, B0>>; + type B = PInt, B0>, B1>>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type N2AddP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Sub_P5() { + type A = NInt, B0>>; + type B = PInt, B0>, B1>>; + type N7 = NInt, B1>, B1>>; + + #[allow(non_camel_case_types)] + type N2SubP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Mul_P5() { + type A = NInt, B0>>; + type B = PInt, B0>, B1>>; + type N10 = NInt, B0>, B1>, B0>>; + + #[allow(non_camel_case_types)] + type N2MulP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Min_P5() { + type A = NInt, B0>>; + type B = PInt, B0>, B1>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N2MinP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Max_P5() { + type A = NInt, B0>>; + type B = PInt, B0>, B1>>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N2MaxP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Gcd_P5() { + type A = NInt, B0>>; + type B = PInt, B0>, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N2GcdP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Div_P5() { + type A = NInt, B0>>; + type B = PInt, B0>, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N2DivP5 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Rem_P5() { + type A = NInt, B0>>; + type B = PInt, B0>, B1>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N2RemP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Pow_P5() { + type A = NInt, B0>>; + type B = PInt, B0>, B1>>; + type N32 = NInt, B0>, B0>, B0>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N2PowP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Cmp_P5() { + type A = NInt, B0>>; + type B = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N2CmpP5 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Add_N5() { + type A = NInt>; + type B = NInt, B0>, B1>>; + type N6 = NInt, B1>, B0>>; + + #[allow(non_camel_case_types)] + type N1AddN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Sub_N5() { + type A = NInt>; + type B = NInt, B0>, B1>>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N1SubN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Mul_N5() { + type A = NInt>; + type B = NInt, B0>, B1>>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N1MulN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Min_N5() { + type A = NInt>; + type B = NInt, B0>, B1>>; + type N5 = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N1MinN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Max_N5() { + type A = NInt>; + type B = NInt, B0>, B1>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N1MaxN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Gcd_N5() { + type A = NInt>; + type B = NInt, B0>, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N1GcdN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Div_N5() { + type A = NInt>; + type B = NInt, B0>, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N1DivN5 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Rem_N5() { + type A = NInt>; + type B = NInt, B0>, B1>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N1RemN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Pow_N5() { + type A = NInt>; + type B = NInt, B0>, B1>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N1PowN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Cmp_N5() { + type A = NInt>; + type B = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N1CmpN5 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Add_N4() { + type A = NInt>; + type B = NInt, B0>, B0>>; + type N5 = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N1AddN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Sub_N4() { + type A = NInt>; + type B = NInt, B0>, B0>>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type N1SubN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Mul_N4() { + type A = NInt>; + type B = NInt, B0>, B0>>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N1MulN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Min_N4() { + type A = NInt>; + type B = NInt, B0>, B0>>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N1MinN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Max_N4() { + type A = NInt>; + type B = NInt, B0>, B0>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N1MaxN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Gcd_N4() { + type A = NInt>; + type B = NInt, B0>, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N1GcdN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Div_N4() { + type A = NInt>; + type B = NInt, B0>, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N1DivN4 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Rem_N4() { + type A = NInt>; + type B = NInt, B0>, B0>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N1RemN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Pow_N4() { + type A = NInt>; + type B = NInt, B0>, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N1PowN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Cmp_N4() { + type A = NInt>; + type B = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N1CmpN4 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Add_N3() { + type A = NInt>; + type B = NInt, B1>>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N1AddN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Sub_N3() { + type A = NInt>; + type B = NInt, B1>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type N1SubN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Mul_N3() { + type A = NInt>; + type B = NInt, B1>>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type N1MulN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Min_N3() { + type A = NInt>; + type B = NInt, B1>>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type N1MinN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Max_N3() { + type A = NInt>; + type B = NInt, B1>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N1MaxN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Gcd_N3() { + type A = NInt>; + type B = NInt, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N1GcdN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Div_N3() { + type A = NInt>; + type B = NInt, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N1DivN3 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Rem_N3() { + type A = NInt>; + type B = NInt, B1>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N1RemN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Pow_N3() { + type A = NInt>; + type B = NInt, B1>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N1PowN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Cmp_N3() { + type A = NInt>; + type B = NInt, B1>>; + + #[allow(non_camel_case_types)] + type N1CmpN3 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Add_N2() { + type A = NInt>; + type B = NInt, B0>>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type N1AddN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Sub_N2() { + type A = NInt>; + type B = NInt, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N1SubN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Mul_N2() { + type A = NInt>; + type B = NInt, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type N1MulN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Min_N2() { + type A = NInt>; + type B = NInt, B0>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N1MinN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Max_N2() { + type A = NInt>; + type B = NInt, B0>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N1MaxN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Gcd_N2() { + type A = NInt>; + type B = NInt, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N1GcdN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Div_N2() { + type A = NInt>; + type B = NInt, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N1DivN2 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Rem_N2() { + type A = NInt>; + type B = NInt, B0>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N1RemN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Pow_N2() { + type A = NInt>; + type B = NInt, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N1PowN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Cmp_N2() { + type A = NInt>; + type B = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N1CmpN2 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Add_N1() { + type A = NInt>; + type B = NInt>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N1AddN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Sub_N1() { + type A = NInt>; + type B = NInt>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N1SubN1 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Mul_N1() { + type A = NInt>; + type B = NInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N1MulN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Min_N1() { + type A = NInt>; + type B = NInt>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N1MinN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Max_N1() { + type A = NInt>; + type B = NInt>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N1MaxN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Gcd_N1() { + type A = NInt>; + type B = NInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N1GcdN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Div_N1() { + type A = NInt>; + type B = NInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N1DivN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Rem_N1() { + type A = NInt>; + type B = NInt>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N1RemN1 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_PartialDiv_N1() { + type A = NInt>; + type B = NInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N1PartialDivN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Pow_N1() { + type A = NInt>; + type B = NInt>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N1PowN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Cmp_N1() { + type A = NInt>; + type B = NInt>; + + #[allow(non_camel_case_types)] + type N1CmpN1 = >::Output; + assert_eq!(::to_ordering(), Ordering::Equal); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Add__0() { + type A = NInt>; + type B = Z0; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N1Add_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Sub__0() { + type A = NInt>; + type B = Z0; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N1Sub_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Mul__0() { + type A = NInt>; + type B = Z0; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N1Mul_0 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Min__0() { + type A = NInt>; + type B = Z0; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N1Min_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Max__0() { + type A = NInt>; + type B = Z0; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N1Max_0 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Gcd__0() { + type A = NInt>; + type B = Z0; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N1Gcd_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Pow__0() { + type A = NInt>; + type B = Z0; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N1Pow_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Cmp__0() { + type A = NInt>; + type B = Z0; + + #[allow(non_camel_case_types)] + type N1Cmp_0 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Add_P1() { + type A = NInt>; + type B = PInt>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N1AddP1 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Sub_P1() { + type A = NInt>; + type B = PInt>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N1SubP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Mul_P1() { + type A = NInt>; + type B = PInt>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N1MulP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Min_P1() { + type A = NInt>; + type B = PInt>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N1MinP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Max_P1() { + type A = NInt>; + type B = PInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N1MaxP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Gcd_P1() { + type A = NInt>; + type B = PInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N1GcdP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Div_P1() { + type A = NInt>; + type B = PInt>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N1DivP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Rem_P1() { + type A = NInt>; + type B = PInt>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N1RemP1 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_PartialDiv_P1() { + type A = NInt>; + type B = PInt>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N1PartialDivP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Pow_P1() { + type A = NInt>; + type B = PInt>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N1PowP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Cmp_P1() { + type A = NInt>; + type B = PInt>; + + #[allow(non_camel_case_types)] + type N1CmpP1 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Add_P2() { + type A = NInt>; + type B = PInt, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N1AddP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Sub_P2() { + type A = NInt>; + type B = PInt, B0>>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type N1SubP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Mul_P2() { + type A = NInt>; + type B = PInt, B0>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type N1MulP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Min_P2() { + type A = NInt>; + type B = PInt, B0>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N1MinP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Max_P2() { + type A = NInt>; + type B = PInt, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type N1MaxP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Gcd_P2() { + type A = NInt>; + type B = PInt, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N1GcdP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Div_P2() { + type A = NInt>; + type B = PInt, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N1DivP2 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Rem_P2() { + type A = NInt>; + type B = PInt, B0>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N1RemP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Pow_P2() { + type A = NInt>; + type B = PInt, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N1PowP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Cmp_P2() { + type A = NInt>; + type B = PInt, B0>>; + + #[allow(non_camel_case_types)] + type N1CmpP2 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Add_P3() { + type A = NInt>; + type B = PInt, B1>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type N1AddP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Sub_P3() { + type A = NInt>; + type B = PInt, B1>>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N1SubP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Mul_P3() { + type A = NInt>; + type B = PInt, B1>>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type N1MulP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Min_P3() { + type A = NInt>; + type B = PInt, B1>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N1MinP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Max_P3() { + type A = NInt>; + type B = PInt, B1>>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type N1MaxP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Gcd_P3() { + type A = NInt>; + type B = PInt, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N1GcdP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Div_P3() { + type A = NInt>; + type B = PInt, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N1DivP3 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Rem_P3() { + type A = NInt>; + type B = PInt, B1>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N1RemP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Pow_P3() { + type A = NInt>; + type B = PInt, B1>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N1PowP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Cmp_P3() { + type A = NInt>; + type B = PInt, B1>>; + + #[allow(non_camel_case_types)] + type N1CmpP3 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Add_P4() { + type A = NInt>; + type B = PInt, B0>, B0>>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type N1AddP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Sub_P4() { + type A = NInt>; + type B = PInt, B0>, B0>>; + type N5 = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N1SubP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Mul_P4() { + type A = NInt>; + type B = PInt, B0>, B0>>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N1MulP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Min_P4() { + type A = NInt>; + type B = PInt, B0>, B0>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N1MinP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Max_P4() { + type A = NInt>; + type B = PInt, B0>, B0>>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N1MaxP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Gcd_P4() { + type A = NInt>; + type B = PInt, B0>, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N1GcdP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Div_P4() { + type A = NInt>; + type B = PInt, B0>, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N1DivP4 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Rem_P4() { + type A = NInt>; + type B = PInt, B0>, B0>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N1RemP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Pow_P4() { + type A = NInt>; + type B = PInt, B0>, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N1PowP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Cmp_P4() { + type A = NInt>; + type B = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N1CmpP4 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Add_P5() { + type A = NInt>; + type B = PInt, B0>, B1>>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type N1AddP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Sub_P5() { + type A = NInt>; + type B = PInt, B0>, B1>>; + type N6 = NInt, B1>, B0>>; + + #[allow(non_camel_case_types)] + type N1SubP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Mul_P5() { + type A = NInt>; + type B = PInt, B0>, B1>>; + type N5 = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N1MulP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Min_P5() { + type A = NInt>; + type B = PInt, B0>, B1>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N1MinP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Max_P5() { + type A = NInt>; + type B = PInt, B0>, B1>>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N1MaxP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Gcd_P5() { + type A = NInt>; + type B = PInt, B0>, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type N1GcdP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Div_P5() { + type A = NInt>; + type B = PInt, B0>, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type N1DivP5 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Rem_P5() { + type A = NInt>; + type B = PInt, B0>, B1>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N1RemP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Pow_P5() { + type A = NInt>; + type B = PInt, B0>, B1>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type N1PowP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Cmp_P5() { + type A = NInt>; + type B = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type N1CmpP5 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Add_N5() { + type A = Z0; + type B = NInt, B0>, B1>>; + type N5 = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type _0AddN5 = <>::Output as Same>::Output; + + assert_eq!(<_0AddN5 as Integer>::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Sub_N5() { + type A = Z0; + type B = NInt, B0>, B1>>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type _0SubN5 = <>::Output as Same>::Output; + + assert_eq!(<_0SubN5 as Integer>::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Mul_N5() { + type A = Z0; + type B = NInt, B0>, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0MulN5 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0MulN5 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Min_N5() { + type A = Z0; + type B = NInt, B0>, B1>>; + type N5 = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type _0MinN5 = <>::Output as Same>::Output; + + assert_eq!(<_0MinN5 as Integer>::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Max_N5() { + type A = Z0; + type B = NInt, B0>, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0MaxN5 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0MaxN5 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Gcd_N5() { + type A = Z0; + type B = NInt, B0>, B1>>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type _0GcdN5 = <>::Output as Same>::Output; + + assert_eq!(<_0GcdN5 as Integer>::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Div_N5() { + type A = Z0; + type B = NInt, B0>, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0DivN5 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0DivN5 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Rem_N5() { + type A = Z0; + type B = NInt, B0>, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0RemN5 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0RemN5 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_PartialDiv_N5() { + type A = Z0; + type B = NInt, B0>, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0PartialDivN5 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0PartialDivN5 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Cmp_N5() { + type A = Z0; + type B = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type _0CmpN5 = >::Output; + assert_eq!(<_0CmpN5 as Ord>::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Add_N4() { + type A = Z0; + type B = NInt, B0>, B0>>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type _0AddN4 = <>::Output as Same>::Output; + + assert_eq!(<_0AddN4 as Integer>::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Sub_N4() { + type A = Z0; + type B = NInt, B0>, B0>>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type _0SubN4 = <>::Output as Same>::Output; + + assert_eq!(<_0SubN4 as Integer>::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Mul_N4() { + type A = Z0; + type B = NInt, B0>, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0MulN4 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0MulN4 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Min_N4() { + type A = Z0; + type B = NInt, B0>, B0>>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type _0MinN4 = <>::Output as Same>::Output; + + assert_eq!(<_0MinN4 as Integer>::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Max_N4() { + type A = Z0; + type B = NInt, B0>, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0MaxN4 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0MaxN4 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Gcd_N4() { + type A = Z0; + type B = NInt, B0>, B0>>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type _0GcdN4 = <>::Output as Same>::Output; + + assert_eq!(<_0GcdN4 as Integer>::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Div_N4() { + type A = Z0; + type B = NInt, B0>, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0DivN4 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0DivN4 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Rem_N4() { + type A = Z0; + type B = NInt, B0>, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0RemN4 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0RemN4 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_PartialDiv_N4() { + type A = Z0; + type B = NInt, B0>, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0PartialDivN4 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0PartialDivN4 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Cmp_N4() { + type A = Z0; + type B = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type _0CmpN4 = >::Output; + assert_eq!(<_0CmpN4 as Ord>::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Add_N3() { + type A = Z0; + type B = NInt, B1>>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type _0AddN3 = <>::Output as Same>::Output; + + assert_eq!(<_0AddN3 as Integer>::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Sub_N3() { + type A = Z0; + type B = NInt, B1>>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type _0SubN3 = <>::Output as Same>::Output; + + assert_eq!(<_0SubN3 as Integer>::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Mul_N3() { + type A = Z0; + type B = NInt, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0MulN3 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0MulN3 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Min_N3() { + type A = Z0; + type B = NInt, B1>>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type _0MinN3 = <>::Output as Same>::Output; + + assert_eq!(<_0MinN3 as Integer>::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Max_N3() { + type A = Z0; + type B = NInt, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0MaxN3 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0MaxN3 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Gcd_N3() { + type A = Z0; + type B = NInt, B1>>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type _0GcdN3 = <>::Output as Same>::Output; + + assert_eq!(<_0GcdN3 as Integer>::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Div_N3() { + type A = Z0; + type B = NInt, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0DivN3 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0DivN3 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Rem_N3() { + type A = Z0; + type B = NInt, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0RemN3 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0RemN3 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_PartialDiv_N3() { + type A = Z0; + type B = NInt, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0PartialDivN3 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0PartialDivN3 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Cmp_N3() { + type A = Z0; + type B = NInt, B1>>; + + #[allow(non_camel_case_types)] + type _0CmpN3 = >::Output; + assert_eq!(<_0CmpN3 as Ord>::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Add_N2() { + type A = Z0; + type B = NInt, B0>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type _0AddN2 = <>::Output as Same>::Output; + + assert_eq!(<_0AddN2 as Integer>::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Sub_N2() { + type A = Z0; + type B = NInt, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type _0SubN2 = <>::Output as Same>::Output; + + assert_eq!(<_0SubN2 as Integer>::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Mul_N2() { + type A = Z0; + type B = NInt, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0MulN2 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0MulN2 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Min_N2() { + type A = Z0; + type B = NInt, B0>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type _0MinN2 = <>::Output as Same>::Output; + + assert_eq!(<_0MinN2 as Integer>::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Max_N2() { + type A = Z0; + type B = NInt, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0MaxN2 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0MaxN2 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Gcd_N2() { + type A = Z0; + type B = NInt, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type _0GcdN2 = <>::Output as Same>::Output; + + assert_eq!(<_0GcdN2 as Integer>::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Div_N2() { + type A = Z0; + type B = NInt, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0DivN2 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0DivN2 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Rem_N2() { + type A = Z0; + type B = NInt, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0RemN2 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0RemN2 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_PartialDiv_N2() { + type A = Z0; + type B = NInt, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0PartialDivN2 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0PartialDivN2 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Cmp_N2() { + type A = Z0; + type B = NInt, B0>>; + + #[allow(non_camel_case_types)] + type _0CmpN2 = >::Output; + assert_eq!(<_0CmpN2 as Ord>::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Add_N1() { + type A = Z0; + type B = NInt>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type _0AddN1 = <>::Output as Same>::Output; + + assert_eq!(<_0AddN1 as Integer>::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Sub_N1() { + type A = Z0; + type B = NInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type _0SubN1 = <>::Output as Same>::Output; + + assert_eq!(<_0SubN1 as Integer>::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Mul_N1() { + type A = Z0; + type B = NInt>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0MulN1 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0MulN1 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Min_N1() { + type A = Z0; + type B = NInt>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type _0MinN1 = <>::Output as Same>::Output; + + assert_eq!(<_0MinN1 as Integer>::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Max_N1() { + type A = Z0; + type B = NInt>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0MaxN1 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0MaxN1 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Gcd_N1() { + type A = Z0; + type B = NInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type _0GcdN1 = <>::Output as Same>::Output; + + assert_eq!(<_0GcdN1 as Integer>::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Div_N1() { + type A = Z0; + type B = NInt>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0DivN1 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0DivN1 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Rem_N1() { + type A = Z0; + type B = NInt>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0RemN1 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0RemN1 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_PartialDiv_N1() { + type A = Z0; + type B = NInt>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0PartialDivN1 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0PartialDivN1 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Cmp_N1() { + type A = Z0; + type B = NInt>; + + #[allow(non_camel_case_types)] + type _0CmpN1 = >::Output; + assert_eq!(<_0CmpN1 as Ord>::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Add__0() { + type A = Z0; + type B = Z0; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0Add_0 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0Add_0 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Sub__0() { + type A = Z0; + type B = Z0; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0Sub_0 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0Sub_0 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Mul__0() { + type A = Z0; + type B = Z0; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0Mul_0 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0Mul_0 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Min__0() { + type A = Z0; + type B = Z0; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0Min_0 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0Min_0 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Max__0() { + type A = Z0; + type B = Z0; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0Max_0 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0Max_0 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Gcd__0() { + type A = Z0; + type B = Z0; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0Gcd_0 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0Gcd_0 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Pow__0() { + type A = Z0; + type B = Z0; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type _0Pow_0 = <>::Output as Same>::Output; + + assert_eq!(<_0Pow_0 as Integer>::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Cmp__0() { + type A = Z0; + type B = Z0; + + #[allow(non_camel_case_types)] + type _0Cmp_0 = >::Output; + assert_eq!(<_0Cmp_0 as Ord>::to_ordering(), Ordering::Equal); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Add_P1() { + type A = Z0; + type B = PInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type _0AddP1 = <>::Output as Same>::Output; + + assert_eq!(<_0AddP1 as Integer>::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Sub_P1() { + type A = Z0; + type B = PInt>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type _0SubP1 = <>::Output as Same>::Output; + + assert_eq!(<_0SubP1 as Integer>::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Mul_P1() { + type A = Z0; + type B = PInt>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0MulP1 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0MulP1 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Min_P1() { + type A = Z0; + type B = PInt>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0MinP1 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0MinP1 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Max_P1() { + type A = Z0; + type B = PInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type _0MaxP1 = <>::Output as Same>::Output; + + assert_eq!(<_0MaxP1 as Integer>::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Gcd_P1() { + type A = Z0; + type B = PInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type _0GcdP1 = <>::Output as Same>::Output; + + assert_eq!(<_0GcdP1 as Integer>::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Div_P1() { + type A = Z0; + type B = PInt>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0DivP1 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0DivP1 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Rem_P1() { + type A = Z0; + type B = PInt>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0RemP1 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0RemP1 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_PartialDiv_P1() { + type A = Z0; + type B = PInt>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0PartialDivP1 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0PartialDivP1 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Pow_P1() { + type A = Z0; + type B = PInt>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0PowP1 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0PowP1 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Cmp_P1() { + type A = Z0; + type B = PInt>; + + #[allow(non_camel_case_types)] + type _0CmpP1 = >::Output; + assert_eq!(<_0CmpP1 as Ord>::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Add_P2() { + type A = Z0; + type B = PInt, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type _0AddP2 = <>::Output as Same>::Output; + + assert_eq!(<_0AddP2 as Integer>::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Sub_P2() { + type A = Z0; + type B = PInt, B0>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type _0SubP2 = <>::Output as Same>::Output; + + assert_eq!(<_0SubP2 as Integer>::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Mul_P2() { + type A = Z0; + type B = PInt, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0MulP2 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0MulP2 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Min_P2() { + type A = Z0; + type B = PInt, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0MinP2 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0MinP2 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Max_P2() { + type A = Z0; + type B = PInt, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type _0MaxP2 = <>::Output as Same>::Output; + + assert_eq!(<_0MaxP2 as Integer>::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Gcd_P2() { + type A = Z0; + type B = PInt, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type _0GcdP2 = <>::Output as Same>::Output; + + assert_eq!(<_0GcdP2 as Integer>::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Div_P2() { + type A = Z0; + type B = PInt, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0DivP2 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0DivP2 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Rem_P2() { + type A = Z0; + type B = PInt, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0RemP2 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0RemP2 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_PartialDiv_P2() { + type A = Z0; + type B = PInt, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0PartialDivP2 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0PartialDivP2 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Pow_P2() { + type A = Z0; + type B = PInt, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0PowP2 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0PowP2 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Cmp_P2() { + type A = Z0; + type B = PInt, B0>>; + + #[allow(non_camel_case_types)] + type _0CmpP2 = >::Output; + assert_eq!(<_0CmpP2 as Ord>::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Add_P3() { + type A = Z0; + type B = PInt, B1>>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type _0AddP3 = <>::Output as Same>::Output; + + assert_eq!(<_0AddP3 as Integer>::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Sub_P3() { + type A = Z0; + type B = PInt, B1>>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type _0SubP3 = <>::Output as Same>::Output; + + assert_eq!(<_0SubP3 as Integer>::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Mul_P3() { + type A = Z0; + type B = PInt, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0MulP3 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0MulP3 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Min_P3() { + type A = Z0; + type B = PInt, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0MinP3 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0MinP3 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Max_P3() { + type A = Z0; + type B = PInt, B1>>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type _0MaxP3 = <>::Output as Same>::Output; + + assert_eq!(<_0MaxP3 as Integer>::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Gcd_P3() { + type A = Z0; + type B = PInt, B1>>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type _0GcdP3 = <>::Output as Same>::Output; + + assert_eq!(<_0GcdP3 as Integer>::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Div_P3() { + type A = Z0; + type B = PInt, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0DivP3 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0DivP3 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Rem_P3() { + type A = Z0; + type B = PInt, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0RemP3 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0RemP3 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_PartialDiv_P3() { + type A = Z0; + type B = PInt, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0PartialDivP3 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0PartialDivP3 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Pow_P3() { + type A = Z0; + type B = PInt, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0PowP3 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0PowP3 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Cmp_P3() { + type A = Z0; + type B = PInt, B1>>; + + #[allow(non_camel_case_types)] + type _0CmpP3 = >::Output; + assert_eq!(<_0CmpP3 as Ord>::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Add_P4() { + type A = Z0; + type B = PInt, B0>, B0>>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type _0AddP4 = <>::Output as Same>::Output; + + assert_eq!(<_0AddP4 as Integer>::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Sub_P4() { + type A = Z0; + type B = PInt, B0>, B0>>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type _0SubP4 = <>::Output as Same>::Output; + + assert_eq!(<_0SubP4 as Integer>::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Mul_P4() { + type A = Z0; + type B = PInt, B0>, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0MulP4 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0MulP4 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Min_P4() { + type A = Z0; + type B = PInt, B0>, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0MinP4 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0MinP4 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Max_P4() { + type A = Z0; + type B = PInt, B0>, B0>>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type _0MaxP4 = <>::Output as Same>::Output; + + assert_eq!(<_0MaxP4 as Integer>::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Gcd_P4() { + type A = Z0; + type B = PInt, B0>, B0>>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type _0GcdP4 = <>::Output as Same>::Output; + + assert_eq!(<_0GcdP4 as Integer>::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Div_P4() { + type A = Z0; + type B = PInt, B0>, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0DivP4 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0DivP4 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Rem_P4() { + type A = Z0; + type B = PInt, B0>, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0RemP4 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0RemP4 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_PartialDiv_P4() { + type A = Z0; + type B = PInt, B0>, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0PartialDivP4 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0PartialDivP4 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Pow_P4() { + type A = Z0; + type B = PInt, B0>, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0PowP4 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0PowP4 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Cmp_P4() { + type A = Z0; + type B = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type _0CmpP4 = >::Output; + assert_eq!(<_0CmpP4 as Ord>::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Add_P5() { + type A = Z0; + type B = PInt, B0>, B1>>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type _0AddP5 = <>::Output as Same>::Output; + + assert_eq!(<_0AddP5 as Integer>::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Sub_P5() { + type A = Z0; + type B = PInt, B0>, B1>>; + type N5 = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type _0SubP5 = <>::Output as Same>::Output; + + assert_eq!(<_0SubP5 as Integer>::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Mul_P5() { + type A = Z0; + type B = PInt, B0>, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0MulP5 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0MulP5 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Min_P5() { + type A = Z0; + type B = PInt, B0>, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0MinP5 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0MinP5 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Max_P5() { + type A = Z0; + type B = PInt, B0>, B1>>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type _0MaxP5 = <>::Output as Same>::Output; + + assert_eq!(<_0MaxP5 as Integer>::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Gcd_P5() { + type A = Z0; + type B = PInt, B0>, B1>>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type _0GcdP5 = <>::Output as Same>::Output; + + assert_eq!(<_0GcdP5 as Integer>::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Div_P5() { + type A = Z0; + type B = PInt, B0>, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0DivP5 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0DivP5 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Rem_P5() { + type A = Z0; + type B = PInt, B0>, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0RemP5 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0RemP5 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_PartialDiv_P5() { + type A = Z0; + type B = PInt, B0>, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0PartialDivP5 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0PartialDivP5 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Pow_P5() { + type A = Z0; + type B = PInt, B0>, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type _0PowP5 = <>::Output as Same<_0>>::Output; + + assert_eq!(<_0PowP5 as Integer>::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Cmp_P5() { + type A = Z0; + type B = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type _0CmpP5 = >::Output; + assert_eq!(<_0CmpP5 as Ord>::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Add_N5() { + type A = PInt>; + type B = NInt, B0>, B1>>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P1AddN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Sub_N5() { + type A = PInt>; + type B = NInt, B0>, B1>>; + type P6 = PInt, B1>, B0>>; + + #[allow(non_camel_case_types)] + type P1SubN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Mul_N5() { + type A = PInt>; + type B = NInt, B0>, B1>>; + type N5 = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P1MulN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Min_N5() { + type A = PInt>; + type B = NInt, B0>, B1>>; + type N5 = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P1MinN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Max_N5() { + type A = PInt>; + type B = NInt, B0>, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1MaxN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Gcd_N5() { + type A = PInt>; + type B = NInt, B0>, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1GcdN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Div_N5() { + type A = PInt>; + type B = NInt, B0>, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P1DivN5 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Rem_N5() { + type A = PInt>; + type B = NInt, B0>, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1RemN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Pow_N5() { + type A = PInt>; + type B = NInt, B0>, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1PowN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Cmp_N5() { + type A = PInt>; + type B = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P1CmpN5 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Add_N4() { + type A = PInt>; + type B = NInt, B0>, B0>>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type P1AddN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Sub_N4() { + type A = PInt>; + type B = NInt, B0>, B0>>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P1SubN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Mul_N4() { + type A = PInt>; + type B = NInt, B0>, B0>>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P1MulN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Min_N4() { + type A = PInt>; + type B = NInt, B0>, B0>>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P1MinN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Max_N4() { + type A = PInt>; + type B = NInt, B0>, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1MaxN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Gcd_N4() { + type A = PInt>; + type B = NInt, B0>, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1GcdN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Div_N4() { + type A = PInt>; + type B = NInt, B0>, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P1DivN4 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Rem_N4() { + type A = PInt>; + type B = NInt, B0>, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1RemN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Pow_N4() { + type A = PInt>; + type B = NInt, B0>, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1PowN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Cmp_N4() { + type A = PInt>; + type B = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P1CmpN4 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Add_N3() { + type A = PInt>; + type B = NInt, B1>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type P1AddN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Sub_N3() { + type A = PInt>; + type B = NInt, B1>>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P1SubN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Mul_N3() { + type A = PInt>; + type B = NInt, B1>>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type P1MulN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Min_N3() { + type A = PInt>; + type B = NInt, B1>>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type P1MinN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Max_N3() { + type A = PInt>; + type B = NInt, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1MaxN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Gcd_N3() { + type A = PInt>; + type B = NInt, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1GcdN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Div_N3() { + type A = PInt>; + type B = NInt, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P1DivN3 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Rem_N3() { + type A = PInt>; + type B = NInt, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1RemN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Pow_N3() { + type A = PInt>; + type B = NInt, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1PowN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Cmp_N3() { + type A = PInt>; + type B = NInt, B1>>; + + #[allow(non_camel_case_types)] + type P1CmpN3 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Add_N2() { + type A = PInt>; + type B = NInt, B0>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type P1AddN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Sub_N2() { + type A = PInt>; + type B = NInt, B0>>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type P1SubN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Mul_N2() { + type A = PInt>; + type B = NInt, B0>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type P1MulN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Min_N2() { + type A = PInt>; + type B = NInt, B0>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type P1MinN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Max_N2() { + type A = PInt>; + type B = NInt, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1MaxN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Gcd_N2() { + type A = PInt>; + type B = NInt, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1GcdN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Div_N2() { + type A = PInt>; + type B = NInt, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P1DivN2 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Rem_N2() { + type A = PInt>; + type B = NInt, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1RemN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Pow_N2() { + type A = PInt>; + type B = NInt, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1PowN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Cmp_N2() { + type A = PInt>; + type B = NInt, B0>>; + + #[allow(non_camel_case_types)] + type P1CmpN2 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Add_N1() { + type A = PInt>; + type B = NInt>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P1AddN1 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Sub_N1() { + type A = PInt>; + type B = NInt>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P1SubN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Mul_N1() { + type A = PInt>; + type B = NInt>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type P1MulN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Min_N1() { + type A = PInt>; + type B = NInt>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type P1MinN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Max_N1() { + type A = PInt>; + type B = NInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1MaxN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Gcd_N1() { + type A = PInt>; + type B = NInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1GcdN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Div_N1() { + type A = PInt>; + type B = NInt>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type P1DivN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Rem_N1() { + type A = PInt>; + type B = NInt>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P1RemN1 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_PartialDiv_N1() { + type A = PInt>; + type B = NInt>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type P1PartialDivN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Pow_N1() { + type A = PInt>; + type B = NInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1PowN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Cmp_N1() { + type A = PInt>; + type B = NInt>; + + #[allow(non_camel_case_types)] + type P1CmpN1 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Add__0() { + type A = PInt>; + type B = Z0; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1Add_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Sub__0() { + type A = PInt>; + type B = Z0; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1Sub_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Mul__0() { + type A = PInt>; + type B = Z0; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P1Mul_0 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Min__0() { + type A = PInt>; + type B = Z0; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P1Min_0 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Max__0() { + type A = PInt>; + type B = Z0; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1Max_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Gcd__0() { + type A = PInt>; + type B = Z0; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1Gcd_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Pow__0() { + type A = PInt>; + type B = Z0; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1Pow_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Cmp__0() { + type A = PInt>; + type B = Z0; + + #[allow(non_camel_case_types)] + type P1Cmp_0 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Add_P1() { + type A = PInt>; + type B = PInt>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P1AddP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Sub_P1() { + type A = PInt>; + type B = PInt>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P1SubP1 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Mul_P1() { + type A = PInt>; + type B = PInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1MulP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Min_P1() { + type A = PInt>; + type B = PInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1MinP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Max_P1() { + type A = PInt>; + type B = PInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1MaxP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Gcd_P1() { + type A = PInt>; + type B = PInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1GcdP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Div_P1() { + type A = PInt>; + type B = PInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1DivP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Rem_P1() { + type A = PInt>; + type B = PInt>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P1RemP1 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_PartialDiv_P1() { + type A = PInt>; + type B = PInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1PartialDivP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Pow_P1() { + type A = PInt>; + type B = PInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1PowP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Cmp_P1() { + type A = PInt>; + type B = PInt>; + + #[allow(non_camel_case_types)] + type P1CmpP1 = >::Output; + assert_eq!(::to_ordering(), Ordering::Equal); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Add_P2() { + type A = PInt>; + type B = PInt, B0>>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type P1AddP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Sub_P2() { + type A = PInt>; + type B = PInt, B0>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type P1SubP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Mul_P2() { + type A = PInt>; + type B = PInt, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P1MulP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Min_P2() { + type A = PInt>; + type B = PInt, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1MinP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Max_P2() { + type A = PInt>; + type B = PInt, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P1MaxP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Gcd_P2() { + type A = PInt>; + type B = PInt, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1GcdP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Div_P2() { + type A = PInt>; + type B = PInt, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P1DivP2 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Rem_P2() { + type A = PInt>; + type B = PInt, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1RemP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Pow_P2() { + type A = PInt>; + type B = PInt, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1PowP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Cmp_P2() { + type A = PInt>; + type B = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P1CmpP2 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Add_P3() { + type A = PInt>; + type B = PInt, B1>>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P1AddP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Sub_P3() { + type A = PInt>; + type B = PInt, B1>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type P1SubP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Mul_P3() { + type A = PInt>; + type B = PInt, B1>>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type P1MulP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Min_P3() { + type A = PInt>; + type B = PInt, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1MinP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Max_P3() { + type A = PInt>; + type B = PInt, B1>>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type P1MaxP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Gcd_P3() { + type A = PInt>; + type B = PInt, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1GcdP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Div_P3() { + type A = PInt>; + type B = PInt, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P1DivP3 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Rem_P3() { + type A = PInt>; + type B = PInt, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1RemP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Pow_P3() { + type A = PInt>; + type B = PInt, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1PowP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Cmp_P3() { + type A = PInt>; + type B = PInt, B1>>; + + #[allow(non_camel_case_types)] + type P1CmpP3 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Add_P4() { + type A = PInt>; + type B = PInt, B0>, B0>>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P1AddP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Sub_P4() { + type A = PInt>; + type B = PInt, B0>, B0>>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type P1SubP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Mul_P4() { + type A = PInt>; + type B = PInt, B0>, B0>>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P1MulP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Min_P4() { + type A = PInt>; + type B = PInt, B0>, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1MinP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Max_P4() { + type A = PInt>; + type B = PInt, B0>, B0>>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P1MaxP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Gcd_P4() { + type A = PInt>; + type B = PInt, B0>, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1GcdP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Div_P4() { + type A = PInt>; + type B = PInt, B0>, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P1DivP4 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Rem_P4() { + type A = PInt>; + type B = PInt, B0>, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1RemP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Pow_P4() { + type A = PInt>; + type B = PInt, B0>, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1PowP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Cmp_P4() { + type A = PInt>; + type B = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P1CmpP4 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Add_P5() { + type A = PInt>; + type B = PInt, B0>, B1>>; + type P6 = PInt, B1>, B0>>; + + #[allow(non_camel_case_types)] + type P1AddP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Sub_P5() { + type A = PInt>; + type B = PInt, B0>, B1>>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P1SubP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Mul_P5() { + type A = PInt>; + type B = PInt, B0>, B1>>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P1MulP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Min_P5() { + type A = PInt>; + type B = PInt, B0>, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1MinP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Max_P5() { + type A = PInt>; + type B = PInt, B0>, B1>>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P1MaxP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Gcd_P5() { + type A = PInt>; + type B = PInt, B0>, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1GcdP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Div_P5() { + type A = PInt>; + type B = PInt, B0>, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P1DivP5 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Rem_P5() { + type A = PInt>; + type B = PInt, B0>, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1RemP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Pow_P5() { + type A = PInt>; + type B = PInt, B0>, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P1PowP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Cmp_P5() { + type A = PInt>; + type B = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P1CmpP5 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Add_N5() { + type A = PInt, B0>>; + type B = NInt, B0>, B1>>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type P2AddN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Sub_N5() { + type A = PInt, B0>>; + type B = NInt, B0>, B1>>; + type P7 = PInt, B1>, B1>>; + + #[allow(non_camel_case_types)] + type P2SubN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Mul_N5() { + type A = PInt, B0>>; + type B = NInt, B0>, B1>>; + type N10 = NInt, B0>, B1>, B0>>; + + #[allow(non_camel_case_types)] + type P2MulN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Min_N5() { + type A = PInt, B0>>; + type B = NInt, B0>, B1>>; + type N5 = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P2MinN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Max_N5() { + type A = PInt, B0>>; + type B = NInt, B0>, B1>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P2MaxN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Gcd_N5() { + type A = PInt, B0>>; + type B = NInt, B0>, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P2GcdN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Div_N5() { + type A = PInt, B0>>; + type B = NInt, B0>, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P2DivN5 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Rem_N5() { + type A = PInt, B0>>; + type B = NInt, B0>, B1>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P2RemN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Cmp_N5() { + type A = PInt, B0>>; + type B = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P2CmpN5 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Add_N4() { + type A = PInt, B0>>; + type B = NInt, B0>, B0>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type P2AddN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Sub_N4() { + type A = PInt, B0>>; + type B = NInt, B0>, B0>>; + type P6 = PInt, B1>, B0>>; + + #[allow(non_camel_case_types)] + type P2SubN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Mul_N4() { + type A = PInt, B0>>; + type B = NInt, B0>, B0>>; + type N8 = NInt, B0>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P2MulN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Min_N4() { + type A = PInt, B0>>; + type B = NInt, B0>, B0>>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P2MinN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Max_N4() { + type A = PInt, B0>>; + type B = NInt, B0>, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P2MaxN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Gcd_N4() { + type A = PInt, B0>>; + type B = NInt, B0>, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P2GcdN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Div_N4() { + type A = PInt, B0>>; + type B = NInt, B0>, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P2DivN4 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Rem_N4() { + type A = PInt, B0>>; + type B = NInt, B0>, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P2RemN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Cmp_N4() { + type A = PInt, B0>>; + type B = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P2CmpN4 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Add_N3() { + type A = PInt, B0>>; + type B = NInt, B1>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type P2AddN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Sub_N3() { + type A = PInt, B0>>; + type B = NInt, B1>>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P2SubN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Mul_N3() { + type A = PInt, B0>>; + type B = NInt, B1>>; + type N6 = NInt, B1>, B0>>; + + #[allow(non_camel_case_types)] + type P2MulN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Min_N3() { + type A = PInt, B0>>; + type B = NInt, B1>>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type P2MinN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Max_N3() { + type A = PInt, B0>>; + type B = NInt, B1>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P2MaxN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Gcd_N3() { + type A = PInt, B0>>; + type B = NInt, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P2GcdN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Div_N3() { + type A = PInt, B0>>; + type B = NInt, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P2DivN3 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Rem_N3() { + type A = PInt, B0>>; + type B = NInt, B1>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P2RemN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Cmp_N3() { + type A = PInt, B0>>; + type B = NInt, B1>>; + + #[allow(non_camel_case_types)] + type P2CmpN3 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Add_N2() { + type A = PInt, B0>>; + type B = NInt, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P2AddN2 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Sub_N2() { + type A = PInt, B0>>; + type B = NInt, B0>>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P2SubN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Mul_N2() { + type A = PInt, B0>>; + type B = NInt, B0>>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P2MulN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Min_N2() { + type A = PInt, B0>>; + type B = NInt, B0>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type P2MinN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Max_N2() { + type A = PInt, B0>>; + type B = NInt, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P2MaxN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Gcd_N2() { + type A = PInt, B0>>; + type B = NInt, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P2GcdN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Div_N2() { + type A = PInt, B0>>; + type B = NInt, B0>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type P2DivN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Rem_N2() { + type A = PInt, B0>>; + type B = NInt, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P2RemN2 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_PartialDiv_N2() { + type A = PInt, B0>>; + type B = NInt, B0>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type P2PartialDivN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Cmp_N2() { + type A = PInt, B0>>; + type B = NInt, B0>>; + + #[allow(non_camel_case_types)] + type P2CmpN2 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Add_N1() { + type A = PInt, B0>>; + type B = NInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P2AddN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Sub_N1() { + type A = PInt, B0>>; + type B = NInt>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type P2SubN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Mul_N1() { + type A = PInt, B0>>; + type B = NInt>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type P2MulN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Min_N1() { + type A = PInt, B0>>; + type B = NInt>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type P2MinN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Max_N1() { + type A = PInt, B0>>; + type B = NInt>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P2MaxN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Gcd_N1() { + type A = PInt, B0>>; + type B = NInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P2GcdN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Div_N1() { + type A = PInt, B0>>; + type B = NInt>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type P2DivN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Rem_N1() { + type A = PInt, B0>>; + type B = NInt>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P2RemN1 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_PartialDiv_N1() { + type A = PInt, B0>>; + type B = NInt>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type P2PartialDivN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Cmp_N1() { + type A = PInt, B0>>; + type B = NInt>; + + #[allow(non_camel_case_types)] + type P2CmpN1 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Add__0() { + type A = PInt, B0>>; + type B = Z0; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P2Add_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Sub__0() { + type A = PInt, B0>>; + type B = Z0; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P2Sub_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Mul__0() { + type A = PInt, B0>>; + type B = Z0; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P2Mul_0 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Min__0() { + type A = PInt, B0>>; + type B = Z0; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P2Min_0 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Max__0() { + type A = PInt, B0>>; + type B = Z0; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P2Max_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Gcd__0() { + type A = PInt, B0>>; + type B = Z0; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P2Gcd_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Pow__0() { + type A = PInt, B0>>; + type B = Z0; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P2Pow_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Cmp__0() { + type A = PInt, B0>>; + type B = Z0; + + #[allow(non_camel_case_types)] + type P2Cmp_0 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Add_P1() { + type A = PInt, B0>>; + type B = PInt>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type P2AddP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Sub_P1() { + type A = PInt, B0>>; + type B = PInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P2SubP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Mul_P1() { + type A = PInt, B0>>; + type B = PInt>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P2MulP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Min_P1() { + type A = PInt, B0>>; + type B = PInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P2MinP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Max_P1() { + type A = PInt, B0>>; + type B = PInt>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P2MaxP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Gcd_P1() { + type A = PInt, B0>>; + type B = PInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P2GcdP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Div_P1() { + type A = PInt, B0>>; + type B = PInt>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P2DivP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Rem_P1() { + type A = PInt, B0>>; + type B = PInt>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P2RemP1 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_PartialDiv_P1() { + type A = PInt, B0>>; + type B = PInt>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P2PartialDivP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Pow_P1() { + type A = PInt, B0>>; + type B = PInt>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P2PowP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Cmp_P1() { + type A = PInt, B0>>; + type B = PInt>; + + #[allow(non_camel_case_types)] + type P2CmpP1 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Add_P2() { + type A = PInt, B0>>; + type B = PInt, B0>>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P2AddP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Sub_P2() { + type A = PInt, B0>>; + type B = PInt, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P2SubP2 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Mul_P2() { + type A = PInt, B0>>; + type B = PInt, B0>>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P2MulP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Min_P2() { + type A = PInt, B0>>; + type B = PInt, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P2MinP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Max_P2() { + type A = PInt, B0>>; + type B = PInt, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P2MaxP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Gcd_P2() { + type A = PInt, B0>>; + type B = PInt, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P2GcdP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Div_P2() { + type A = PInt, B0>>; + type B = PInt, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P2DivP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Rem_P2() { + type A = PInt, B0>>; + type B = PInt, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P2RemP2 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_PartialDiv_P2() { + type A = PInt, B0>>; + type B = PInt, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P2PartialDivP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Pow_P2() { + type A = PInt, B0>>; + type B = PInt, B0>>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P2PowP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Cmp_P2() { + type A = PInt, B0>>; + type B = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P2CmpP2 = >::Output; + assert_eq!(::to_ordering(), Ordering::Equal); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Add_P3() { + type A = PInt, B0>>; + type B = PInt, B1>>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P2AddP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Sub_P3() { + type A = PInt, B0>>; + type B = PInt, B1>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type P2SubP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Mul_P3() { + type A = PInt, B0>>; + type B = PInt, B1>>; + type P6 = PInt, B1>, B0>>; + + #[allow(non_camel_case_types)] + type P2MulP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Min_P3() { + type A = PInt, B0>>; + type B = PInt, B1>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P2MinP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Max_P3() { + type A = PInt, B0>>; + type B = PInt, B1>>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type P2MaxP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Gcd_P3() { + type A = PInt, B0>>; + type B = PInt, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P2GcdP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Div_P3() { + type A = PInt, B0>>; + type B = PInt, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P2DivP3 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Rem_P3() { + type A = PInt, B0>>; + type B = PInt, B1>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P2RemP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Pow_P3() { + type A = PInt, B0>>; + type B = PInt, B1>>; + type P8 = PInt, B0>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P2PowP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Cmp_P3() { + type A = PInt, B0>>; + type B = PInt, B1>>; + + #[allow(non_camel_case_types)] + type P2CmpP3 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Add_P4() { + type A = PInt, B0>>; + type B = PInt, B0>, B0>>; + type P6 = PInt, B1>, B0>>; + + #[allow(non_camel_case_types)] + type P2AddP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Sub_P4() { + type A = PInt, B0>>; + type B = PInt, B0>, B0>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type P2SubP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Mul_P4() { + type A = PInt, B0>>; + type B = PInt, B0>, B0>>; + type P8 = PInt, B0>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P2MulP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Min_P4() { + type A = PInt, B0>>; + type B = PInt, B0>, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P2MinP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Max_P4() { + type A = PInt, B0>>; + type B = PInt, B0>, B0>>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P2MaxP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Gcd_P4() { + type A = PInt, B0>>; + type B = PInt, B0>, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P2GcdP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Div_P4() { + type A = PInt, B0>>; + type B = PInt, B0>, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P2DivP4 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Rem_P4() { + type A = PInt, B0>>; + type B = PInt, B0>, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P2RemP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Pow_P4() { + type A = PInt, B0>>; + type B = PInt, B0>, B0>>; + type P16 = PInt, B0>, B0>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P2PowP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Cmp_P4() { + type A = PInt, B0>>; + type B = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P2CmpP4 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Add_P5() { + type A = PInt, B0>>; + type B = PInt, B0>, B1>>; + type P7 = PInt, B1>, B1>>; + + #[allow(non_camel_case_types)] + type P2AddP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Sub_P5() { + type A = PInt, B0>>; + type B = PInt, B0>, B1>>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type P2SubP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Mul_P5() { + type A = PInt, B0>>; + type B = PInt, B0>, B1>>; + type P10 = PInt, B0>, B1>, B0>>; + + #[allow(non_camel_case_types)] + type P2MulP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Min_P5() { + type A = PInt, B0>>; + type B = PInt, B0>, B1>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P2MinP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Max_P5() { + type A = PInt, B0>>; + type B = PInt, B0>, B1>>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P2MaxP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Gcd_P5() { + type A = PInt, B0>>; + type B = PInt, B0>, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P2GcdP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Div_P5() { + type A = PInt, B0>>; + type B = PInt, B0>, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P2DivP5 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Rem_P5() { + type A = PInt, B0>>; + type B = PInt, B0>, B1>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P2RemP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Pow_P5() { + type A = PInt, B0>>; + type B = PInt, B0>, B1>>; + type P32 = PInt, B0>, B0>, B0>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P2PowP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Cmp_P5() { + type A = PInt, B0>>; + type B = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P2CmpP5 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Add_N5() { + type A = PInt, B1>>; + type B = NInt, B0>, B1>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type P3AddN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Sub_N5() { + type A = PInt, B1>>; + type B = NInt, B0>, B1>>; + type P8 = PInt, B0>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P3SubN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Mul_N5() { + type A = PInt, B1>>; + type B = NInt, B0>, B1>>; + type N15 = NInt, B1>, B1>, B1>>; + + #[allow(non_camel_case_types)] + type P3MulN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Min_N5() { + type A = PInt, B1>>; + type B = NInt, B0>, B1>>; + type N5 = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P3MinN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Max_N5() { + type A = PInt, B1>>; + type B = NInt, B0>, B1>>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type P3MaxN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Gcd_N5() { + type A = PInt, B1>>; + type B = NInt, B0>, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P3GcdN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Div_N5() { + type A = PInt, B1>>; + type B = NInt, B0>, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P3DivN5 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Rem_N5() { + type A = PInt, B1>>; + type B = NInt, B0>, B1>>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type P3RemN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Cmp_N5() { + type A = PInt, B1>>; + type B = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P3CmpN5 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Add_N4() { + type A = PInt, B1>>; + type B = NInt, B0>, B0>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type P3AddN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Sub_N4() { + type A = PInt, B1>>; + type B = NInt, B0>, B0>>; + type P7 = PInt, B1>, B1>>; + + #[allow(non_camel_case_types)] + type P3SubN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Mul_N4() { + type A = PInt, B1>>; + type B = NInt, B0>, B0>>; + type N12 = NInt, B1>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P3MulN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Min_N4() { + type A = PInt, B1>>; + type B = NInt, B0>, B0>>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P3MinN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Max_N4() { + type A = PInt, B1>>; + type B = NInt, B0>, B0>>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type P3MaxN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Gcd_N4() { + type A = PInt, B1>>; + type B = NInt, B0>, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P3GcdN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Div_N4() { + type A = PInt, B1>>; + type B = NInt, B0>, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P3DivN4 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Rem_N4() { + type A = PInt, B1>>; + type B = NInt, B0>, B0>>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type P3RemN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Cmp_N4() { + type A = PInt, B1>>; + type B = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P3CmpN4 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Add_N3() { + type A = PInt, B1>>; + type B = NInt, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P3AddN3 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Sub_N3() { + type A = PInt, B1>>; + type B = NInt, B1>>; + type P6 = PInt, B1>, B0>>; + + #[allow(non_camel_case_types)] + type P3SubN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Mul_N3() { + type A = PInt, B1>>; + type B = NInt, B1>>; + type N9 = NInt, B0>, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P3MulN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Min_N3() { + type A = PInt, B1>>; + type B = NInt, B1>>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type P3MinN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Max_N3() { + type A = PInt, B1>>; + type B = NInt, B1>>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type P3MaxN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Gcd_N3() { + type A = PInt, B1>>; + type B = NInt, B1>>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type P3GcdN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Div_N3() { + type A = PInt, B1>>; + type B = NInt, B1>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type P3DivN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Rem_N3() { + type A = PInt, B1>>; + type B = NInt, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P3RemN3 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_PartialDiv_N3() { + type A = PInt, B1>>; + type B = NInt, B1>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type P3PartialDivN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Cmp_N3() { + type A = PInt, B1>>; + type B = NInt, B1>>; + + #[allow(non_camel_case_types)] + type P3CmpN3 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Add_N2() { + type A = PInt, B1>>; + type B = NInt, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P3AddN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Sub_N2() { + type A = PInt, B1>>; + type B = NInt, B0>>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P3SubN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Mul_N2() { + type A = PInt, B1>>; + type B = NInt, B0>>; + type N6 = NInt, B1>, B0>>; + + #[allow(non_camel_case_types)] + type P3MulN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Min_N2() { + type A = PInt, B1>>; + type B = NInt, B0>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type P3MinN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Max_N2() { + type A = PInt, B1>>; + type B = NInt, B0>>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type P3MaxN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Gcd_N2() { + type A = PInt, B1>>; + type B = NInt, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P3GcdN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Div_N2() { + type A = PInt, B1>>; + type B = NInt, B0>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type P3DivN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Rem_N2() { + type A = PInt, B1>>; + type B = NInt, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P3RemN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Cmp_N2() { + type A = PInt, B1>>; + type B = NInt, B0>>; + + #[allow(non_camel_case_types)] + type P3CmpN2 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Add_N1() { + type A = PInt, B1>>; + type B = NInt>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P3AddN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Sub_N1() { + type A = PInt, B1>>; + type B = NInt>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P3SubN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Mul_N1() { + type A = PInt, B1>>; + type B = NInt>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type P3MulN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Min_N1() { + type A = PInt, B1>>; + type B = NInt>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type P3MinN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Max_N1() { + type A = PInt, B1>>; + type B = NInt>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type P3MaxN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Gcd_N1() { + type A = PInt, B1>>; + type B = NInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P3GcdN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Div_N1() { + type A = PInt, B1>>; + type B = NInt>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type P3DivN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Rem_N1() { + type A = PInt, B1>>; + type B = NInt>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P3RemN1 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_PartialDiv_N1() { + type A = PInt, B1>>; + type B = NInt>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type P3PartialDivN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Cmp_N1() { + type A = PInt, B1>>; + type B = NInt>; + + #[allow(non_camel_case_types)] + type P3CmpN1 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Add__0() { + type A = PInt, B1>>; + type B = Z0; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type P3Add_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Sub__0() { + type A = PInt, B1>>; + type B = Z0; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type P3Sub_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Mul__0() { + type A = PInt, B1>>; + type B = Z0; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P3Mul_0 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Min__0() { + type A = PInt, B1>>; + type B = Z0; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P3Min_0 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Max__0() { + type A = PInt, B1>>; + type B = Z0; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type P3Max_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Gcd__0() { + type A = PInt, B1>>; + type B = Z0; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type P3Gcd_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Pow__0() { + type A = PInt, B1>>; + type B = Z0; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P3Pow_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Cmp__0() { + type A = PInt, B1>>; + type B = Z0; + + #[allow(non_camel_case_types)] + type P3Cmp_0 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Add_P1() { + type A = PInt, B1>>; + type B = PInt>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P3AddP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Sub_P1() { + type A = PInt, B1>>; + type B = PInt>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P3SubP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Mul_P1() { + type A = PInt, B1>>; + type B = PInt>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type P3MulP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Min_P1() { + type A = PInt, B1>>; + type B = PInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P3MinP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Max_P1() { + type A = PInt, B1>>; + type B = PInt>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type P3MaxP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Gcd_P1() { + type A = PInt, B1>>; + type B = PInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P3GcdP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Div_P1() { + type A = PInt, B1>>; + type B = PInt>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type P3DivP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Rem_P1() { + type A = PInt, B1>>; + type B = PInt>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P3RemP1 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_PartialDiv_P1() { + type A = PInt, B1>>; + type B = PInt>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type P3PartialDivP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Pow_P1() { + type A = PInt, B1>>; + type B = PInt>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type P3PowP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Cmp_P1() { + type A = PInt, B1>>; + type B = PInt>; + + #[allow(non_camel_case_types)] + type P3CmpP1 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Add_P2() { + type A = PInt, B1>>; + type B = PInt, B0>>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P3AddP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Sub_P2() { + type A = PInt, B1>>; + type B = PInt, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P3SubP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Mul_P2() { + type A = PInt, B1>>; + type B = PInt, B0>>; + type P6 = PInt, B1>, B0>>; + + #[allow(non_camel_case_types)] + type P3MulP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Min_P2() { + type A = PInt, B1>>; + type B = PInt, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P3MinP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Max_P2() { + type A = PInt, B1>>; + type B = PInt, B0>>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type P3MaxP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Gcd_P2() { + type A = PInt, B1>>; + type B = PInt, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P3GcdP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Div_P2() { + type A = PInt, B1>>; + type B = PInt, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P3DivP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Rem_P2() { + type A = PInt, B1>>; + type B = PInt, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P3RemP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Pow_P2() { + type A = PInt, B1>>; + type B = PInt, B0>>; + type P9 = PInt, B0>, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P3PowP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Cmp_P2() { + type A = PInt, B1>>; + type B = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P3CmpP2 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Add_P3() { + type A = PInt, B1>>; + type B = PInt, B1>>; + type P6 = PInt, B1>, B0>>; + + #[allow(non_camel_case_types)] + type P3AddP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Sub_P3() { + type A = PInt, B1>>; + type B = PInt, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P3SubP3 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Mul_P3() { + type A = PInt, B1>>; + type B = PInt, B1>>; + type P9 = PInt, B0>, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P3MulP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Min_P3() { + type A = PInt, B1>>; + type B = PInt, B1>>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type P3MinP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Max_P3() { + type A = PInt, B1>>; + type B = PInt, B1>>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type P3MaxP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Gcd_P3() { + type A = PInt, B1>>; + type B = PInt, B1>>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type P3GcdP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Div_P3() { + type A = PInt, B1>>; + type B = PInt, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P3DivP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Rem_P3() { + type A = PInt, B1>>; + type B = PInt, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P3RemP3 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_PartialDiv_P3() { + type A = PInt, B1>>; + type B = PInt, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P3PartialDivP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Pow_P3() { + type A = PInt, B1>>; + type B = PInt, B1>>; + type P27 = PInt, B1>, B0>, B1>, B1>>; + + #[allow(non_camel_case_types)] + type P3PowP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Cmp_P3() { + type A = PInt, B1>>; + type B = PInt, B1>>; + + #[allow(non_camel_case_types)] + type P3CmpP3 = >::Output; + assert_eq!(::to_ordering(), Ordering::Equal); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Add_P4() { + type A = PInt, B1>>; + type B = PInt, B0>, B0>>; + type P7 = PInt, B1>, B1>>; + + #[allow(non_camel_case_types)] + type P3AddP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Sub_P4() { + type A = PInt, B1>>; + type B = PInt, B0>, B0>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type P3SubP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Mul_P4() { + type A = PInt, B1>>; + type B = PInt, B0>, B0>>; + type P12 = PInt, B1>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P3MulP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Min_P4() { + type A = PInt, B1>>; + type B = PInt, B0>, B0>>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type P3MinP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Max_P4() { + type A = PInt, B1>>; + type B = PInt, B0>, B0>>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P3MaxP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Gcd_P4() { + type A = PInt, B1>>; + type B = PInt, B0>, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P3GcdP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Div_P4() { + type A = PInt, B1>>; + type B = PInt, B0>, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P3DivP4 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Rem_P4() { + type A = PInt, B1>>; + type B = PInt, B0>, B0>>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type P3RemP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Pow_P4() { + type A = PInt, B1>>; + type B = PInt, B0>, B0>>; + type P81 = PInt, B0>, B1>, B0>, B0>, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P3PowP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Cmp_P4() { + type A = PInt, B1>>; + type B = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P3CmpP4 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Add_P5() { + type A = PInt, B1>>; + type B = PInt, B0>, B1>>; + type P8 = PInt, B0>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P3AddP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Sub_P5() { + type A = PInt, B1>>; + type B = PInt, B0>, B1>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type P3SubP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Mul_P5() { + type A = PInt, B1>>; + type B = PInt, B0>, B1>>; + type P15 = PInt, B1>, B1>, B1>>; + + #[allow(non_camel_case_types)] + type P3MulP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Min_P5() { + type A = PInt, B1>>; + type B = PInt, B0>, B1>>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type P3MinP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Max_P5() { + type A = PInt, B1>>; + type B = PInt, B0>, B1>>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P3MaxP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Gcd_P5() { + type A = PInt, B1>>; + type B = PInt, B0>, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P3GcdP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Div_P5() { + type A = PInt, B1>>; + type B = PInt, B0>, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P3DivP5 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Rem_P5() { + type A = PInt, B1>>; + type B = PInt, B0>, B1>>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type P3RemP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Pow_P5() { + type A = PInt, B1>>; + type B = PInt, B0>, B1>>; + type P243 = PInt, B1>, B1>, B1>, B0>, B0>, B1>, B1>>; + + #[allow(non_camel_case_types)] + type P3PowP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Cmp_P5() { + type A = PInt, B1>>; + type B = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P3CmpP5 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Add_N5() { + type A = PInt, B0>, B0>>; + type B = NInt, B0>, B1>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type P4AddN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Sub_N5() { + type A = PInt, B0>, B0>>; + type B = NInt, B0>, B1>>; + type P9 = PInt, B0>, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P4SubN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Mul_N5() { + type A = PInt, B0>, B0>>; + type B = NInt, B0>, B1>>; + type N20 = NInt, B0>, B1>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P4MulN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Min_N5() { + type A = PInt, B0>, B0>>; + type B = NInt, B0>, B1>>; + type N5 = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P4MinN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Max_N5() { + type A = PInt, B0>, B0>>; + type B = NInt, B0>, B1>>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P4MaxN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Gcd_N5() { + type A = PInt, B0>, B0>>; + type B = NInt, B0>, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P4GcdN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Div_N5() { + type A = PInt, B0>, B0>>; + type B = NInt, B0>, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P4DivN5 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Rem_N5() { + type A = PInt, B0>, B0>>; + type B = NInt, B0>, B1>>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P4RemN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Cmp_N5() { + type A = PInt, B0>, B0>>; + type B = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P4CmpN5 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Add_N4() { + type A = PInt, B0>, B0>>; + type B = NInt, B0>, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P4AddN4 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Sub_N4() { + type A = PInt, B0>, B0>>; + type B = NInt, B0>, B0>>; + type P8 = PInt, B0>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P4SubN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Mul_N4() { + type A = PInt, B0>, B0>>; + type B = NInt, B0>, B0>>; + type N16 = NInt, B0>, B0>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P4MulN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Min_N4() { + type A = PInt, B0>, B0>>; + type B = NInt, B0>, B0>>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P4MinN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Max_N4() { + type A = PInt, B0>, B0>>; + type B = NInt, B0>, B0>>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P4MaxN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Gcd_N4() { + type A = PInt, B0>, B0>>; + type B = NInt, B0>, B0>>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P4GcdN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Div_N4() { + type A = PInt, B0>, B0>>; + type B = NInt, B0>, B0>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type P4DivN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Rem_N4() { + type A = PInt, B0>, B0>>; + type B = NInt, B0>, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P4RemN4 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_PartialDiv_N4() { + type A = PInt, B0>, B0>>; + type B = NInt, B0>, B0>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type P4PartialDivN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Cmp_N4() { + type A = PInt, B0>, B0>>; + type B = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P4CmpN4 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Add_N3() { + type A = PInt, B0>, B0>>; + type B = NInt, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P4AddN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Sub_N3() { + type A = PInt, B0>, B0>>; + type B = NInt, B1>>; + type P7 = PInt, B1>, B1>>; + + #[allow(non_camel_case_types)] + type P4SubN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Mul_N3() { + type A = PInt, B0>, B0>>; + type B = NInt, B1>>; + type N12 = NInt, B1>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P4MulN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Min_N3() { + type A = PInt, B0>, B0>>; + type B = NInt, B1>>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type P4MinN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Max_N3() { + type A = PInt, B0>, B0>>; + type B = NInt, B1>>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P4MaxN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Gcd_N3() { + type A = PInt, B0>, B0>>; + type B = NInt, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P4GcdN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Div_N3() { + type A = PInt, B0>, B0>>; + type B = NInt, B1>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type P4DivN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Rem_N3() { + type A = PInt, B0>, B0>>; + type B = NInt, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P4RemN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Cmp_N3() { + type A = PInt, B0>, B0>>; + type B = NInt, B1>>; + + #[allow(non_camel_case_types)] + type P4CmpN3 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Add_N2() { + type A = PInt, B0>, B0>>; + type B = NInt, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P4AddN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Sub_N2() { + type A = PInt, B0>, B0>>; + type B = NInt, B0>>; + type P6 = PInt, B1>, B0>>; + + #[allow(non_camel_case_types)] + type P4SubN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Mul_N2() { + type A = PInt, B0>, B0>>; + type B = NInt, B0>>; + type N8 = NInt, B0>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P4MulN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Min_N2() { + type A = PInt, B0>, B0>>; + type B = NInt, B0>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type P4MinN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Max_N2() { + type A = PInt, B0>, B0>>; + type B = NInt, B0>>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P4MaxN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Gcd_N2() { + type A = PInt, B0>, B0>>; + type B = NInt, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P4GcdN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Div_N2() { + type A = PInt, B0>, B0>>; + type B = NInt, B0>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type P4DivN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Rem_N2() { + type A = PInt, B0>, B0>>; + type B = NInt, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P4RemN2 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_PartialDiv_N2() { + type A = PInt, B0>, B0>>; + type B = NInt, B0>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type P4PartialDivN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Cmp_N2() { + type A = PInt, B0>, B0>>; + type B = NInt, B0>>; + + #[allow(non_camel_case_types)] + type P4CmpN2 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Add_N1() { + type A = PInt, B0>, B0>>; + type B = NInt>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type P4AddN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Sub_N1() { + type A = PInt, B0>, B0>>; + type B = NInt>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P4SubN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Mul_N1() { + type A = PInt, B0>, B0>>; + type B = NInt>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P4MulN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Min_N1() { + type A = PInt, B0>, B0>>; + type B = NInt>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type P4MinN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Max_N1() { + type A = PInt, B0>, B0>>; + type B = NInt>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P4MaxN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Gcd_N1() { + type A = PInt, B0>, B0>>; + type B = NInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P4GcdN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Div_N1() { + type A = PInt, B0>, B0>>; + type B = NInt>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P4DivN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Rem_N1() { + type A = PInt, B0>, B0>>; + type B = NInt>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P4RemN1 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_PartialDiv_N1() { + type A = PInt, B0>, B0>>; + type B = NInt>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P4PartialDivN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Cmp_N1() { + type A = PInt, B0>, B0>>; + type B = NInt>; + + #[allow(non_camel_case_types)] + type P4CmpN1 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Add__0() { + type A = PInt, B0>, B0>>; + type B = Z0; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P4Add_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Sub__0() { + type A = PInt, B0>, B0>>; + type B = Z0; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P4Sub_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Mul__0() { + type A = PInt, B0>, B0>>; + type B = Z0; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P4Mul_0 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Min__0() { + type A = PInt, B0>, B0>>; + type B = Z0; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P4Min_0 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Max__0() { + type A = PInt, B0>, B0>>; + type B = Z0; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P4Max_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Gcd__0() { + type A = PInt, B0>, B0>>; + type B = Z0; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P4Gcd_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Pow__0() { + type A = PInt, B0>, B0>>; + type B = Z0; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P4Pow_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Cmp__0() { + type A = PInt, B0>, B0>>; + type B = Z0; + + #[allow(non_camel_case_types)] + type P4Cmp_0 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Add_P1() { + type A = PInt, B0>, B0>>; + type B = PInt>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P4AddP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Sub_P1() { + type A = PInt, B0>, B0>>; + type B = PInt>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type P4SubP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Mul_P1() { + type A = PInt, B0>, B0>>; + type B = PInt>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P4MulP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Min_P1() { + type A = PInt, B0>, B0>>; + type B = PInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P4MinP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Max_P1() { + type A = PInt, B0>, B0>>; + type B = PInt>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P4MaxP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Gcd_P1() { + type A = PInt, B0>, B0>>; + type B = PInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P4GcdP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Div_P1() { + type A = PInt, B0>, B0>>; + type B = PInt>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P4DivP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Rem_P1() { + type A = PInt, B0>, B0>>; + type B = PInt>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P4RemP1 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_PartialDiv_P1() { + type A = PInt, B0>, B0>>; + type B = PInt>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P4PartialDivP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Pow_P1() { + type A = PInt, B0>, B0>>; + type B = PInt>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P4PowP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Cmp_P1() { + type A = PInt, B0>, B0>>; + type B = PInt>; + + #[allow(non_camel_case_types)] + type P4CmpP1 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Add_P2() { + type A = PInt, B0>, B0>>; + type B = PInt, B0>>; + type P6 = PInt, B1>, B0>>; + + #[allow(non_camel_case_types)] + type P4AddP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Sub_P2() { + type A = PInt, B0>, B0>>; + type B = PInt, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P4SubP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Mul_P2() { + type A = PInt, B0>, B0>>; + type B = PInt, B0>>; + type P8 = PInt, B0>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P4MulP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Min_P2() { + type A = PInt, B0>, B0>>; + type B = PInt, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P4MinP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Max_P2() { + type A = PInt, B0>, B0>>; + type B = PInt, B0>>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P4MaxP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Gcd_P2() { + type A = PInt, B0>, B0>>; + type B = PInt, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P4GcdP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Div_P2() { + type A = PInt, B0>, B0>>; + type B = PInt, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P4DivP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Rem_P2() { + type A = PInt, B0>, B0>>; + type B = PInt, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P4RemP2 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_PartialDiv_P2() { + type A = PInt, B0>, B0>>; + type B = PInt, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P4PartialDivP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Pow_P2() { + type A = PInt, B0>, B0>>; + type B = PInt, B0>>; + type P16 = PInt, B0>, B0>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P4PowP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Cmp_P2() { + type A = PInt, B0>, B0>>; + type B = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P4CmpP2 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Add_P3() { + type A = PInt, B0>, B0>>; + type B = PInt, B1>>; + type P7 = PInt, B1>, B1>>; + + #[allow(non_camel_case_types)] + type P4AddP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Sub_P3() { + type A = PInt, B0>, B0>>; + type B = PInt, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P4SubP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Mul_P3() { + type A = PInt, B0>, B0>>; + type B = PInt, B1>>; + type P12 = PInt, B1>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P4MulP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Min_P3() { + type A = PInt, B0>, B0>>; + type B = PInt, B1>>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type P4MinP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Max_P3() { + type A = PInt, B0>, B0>>; + type B = PInt, B1>>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P4MaxP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Gcd_P3() { + type A = PInt, B0>, B0>>; + type B = PInt, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P4GcdP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Div_P3() { + type A = PInt, B0>, B0>>; + type B = PInt, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P4DivP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Rem_P3() { + type A = PInt, B0>, B0>>; + type B = PInt, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P4RemP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Pow_P3() { + type A = PInt, B0>, B0>>; + type B = PInt, B1>>; + type P64 = PInt, B0>, B0>, B0>, B0>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P4PowP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Cmp_P3() { + type A = PInt, B0>, B0>>; + type B = PInt, B1>>; + + #[allow(non_camel_case_types)] + type P4CmpP3 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Add_P4() { + type A = PInt, B0>, B0>>; + type B = PInt, B0>, B0>>; + type P8 = PInt, B0>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P4AddP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Sub_P4() { + type A = PInt, B0>, B0>>; + type B = PInt, B0>, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P4SubP4 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Mul_P4() { + type A = PInt, B0>, B0>>; + type B = PInt, B0>, B0>>; + type P16 = PInt, B0>, B0>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P4MulP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Min_P4() { + type A = PInt, B0>, B0>>; + type B = PInt, B0>, B0>>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P4MinP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Max_P4() { + type A = PInt, B0>, B0>>; + type B = PInt, B0>, B0>>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P4MaxP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Gcd_P4() { + type A = PInt, B0>, B0>>; + type B = PInt, B0>, B0>>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P4GcdP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Div_P4() { + type A = PInt, B0>, B0>>; + type B = PInt, B0>, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P4DivP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Rem_P4() { + type A = PInt, B0>, B0>>; + type B = PInt, B0>, B0>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P4RemP4 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_PartialDiv_P4() { + type A = PInt, B0>, B0>>; + type B = PInt, B0>, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P4PartialDivP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Pow_P4() { + type A = PInt, B0>, B0>>; + type B = PInt, B0>, B0>>; + type P256 = PInt, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P4PowP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Cmp_P4() { + type A = PInt, B0>, B0>>; + type B = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P4CmpP4 = >::Output; + assert_eq!(::to_ordering(), Ordering::Equal); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Add_P5() { + type A = PInt, B0>, B0>>; + type B = PInt, B0>, B1>>; + type P9 = PInt, B0>, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P4AddP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Sub_P5() { + type A = PInt, B0>, B0>>; + type B = PInt, B0>, B1>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type P4SubP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Mul_P5() { + type A = PInt, B0>, B0>>; + type B = PInt, B0>, B1>>; + type P20 = PInt, B0>, B1>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P4MulP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Min_P5() { + type A = PInt, B0>, B0>>; + type B = PInt, B0>, B1>>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P4MinP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Max_P5() { + type A = PInt, B0>, B0>>; + type B = PInt, B0>, B1>>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P4MaxP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Gcd_P5() { + type A = PInt, B0>, B0>>; + type B = PInt, B0>, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P4GcdP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Div_P5() { + type A = PInt, B0>, B0>>; + type B = PInt, B0>, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P4DivP5 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Rem_P5() { + type A = PInt, B0>, B0>>; + type B = PInt, B0>, B1>>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P4RemP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Pow_P5() { + type A = PInt, B0>, B0>>; + type B = PInt, B0>, B1>>; + type P1024 = PInt, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P4PowP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Cmp_P5() { + type A = PInt, B0>, B0>>; + type B = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P4CmpP5 = >::Output; + assert_eq!(::to_ordering(), Ordering::Less); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Add_N5() { + type A = PInt, B0>, B1>>; + type B = NInt, B0>, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P5AddN5 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Sub_N5() { + type A = PInt, B0>, B1>>; + type B = NInt, B0>, B1>>; + type P10 = PInt, B0>, B1>, B0>>; + + #[allow(non_camel_case_types)] + type P5SubN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Mul_N5() { + type A = PInt, B0>, B1>>; + type B = NInt, B0>, B1>>; + type N25 = NInt, B1>, B0>, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P5MulN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Min_N5() { + type A = PInt, B0>, B1>>; + type B = NInt, B0>, B1>>; + type N5 = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P5MinN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Max_N5() { + type A = PInt, B0>, B1>>; + type B = NInt, B0>, B1>>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P5MaxN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Gcd_N5() { + type A = PInt, B0>, B1>>; + type B = NInt, B0>, B1>>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P5GcdN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Div_N5() { + type A = PInt, B0>, B1>>; + type B = NInt, B0>, B1>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type P5DivN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Rem_N5() { + type A = PInt, B0>, B1>>; + type B = NInt, B0>, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P5RemN5 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_PartialDiv_N5() { + type A = PInt, B0>, B1>>; + type B = NInt, B0>, B1>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type P5PartialDivN5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Cmp_N5() { + type A = PInt, B0>, B1>>; + type B = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P5CmpN5 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Add_N4() { + type A = PInt, B0>, B1>>; + type B = NInt, B0>, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P5AddN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Sub_N4() { + type A = PInt, B0>, B1>>; + type B = NInt, B0>, B0>>; + type P9 = PInt, B0>, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P5SubN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Mul_N4() { + type A = PInt, B0>, B1>>; + type B = NInt, B0>, B0>>; + type N20 = NInt, B0>, B1>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P5MulN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Min_N4() { + type A = PInt, B0>, B1>>; + type B = NInt, B0>, B0>>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P5MinN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Max_N4() { + type A = PInt, B0>, B1>>; + type B = NInt, B0>, B0>>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P5MaxN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Gcd_N4() { + type A = PInt, B0>, B1>>; + type B = NInt, B0>, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P5GcdN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Div_N4() { + type A = PInt, B0>, B1>>; + type B = NInt, B0>, B0>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type P5DivN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Rem_N4() { + type A = PInt, B0>, B1>>; + type B = NInt, B0>, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P5RemN4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Cmp_N4() { + type A = PInt, B0>, B1>>; + type B = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P5CmpN4 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Add_N3() { + type A = PInt, B0>, B1>>; + type B = NInt, B1>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P5AddN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Sub_N3() { + type A = PInt, B0>, B1>>; + type B = NInt, B1>>; + type P8 = PInt, B0>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P5SubN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Mul_N3() { + type A = PInt, B0>, B1>>; + type B = NInt, B1>>; + type N15 = NInt, B1>, B1>, B1>>; + + #[allow(non_camel_case_types)] + type P5MulN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Min_N3() { + type A = PInt, B0>, B1>>; + type B = NInt, B1>>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type P5MinN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Max_N3() { + type A = PInt, B0>, B1>>; + type B = NInt, B1>>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P5MaxN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Gcd_N3() { + type A = PInt, B0>, B1>>; + type B = NInt, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P5GcdN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Div_N3() { + type A = PInt, B0>, B1>>; + type B = NInt, B1>>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type P5DivN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Rem_N3() { + type A = PInt, B0>, B1>>; + type B = NInt, B1>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P5RemN3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Cmp_N3() { + type A = PInt, B0>, B1>>; + type B = NInt, B1>>; + + #[allow(non_camel_case_types)] + type P5CmpN3 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Add_N2() { + type A = PInt, B0>, B1>>; + type B = NInt, B0>>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type P5AddN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Sub_N2() { + type A = PInt, B0>, B1>>; + type B = NInt, B0>>; + type P7 = PInt, B1>, B1>>; + + #[allow(non_camel_case_types)] + type P5SubN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Mul_N2() { + type A = PInt, B0>, B1>>; + type B = NInt, B0>>; + type N10 = NInt, B0>, B1>, B0>>; + + #[allow(non_camel_case_types)] + type P5MulN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Min_N2() { + type A = PInt, B0>, B1>>; + type B = NInt, B0>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type P5MinN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Max_N2() { + type A = PInt, B0>, B1>>; + type B = NInt, B0>>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P5MaxN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Gcd_N2() { + type A = PInt, B0>, B1>>; + type B = NInt, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P5GcdN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Div_N2() { + type A = PInt, B0>, B1>>; + type B = NInt, B0>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type P5DivN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Rem_N2() { + type A = PInt, B0>, B1>>; + type B = NInt, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P5RemN2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Cmp_N2() { + type A = PInt, B0>, B1>>; + type B = NInt, B0>>; + + #[allow(non_camel_case_types)] + type P5CmpN2 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Add_N1() { + type A = PInt, B0>, B1>>; + type B = NInt>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P5AddN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Sub_N1() { + type A = PInt, B0>, B1>>; + type B = NInt>; + type P6 = PInt, B1>, B0>>; + + #[allow(non_camel_case_types)] + type P5SubN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Mul_N1() { + type A = PInt, B0>, B1>>; + type B = NInt>; + type N5 = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P5MulN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Min_N1() { + type A = PInt, B0>, B1>>; + type B = NInt>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type P5MinN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Max_N1() { + type A = PInt, B0>, B1>>; + type B = NInt>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P5MaxN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Gcd_N1() { + type A = PInt, B0>, B1>>; + type B = NInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P5GcdN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Div_N1() { + type A = PInt, B0>, B1>>; + type B = NInt>; + type N5 = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P5DivN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Rem_N1() { + type A = PInt, B0>, B1>>; + type B = NInt>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P5RemN1 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_PartialDiv_N1() { + type A = PInt, B0>, B1>>; + type B = NInt>; + type N5 = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P5PartialDivN1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Cmp_N1() { + type A = PInt, B0>, B1>>; + type B = NInt>; + + #[allow(non_camel_case_types)] + type P5CmpN1 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Add__0() { + type A = PInt, B0>, B1>>; + type B = Z0; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P5Add_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Sub__0() { + type A = PInt, B0>, B1>>; + type B = Z0; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P5Sub_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Mul__0() { + type A = PInt, B0>, B1>>; + type B = Z0; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P5Mul_0 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Min__0() { + type A = PInt, B0>, B1>>; + type B = Z0; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P5Min_0 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Max__0() { + type A = PInt, B0>, B1>>; + type B = Z0; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P5Max_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Gcd__0() { + type A = PInt, B0>, B1>>; + type B = Z0; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P5Gcd_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Pow__0() { + type A = PInt, B0>, B1>>; + type B = Z0; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P5Pow_0 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Cmp__0() { + type A = PInt, B0>, B1>>; + type B = Z0; + + #[allow(non_camel_case_types)] + type P5Cmp_0 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Add_P1() { + type A = PInt, B0>, B1>>; + type B = PInt>; + type P6 = PInt, B1>, B0>>; + + #[allow(non_camel_case_types)] + type P5AddP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Sub_P1() { + type A = PInt, B0>, B1>>; + type B = PInt>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P5SubP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Mul_P1() { + type A = PInt, B0>, B1>>; + type B = PInt>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P5MulP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Min_P1() { + type A = PInt, B0>, B1>>; + type B = PInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P5MinP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Max_P1() { + type A = PInt, B0>, B1>>; + type B = PInt>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P5MaxP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Gcd_P1() { + type A = PInt, B0>, B1>>; + type B = PInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P5GcdP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Div_P1() { + type A = PInt, B0>, B1>>; + type B = PInt>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P5DivP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Rem_P1() { + type A = PInt, B0>, B1>>; + type B = PInt>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P5RemP1 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_PartialDiv_P1() { + type A = PInt, B0>, B1>>; + type B = PInt>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P5PartialDivP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Pow_P1() { + type A = PInt, B0>, B1>>; + type B = PInt>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P5PowP1 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Cmp_P1() { + type A = PInt, B0>, B1>>; + type B = PInt>; + + #[allow(non_camel_case_types)] + type P5CmpP1 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Add_P2() { + type A = PInt, B0>, B1>>; + type B = PInt, B0>>; + type P7 = PInt, B1>, B1>>; + + #[allow(non_camel_case_types)] + type P5AddP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Sub_P2() { + type A = PInt, B0>, B1>>; + type B = PInt, B0>>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type P5SubP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Mul_P2() { + type A = PInt, B0>, B1>>; + type B = PInt, B0>>; + type P10 = PInt, B0>, B1>, B0>>; + + #[allow(non_camel_case_types)] + type P5MulP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Min_P2() { + type A = PInt, B0>, B1>>; + type B = PInt, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P5MinP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Max_P2() { + type A = PInt, B0>, B1>>; + type B = PInt, B0>>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P5MaxP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Gcd_P2() { + type A = PInt, B0>, B1>>; + type B = PInt, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P5GcdP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Div_P2() { + type A = PInt, B0>, B1>>; + type B = PInt, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P5DivP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Rem_P2() { + type A = PInt, B0>, B1>>; + type B = PInt, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P5RemP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Pow_P2() { + type A = PInt, B0>, B1>>; + type B = PInt, B0>>; + type P25 = PInt, B1>, B0>, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P5PowP2 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Cmp_P2() { + type A = PInt, B0>, B1>>; + type B = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P5CmpP2 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Add_P3() { + type A = PInt, B0>, B1>>; + type B = PInt, B1>>; + type P8 = PInt, B0>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P5AddP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Sub_P3() { + type A = PInt, B0>, B1>>; + type B = PInt, B1>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P5SubP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Mul_P3() { + type A = PInt, B0>, B1>>; + type B = PInt, B1>>; + type P15 = PInt, B1>, B1>, B1>>; + + #[allow(non_camel_case_types)] + type P5MulP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Min_P3() { + type A = PInt, B0>, B1>>; + type B = PInt, B1>>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type P5MinP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Max_P3() { + type A = PInt, B0>, B1>>; + type B = PInt, B1>>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P5MaxP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Gcd_P3() { + type A = PInt, B0>, B1>>; + type B = PInt, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P5GcdP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Div_P3() { + type A = PInt, B0>, B1>>; + type B = PInt, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P5DivP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Rem_P3() { + type A = PInt, B0>, B1>>; + type B = PInt, B1>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type P5RemP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Pow_P3() { + type A = PInt, B0>, B1>>; + type B = PInt, B1>>; + type P125 = PInt, B1>, B1>, B1>, B1>, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P5PowP3 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Cmp_P3() { + type A = PInt, B0>, B1>>; + type B = PInt, B1>>; + + #[allow(non_camel_case_types)] + type P5CmpP3 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Add_P4() { + type A = PInt, B0>, B1>>; + type B = PInt, B0>, B0>>; + type P9 = PInt, B0>, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P5AddP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Sub_P4() { + type A = PInt, B0>, B1>>; + type B = PInt, B0>, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P5SubP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Mul_P4() { + type A = PInt, B0>, B1>>; + type B = PInt, B0>, B0>>; + type P20 = PInt, B0>, B1>, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P5MulP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Min_P4() { + type A = PInt, B0>, B1>>; + type B = PInt, B0>, B0>>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P5MinP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Max_P4() { + type A = PInt, B0>, B1>>; + type B = PInt, B0>, B0>>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P5MaxP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Gcd_P4() { + type A = PInt, B0>, B1>>; + type B = PInt, B0>, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P5GcdP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Div_P4() { + type A = PInt, B0>, B1>>; + type B = PInt, B0>, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P5DivP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Rem_P4() { + type A = PInt, B0>, B1>>; + type B = PInt, B0>, B0>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P5RemP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Pow_P4() { + type A = PInt, B0>, B1>>; + type B = PInt, B0>, B0>>; + type P625 = PInt, B0>, B0>, B1>, B1>, B1>, B0>, B0>, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P5PowP4 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Cmp_P4() { + type A = PInt, B0>, B1>>; + type B = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type P5CmpP4 = >::Output; + assert_eq!(::to_ordering(), Ordering::Greater); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Add_P5() { + type A = PInt, B0>, B1>>; + type B = PInt, B0>, B1>>; + type P10 = PInt, B0>, B1>, B0>>; + + #[allow(non_camel_case_types)] + type P5AddP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Sub_P5() { + type A = PInt, B0>, B1>>; + type B = PInt, B0>, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P5SubP5 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Mul_P5() { + type A = PInt, B0>, B1>>; + type B = PInt, B0>, B1>>; + type P25 = PInt, B1>, B0>, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P5MulP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Min_P5() { + type A = PInt, B0>, B1>>; + type B = PInt, B0>, B1>>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P5MinP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Max_P5() { + type A = PInt, B0>, B1>>; + type B = PInt, B0>, B1>>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P5MaxP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Gcd_P5() { + type A = PInt, B0>, B1>>; + type B = PInt, B0>, B1>>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P5GcdP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Div_P5() { + type A = PInt, B0>, B1>>; + type B = PInt, B0>, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P5DivP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Rem_P5() { + type A = PInt, B0>, B1>>; + type B = PInt, B0>, B1>>; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type P5RemP5 = <>::Output as Same<_0>>::Output; + + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_PartialDiv_P5() { + type A = PInt, B0>, B1>>; + type B = PInt, B0>, B1>>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type P5PartialDivP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Pow_P5() { + type A = PInt, B0>, B1>>; + type B = PInt, B0>, B1>>; + type P3125 = PInt, B1>, B0>, B0>, B0>, B0>, B1>, B1>, B0>, B1>, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P5PowP5 = <>::Output as Same>::Output; + + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Cmp_P5() { + type A = PInt, B0>, B1>>; + type B = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type P5CmpP5 = >::Output; + assert_eq!(::to_ordering(), Ordering::Equal); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Neg() { + type A = NInt, B0>, B1>>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type NegN5 = <::Output as Same>::Output; + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N5_Abs() { + type A = NInt, B0>, B1>>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type AbsN5 = <::Output as Same>::Output; + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Neg() { + type A = NInt, B0>, B0>>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type NegN4 = <::Output as Same>::Output; + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N4_Abs() { + type A = NInt, B0>, B0>>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type AbsN4 = <::Output as Same>::Output; + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Neg() { + type A = NInt, B1>>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type NegN3 = <::Output as Same>::Output; + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N3_Abs() { + type A = NInt, B1>>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type AbsN3 = <::Output as Same>::Output; + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Neg() { + type A = NInt, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type NegN2 = <::Output as Same>::Output; + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N2_Abs() { + type A = NInt, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type AbsN2 = <::Output as Same>::Output; + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Neg() { + type A = NInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type NegN1 = <::Output as Same>::Output; + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_N1_Abs() { + type A = NInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type AbsN1 = <::Output as Same>::Output; + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Neg() { + type A = Z0; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type Neg_0 = <::Output as Same<_0>>::Output; + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test__0_Abs() { + type A = Z0; + type _0 = Z0; + + #[allow(non_camel_case_types)] + type Abs_0 = <::Output as Same<_0>>::Output; + assert_eq!(::to_i64(), <_0 as Integer>::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Neg() { + type A = PInt>; + type N1 = NInt>; + + #[allow(non_camel_case_types)] + type NegP1 = <::Output as Same>::Output; + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P1_Abs() { + type A = PInt>; + type P1 = PInt>; + + #[allow(non_camel_case_types)] + type AbsP1 = <::Output as Same>::Output; + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Neg() { + type A = PInt, B0>>; + type N2 = NInt, B0>>; + + #[allow(non_camel_case_types)] + type NegP2 = <::Output as Same>::Output; + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P2_Abs() { + type A = PInt, B0>>; + type P2 = PInt, B0>>; + + #[allow(non_camel_case_types)] + type AbsP2 = <::Output as Same>::Output; + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Neg() { + type A = PInt, B1>>; + type N3 = NInt, B1>>; + + #[allow(non_camel_case_types)] + type NegP3 = <::Output as Same>::Output; + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P3_Abs() { + type A = PInt, B1>>; + type P3 = PInt, B1>>; + + #[allow(non_camel_case_types)] + type AbsP3 = <::Output as Same>::Output; + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Neg() { + type A = PInt, B0>, B0>>; + type N4 = NInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type NegP4 = <::Output as Same>::Output; + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P4_Abs() { + type A = PInt, B0>, B0>>; + type P4 = PInt, B0>, B0>>; + + #[allow(non_camel_case_types)] + type AbsP4 = <::Output as Same>::Output; + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Neg() { + type A = PInt, B0>, B1>>; + type N5 = NInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type NegP5 = <::Output as Same>::Output; + assert_eq!(::to_i64(), ::to_i64()); +} +#[test] +#[allow(non_snake_case)] +fn test_P5_Abs() { + type A = PInt, B0>, B1>>; + type P5 = PInt, B0>, B1>>; + + #[allow(non_camel_case_types)] + type AbsP5 = <::Output as Same>::Output; + assert_eq!(::to_i64(), ::to_i64()); +} \ No newline at end of file diff --git a/target/debug/build/typenum-f0d3a75958b66a8e/output b/target/debug/build/typenum-f0d3a75958b66a8e/output new file mode 100644 index 0000000..17b919d --- /dev/null +++ b/target/debug/build/typenum-f0d3a75958b66a8e/output @@ -0,0 +1 @@ +cargo:rerun-if-changed=tests diff --git a/target/debug/build/typenum-f0d3a75958b66a8e/root-output b/target/debug/build/typenum-f0d3a75958b66a8e/root-output new file mode 100644 index 0000000..4d11e8d --- /dev/null +++ b/target/debug/build/typenum-f0d3a75958b66a8e/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/typenum-f0d3a75958b66a8e/out \ No newline at end of file diff --git a/target/debug/build/typenum-f0d3a75958b66a8e/stderr b/target/debug/build/typenum-f0d3a75958b66a8e/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/zerocopy-61b2bd6231f811dc/build-script-build b/target/debug/build/zerocopy-61b2bd6231f811dc/build-script-build new file mode 100755 index 0000000..cb26530 Binary files /dev/null and b/target/debug/build/zerocopy-61b2bd6231f811dc/build-script-build differ diff --git a/target/debug/build/zerocopy-61b2bd6231f811dc/build_script_build-61b2bd6231f811dc b/target/debug/build/zerocopy-61b2bd6231f811dc/build_script_build-61b2bd6231f811dc new file mode 100755 index 0000000..cb26530 Binary files /dev/null and b/target/debug/build/zerocopy-61b2bd6231f811dc/build_script_build-61b2bd6231f811dc differ diff --git a/target/debug/build/zerocopy-61b2bd6231f811dc/build_script_build-61b2bd6231f811dc.d b/target/debug/build/zerocopy-61b2bd6231f811dc/build_script_build-61b2bd6231f811dc.d new file mode 100644 index 0000000..70da721 --- /dev/null +++ b/target/debug/build/zerocopy-61b2bd6231f811dc/build_script_build-61b2bd6231f811dc.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/zerocopy-61b2bd6231f811dc/build_script_build-61b2bd6231f811dc.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/build.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/zerocopy-61b2bd6231f811dc/build_script_build-61b2bd6231f811dc: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/build.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/build.rs: diff --git a/target/debug/build/zerocopy-db6797967a7a390b/invoked.timestamp b/target/debug/build/zerocopy-db6797967a7a390b/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/zerocopy-db6797967a7a390b/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/zerocopy-db6797967a7a390b/output b/target/debug/build/zerocopy-db6797967a7a390b/output new file mode 100644 index 0000000..08e3b31 --- /dev/null +++ b/target/debug/build/zerocopy-db6797967a7a390b/output @@ -0,0 +1,20 @@ +cargo:rerun-if-changed=build.rs +cargo:rerun-if-changed=Cargo.toml +cargo:rustc-check-cfg=cfg(no_zerocopy_simd_x86_avx12_1_89_0) +cargo:rustc-check-cfg=cfg(rust, values("1.89.0")) +cargo:rustc-check-cfg=cfg(no_zerocopy_core_error_1_81_0) +cargo:rustc-check-cfg=cfg(rust, values("1.81.0")) +cargo:rustc-check-cfg=cfg(no_zerocopy_diagnostic_on_unimplemented_1_78_0) +cargo:rustc-check-cfg=cfg(rust, values("1.78.0")) +cargo:rustc-check-cfg=cfg(no_zerocopy_generic_bounds_in_const_fn_1_61_0) +cargo:rustc-check-cfg=cfg(rust, values("1.61.0")) +cargo:rustc-check-cfg=cfg(no_zerocopy_target_has_atomics_1_60_0) +cargo:rustc-check-cfg=cfg(rust, values("1.60.0")) +cargo:rustc-check-cfg=cfg(no_zerocopy_aarch64_simd_1_59_0) +cargo:rustc-check-cfg=cfg(rust, values("1.59.0")) +cargo:rustc-check-cfg=cfg(no_zerocopy_panic_in_const_and_vec_try_reserve_1_57_0) +cargo:rustc-check-cfg=cfg(rust, values("1.57.0")) +cargo:rustc-check-cfg=cfg(doc_cfg) +cargo:rustc-check-cfg=cfg(kani) +cargo:rustc-check-cfg=cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS) +cargo:rustc-check-cfg=cfg(coverage_nightly) diff --git a/target/debug/build/zerocopy-db6797967a7a390b/root-output b/target/debug/build/zerocopy-db6797967a7a390b/root-output new file mode 100644 index 0000000..4ce0e46 --- /dev/null +++ b/target/debug/build/zerocopy-db6797967a7a390b/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/zerocopy-db6797967a7a390b/out \ No newline at end of file diff --git a/target/debug/build/zerocopy-db6797967a7a390b/stderr b/target/debug/build/zerocopy-db6797967a7a390b/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/zmij-9681b19e088b6786/build-script-build b/target/debug/build/zmij-9681b19e088b6786/build-script-build new file mode 100755 index 0000000..c65c155 Binary files /dev/null and b/target/debug/build/zmij-9681b19e088b6786/build-script-build differ diff --git a/target/debug/build/zmij-9681b19e088b6786/build_script_build-9681b19e088b6786 b/target/debug/build/zmij-9681b19e088b6786/build_script_build-9681b19e088b6786 new file mode 100755 index 0000000..c65c155 Binary files /dev/null and b/target/debug/build/zmij-9681b19e088b6786/build_script_build-9681b19e088b6786 differ diff --git a/target/debug/build/zmij-9681b19e088b6786/build_script_build-9681b19e088b6786.d b/target/debug/build/zmij-9681b19e088b6786/build_script_build-9681b19e088b6786.d new file mode 100644 index 0000000..234b4df --- /dev/null +++ b/target/debug/build/zmij-9681b19e088b6786/build_script_build-9681b19e088b6786.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/zmij-9681b19e088b6786/build_script_build-9681b19e088b6786.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.17/build.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/zmij-9681b19e088b6786/build_script_build-9681b19e088b6786: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.17/build.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.17/build.rs: diff --git a/target/debug/build/zmij-ec38ce5efdc16b59/invoked.timestamp b/target/debug/build/zmij-ec38ce5efdc16b59/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/zmij-ec38ce5efdc16b59/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/zmij-ec38ce5efdc16b59/output b/target/debug/build/zmij-ec38ce5efdc16b59/output new file mode 100644 index 0000000..c99f958 --- /dev/null +++ b/target/debug/build/zmij-ec38ce5efdc16b59/output @@ -0,0 +1,3 @@ +cargo:rerun-if-changed=build.rs +cargo:rustc-check-cfg=cfg(exhaustive) +cargo:rustc-check-cfg=cfg(zmij_no_select_unpredictable) diff --git a/target/debug/build/zmij-ec38ce5efdc16b59/root-output b/target/debug/build/zmij-ec38ce5efdc16b59/root-output new file mode 100644 index 0000000..bcceeba --- /dev/null +++ b/target/debug/build/zmij-ec38ce5efdc16b59/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/zmij-ec38ce5efdc16b59/out \ No newline at end of file diff --git a/target/debug/build/zmij-ec38ce5efdc16b59/stderr b/target/debug/build/zmij-ec38ce5efdc16b59/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/zstd-safe-a97b2b0d9c8f8bad/invoked.timestamp b/target/debug/build/zstd-safe-a97b2b0d9c8f8bad/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/zstd-safe-a97b2b0d9c8f8bad/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/zstd-safe-a97b2b0d9c8f8bad/output b/target/debug/build/zstd-safe-a97b2b0d9c8f8bad/output new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/zstd-safe-a97b2b0d9c8f8bad/root-output b/target/debug/build/zstd-safe-a97b2b0d9c8f8bad/root-output new file mode 100644 index 0000000..db88aaa --- /dev/null +++ b/target/debug/build/zstd-safe-a97b2b0d9c8f8bad/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/zstd-safe-a97b2b0d9c8f8bad/out \ No newline at end of file diff --git a/target/debug/build/zstd-safe-a97b2b0d9c8f8bad/stderr b/target/debug/build/zstd-safe-a97b2b0d9c8f8bad/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/zstd-safe-eaa4f52264c4e43c/build-script-build b/target/debug/build/zstd-safe-eaa4f52264c4e43c/build-script-build new file mode 100755 index 0000000..0efe211 Binary files /dev/null and b/target/debug/build/zstd-safe-eaa4f52264c4e43c/build-script-build differ diff --git a/target/debug/build/zstd-safe-eaa4f52264c4e43c/build_script_build-eaa4f52264c4e43c b/target/debug/build/zstd-safe-eaa4f52264c4e43c/build_script_build-eaa4f52264c4e43c new file mode 100755 index 0000000..0efe211 Binary files /dev/null and b/target/debug/build/zstd-safe-eaa4f52264c4e43c/build_script_build-eaa4f52264c4e43c differ diff --git a/target/debug/build/zstd-safe-eaa4f52264c4e43c/build_script_build-eaa4f52264c4e43c.d b/target/debug/build/zstd-safe-eaa4f52264c4e43c/build_script_build-eaa4f52264c4e43c.d new file mode 100644 index 0000000..25922ff --- /dev/null +++ b/target/debug/build/zstd-safe-eaa4f52264c4e43c/build_script_build-eaa4f52264c4e43c.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/zstd-safe-eaa4f52264c4e43c/build_script_build-eaa4f52264c4e43c.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-safe-7.2.4/build.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/zstd-safe-eaa4f52264c4e43c/build_script_build-eaa4f52264c4e43c: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-safe-7.2.4/build.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-safe-7.2.4/build.rs: diff --git a/target/debug/build/zstd-sys-0424452d54df87df/invoked.timestamp b/target/debug/build/zstd-sys-0424452d54df87df/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/build/zstd-sys-0424452d54df87df/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/build/zstd-sys-0424452d54df87df/out/44ff4c55aa9e5133-debug.o b/target/debug/build/zstd-sys-0424452d54df87df/out/44ff4c55aa9e5133-debug.o new file mode 100644 index 0000000..1b6ca1c Binary files /dev/null and b/target/debug/build/zstd-sys-0424452d54df87df/out/44ff4c55aa9e5133-debug.o differ diff --git a/target/debug/build/zstd-sys-0424452d54df87df/out/44ff4c55aa9e5133-entropy_common.o b/target/debug/build/zstd-sys-0424452d54df87df/out/44ff4c55aa9e5133-entropy_common.o new file mode 100644 index 0000000..cd3a962 Binary files /dev/null and b/target/debug/build/zstd-sys-0424452d54df87df/out/44ff4c55aa9e5133-entropy_common.o differ diff --git a/target/debug/build/zstd-sys-0424452d54df87df/out/44ff4c55aa9e5133-error_private.o b/target/debug/build/zstd-sys-0424452d54df87df/out/44ff4c55aa9e5133-error_private.o new file mode 100644 index 0000000..9f3d158 Binary files /dev/null and b/target/debug/build/zstd-sys-0424452d54df87df/out/44ff4c55aa9e5133-error_private.o differ diff --git a/target/debug/build/zstd-sys-0424452d54df87df/out/44ff4c55aa9e5133-fse_decompress.o b/target/debug/build/zstd-sys-0424452d54df87df/out/44ff4c55aa9e5133-fse_decompress.o new file mode 100644 index 0000000..d6b5500 Binary files /dev/null and b/target/debug/build/zstd-sys-0424452d54df87df/out/44ff4c55aa9e5133-fse_decompress.o differ diff --git a/target/debug/build/zstd-sys-0424452d54df87df/out/44ff4c55aa9e5133-pool.o b/target/debug/build/zstd-sys-0424452d54df87df/out/44ff4c55aa9e5133-pool.o new file mode 100644 index 0000000..5700122 Binary files /dev/null and b/target/debug/build/zstd-sys-0424452d54df87df/out/44ff4c55aa9e5133-pool.o differ diff --git a/target/debug/build/zstd-sys-0424452d54df87df/out/44ff4c55aa9e5133-threading.o b/target/debug/build/zstd-sys-0424452d54df87df/out/44ff4c55aa9e5133-threading.o new file mode 100644 index 0000000..375dda0 Binary files /dev/null and b/target/debug/build/zstd-sys-0424452d54df87df/out/44ff4c55aa9e5133-threading.o differ diff --git a/target/debug/build/zstd-sys-0424452d54df87df/out/44ff4c55aa9e5133-zstd_common.o b/target/debug/build/zstd-sys-0424452d54df87df/out/44ff4c55aa9e5133-zstd_common.o new file mode 100644 index 0000000..2c9488d Binary files /dev/null and b/target/debug/build/zstd-sys-0424452d54df87df/out/44ff4c55aa9e5133-zstd_common.o differ diff --git a/target/debug/build/zstd-sys-0424452d54df87df/out/7faed3f8272f2313-huf_decompress_amd64.o b/target/debug/build/zstd-sys-0424452d54df87df/out/7faed3f8272f2313-huf_decompress_amd64.o new file mode 100644 index 0000000..3d96f50 Binary files /dev/null and b/target/debug/build/zstd-sys-0424452d54df87df/out/7faed3f8272f2313-huf_decompress_amd64.o differ diff --git a/target/debug/build/zstd-sys-0424452d54df87df/out/88f362f13b0528ed-huf_decompress.o b/target/debug/build/zstd-sys-0424452d54df87df/out/88f362f13b0528ed-huf_decompress.o new file mode 100644 index 0000000..c42d3b8 Binary files /dev/null and b/target/debug/build/zstd-sys-0424452d54df87df/out/88f362f13b0528ed-huf_decompress.o differ diff --git a/target/debug/build/zstd-sys-0424452d54df87df/out/88f362f13b0528ed-zstd_ddict.o b/target/debug/build/zstd-sys-0424452d54df87df/out/88f362f13b0528ed-zstd_ddict.o new file mode 100644 index 0000000..635d761 Binary files /dev/null and b/target/debug/build/zstd-sys-0424452d54df87df/out/88f362f13b0528ed-zstd_ddict.o differ diff --git a/target/debug/build/zstd-sys-0424452d54df87df/out/88f362f13b0528ed-zstd_decompress.o b/target/debug/build/zstd-sys-0424452d54df87df/out/88f362f13b0528ed-zstd_decompress.o new file mode 100644 index 0000000..14337df Binary files /dev/null and b/target/debug/build/zstd-sys-0424452d54df87df/out/88f362f13b0528ed-zstd_decompress.o differ diff --git a/target/debug/build/zstd-sys-0424452d54df87df/out/88f362f13b0528ed-zstd_decompress_block.o b/target/debug/build/zstd-sys-0424452d54df87df/out/88f362f13b0528ed-zstd_decompress_block.o new file mode 100644 index 0000000..91b6af8 Binary files /dev/null and b/target/debug/build/zstd-sys-0424452d54df87df/out/88f362f13b0528ed-zstd_decompress_block.o differ diff --git a/target/debug/build/zstd-sys-0424452d54df87df/out/fb80479a5fb81f6a-fse_compress.o b/target/debug/build/zstd-sys-0424452d54df87df/out/fb80479a5fb81f6a-fse_compress.o new file mode 100644 index 0000000..a539806 Binary files /dev/null and b/target/debug/build/zstd-sys-0424452d54df87df/out/fb80479a5fb81f6a-fse_compress.o differ diff --git a/target/debug/build/zstd-sys-0424452d54df87df/out/fb80479a5fb81f6a-hist.o b/target/debug/build/zstd-sys-0424452d54df87df/out/fb80479a5fb81f6a-hist.o new file mode 100644 index 0000000..836130f Binary files /dev/null and b/target/debug/build/zstd-sys-0424452d54df87df/out/fb80479a5fb81f6a-hist.o differ diff --git a/target/debug/build/zstd-sys-0424452d54df87df/out/fb80479a5fb81f6a-huf_compress.o b/target/debug/build/zstd-sys-0424452d54df87df/out/fb80479a5fb81f6a-huf_compress.o new file mode 100644 index 0000000..1545235 Binary files /dev/null and b/target/debug/build/zstd-sys-0424452d54df87df/out/fb80479a5fb81f6a-huf_compress.o differ diff --git a/target/debug/build/zstd-sys-0424452d54df87df/out/fb80479a5fb81f6a-zstd_compress.o b/target/debug/build/zstd-sys-0424452d54df87df/out/fb80479a5fb81f6a-zstd_compress.o new file mode 100644 index 0000000..dc9f1f6 Binary files /dev/null and b/target/debug/build/zstd-sys-0424452d54df87df/out/fb80479a5fb81f6a-zstd_compress.o differ diff --git a/target/debug/build/zstd-sys-0424452d54df87df/out/fb80479a5fb81f6a-zstd_compress_literals.o b/target/debug/build/zstd-sys-0424452d54df87df/out/fb80479a5fb81f6a-zstd_compress_literals.o new file mode 100644 index 0000000..0952f79 Binary files /dev/null and b/target/debug/build/zstd-sys-0424452d54df87df/out/fb80479a5fb81f6a-zstd_compress_literals.o differ diff --git a/target/debug/build/zstd-sys-0424452d54df87df/out/fb80479a5fb81f6a-zstd_compress_sequences.o b/target/debug/build/zstd-sys-0424452d54df87df/out/fb80479a5fb81f6a-zstd_compress_sequences.o new file mode 100644 index 0000000..617913b Binary files /dev/null and b/target/debug/build/zstd-sys-0424452d54df87df/out/fb80479a5fb81f6a-zstd_compress_sequences.o differ diff --git a/target/debug/build/zstd-sys-0424452d54df87df/out/fb80479a5fb81f6a-zstd_compress_superblock.o b/target/debug/build/zstd-sys-0424452d54df87df/out/fb80479a5fb81f6a-zstd_compress_superblock.o new file mode 100644 index 0000000..5db1ad6 Binary files /dev/null and b/target/debug/build/zstd-sys-0424452d54df87df/out/fb80479a5fb81f6a-zstd_compress_superblock.o differ diff --git a/target/debug/build/zstd-sys-0424452d54df87df/out/fb80479a5fb81f6a-zstd_double_fast.o b/target/debug/build/zstd-sys-0424452d54df87df/out/fb80479a5fb81f6a-zstd_double_fast.o new file mode 100644 index 0000000..1a64418 Binary files /dev/null and b/target/debug/build/zstd-sys-0424452d54df87df/out/fb80479a5fb81f6a-zstd_double_fast.o differ diff --git a/target/debug/build/zstd-sys-0424452d54df87df/out/fb80479a5fb81f6a-zstd_fast.o b/target/debug/build/zstd-sys-0424452d54df87df/out/fb80479a5fb81f6a-zstd_fast.o new file mode 100644 index 0000000..04e8bb7 Binary files /dev/null and b/target/debug/build/zstd-sys-0424452d54df87df/out/fb80479a5fb81f6a-zstd_fast.o differ diff --git a/target/debug/build/zstd-sys-0424452d54df87df/out/fb80479a5fb81f6a-zstd_lazy.o b/target/debug/build/zstd-sys-0424452d54df87df/out/fb80479a5fb81f6a-zstd_lazy.o new file mode 100644 index 0000000..ef3cc0d Binary files /dev/null and b/target/debug/build/zstd-sys-0424452d54df87df/out/fb80479a5fb81f6a-zstd_lazy.o differ diff --git a/target/debug/build/zstd-sys-0424452d54df87df/out/fb80479a5fb81f6a-zstd_ldm.o b/target/debug/build/zstd-sys-0424452d54df87df/out/fb80479a5fb81f6a-zstd_ldm.o new file mode 100644 index 0000000..2a51544 Binary files /dev/null and b/target/debug/build/zstd-sys-0424452d54df87df/out/fb80479a5fb81f6a-zstd_ldm.o differ diff --git a/target/debug/build/zstd-sys-0424452d54df87df/out/fb80479a5fb81f6a-zstd_opt.o b/target/debug/build/zstd-sys-0424452d54df87df/out/fb80479a5fb81f6a-zstd_opt.o new file mode 100644 index 0000000..cd01539 Binary files /dev/null and b/target/debug/build/zstd-sys-0424452d54df87df/out/fb80479a5fb81f6a-zstd_opt.o differ diff --git a/target/debug/build/zstd-sys-0424452d54df87df/out/fb80479a5fb81f6a-zstd_preSplit.o b/target/debug/build/zstd-sys-0424452d54df87df/out/fb80479a5fb81f6a-zstd_preSplit.o new file mode 100644 index 0000000..171f896 Binary files /dev/null and b/target/debug/build/zstd-sys-0424452d54df87df/out/fb80479a5fb81f6a-zstd_preSplit.o differ diff --git a/target/debug/build/zstd-sys-0424452d54df87df/out/fb80479a5fb81f6a-zstdmt_compress.o b/target/debug/build/zstd-sys-0424452d54df87df/out/fb80479a5fb81f6a-zstdmt_compress.o new file mode 100644 index 0000000..38dee7f Binary files /dev/null and b/target/debug/build/zstd-sys-0424452d54df87df/out/fb80479a5fb81f6a-zstdmt_compress.o differ diff --git a/target/debug/build/zstd-sys-0424452d54df87df/out/flag_check b/target/debug/build/zstd-sys-0424452d54df87df/out/flag_check new file mode 100644 index 0000000..f59e8f3 Binary files /dev/null and b/target/debug/build/zstd-sys-0424452d54df87df/out/flag_check differ diff --git a/target/debug/build/zstd-sys-0424452d54df87df/out/flag_check.c b/target/debug/build/zstd-sys-0424452d54df87df/out/flag_check.c new file mode 100644 index 0000000..f1d95ed --- /dev/null +++ b/target/debug/build/zstd-sys-0424452d54df87df/out/flag_check.c @@ -0,0 +1 @@ +int main(void) { return 0; } \ No newline at end of file diff --git a/target/debug/build/zstd-sys-0424452d54df87df/out/include/zstd.h b/target/debug/build/zstd-sys-0424452d54df87df/out/include/zstd.h new file mode 100644 index 0000000..b8c0644 --- /dev/null +++ b/target/debug/build/zstd-sys-0424452d54df87df/out/include/zstd.h @@ -0,0 +1,3198 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under both the BSD-style license (found in the + * LICENSE file in the root directory of this source tree) and the GPLv2 (found + * in the COPYING file in the root directory of this source tree). + * You may select, at your option, one of the above-listed licenses. + */ + +#ifndef ZSTD_H_235446 +#define ZSTD_H_235446 + + +/* ====== Dependencies ======*/ +#include /* size_t */ + +#include "zstd_errors.h" /* list of errors */ +#if defined(ZSTD_STATIC_LINKING_ONLY) && !defined(ZSTD_H_ZSTD_STATIC_LINKING_ONLY) +#include /* INT_MAX */ +#endif /* ZSTD_STATIC_LINKING_ONLY */ + +#if defined (__cplusplus) +extern "C" { +#endif + +/* ===== ZSTDLIB_API : control library symbols visibility ===== */ +#ifndef ZSTDLIB_VISIBLE + /* Backwards compatibility with old macro name */ +# ifdef ZSTDLIB_VISIBILITY +# define ZSTDLIB_VISIBLE ZSTDLIB_VISIBILITY +# elif defined(__GNUC__) && (__GNUC__ >= 4) && !defined(__MINGW32__) +# define ZSTDLIB_VISIBLE __attribute__ ((visibility ("default"))) +# else +# define ZSTDLIB_VISIBLE +# endif +#endif + +#ifndef ZSTDLIB_HIDDEN +# if defined(__GNUC__) && (__GNUC__ >= 4) && !defined(__MINGW32__) +# define ZSTDLIB_HIDDEN __attribute__ ((visibility ("hidden"))) +# else +# define ZSTDLIB_HIDDEN +# endif +#endif + +#if defined(ZSTD_DLL_EXPORT) && (ZSTD_DLL_EXPORT==1) +# define ZSTDLIB_API __declspec(dllexport) ZSTDLIB_VISIBLE +#elif defined(ZSTD_DLL_IMPORT) && (ZSTD_DLL_IMPORT==1) +# define ZSTDLIB_API __declspec(dllimport) ZSTDLIB_VISIBLE /* It isn't required but allows to generate better code, saving a function pointer load from the IAT and an indirect jump.*/ +#else +# define ZSTDLIB_API ZSTDLIB_VISIBLE +#endif + +/* Deprecation warnings : + * Should these warnings be a problem, it is generally possible to disable them, + * typically with -Wno-deprecated-declarations for gcc or _CRT_SECURE_NO_WARNINGS in Visual. + * Otherwise, it's also possible to define ZSTD_DISABLE_DEPRECATE_WARNINGS. + */ +#ifdef ZSTD_DISABLE_DEPRECATE_WARNINGS +# define ZSTD_DEPRECATED(message) /* disable deprecation warnings */ +#else +# if defined (__cplusplus) && (__cplusplus >= 201402) /* C++14 or greater */ +# define ZSTD_DEPRECATED(message) [[deprecated(message)]] +# elif (defined(GNUC) && (GNUC > 4 || (GNUC == 4 && GNUC_MINOR >= 5))) || defined(__clang__) || defined(__IAR_SYSTEMS_ICC__) +# define ZSTD_DEPRECATED(message) __attribute__((deprecated(message))) +# elif defined(__GNUC__) && (__GNUC__ >= 3) +# define ZSTD_DEPRECATED(message) __attribute__((deprecated)) +# elif defined(_MSC_VER) +# define ZSTD_DEPRECATED(message) __declspec(deprecated(message)) +# else +# pragma message("WARNING: You need to implement ZSTD_DEPRECATED for this compiler") +# define ZSTD_DEPRECATED(message) +# endif +#endif /* ZSTD_DISABLE_DEPRECATE_WARNINGS */ + + +/******************************************************************************* + Introduction + + zstd, short for Zstandard, is a fast lossless compression algorithm, targeting + real-time compression scenarios at zlib-level and better compression ratios. + The zstd compression library provides in-memory compression and decompression + functions. + + The library supports regular compression levels from 1 up to ZSTD_maxCLevel(), + which is currently 22. Levels >= 20, labeled `--ultra`, should be used with + caution, as they require more memory. The library also offers negative + compression levels, which extend the range of speed vs. ratio preferences. + The lower the level, the faster the speed (at the cost of compression). + + Compression can be done in: + - a single step (described as Simple API) + - a single step, reusing a context (described as Explicit context) + - unbounded multiple steps (described as Streaming compression) + + The compression ratio achievable on small data can be highly improved using + a dictionary. Dictionary compression can be performed in: + - a single step (described as Simple dictionary API) + - a single step, reusing a dictionary (described as Bulk-processing + dictionary API) + + Advanced experimental functions can be accessed using + `#define ZSTD_STATIC_LINKING_ONLY` before including zstd.h. + + Advanced experimental APIs should never be used with a dynamically-linked + library. They are not "stable"; their definitions or signatures may change in + the future. Only static linking is allowed. +*******************************************************************************/ + +/*------ Version ------*/ +#define ZSTD_VERSION_MAJOR 1 +#define ZSTD_VERSION_MINOR 5 +#define ZSTD_VERSION_RELEASE 7 +#define ZSTD_VERSION_NUMBER (ZSTD_VERSION_MAJOR *100*100 + ZSTD_VERSION_MINOR *100 + ZSTD_VERSION_RELEASE) + +/*! ZSTD_versionNumber() : + * Return runtime library version, the value is (MAJOR*100*100 + MINOR*100 + RELEASE). */ +ZSTDLIB_API unsigned ZSTD_versionNumber(void); + +#define ZSTD_LIB_VERSION ZSTD_VERSION_MAJOR.ZSTD_VERSION_MINOR.ZSTD_VERSION_RELEASE +#define ZSTD_QUOTE(str) #str +#define ZSTD_EXPAND_AND_QUOTE(str) ZSTD_QUOTE(str) +#define ZSTD_VERSION_STRING ZSTD_EXPAND_AND_QUOTE(ZSTD_LIB_VERSION) + +/*! ZSTD_versionString() : + * Return runtime library version, like "1.4.5". Requires v1.3.0+. */ +ZSTDLIB_API const char* ZSTD_versionString(void); + +/* ************************************* + * Default constant + ***************************************/ +#ifndef ZSTD_CLEVEL_DEFAULT +# define ZSTD_CLEVEL_DEFAULT 3 +#endif + +/* ************************************* + * Constants + ***************************************/ + +/* All magic numbers are supposed read/written to/from files/memory using little-endian convention */ +#define ZSTD_MAGICNUMBER 0xFD2FB528 /* valid since v0.8.0 */ +#define ZSTD_MAGIC_DICTIONARY 0xEC30A437 /* valid since v0.7.0 */ +#define ZSTD_MAGIC_SKIPPABLE_START 0x184D2A50 /* all 16 values, from 0x184D2A50 to 0x184D2A5F, signal the beginning of a skippable frame */ +#define ZSTD_MAGIC_SKIPPABLE_MASK 0xFFFFFFF0 + +#define ZSTD_BLOCKSIZELOG_MAX 17 +#define ZSTD_BLOCKSIZE_MAX (1<= ZSTD_compressBound(srcSize)` guarantees that zstd will have + * enough space to successfully compress the data. + * @return : compressed size written into `dst` (<= `dstCapacity), + * or an error code if it fails (which can be tested using ZSTD_isError()). */ +ZSTDLIB_API size_t ZSTD_compress( void* dst, size_t dstCapacity, + const void* src, size_t srcSize, + int compressionLevel); + +/*! ZSTD_decompress() : + * `compressedSize` : must be the _exact_ size of some number of compressed and/or skippable frames. + * Multiple compressed frames can be decompressed at once with this method. + * The result will be the concatenation of all decompressed frames, back to back. + * `dstCapacity` is an upper bound of originalSize to regenerate. + * First frame's decompressed size can be extracted using ZSTD_getFrameContentSize(). + * If maximum upper bound isn't known, prefer using streaming mode to decompress data. + * @return : the number of bytes decompressed into `dst` (<= `dstCapacity`), + * or an errorCode if it fails (which can be tested using ZSTD_isError()). */ +ZSTDLIB_API size_t ZSTD_decompress( void* dst, size_t dstCapacity, + const void* src, size_t compressedSize); + + +/*====== Decompression helper functions ======*/ + +/*! ZSTD_getFrameContentSize() : requires v1.3.0+ + * `src` should point to the start of a ZSTD encoded frame. + * `srcSize` must be at least as large as the frame header. + * hint : any size >= `ZSTD_frameHeaderSize_max` is large enough. + * @return : - decompressed size of `src` frame content, if known + * - ZSTD_CONTENTSIZE_UNKNOWN if the size cannot be determined + * - ZSTD_CONTENTSIZE_ERROR if an error occurred (e.g. invalid magic number, srcSize too small) + * note 1 : a 0 return value means the frame is valid but "empty". + * When invoking this method on a skippable frame, it will return 0. + * note 2 : decompressed size is an optional field, it may not be present (typically in streaming mode). + * When `return==ZSTD_CONTENTSIZE_UNKNOWN`, data to decompress could be any size. + * In which case, it's necessary to use streaming mode to decompress data. + * Optionally, application can rely on some implicit limit, + * as ZSTD_decompress() only needs an upper bound of decompressed size. + * (For example, data could be necessarily cut into blocks <= 16 KB). + * note 3 : decompressed size is always present when compression is completed using single-pass functions, + * such as ZSTD_compress(), ZSTD_compressCCtx() ZSTD_compress_usingDict() or ZSTD_compress_usingCDict(). + * note 4 : decompressed size can be very large (64-bits value), + * potentially larger than what local system can handle as a single memory segment. + * In which case, it's necessary to use streaming mode to decompress data. + * note 5 : If source is untrusted, decompressed size could be wrong or intentionally modified. + * Always ensure return value fits within application's authorized limits. + * Each application can set its own limits. + * note 6 : This function replaces ZSTD_getDecompressedSize() */ +#define ZSTD_CONTENTSIZE_UNKNOWN (0ULL - 1) +#define ZSTD_CONTENTSIZE_ERROR (0ULL - 2) +ZSTDLIB_API unsigned long long ZSTD_getFrameContentSize(const void *src, size_t srcSize); + +/*! ZSTD_getDecompressedSize() (obsolete): + * This function is now obsolete, in favor of ZSTD_getFrameContentSize(). + * Both functions work the same way, but ZSTD_getDecompressedSize() blends + * "empty", "unknown" and "error" results to the same return value (0), + * while ZSTD_getFrameContentSize() gives them separate return values. + * @return : decompressed size of `src` frame content _if known and not empty_, 0 otherwise. */ +ZSTD_DEPRECATED("Replaced by ZSTD_getFrameContentSize") +ZSTDLIB_API unsigned long long ZSTD_getDecompressedSize(const void* src, size_t srcSize); + +/*! ZSTD_findFrameCompressedSize() : Requires v1.4.0+ + * `src` should point to the start of a ZSTD frame or skippable frame. + * `srcSize` must be >= first frame size + * @return : the compressed size of the first frame starting at `src`, + * suitable to pass as `srcSize` to `ZSTD_decompress` or similar, + * or an error code if input is invalid + * Note 1: this method is called _find*() because it's not enough to read the header, + * it may have to scan through the frame's content, to reach its end. + * Note 2: this method also works with Skippable Frames. In which case, + * it returns the size of the complete skippable frame, + * which is always equal to its content size + 8 bytes for headers. */ +ZSTDLIB_API size_t ZSTD_findFrameCompressedSize(const void* src, size_t srcSize); + + +/*====== Compression helper functions ======*/ + +/*! ZSTD_compressBound() : + * maximum compressed size in worst case single-pass scenario. + * When invoking `ZSTD_compress()`, or any other one-pass compression function, + * it's recommended to provide @dstCapacity >= ZSTD_compressBound(srcSize) + * as it eliminates one potential failure scenario, + * aka not enough room in dst buffer to write the compressed frame. + * Note : ZSTD_compressBound() itself can fail, if @srcSize >= ZSTD_MAX_INPUT_SIZE . + * In which case, ZSTD_compressBound() will return an error code + * which can be tested using ZSTD_isError(). + * + * ZSTD_COMPRESSBOUND() : + * same as ZSTD_compressBound(), but as a macro. + * It can be used to produce constants, which can be useful for static allocation, + * for example to size a static array on stack. + * Will produce constant value 0 if srcSize is too large. + */ +#define ZSTD_MAX_INPUT_SIZE ((sizeof(size_t)==8) ? 0xFF00FF00FF00FF00ULL : 0xFF00FF00U) +#define ZSTD_COMPRESSBOUND(srcSize) (((size_t)(srcSize) >= ZSTD_MAX_INPUT_SIZE) ? 0 : (srcSize) + ((srcSize)>>8) + (((srcSize) < (128<<10)) ? (((128<<10) - (srcSize)) >> 11) /* margin, from 64 to 0 */ : 0)) /* this formula ensures that bound(A) + bound(B) <= bound(A+B) as long as A and B >= 128 KB */ +ZSTDLIB_API size_t ZSTD_compressBound(size_t srcSize); /*!< maximum compressed size in worst case single-pass scenario */ + + +/*====== Error helper functions ======*/ +/* ZSTD_isError() : + * Most ZSTD_* functions returning a size_t value can be tested for error, + * using ZSTD_isError(). + * @return 1 if error, 0 otherwise + */ +ZSTDLIB_API unsigned ZSTD_isError(size_t result); /*!< tells if a `size_t` function result is an error code */ +ZSTDLIB_API ZSTD_ErrorCode ZSTD_getErrorCode(size_t functionResult); /* convert a result into an error code, which can be compared to error enum list */ +ZSTDLIB_API const char* ZSTD_getErrorName(size_t result); /*!< provides readable string from a function result */ +ZSTDLIB_API int ZSTD_minCLevel(void); /*!< minimum negative compression level allowed, requires v1.4.0+ */ +ZSTDLIB_API int ZSTD_maxCLevel(void); /*!< maximum compression level available */ +ZSTDLIB_API int ZSTD_defaultCLevel(void); /*!< default compression level, specified by ZSTD_CLEVEL_DEFAULT, requires v1.5.0+ */ + + +/*************************************** +* Explicit context +***************************************/ +/*= Compression context + * When compressing many times, + * it is recommended to allocate a compression context just once, + * and reuse it for each successive compression operation. + * This will make the workload easier for system's memory. + * Note : re-using context is just a speed / resource optimization. + * It doesn't change the compression ratio, which remains identical. + * Note 2: For parallel execution in multi-threaded environments, + * use one different context per thread . + */ +typedef struct ZSTD_CCtx_s ZSTD_CCtx; +ZSTDLIB_API ZSTD_CCtx* ZSTD_createCCtx(void); +ZSTDLIB_API size_t ZSTD_freeCCtx(ZSTD_CCtx* cctx); /* compatible with NULL pointer */ + +/*! ZSTD_compressCCtx() : + * Same as ZSTD_compress(), using an explicit ZSTD_CCtx. + * Important : in order to mirror `ZSTD_compress()` behavior, + * this function compresses at the requested compression level, + * __ignoring any other advanced parameter__ . + * If any advanced parameter was set using the advanced API, + * they will all be reset. Only @compressionLevel remains. + */ +ZSTDLIB_API size_t ZSTD_compressCCtx(ZSTD_CCtx* cctx, + void* dst, size_t dstCapacity, + const void* src, size_t srcSize, + int compressionLevel); + +/*= Decompression context + * When decompressing many times, + * it is recommended to allocate a context only once, + * and reuse it for each successive compression operation. + * This will make workload friendlier for system's memory. + * Use one context per thread for parallel execution. */ +typedef struct ZSTD_DCtx_s ZSTD_DCtx; +ZSTDLIB_API ZSTD_DCtx* ZSTD_createDCtx(void); +ZSTDLIB_API size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx); /* accept NULL pointer */ + +/*! ZSTD_decompressDCtx() : + * Same as ZSTD_decompress(), + * requires an allocated ZSTD_DCtx. + * Compatible with sticky parameters (see below). + */ +ZSTDLIB_API size_t ZSTD_decompressDCtx(ZSTD_DCtx* dctx, + void* dst, size_t dstCapacity, + const void* src, size_t srcSize); + + +/********************************************* +* Advanced compression API (Requires v1.4.0+) +**********************************************/ + +/* API design : + * Parameters are pushed one by one into an existing context, + * using ZSTD_CCtx_set*() functions. + * Pushed parameters are sticky : they are valid for next compressed frame, and any subsequent frame. + * "sticky" parameters are applicable to `ZSTD_compress2()` and `ZSTD_compressStream*()` ! + * __They do not apply to one-shot variants such as ZSTD_compressCCtx()__ . + * + * It's possible to reset all parameters to "default" using ZSTD_CCtx_reset(). + * + * This API supersedes all other "advanced" API entry points in the experimental section. + * In the future, we expect to remove API entry points from experimental which are redundant with this API. + */ + + +/* Compression strategies, listed from fastest to strongest */ +typedef enum { ZSTD_fast=1, + ZSTD_dfast=2, + ZSTD_greedy=3, + ZSTD_lazy=4, + ZSTD_lazy2=5, + ZSTD_btlazy2=6, + ZSTD_btopt=7, + ZSTD_btultra=8, + ZSTD_btultra2=9 + /* note : new strategies _might_ be added in the future. + Only the order (from fast to strong) is guaranteed */ +} ZSTD_strategy; + +typedef enum { + + /* compression parameters + * Note: When compressing with a ZSTD_CDict these parameters are superseded + * by the parameters used to construct the ZSTD_CDict. + * See ZSTD_CCtx_refCDict() for more info (superseded-by-cdict). */ + ZSTD_c_compressionLevel=100, /* Set compression parameters according to pre-defined cLevel table. + * Note that exact compression parameters are dynamically determined, + * depending on both compression level and srcSize (when known). + * Default level is ZSTD_CLEVEL_DEFAULT==3. + * Special: value 0 means default, which is controlled by ZSTD_CLEVEL_DEFAULT. + * Note 1 : it's possible to pass a negative compression level. + * Note 2 : setting a level does not automatically set all other compression parameters + * to default. Setting this will however eventually dynamically impact the compression + * parameters which have not been manually set. The manually set + * ones will 'stick'. */ + /* Advanced compression parameters : + * It's possible to pin down compression parameters to some specific values. + * In which case, these values are no longer dynamically selected by the compressor */ + ZSTD_c_windowLog=101, /* Maximum allowed back-reference distance, expressed as power of 2. + * This will set a memory budget for streaming decompression, + * with larger values requiring more memory + * and typically compressing more. + * Must be clamped between ZSTD_WINDOWLOG_MIN and ZSTD_WINDOWLOG_MAX. + * Special: value 0 means "use default windowLog". + * Note: Using a windowLog greater than ZSTD_WINDOWLOG_LIMIT_DEFAULT + * requires explicitly allowing such size at streaming decompression stage. */ + ZSTD_c_hashLog=102, /* Size of the initial probe table, as a power of 2. + * Resulting memory usage is (1 << (hashLog+2)). + * Must be clamped between ZSTD_HASHLOG_MIN and ZSTD_HASHLOG_MAX. + * Larger tables improve compression ratio of strategies <= dFast, + * and improve speed of strategies > dFast. + * Special: value 0 means "use default hashLog". */ + ZSTD_c_chainLog=103, /* Size of the multi-probe search table, as a power of 2. + * Resulting memory usage is (1 << (chainLog+2)). + * Must be clamped between ZSTD_CHAINLOG_MIN and ZSTD_CHAINLOG_MAX. + * Larger tables result in better and slower compression. + * This parameter is useless for "fast" strategy. + * It's still useful when using "dfast" strategy, + * in which case it defines a secondary probe table. + * Special: value 0 means "use default chainLog". */ + ZSTD_c_searchLog=104, /* Number of search attempts, as a power of 2. + * More attempts result in better and slower compression. + * This parameter is useless for "fast" and "dFast" strategies. + * Special: value 0 means "use default searchLog". */ + ZSTD_c_minMatch=105, /* Minimum size of searched matches. + * Note that Zstandard can still find matches of smaller size, + * it just tweaks its search algorithm to look for this size and larger. + * Larger values increase compression and decompression speed, but decrease ratio. + * Must be clamped between ZSTD_MINMATCH_MIN and ZSTD_MINMATCH_MAX. + * Note that currently, for all strategies < btopt, effective minimum is 4. + * , for all strategies > fast, effective maximum is 6. + * Special: value 0 means "use default minMatchLength". */ + ZSTD_c_targetLength=106, /* Impact of this field depends on strategy. + * For strategies btopt, btultra & btultra2: + * Length of Match considered "good enough" to stop search. + * Larger values make compression stronger, and slower. + * For strategy fast: + * Distance between match sampling. + * Larger values make compression faster, and weaker. + * Special: value 0 means "use default targetLength". */ + ZSTD_c_strategy=107, /* See ZSTD_strategy enum definition. + * The higher the value of selected strategy, the more complex it is, + * resulting in stronger and slower compression. + * Special: value 0 means "use default strategy". */ + + ZSTD_c_targetCBlockSize=130, /* v1.5.6+ + * Attempts to fit compressed block size into approximately targetCBlockSize. + * Bound by ZSTD_TARGETCBLOCKSIZE_MIN and ZSTD_TARGETCBLOCKSIZE_MAX. + * Note that it's not a guarantee, just a convergence target (default:0). + * No target when targetCBlockSize == 0. + * This is helpful in low bandwidth streaming environments to improve end-to-end latency, + * when a client can make use of partial documents (a prominent example being Chrome). + * Note: this parameter is stable since v1.5.6. + * It was present as an experimental parameter in earlier versions, + * but it's not recommended using it with earlier library versions + * due to massive performance regressions. + */ + /* LDM mode parameters */ + ZSTD_c_enableLongDistanceMatching=160, /* Enable long distance matching. + * This parameter is designed to improve compression ratio + * for large inputs, by finding large matches at long distance. + * It increases memory usage and window size. + * Note: enabling this parameter increases default ZSTD_c_windowLog to 128 MB + * except when expressly set to a different value. + * Note: will be enabled by default if ZSTD_c_windowLog >= 128 MB and + * compression strategy >= ZSTD_btopt (== compression level 16+) */ + ZSTD_c_ldmHashLog=161, /* Size of the table for long distance matching, as a power of 2. + * Larger values increase memory usage and compression ratio, + * but decrease compression speed. + * Must be clamped between ZSTD_HASHLOG_MIN and ZSTD_HASHLOG_MAX + * default: windowlog - 7. + * Special: value 0 means "automatically determine hashlog". */ + ZSTD_c_ldmMinMatch=162, /* Minimum match size for long distance matcher. + * Larger/too small values usually decrease compression ratio. + * Must be clamped between ZSTD_LDM_MINMATCH_MIN and ZSTD_LDM_MINMATCH_MAX. + * Special: value 0 means "use default value" (default: 64). */ + ZSTD_c_ldmBucketSizeLog=163, /* Log size of each bucket in the LDM hash table for collision resolution. + * Larger values improve collision resolution but decrease compression speed. + * The maximum value is ZSTD_LDM_BUCKETSIZELOG_MAX. + * Special: value 0 means "use default value" (default: 3). */ + ZSTD_c_ldmHashRateLog=164, /* Frequency of inserting/looking up entries into the LDM hash table. + * Must be clamped between 0 and (ZSTD_WINDOWLOG_MAX - ZSTD_HASHLOG_MIN). + * Default is MAX(0, (windowLog - ldmHashLog)), optimizing hash table usage. + * Larger values improve compression speed. + * Deviating far from default value will likely result in a compression ratio decrease. + * Special: value 0 means "automatically determine hashRateLog". */ + + /* frame parameters */ + ZSTD_c_contentSizeFlag=200, /* Content size will be written into frame header _whenever known_ (default:1) + * Content size must be known at the beginning of compression. + * This is automatically the case when using ZSTD_compress2(), + * For streaming scenarios, content size must be provided with ZSTD_CCtx_setPledgedSrcSize() */ + ZSTD_c_checksumFlag=201, /* A 32-bits checksum of content is written at end of frame (default:0) */ + ZSTD_c_dictIDFlag=202, /* When applicable, dictionary's ID is written into frame header (default:1) */ + + /* multi-threading parameters */ + /* These parameters are only active if multi-threading is enabled (compiled with build macro ZSTD_MULTITHREAD). + * Otherwise, trying to set any other value than default (0) will be a no-op and return an error. + * In a situation where it's unknown if the linked library supports multi-threading or not, + * setting ZSTD_c_nbWorkers to any value >= 1 and consulting the return value provides a quick way to check this property. + */ + ZSTD_c_nbWorkers=400, /* Select how many threads will be spawned to compress in parallel. + * When nbWorkers >= 1, triggers asynchronous mode when invoking ZSTD_compressStream*() : + * ZSTD_compressStream*() consumes input and flush output if possible, but immediately gives back control to caller, + * while compression is performed in parallel, within worker thread(s). + * (note : a strong exception to this rule is when first invocation of ZSTD_compressStream2() sets ZSTD_e_end : + * in which case, ZSTD_compressStream2() delegates to ZSTD_compress2(), which is always a blocking call). + * More workers improve speed, but also increase memory usage. + * Default value is `0`, aka "single-threaded mode" : no worker is spawned, + * compression is performed inside Caller's thread, and all invocations are blocking */ + ZSTD_c_jobSize=401, /* Size of a compression job. This value is enforced only when nbWorkers >= 1. + * Each compression job is completed in parallel, so this value can indirectly impact the nb of active threads. + * 0 means default, which is dynamically determined based on compression parameters. + * Job size must be a minimum of overlap size, or ZSTDMT_JOBSIZE_MIN (= 512 KB), whichever is largest. + * The minimum size is automatically and transparently enforced. */ + ZSTD_c_overlapLog=402, /* Control the overlap size, as a fraction of window size. + * The overlap size is an amount of data reloaded from previous job at the beginning of a new job. + * It helps preserve compression ratio, while each job is compressed in parallel. + * This value is enforced only when nbWorkers >= 1. + * Larger values increase compression ratio, but decrease speed. + * Possible values range from 0 to 9 : + * - 0 means "default" : value will be determined by the library, depending on strategy + * - 1 means "no overlap" + * - 9 means "full overlap", using a full window size. + * Each intermediate rank increases/decreases load size by a factor 2 : + * 9: full window; 8: w/2; 7: w/4; 6: w/8; 5:w/16; 4: w/32; 3:w/64; 2:w/128; 1:no overlap; 0:default + * default value varies between 6 and 9, depending on strategy */ + + /* note : additional experimental parameters are also available + * within the experimental section of the API. + * At the time of this writing, they include : + * ZSTD_c_rsyncable + * ZSTD_c_format + * ZSTD_c_forceMaxWindow + * ZSTD_c_forceAttachDict + * ZSTD_c_literalCompressionMode + * ZSTD_c_srcSizeHint + * ZSTD_c_enableDedicatedDictSearch + * ZSTD_c_stableInBuffer + * ZSTD_c_stableOutBuffer + * ZSTD_c_blockDelimiters + * ZSTD_c_validateSequences + * ZSTD_c_blockSplitterLevel + * ZSTD_c_splitAfterSequences + * ZSTD_c_useRowMatchFinder + * ZSTD_c_prefetchCDictTables + * ZSTD_c_enableSeqProducerFallback + * ZSTD_c_maxBlockSize + * Because they are not stable, it's necessary to define ZSTD_STATIC_LINKING_ONLY to access them. + * note : never ever use experimentalParam? names directly; + * also, the enums values themselves are unstable and can still change. + */ + ZSTD_c_experimentalParam1=500, + ZSTD_c_experimentalParam2=10, + ZSTD_c_experimentalParam3=1000, + ZSTD_c_experimentalParam4=1001, + ZSTD_c_experimentalParam5=1002, + /* was ZSTD_c_experimentalParam6=1003; is now ZSTD_c_targetCBlockSize */ + ZSTD_c_experimentalParam7=1004, + ZSTD_c_experimentalParam8=1005, + ZSTD_c_experimentalParam9=1006, + ZSTD_c_experimentalParam10=1007, + ZSTD_c_experimentalParam11=1008, + ZSTD_c_experimentalParam12=1009, + ZSTD_c_experimentalParam13=1010, + ZSTD_c_experimentalParam14=1011, + ZSTD_c_experimentalParam15=1012, + ZSTD_c_experimentalParam16=1013, + ZSTD_c_experimentalParam17=1014, + ZSTD_c_experimentalParam18=1015, + ZSTD_c_experimentalParam19=1016, + ZSTD_c_experimentalParam20=1017 +} ZSTD_cParameter; + +typedef struct { + size_t error; + int lowerBound; + int upperBound; +} ZSTD_bounds; + +/*! ZSTD_cParam_getBounds() : + * All parameters must belong to an interval with lower and upper bounds, + * otherwise they will either trigger an error or be automatically clamped. + * @return : a structure, ZSTD_bounds, which contains + * - an error status field, which must be tested using ZSTD_isError() + * - lower and upper bounds, both inclusive + */ +ZSTDLIB_API ZSTD_bounds ZSTD_cParam_getBounds(ZSTD_cParameter cParam); + +/*! ZSTD_CCtx_setParameter() : + * Set one compression parameter, selected by enum ZSTD_cParameter. + * All parameters have valid bounds. Bounds can be queried using ZSTD_cParam_getBounds(). + * Providing a value beyond bound will either clamp it, or trigger an error (depending on parameter). + * Setting a parameter is generally only possible during frame initialization (before starting compression). + * Exception : when using multi-threading mode (nbWorkers >= 1), + * the following parameters can be updated _during_ compression (within same frame): + * => compressionLevel, hashLog, chainLog, searchLog, minMatch, targetLength and strategy. + * new parameters will be active for next job only (after a flush()). + * @return : an error code (which can be tested using ZSTD_isError()). + */ +ZSTDLIB_API size_t ZSTD_CCtx_setParameter(ZSTD_CCtx* cctx, ZSTD_cParameter param, int value); + +/*! ZSTD_CCtx_setPledgedSrcSize() : + * Total input data size to be compressed as a single frame. + * Value will be written in frame header, unless if explicitly forbidden using ZSTD_c_contentSizeFlag. + * This value will also be controlled at end of frame, and trigger an error if not respected. + * @result : 0, or an error code (which can be tested with ZSTD_isError()). + * Note 1 : pledgedSrcSize==0 actually means zero, aka an empty frame. + * In order to mean "unknown content size", pass constant ZSTD_CONTENTSIZE_UNKNOWN. + * ZSTD_CONTENTSIZE_UNKNOWN is default value for any new frame. + * Note 2 : pledgedSrcSize is only valid once, for the next frame. + * It's discarded at the end of the frame, and replaced by ZSTD_CONTENTSIZE_UNKNOWN. + * Note 3 : Whenever all input data is provided and consumed in a single round, + * for example with ZSTD_compress2(), + * or invoking immediately ZSTD_compressStream2(,,,ZSTD_e_end), + * this value is automatically overridden by srcSize instead. + */ +ZSTDLIB_API size_t ZSTD_CCtx_setPledgedSrcSize(ZSTD_CCtx* cctx, unsigned long long pledgedSrcSize); + +typedef enum { + ZSTD_reset_session_only = 1, + ZSTD_reset_parameters = 2, + ZSTD_reset_session_and_parameters = 3 +} ZSTD_ResetDirective; + +/*! ZSTD_CCtx_reset() : + * There are 2 different things that can be reset, independently or jointly : + * - The session : will stop compressing current frame, and make CCtx ready to start a new one. + * Useful after an error, or to interrupt any ongoing compression. + * Any internal data not yet flushed is cancelled. + * Compression parameters and dictionary remain unchanged. + * They will be used to compress next frame. + * Resetting session never fails. + * - The parameters : changes all parameters back to "default". + * This also removes any reference to any dictionary or external sequence producer. + * Parameters can only be changed between 2 sessions (i.e. no compression is currently ongoing) + * otherwise the reset fails, and function returns an error value (which can be tested using ZSTD_isError()) + * - Both : similar to resetting the session, followed by resetting parameters. + */ +ZSTDLIB_API size_t ZSTD_CCtx_reset(ZSTD_CCtx* cctx, ZSTD_ResetDirective reset); + +/*! ZSTD_compress2() : + * Behave the same as ZSTD_compressCCtx(), but compression parameters are set using the advanced API. + * (note that this entry point doesn't even expose a compression level parameter). + * ZSTD_compress2() always starts a new frame. + * Should cctx hold data from a previously unfinished frame, everything about it is forgotten. + * - Compression parameters are pushed into CCtx before starting compression, using ZSTD_CCtx_set*() + * - The function is always blocking, returns when compression is completed. + * NOTE: Providing `dstCapacity >= ZSTD_compressBound(srcSize)` guarantees that zstd will have + * enough space to successfully compress the data, though it is possible it fails for other reasons. + * @return : compressed size written into `dst` (<= `dstCapacity), + * or an error code if it fails (which can be tested using ZSTD_isError()). + */ +ZSTDLIB_API size_t ZSTD_compress2( ZSTD_CCtx* cctx, + void* dst, size_t dstCapacity, + const void* src, size_t srcSize); + + +/*********************************************** +* Advanced decompression API (Requires v1.4.0+) +************************************************/ + +/* The advanced API pushes parameters one by one into an existing DCtx context. + * Parameters are sticky, and remain valid for all following frames + * using the same DCtx context. + * It's possible to reset parameters to default values using ZSTD_DCtx_reset(). + * Note : This API is compatible with existing ZSTD_decompressDCtx() and ZSTD_decompressStream(). + * Therefore, no new decompression function is necessary. + */ + +typedef enum { + + ZSTD_d_windowLogMax=100, /* Select a size limit (in power of 2) beyond which + * the streaming API will refuse to allocate memory buffer + * in order to protect the host from unreasonable memory requirements. + * This parameter is only useful in streaming mode, since no internal buffer is allocated in single-pass mode. + * By default, a decompression context accepts window sizes <= (1 << ZSTD_WINDOWLOG_LIMIT_DEFAULT). + * Special: value 0 means "use default maximum windowLog". */ + + /* note : additional experimental parameters are also available + * within the experimental section of the API. + * At the time of this writing, they include : + * ZSTD_d_format + * ZSTD_d_stableOutBuffer + * ZSTD_d_forceIgnoreChecksum + * ZSTD_d_refMultipleDDicts + * ZSTD_d_disableHuffmanAssembly + * ZSTD_d_maxBlockSize + * Because they are not stable, it's necessary to define ZSTD_STATIC_LINKING_ONLY to access them. + * note : never ever use experimentalParam? names directly + */ + ZSTD_d_experimentalParam1=1000, + ZSTD_d_experimentalParam2=1001, + ZSTD_d_experimentalParam3=1002, + ZSTD_d_experimentalParam4=1003, + ZSTD_d_experimentalParam5=1004, + ZSTD_d_experimentalParam6=1005 + +} ZSTD_dParameter; + +/*! ZSTD_dParam_getBounds() : + * All parameters must belong to an interval with lower and upper bounds, + * otherwise they will either trigger an error or be automatically clamped. + * @return : a structure, ZSTD_bounds, which contains + * - an error status field, which must be tested using ZSTD_isError() + * - both lower and upper bounds, inclusive + */ +ZSTDLIB_API ZSTD_bounds ZSTD_dParam_getBounds(ZSTD_dParameter dParam); + +/*! ZSTD_DCtx_setParameter() : + * Set one compression parameter, selected by enum ZSTD_dParameter. + * All parameters have valid bounds. Bounds can be queried using ZSTD_dParam_getBounds(). + * Providing a value beyond bound will either clamp it, or trigger an error (depending on parameter). + * Setting a parameter is only possible during frame initialization (before starting decompression). + * @return : 0, or an error code (which can be tested using ZSTD_isError()). + */ +ZSTDLIB_API size_t ZSTD_DCtx_setParameter(ZSTD_DCtx* dctx, ZSTD_dParameter param, int value); + +/*! ZSTD_DCtx_reset() : + * Return a DCtx to clean state. + * Session and parameters can be reset jointly or separately. + * Parameters can only be reset when no active frame is being decompressed. + * @return : 0, or an error code, which can be tested with ZSTD_isError() + */ +ZSTDLIB_API size_t ZSTD_DCtx_reset(ZSTD_DCtx* dctx, ZSTD_ResetDirective reset); + + +/**************************** +* Streaming +****************************/ + +typedef struct ZSTD_inBuffer_s { + const void* src; /**< start of input buffer */ + size_t size; /**< size of input buffer */ + size_t pos; /**< position where reading stopped. Will be updated. Necessarily 0 <= pos <= size */ +} ZSTD_inBuffer; + +typedef struct ZSTD_outBuffer_s { + void* dst; /**< start of output buffer */ + size_t size; /**< size of output buffer */ + size_t pos; /**< position where writing stopped. Will be updated. Necessarily 0 <= pos <= size */ +} ZSTD_outBuffer; + + + +/*-*********************************************************************** +* Streaming compression - HowTo +* +* A ZSTD_CStream object is required to track streaming operation. +* Use ZSTD_createCStream() and ZSTD_freeCStream() to create/release resources. +* ZSTD_CStream objects can be reused multiple times on consecutive compression operations. +* It is recommended to reuse ZSTD_CStream since it will play nicer with system's memory, by re-using already allocated memory. +* +* For parallel execution, use one separate ZSTD_CStream per thread. +* +* note : since v1.3.0, ZSTD_CStream and ZSTD_CCtx are the same thing. +* +* Parameters are sticky : when starting a new compression on the same context, +* it will reuse the same sticky parameters as previous compression session. +* When in doubt, it's recommended to fully initialize the context before usage. +* Use ZSTD_CCtx_reset() to reset the context and ZSTD_CCtx_setParameter(), +* ZSTD_CCtx_setPledgedSrcSize(), or ZSTD_CCtx_loadDictionary() and friends to +* set more specific parameters, the pledged source size, or load a dictionary. +* +* Use ZSTD_compressStream2() with ZSTD_e_continue as many times as necessary to +* consume input stream. The function will automatically update both `pos` +* fields within `input` and `output`. +* Note that the function may not consume the entire input, for example, because +* the output buffer is already full, in which case `input.pos < input.size`. +* The caller must check if input has been entirely consumed. +* If not, the caller must make some room to receive more compressed data, +* and then present again remaining input data. +* note: ZSTD_e_continue is guaranteed to make some forward progress when called, +* but doesn't guarantee maximal forward progress. This is especially relevant +* when compressing with multiple threads. The call won't block if it can +* consume some input, but if it can't it will wait for some, but not all, +* output to be flushed. +* @return : provides a minimum amount of data remaining to be flushed from internal buffers +* or an error code, which can be tested using ZSTD_isError(). +* +* At any moment, it's possible to flush whatever data might remain stuck within internal buffer, +* using ZSTD_compressStream2() with ZSTD_e_flush. `output->pos` will be updated. +* Note that, if `output->size` is too small, a single invocation with ZSTD_e_flush might not be enough (return code > 0). +* In which case, make some room to receive more compressed data, and call again ZSTD_compressStream2() with ZSTD_e_flush. +* You must continue calling ZSTD_compressStream2() with ZSTD_e_flush until it returns 0, at which point you can change the +* operation. +* note: ZSTD_e_flush will flush as much output as possible, meaning when compressing with multiple threads, it will +* block until the flush is complete or the output buffer is full. +* @return : 0 if internal buffers are entirely flushed, +* >0 if some data still present within internal buffer (the value is minimal estimation of remaining size), +* or an error code, which can be tested using ZSTD_isError(). +* +* Calling ZSTD_compressStream2() with ZSTD_e_end instructs to finish a frame. +* It will perform a flush and write frame epilogue. +* The epilogue is required for decoders to consider a frame completed. +* flush operation is the same, and follows same rules as calling ZSTD_compressStream2() with ZSTD_e_flush. +* You must continue calling ZSTD_compressStream2() with ZSTD_e_end until it returns 0, at which point you are free to +* start a new frame. +* note: ZSTD_e_end will flush as much output as possible, meaning when compressing with multiple threads, it will +* block until the flush is complete or the output buffer is full. +* @return : 0 if frame fully completed and fully flushed, +* >0 if some data still present within internal buffer (the value is minimal estimation of remaining size), +* or an error code, which can be tested using ZSTD_isError(). +* +* *******************************************************************/ + +typedef ZSTD_CCtx ZSTD_CStream; /**< CCtx and CStream are now effectively same object (>= v1.3.0) */ + /* Continue to distinguish them for compatibility with older versions <= v1.2.0 */ +/*===== ZSTD_CStream management functions =====*/ +ZSTDLIB_API ZSTD_CStream* ZSTD_createCStream(void); +ZSTDLIB_API size_t ZSTD_freeCStream(ZSTD_CStream* zcs); /* accept NULL pointer */ + +/*===== Streaming compression functions =====*/ +typedef enum { + ZSTD_e_continue=0, /* collect more data, encoder decides when to output compressed result, for optimal compression ratio */ + ZSTD_e_flush=1, /* flush any data provided so far, + * it creates (at least) one new block, that can be decoded immediately on reception; + * frame will continue: any future data can still reference previously compressed data, improving compression. + * note : multithreaded compression will block to flush as much output as possible. */ + ZSTD_e_end=2 /* flush any remaining data _and_ close current frame. + * note that frame is only closed after compressed data is fully flushed (return value == 0). + * After that point, any additional data starts a new frame. + * note : each frame is independent (does not reference any content from previous frame). + : note : multithreaded compression will block to flush as much output as possible. */ +} ZSTD_EndDirective; + +/*! ZSTD_compressStream2() : Requires v1.4.0+ + * Behaves about the same as ZSTD_compressStream, with additional control on end directive. + * - Compression parameters are pushed into CCtx before starting compression, using ZSTD_CCtx_set*() + * - Compression parameters cannot be changed once compression is started (save a list of exceptions in multi-threading mode) + * - output->pos must be <= dstCapacity, input->pos must be <= srcSize + * - output->pos and input->pos will be updated. They are guaranteed to remain below their respective limit. + * - endOp must be a valid directive + * - When nbWorkers==0 (default), function is blocking : it completes its job before returning to caller. + * - When nbWorkers>=1, function is non-blocking : it copies a portion of input, distributes jobs to internal worker threads, flush to output whatever is available, + * and then immediately returns, just indicating that there is some data remaining to be flushed. + * The function nonetheless guarantees forward progress : it will return only after it reads or write at least 1+ byte. + * - Exception : if the first call requests a ZSTD_e_end directive and provides enough dstCapacity, the function delegates to ZSTD_compress2() which is always blocking. + * - @return provides a minimum amount of data remaining to be flushed from internal buffers + * or an error code, which can be tested using ZSTD_isError(). + * if @return != 0, flush is not fully completed, there is still some data left within internal buffers. + * This is useful for ZSTD_e_flush, since in this case more flushes are necessary to empty all buffers. + * For ZSTD_e_end, @return == 0 when internal buffers are fully flushed and frame is completed. + * - after a ZSTD_e_end directive, if internal buffer is not fully flushed (@return != 0), + * only ZSTD_e_end or ZSTD_e_flush operations are allowed. + * Before starting a new compression job, or changing compression parameters, + * it is required to fully flush internal buffers. + * - note: if an operation ends with an error, it may leave @cctx in an undefined state. + * Therefore, it's UB to invoke ZSTD_compressStream2() of ZSTD_compressStream() on such a state. + * In order to be re-employed after an error, a state must be reset, + * which can be done explicitly (ZSTD_CCtx_reset()), + * or is sometimes implied by methods starting a new compression job (ZSTD_initCStream(), ZSTD_compressCCtx()) + */ +ZSTDLIB_API size_t ZSTD_compressStream2( ZSTD_CCtx* cctx, + ZSTD_outBuffer* output, + ZSTD_inBuffer* input, + ZSTD_EndDirective endOp); + + +/* These buffer sizes are softly recommended. + * They are not required : ZSTD_compressStream*() happily accepts any buffer size, for both input and output. + * Respecting the recommended size just makes it a bit easier for ZSTD_compressStream*(), + * reducing the amount of memory shuffling and buffering, resulting in minor performance savings. + * + * However, note that these recommendations are from the perspective of a C caller program. + * If the streaming interface is invoked from some other language, + * especially managed ones such as Java or Go, through a foreign function interface such as jni or cgo, + * a major performance rule is to reduce crossing such interface to an absolute minimum. + * It's not rare that performance ends being spent more into the interface, rather than compression itself. + * In which cases, prefer using large buffers, as large as practical, + * for both input and output, to reduce the nb of roundtrips. + */ +ZSTDLIB_API size_t ZSTD_CStreamInSize(void); /**< recommended size for input buffer */ +ZSTDLIB_API size_t ZSTD_CStreamOutSize(void); /**< recommended size for output buffer. Guarantee to successfully flush at least one complete compressed block. */ + + +/* ***************************************************************************** + * This following is a legacy streaming API, available since v1.0+ . + * It can be replaced by ZSTD_CCtx_reset() and ZSTD_compressStream2(). + * It is redundant, but remains fully supported. + ******************************************************************************/ + +/*! + * Equivalent to: + * + * ZSTD_CCtx_reset(zcs, ZSTD_reset_session_only); + * ZSTD_CCtx_refCDict(zcs, NULL); // clear the dictionary (if any) + * ZSTD_CCtx_setParameter(zcs, ZSTD_c_compressionLevel, compressionLevel); + * + * Note that ZSTD_initCStream() clears any previously set dictionary. Use the new API + * to compress with a dictionary. + */ +ZSTDLIB_API size_t ZSTD_initCStream(ZSTD_CStream* zcs, int compressionLevel); +/*! + * Alternative for ZSTD_compressStream2(zcs, output, input, ZSTD_e_continue). + * NOTE: The return value is different. ZSTD_compressStream() returns a hint for + * the next read size (if non-zero and not an error). ZSTD_compressStream2() + * returns the minimum nb of bytes left to flush (if non-zero and not an error). + */ +ZSTDLIB_API size_t ZSTD_compressStream(ZSTD_CStream* zcs, ZSTD_outBuffer* output, ZSTD_inBuffer* input); +/*! Equivalent to ZSTD_compressStream2(zcs, output, &emptyInput, ZSTD_e_flush). */ +ZSTDLIB_API size_t ZSTD_flushStream(ZSTD_CStream* zcs, ZSTD_outBuffer* output); +/*! Equivalent to ZSTD_compressStream2(zcs, output, &emptyInput, ZSTD_e_end). */ +ZSTDLIB_API size_t ZSTD_endStream(ZSTD_CStream* zcs, ZSTD_outBuffer* output); + + +/*-*************************************************************************** +* Streaming decompression - HowTo +* +* A ZSTD_DStream object is required to track streaming operations. +* Use ZSTD_createDStream() and ZSTD_freeDStream() to create/release resources. +* ZSTD_DStream objects can be re-employed multiple times. +* +* Use ZSTD_initDStream() to start a new decompression operation. +* @return : recommended first input size +* Alternatively, use advanced API to set specific properties. +* +* Use ZSTD_decompressStream() repetitively to consume your input. +* The function will update both `pos` fields. +* If `input.pos < input.size`, some input has not been consumed. +* It's up to the caller to present again remaining data. +* +* The function tries to flush all data decoded immediately, respecting output buffer size. +* If `output.pos < output.size`, decoder has flushed everything it could. +* +* However, when `output.pos == output.size`, it's more difficult to know. +* If @return > 0, the frame is not complete, meaning +* either there is still some data left to flush within internal buffers, +* or there is more input to read to complete the frame (or both). +* In which case, call ZSTD_decompressStream() again to flush whatever remains in the buffer. +* Note : with no additional input provided, amount of data flushed is necessarily <= ZSTD_BLOCKSIZE_MAX. +* @return : 0 when a frame is completely decoded and fully flushed, +* or an error code, which can be tested using ZSTD_isError(), +* or any other value > 0, which means there is still some decoding or flushing to do to complete current frame : +* the return value is a suggested next input size (just a hint for better latency) +* that will never request more than the remaining content of the compressed frame. +* *******************************************************************************/ + +typedef ZSTD_DCtx ZSTD_DStream; /**< DCtx and DStream are now effectively same object (>= v1.3.0) */ + /* For compatibility with versions <= v1.2.0, prefer differentiating them. */ +/*===== ZSTD_DStream management functions =====*/ +ZSTDLIB_API ZSTD_DStream* ZSTD_createDStream(void); +ZSTDLIB_API size_t ZSTD_freeDStream(ZSTD_DStream* zds); /* accept NULL pointer */ + +/*===== Streaming decompression functions =====*/ + +/*! ZSTD_initDStream() : + * Initialize/reset DStream state for new decompression operation. + * Call before new decompression operation using same DStream. + * + * Note : This function is redundant with the advanced API and equivalent to: + * ZSTD_DCtx_reset(zds, ZSTD_reset_session_only); + * ZSTD_DCtx_refDDict(zds, NULL); + */ +ZSTDLIB_API size_t ZSTD_initDStream(ZSTD_DStream* zds); + +/*! ZSTD_decompressStream() : + * Streaming decompression function. + * Call repetitively to consume full input updating it as necessary. + * Function will update both input and output `pos` fields exposing current state via these fields: + * - `input.pos < input.size`, some input remaining and caller should provide remaining input + * on the next call. + * - `output.pos < output.size`, decoder flushed internal output buffer. + * - `output.pos == output.size`, unflushed data potentially present in the internal buffers, + * check ZSTD_decompressStream() @return value, + * if > 0, invoke it again to flush remaining data to output. + * Note : with no additional input, amount of data flushed <= ZSTD_BLOCKSIZE_MAX. + * + * @return : 0 when a frame is completely decoded and fully flushed, + * or an error code, which can be tested using ZSTD_isError(), + * or any other value > 0, which means there is some decoding or flushing to do to complete current frame. + * + * Note: when an operation returns with an error code, the @zds state may be left in undefined state. + * It's UB to invoke `ZSTD_decompressStream()` on such a state. + * In order to re-use such a state, it must be first reset, + * which can be done explicitly (`ZSTD_DCtx_reset()`), + * or is implied for operations starting some new decompression job (`ZSTD_initDStream`, `ZSTD_decompressDCtx()`, `ZSTD_decompress_usingDict()`) + */ +ZSTDLIB_API size_t ZSTD_decompressStream(ZSTD_DStream* zds, ZSTD_outBuffer* output, ZSTD_inBuffer* input); + +ZSTDLIB_API size_t ZSTD_DStreamInSize(void); /*!< recommended size for input buffer */ +ZSTDLIB_API size_t ZSTD_DStreamOutSize(void); /*!< recommended size for output buffer. Guarantee to successfully flush at least one complete block in all circumstances. */ + + +/************************** +* Simple dictionary API +***************************/ +/*! ZSTD_compress_usingDict() : + * Compression at an explicit compression level using a Dictionary. + * A dictionary can be any arbitrary data segment (also called a prefix), + * or a buffer with specified information (see zdict.h). + * Note : This function loads the dictionary, resulting in significant startup delay. + * It's intended for a dictionary used only once. + * Note 2 : When `dict == NULL || dictSize < 8` no dictionary is used. */ +ZSTDLIB_API size_t ZSTD_compress_usingDict(ZSTD_CCtx* ctx, + void* dst, size_t dstCapacity, + const void* src, size_t srcSize, + const void* dict,size_t dictSize, + int compressionLevel); + +/*! ZSTD_decompress_usingDict() : + * Decompression using a known Dictionary. + * Dictionary must be identical to the one used during compression. + * Note : This function loads the dictionary, resulting in significant startup delay. + * It's intended for a dictionary used only once. + * Note : When `dict == NULL || dictSize < 8` no dictionary is used. */ +ZSTDLIB_API size_t ZSTD_decompress_usingDict(ZSTD_DCtx* dctx, + void* dst, size_t dstCapacity, + const void* src, size_t srcSize, + const void* dict,size_t dictSize); + + +/*********************************** + * Bulk processing dictionary API + **********************************/ +typedef struct ZSTD_CDict_s ZSTD_CDict; + +/*! ZSTD_createCDict() : + * When compressing multiple messages or blocks using the same dictionary, + * it's recommended to digest the dictionary only once, since it's a costly operation. + * ZSTD_createCDict() will create a state from digesting a dictionary. + * The resulting state can be used for future compression operations with very limited startup cost. + * ZSTD_CDict can be created once and shared by multiple threads concurrently, since its usage is read-only. + * @dictBuffer can be released after ZSTD_CDict creation, because its content is copied within CDict. + * Note 1 : Consider experimental function `ZSTD_createCDict_byReference()` if you prefer to not duplicate @dictBuffer content. + * Note 2 : A ZSTD_CDict can be created from an empty @dictBuffer, + * in which case the only thing that it transports is the @compressionLevel. + * This can be useful in a pipeline featuring ZSTD_compress_usingCDict() exclusively, + * expecting a ZSTD_CDict parameter with any data, including those without a known dictionary. */ +ZSTDLIB_API ZSTD_CDict* ZSTD_createCDict(const void* dictBuffer, size_t dictSize, + int compressionLevel); + +/*! ZSTD_freeCDict() : + * Function frees memory allocated by ZSTD_createCDict(). + * If a NULL pointer is passed, no operation is performed. */ +ZSTDLIB_API size_t ZSTD_freeCDict(ZSTD_CDict* CDict); + +/*! ZSTD_compress_usingCDict() : + * Compression using a digested Dictionary. + * Recommended when same dictionary is used multiple times. + * Note : compression level is _decided at dictionary creation time_, + * and frame parameters are hardcoded (dictID=yes, contentSize=yes, checksum=no) */ +ZSTDLIB_API size_t ZSTD_compress_usingCDict(ZSTD_CCtx* cctx, + void* dst, size_t dstCapacity, + const void* src, size_t srcSize, + const ZSTD_CDict* cdict); + + +typedef struct ZSTD_DDict_s ZSTD_DDict; + +/*! ZSTD_createDDict() : + * Create a digested dictionary, ready to start decompression operation without startup delay. + * dictBuffer can be released after DDict creation, as its content is copied inside DDict. */ +ZSTDLIB_API ZSTD_DDict* ZSTD_createDDict(const void* dictBuffer, size_t dictSize); + +/*! ZSTD_freeDDict() : + * Function frees memory allocated with ZSTD_createDDict() + * If a NULL pointer is passed, no operation is performed. */ +ZSTDLIB_API size_t ZSTD_freeDDict(ZSTD_DDict* ddict); + +/*! ZSTD_decompress_usingDDict() : + * Decompression using a digested Dictionary. + * Recommended when same dictionary is used multiple times. */ +ZSTDLIB_API size_t ZSTD_decompress_usingDDict(ZSTD_DCtx* dctx, + void* dst, size_t dstCapacity, + const void* src, size_t srcSize, + const ZSTD_DDict* ddict); + + +/******************************** + * Dictionary helper functions + *******************************/ + +/*! ZSTD_getDictID_fromDict() : Requires v1.4.0+ + * Provides the dictID stored within dictionary. + * if @return == 0, the dictionary is not conformant with Zstandard specification. + * It can still be loaded, but as a content-only dictionary. */ +ZSTDLIB_API unsigned ZSTD_getDictID_fromDict(const void* dict, size_t dictSize); + +/*! ZSTD_getDictID_fromCDict() : Requires v1.5.0+ + * Provides the dictID of the dictionary loaded into `cdict`. + * If @return == 0, the dictionary is not conformant to Zstandard specification, or empty. + * Non-conformant dictionaries can still be loaded, but as content-only dictionaries. */ +ZSTDLIB_API unsigned ZSTD_getDictID_fromCDict(const ZSTD_CDict* cdict); + +/*! ZSTD_getDictID_fromDDict() : Requires v1.4.0+ + * Provides the dictID of the dictionary loaded into `ddict`. + * If @return == 0, the dictionary is not conformant to Zstandard specification, or empty. + * Non-conformant dictionaries can still be loaded, but as content-only dictionaries. */ +ZSTDLIB_API unsigned ZSTD_getDictID_fromDDict(const ZSTD_DDict* ddict); + +/*! ZSTD_getDictID_fromFrame() : Requires v1.4.0+ + * Provides the dictID required to decompressed the frame stored within `src`. + * If @return == 0, the dictID could not be decoded. + * This could for one of the following reasons : + * - The frame does not require a dictionary to be decoded (most common case). + * - The frame was built with dictID intentionally removed. Whatever dictionary is necessary is a hidden piece of information. + * Note : this use case also happens when using a non-conformant dictionary. + * - `srcSize` is too small, and as a result, the frame header could not be decoded (only possible if `srcSize < ZSTD_FRAMEHEADERSIZE_MAX`). + * - This is not a Zstandard frame. + * When identifying the exact failure cause, it's possible to use ZSTD_getFrameHeader(), which will provide a more precise error code. */ +ZSTDLIB_API unsigned ZSTD_getDictID_fromFrame(const void* src, size_t srcSize); + + +/******************************************************************************* + * Advanced dictionary and prefix API (Requires v1.4.0+) + * + * This API allows dictionaries to be used with ZSTD_compress2(), + * ZSTD_compressStream2(), and ZSTD_decompressDCtx(). + * Dictionaries are sticky, they remain valid when same context is reused, + * they only reset when the context is reset + * with ZSTD_reset_parameters or ZSTD_reset_session_and_parameters. + * In contrast, Prefixes are single-use. + ******************************************************************************/ + + +/*! ZSTD_CCtx_loadDictionary() : Requires v1.4.0+ + * Create an internal CDict from `dict` buffer. + * Decompression will have to use same dictionary. + * @result : 0, or an error code (which can be tested with ZSTD_isError()). + * Special: Loading a NULL (or 0-size) dictionary invalidates previous dictionary, + * meaning "return to no-dictionary mode". + * Note 1 : Dictionary is sticky, it will be used for all future compressed frames, + * until parameters are reset, a new dictionary is loaded, or the dictionary + * is explicitly invalidated by loading a NULL dictionary. + * Note 2 : Loading a dictionary involves building tables. + * It's also a CPU consuming operation, with non-negligible impact on latency. + * Tables are dependent on compression parameters, and for this reason, + * compression parameters can no longer be changed after loading a dictionary. + * Note 3 :`dict` content will be copied internally. + * Use experimental ZSTD_CCtx_loadDictionary_byReference() to reference content instead. + * In such a case, dictionary buffer must outlive its users. + * Note 4 : Use ZSTD_CCtx_loadDictionary_advanced() + * to precisely select how dictionary content must be interpreted. + * Note 5 : This method does not benefit from LDM (long distance mode). + * If you want to employ LDM on some large dictionary content, + * prefer employing ZSTD_CCtx_refPrefix() described below. + */ +ZSTDLIB_API size_t ZSTD_CCtx_loadDictionary(ZSTD_CCtx* cctx, const void* dict, size_t dictSize); + +/*! ZSTD_CCtx_refCDict() : Requires v1.4.0+ + * Reference a prepared dictionary, to be used for all future compressed frames. + * Note that compression parameters are enforced from within CDict, + * and supersede any compression parameter previously set within CCtx. + * The parameters ignored are labelled as "superseded-by-cdict" in the ZSTD_cParameter enum docs. + * The ignored parameters will be used again if the CCtx is returned to no-dictionary mode. + * The dictionary will remain valid for future compressed frames using same CCtx. + * @result : 0, or an error code (which can be tested with ZSTD_isError()). + * Special : Referencing a NULL CDict means "return to no-dictionary mode". + * Note 1 : Currently, only one dictionary can be managed. + * Referencing a new dictionary effectively "discards" any previous one. + * Note 2 : CDict is just referenced, its lifetime must outlive its usage within CCtx. */ +ZSTDLIB_API size_t ZSTD_CCtx_refCDict(ZSTD_CCtx* cctx, const ZSTD_CDict* cdict); + +/*! ZSTD_CCtx_refPrefix() : Requires v1.4.0+ + * Reference a prefix (single-usage dictionary) for next compressed frame. + * A prefix is **only used once**. Tables are discarded at end of frame (ZSTD_e_end). + * Decompression will need same prefix to properly regenerate data. + * Compressing with a prefix is similar in outcome as performing a diff and compressing it, + * but performs much faster, especially during decompression (compression speed is tunable with compression level). + * This method is compatible with LDM (long distance mode). + * @result : 0, or an error code (which can be tested with ZSTD_isError()). + * Special: Adding any prefix (including NULL) invalidates any previous prefix or dictionary + * Note 1 : Prefix buffer is referenced. It **must** outlive compression. + * Its content must remain unmodified during compression. + * Note 2 : If the intention is to diff some large src data blob with some prior version of itself, + * ensure that the window size is large enough to contain the entire source. + * See ZSTD_c_windowLog. + * Note 3 : Referencing a prefix involves building tables, which are dependent on compression parameters. + * It's a CPU consuming operation, with non-negligible impact on latency. + * If there is a need to use the same prefix multiple times, consider loadDictionary instead. + * Note 4 : By default, the prefix is interpreted as raw content (ZSTD_dct_rawContent). + * Use experimental ZSTD_CCtx_refPrefix_advanced() to alter dictionary interpretation. */ +ZSTDLIB_API size_t ZSTD_CCtx_refPrefix(ZSTD_CCtx* cctx, + const void* prefix, size_t prefixSize); + +/*! ZSTD_DCtx_loadDictionary() : Requires v1.4.0+ + * Create an internal DDict from dict buffer, to be used to decompress all future frames. + * The dictionary remains valid for all future frames, until explicitly invalidated, or + * a new dictionary is loaded. + * @result : 0, or an error code (which can be tested with ZSTD_isError()). + * Special : Adding a NULL (or 0-size) dictionary invalidates any previous dictionary, + * meaning "return to no-dictionary mode". + * Note 1 : Loading a dictionary involves building tables, + * which has a non-negligible impact on CPU usage and latency. + * It's recommended to "load once, use many times", to amortize the cost + * Note 2 :`dict` content will be copied internally, so `dict` can be released after loading. + * Use ZSTD_DCtx_loadDictionary_byReference() to reference dictionary content instead. + * Note 3 : Use ZSTD_DCtx_loadDictionary_advanced() to take control of + * how dictionary content is loaded and interpreted. + */ +ZSTDLIB_API size_t ZSTD_DCtx_loadDictionary(ZSTD_DCtx* dctx, const void* dict, size_t dictSize); + +/*! ZSTD_DCtx_refDDict() : Requires v1.4.0+ + * Reference a prepared dictionary, to be used to decompress next frames. + * The dictionary remains active for decompression of future frames using same DCtx. + * + * If called with ZSTD_d_refMultipleDDicts enabled, repeated calls of this function + * will store the DDict references in a table, and the DDict used for decompression + * will be determined at decompression time, as per the dict ID in the frame. + * The memory for the table is allocated on the first call to refDDict, and can be + * freed with ZSTD_freeDCtx(). + * + * If called with ZSTD_d_refMultipleDDicts disabled (the default), only one dictionary + * will be managed, and referencing a dictionary effectively "discards" any previous one. + * + * @result : 0, or an error code (which can be tested with ZSTD_isError()). + * Special: referencing a NULL DDict means "return to no-dictionary mode". + * Note 2 : DDict is just referenced, its lifetime must outlive its usage from DCtx. + */ +ZSTDLIB_API size_t ZSTD_DCtx_refDDict(ZSTD_DCtx* dctx, const ZSTD_DDict* ddict); + +/*! ZSTD_DCtx_refPrefix() : Requires v1.4.0+ + * Reference a prefix (single-usage dictionary) to decompress next frame. + * This is the reverse operation of ZSTD_CCtx_refPrefix(), + * and must use the same prefix as the one used during compression. + * Prefix is **only used once**. Reference is discarded at end of frame. + * End of frame is reached when ZSTD_decompressStream() returns 0. + * @result : 0, or an error code (which can be tested with ZSTD_isError()). + * Note 1 : Adding any prefix (including NULL) invalidates any previously set prefix or dictionary + * Note 2 : Prefix buffer is referenced. It **must** outlive decompression. + * Prefix buffer must remain unmodified up to the end of frame, + * reached when ZSTD_decompressStream() returns 0. + * Note 3 : By default, the prefix is treated as raw content (ZSTD_dct_rawContent). + * Use ZSTD_CCtx_refPrefix_advanced() to alter dictMode (Experimental section) + * Note 4 : Referencing a raw content prefix has almost no cpu nor memory cost. + * A full dictionary is more costly, as it requires building tables. + */ +ZSTDLIB_API size_t ZSTD_DCtx_refPrefix(ZSTD_DCtx* dctx, + const void* prefix, size_t prefixSize); + +/* === Memory management === */ + +/*! ZSTD_sizeof_*() : Requires v1.4.0+ + * These functions give the _current_ memory usage of selected object. + * Note that object memory usage can evolve (increase or decrease) over time. */ +ZSTDLIB_API size_t ZSTD_sizeof_CCtx(const ZSTD_CCtx* cctx); +ZSTDLIB_API size_t ZSTD_sizeof_DCtx(const ZSTD_DCtx* dctx); +ZSTDLIB_API size_t ZSTD_sizeof_CStream(const ZSTD_CStream* zcs); +ZSTDLIB_API size_t ZSTD_sizeof_DStream(const ZSTD_DStream* zds); +ZSTDLIB_API size_t ZSTD_sizeof_CDict(const ZSTD_CDict* cdict); +ZSTDLIB_API size_t ZSTD_sizeof_DDict(const ZSTD_DDict* ddict); + +#if defined (__cplusplus) +} +#endif + +#endif /* ZSTD_H_235446 */ + + +/* ************************************************************************************** + * ADVANCED AND EXPERIMENTAL FUNCTIONS + **************************************************************************************** + * The definitions in the following section are considered experimental. + * They are provided for advanced scenarios. + * They should never be used with a dynamic library, as prototypes may change in the future. + * Use them only in association with static linking. + * ***************************************************************************************/ + +#if defined(ZSTD_STATIC_LINKING_ONLY) && !defined(ZSTD_H_ZSTD_STATIC_LINKING_ONLY) +#define ZSTD_H_ZSTD_STATIC_LINKING_ONLY + +#if defined (__cplusplus) +extern "C" { +#endif + +/* This can be overridden externally to hide static symbols. */ +#ifndef ZSTDLIB_STATIC_API +# if defined(ZSTD_DLL_EXPORT) && (ZSTD_DLL_EXPORT==1) +# define ZSTDLIB_STATIC_API __declspec(dllexport) ZSTDLIB_VISIBLE +# elif defined(ZSTD_DLL_IMPORT) && (ZSTD_DLL_IMPORT==1) +# define ZSTDLIB_STATIC_API __declspec(dllimport) ZSTDLIB_VISIBLE +# else +# define ZSTDLIB_STATIC_API ZSTDLIB_VISIBLE +# endif +#endif + +/**************************************************************************************** + * experimental API (static linking only) + **************************************************************************************** + * The following symbols and constants + * are not planned to join "stable API" status in the near future. + * They can still change in future versions. + * Some of them are planned to remain in the static_only section indefinitely. + * Some of them might be removed in the future (especially when redundant with existing stable functions) + * ***************************************************************************************/ + +#define ZSTD_FRAMEHEADERSIZE_PREFIX(format) ((format) == ZSTD_f_zstd1 ? 5 : 1) /* minimum input size required to query frame header size */ +#define ZSTD_FRAMEHEADERSIZE_MIN(format) ((format) == ZSTD_f_zstd1 ? 6 : 2) +#define ZSTD_FRAMEHEADERSIZE_MAX 18 /* can be useful for static allocation */ +#define ZSTD_SKIPPABLEHEADERSIZE 8 + +/* compression parameter bounds */ +#define ZSTD_WINDOWLOG_MAX_32 30 +#define ZSTD_WINDOWLOG_MAX_64 31 +#define ZSTD_WINDOWLOG_MAX ((int)(sizeof(size_t) == 4 ? ZSTD_WINDOWLOG_MAX_32 : ZSTD_WINDOWLOG_MAX_64)) +#define ZSTD_WINDOWLOG_MIN 10 +#define ZSTD_HASHLOG_MAX ((ZSTD_WINDOWLOG_MAX < 30) ? ZSTD_WINDOWLOG_MAX : 30) +#define ZSTD_HASHLOG_MIN 6 +#define ZSTD_CHAINLOG_MAX_32 29 +#define ZSTD_CHAINLOG_MAX_64 30 +#define ZSTD_CHAINLOG_MAX ((int)(sizeof(size_t) == 4 ? ZSTD_CHAINLOG_MAX_32 : ZSTD_CHAINLOG_MAX_64)) +#define ZSTD_CHAINLOG_MIN ZSTD_HASHLOG_MIN +#define ZSTD_SEARCHLOG_MAX (ZSTD_WINDOWLOG_MAX-1) +#define ZSTD_SEARCHLOG_MIN 1 +#define ZSTD_MINMATCH_MAX 7 /* only for ZSTD_fast, other strategies are limited to 6 */ +#define ZSTD_MINMATCH_MIN 3 /* only for ZSTD_btopt+, faster strategies are limited to 4 */ +#define ZSTD_TARGETLENGTH_MAX ZSTD_BLOCKSIZE_MAX +#define ZSTD_TARGETLENGTH_MIN 0 /* note : comparing this constant to an unsigned results in a tautological test */ +#define ZSTD_STRATEGY_MIN ZSTD_fast +#define ZSTD_STRATEGY_MAX ZSTD_btultra2 +#define ZSTD_BLOCKSIZE_MAX_MIN (1 << 10) /* The minimum valid max blocksize. Maximum blocksizes smaller than this make compressBound() inaccurate. */ + + +#define ZSTD_OVERLAPLOG_MIN 0 +#define ZSTD_OVERLAPLOG_MAX 9 + +#define ZSTD_WINDOWLOG_LIMIT_DEFAULT 27 /* by default, the streaming decoder will refuse any frame + * requiring larger than (1< 0: + * If litLength != 0: + * rep == 1 --> offset == repeat_offset_1 + * rep == 2 --> offset == repeat_offset_2 + * rep == 3 --> offset == repeat_offset_3 + * If litLength == 0: + * rep == 1 --> offset == repeat_offset_2 + * rep == 2 --> offset == repeat_offset_3 + * rep == 3 --> offset == repeat_offset_1 - 1 + * + * Note: This field is optional. ZSTD_generateSequences() will calculate the value of + * 'rep', but repeat offsets do not necessarily need to be calculated from an external + * sequence provider perspective. For example, ZSTD_compressSequences() does not + * use this 'rep' field at all (as of now). + */ +} ZSTD_Sequence; + +typedef struct { + unsigned windowLog; /**< largest match distance : larger == more compression, more memory needed during decompression */ + unsigned chainLog; /**< fully searched segment : larger == more compression, slower, more memory (useless for fast) */ + unsigned hashLog; /**< dispatch table : larger == faster, more memory */ + unsigned searchLog; /**< nb of searches : larger == more compression, slower */ + unsigned minMatch; /**< match length searched : larger == faster decompression, sometimes less compression */ + unsigned targetLength; /**< acceptable match size for optimal parser (only) : larger == more compression, slower */ + ZSTD_strategy strategy; /**< see ZSTD_strategy definition above */ +} ZSTD_compressionParameters; + +typedef struct { + int contentSizeFlag; /**< 1: content size will be in frame header (when known) */ + int checksumFlag; /**< 1: generate a 32-bits checksum using XXH64 algorithm at end of frame, for error detection */ + int noDictIDFlag; /**< 1: no dictID will be saved into frame header (dictID is only useful for dictionary compression) */ +} ZSTD_frameParameters; + +typedef struct { + ZSTD_compressionParameters cParams; + ZSTD_frameParameters fParams; +} ZSTD_parameters; + +typedef enum { + ZSTD_dct_auto = 0, /* dictionary is "full" when starting with ZSTD_MAGIC_DICTIONARY, otherwise it is "rawContent" */ + ZSTD_dct_rawContent = 1, /* ensures dictionary is always loaded as rawContent, even if it starts with ZSTD_MAGIC_DICTIONARY */ + ZSTD_dct_fullDict = 2 /* refuses to load a dictionary if it does not respect Zstandard's specification, starting with ZSTD_MAGIC_DICTIONARY */ +} ZSTD_dictContentType_e; + +typedef enum { + ZSTD_dlm_byCopy = 0, /**< Copy dictionary content internally */ + ZSTD_dlm_byRef = 1 /**< Reference dictionary content -- the dictionary buffer must outlive its users. */ +} ZSTD_dictLoadMethod_e; + +typedef enum { + ZSTD_f_zstd1 = 0, /* zstd frame format, specified in zstd_compression_format.md (default) */ + ZSTD_f_zstd1_magicless = 1 /* Variant of zstd frame format, without initial 4-bytes magic number. + * Useful to save 4 bytes per generated frame. + * Decoder cannot recognise automatically this format, requiring this instruction. */ +} ZSTD_format_e; + +typedef enum { + /* Note: this enum controls ZSTD_d_forceIgnoreChecksum */ + ZSTD_d_validateChecksum = 0, + ZSTD_d_ignoreChecksum = 1 +} ZSTD_forceIgnoreChecksum_e; + +typedef enum { + /* Note: this enum controls ZSTD_d_refMultipleDDicts */ + ZSTD_rmd_refSingleDDict = 0, + ZSTD_rmd_refMultipleDDicts = 1 +} ZSTD_refMultipleDDicts_e; + +typedef enum { + /* Note: this enum and the behavior it controls are effectively internal + * implementation details of the compressor. They are expected to continue + * to evolve and should be considered only in the context of extremely + * advanced performance tuning. + * + * Zstd currently supports the use of a CDict in three ways: + * + * - The contents of the CDict can be copied into the working context. This + * means that the compression can search both the dictionary and input + * while operating on a single set of internal tables. This makes + * the compression faster per-byte of input. However, the initial copy of + * the CDict's tables incurs a fixed cost at the beginning of the + * compression. For small compressions (< 8 KB), that copy can dominate + * the cost of the compression. + * + * - The CDict's tables can be used in-place. In this model, compression is + * slower per input byte, because the compressor has to search two sets of + * tables. However, this model incurs no start-up cost (as long as the + * working context's tables can be reused). For small inputs, this can be + * faster than copying the CDict's tables. + * + * - The CDict's tables are not used at all, and instead we use the working + * context alone to reload the dictionary and use params based on the source + * size. See ZSTD_compress_insertDictionary() and ZSTD_compress_usingDict(). + * This method is effective when the dictionary sizes are very small relative + * to the input size, and the input size is fairly large to begin with. + * + * Zstd has a simple internal heuristic that selects which strategy to use + * at the beginning of a compression. However, if experimentation shows that + * Zstd is making poor choices, it is possible to override that choice with + * this enum. + */ + ZSTD_dictDefaultAttach = 0, /* Use the default heuristic. */ + ZSTD_dictForceAttach = 1, /* Never copy the dictionary. */ + ZSTD_dictForceCopy = 2, /* Always copy the dictionary. */ + ZSTD_dictForceLoad = 3 /* Always reload the dictionary */ +} ZSTD_dictAttachPref_e; + +typedef enum { + ZSTD_lcm_auto = 0, /**< Automatically determine the compression mode based on the compression level. + * Negative compression levels will be uncompressed, and positive compression + * levels will be compressed. */ + ZSTD_lcm_huffman = 1, /**< Always attempt Huffman compression. Uncompressed literals will still be + * emitted if Huffman compression is not profitable. */ + ZSTD_lcm_uncompressed = 2 /**< Always emit uncompressed literals. */ +} ZSTD_literalCompressionMode_e; + +typedef enum { + /* Note: This enum controls features which are conditionally beneficial. + * Zstd can take a decision on whether or not to enable the feature (ZSTD_ps_auto), + * but setting the switch to ZSTD_ps_enable or ZSTD_ps_disable force enable/disable the feature. + */ + ZSTD_ps_auto = 0, /* Let the library automatically determine whether the feature shall be enabled */ + ZSTD_ps_enable = 1, /* Force-enable the feature */ + ZSTD_ps_disable = 2 /* Do not use the feature */ +} ZSTD_ParamSwitch_e; +#define ZSTD_paramSwitch_e ZSTD_ParamSwitch_e /* old name */ + +/*************************************** +* Frame header and size functions +***************************************/ + +/*! ZSTD_findDecompressedSize() : + * `src` should point to the start of a series of ZSTD encoded and/or skippable frames + * `srcSize` must be the _exact_ size of this series + * (i.e. there should be a frame boundary at `src + srcSize`) + * @return : - decompressed size of all data in all successive frames + * - if the decompressed size cannot be determined: ZSTD_CONTENTSIZE_UNKNOWN + * - if an error occurred: ZSTD_CONTENTSIZE_ERROR + * + * note 1 : decompressed size is an optional field, that may not be present, especially in streaming mode. + * When `return==ZSTD_CONTENTSIZE_UNKNOWN`, data to decompress could be any size. + * In which case, it's necessary to use streaming mode to decompress data. + * note 2 : decompressed size is always present when compression is done with ZSTD_compress() + * note 3 : decompressed size can be very large (64-bits value), + * potentially larger than what local system can handle as a single memory segment. + * In which case, it's necessary to use streaming mode to decompress data. + * note 4 : If source is untrusted, decompressed size could be wrong or intentionally modified. + * Always ensure result fits within application's authorized limits. + * Each application can set its own limits. + * note 5 : ZSTD_findDecompressedSize handles multiple frames, and so it must traverse the input to + * read each contained frame header. This is fast as most of the data is skipped, + * however it does mean that all frame data must be present and valid. */ +ZSTDLIB_STATIC_API unsigned long long ZSTD_findDecompressedSize(const void* src, size_t srcSize); + +/*! ZSTD_decompressBound() : + * `src` should point to the start of a series of ZSTD encoded and/or skippable frames + * `srcSize` must be the _exact_ size of this series + * (i.e. there should be a frame boundary at `src + srcSize`) + * @return : - upper-bound for the decompressed size of all data in all successive frames + * - if an error occurred: ZSTD_CONTENTSIZE_ERROR + * + * note 1 : an error can occur if `src` contains an invalid or incorrectly formatted frame. + * note 2 : the upper-bound is exact when the decompressed size field is available in every ZSTD encoded frame of `src`. + * in this case, `ZSTD_findDecompressedSize` and `ZSTD_decompressBound` return the same value. + * note 3 : when the decompressed size field isn't available, the upper-bound for that frame is calculated by: + * upper-bound = # blocks * min(128 KB, Window_Size) + */ +ZSTDLIB_STATIC_API unsigned long long ZSTD_decompressBound(const void* src, size_t srcSize); + +/*! ZSTD_frameHeaderSize() : + * srcSize must be large enough, aka >= ZSTD_FRAMEHEADERSIZE_PREFIX. + * @return : size of the Frame Header, + * or an error code (if srcSize is too small) */ +ZSTDLIB_STATIC_API size_t ZSTD_frameHeaderSize(const void* src, size_t srcSize); + +typedef enum { ZSTD_frame, ZSTD_skippableFrame } ZSTD_FrameType_e; +#define ZSTD_frameType_e ZSTD_FrameType_e /* old name */ +typedef struct { + unsigned long long frameContentSize; /* if == ZSTD_CONTENTSIZE_UNKNOWN, it means this field is not available. 0 means "empty" */ + unsigned long long windowSize; /* can be very large, up to <= frameContentSize */ + unsigned blockSizeMax; + ZSTD_FrameType_e frameType; /* if == ZSTD_skippableFrame, frameContentSize is the size of skippable content */ + unsigned headerSize; + unsigned dictID; /* for ZSTD_skippableFrame, contains the skippable magic variant [0-15] */ + unsigned checksumFlag; + unsigned _reserved1; + unsigned _reserved2; +} ZSTD_FrameHeader; +#define ZSTD_frameHeader ZSTD_FrameHeader /* old name */ + +/*! ZSTD_getFrameHeader() : + * decode Frame Header into `zfhPtr`, or requires larger `srcSize`. + * @return : 0 => header is complete, `zfhPtr` is correctly filled, + * >0 => `srcSize` is too small, @return value is the wanted `srcSize` amount, `zfhPtr` is not filled, + * or an error code, which can be tested using ZSTD_isError() */ +ZSTDLIB_STATIC_API size_t ZSTD_getFrameHeader(ZSTD_FrameHeader* zfhPtr, const void* src, size_t srcSize); +/*! ZSTD_getFrameHeader_advanced() : + * same as ZSTD_getFrameHeader(), + * with added capability to select a format (like ZSTD_f_zstd1_magicless) */ +ZSTDLIB_STATIC_API size_t ZSTD_getFrameHeader_advanced(ZSTD_FrameHeader* zfhPtr, const void* src, size_t srcSize, ZSTD_format_e format); + +/*! ZSTD_decompressionMargin() : + * Zstd supports in-place decompression, where the input and output buffers overlap. + * In this case, the output buffer must be at least (Margin + Output_Size) bytes large, + * and the input buffer must be at the end of the output buffer. + * + * _______________________ Output Buffer ________________________ + * | | + * | ____ Input Buffer ____| + * | | | + * v v v + * |---------------------------------------|-----------|----------| + * ^ ^ ^ + * |___________________ Output_Size ___________________|_ Margin _| + * + * NOTE: See also ZSTD_DECOMPRESSION_MARGIN(). + * NOTE: This applies only to single-pass decompression through ZSTD_decompress() or + * ZSTD_decompressDCtx(). + * NOTE: This function supports multi-frame input. + * + * @param src The compressed frame(s) + * @param srcSize The size of the compressed frame(s) + * @returns The decompression margin or an error that can be checked with ZSTD_isError(). + */ +ZSTDLIB_STATIC_API size_t ZSTD_decompressionMargin(const void* src, size_t srcSize); + +/*! ZSTD_DECOMPRESS_MARGIN() : + * Similar to ZSTD_decompressionMargin(), but instead of computing the margin from + * the compressed frame, compute it from the original size and the blockSizeLog. + * See ZSTD_decompressionMargin() for details. + * + * WARNING: This macro does not support multi-frame input, the input must be a single + * zstd frame. If you need that support use the function, or implement it yourself. + * + * @param originalSize The original uncompressed size of the data. + * @param blockSize The block size == MIN(windowSize, ZSTD_BLOCKSIZE_MAX). + * Unless you explicitly set the windowLog smaller than + * ZSTD_BLOCKSIZELOG_MAX you can just use ZSTD_BLOCKSIZE_MAX. + */ +#define ZSTD_DECOMPRESSION_MARGIN(originalSize, blockSize) ((size_t)( \ + ZSTD_FRAMEHEADERSIZE_MAX /* Frame header */ + \ + 4 /* checksum */ + \ + ((originalSize) == 0 ? 0 : 3 * (((originalSize) + (blockSize) - 1) / blockSize)) /* 3 bytes per block */ + \ + (blockSize) /* One block of margin */ \ + )) + +typedef enum { + ZSTD_sf_noBlockDelimiters = 0, /* ZSTD_Sequence[] has no block delimiters, just sequences */ + ZSTD_sf_explicitBlockDelimiters = 1 /* ZSTD_Sequence[] contains explicit block delimiters */ +} ZSTD_SequenceFormat_e; +#define ZSTD_sequenceFormat_e ZSTD_SequenceFormat_e /* old name */ + +/*! ZSTD_sequenceBound() : + * `srcSize` : size of the input buffer + * @return : upper-bound for the number of sequences that can be generated + * from a buffer of srcSize bytes + * + * note : returns number of sequences - to get bytes, multiply by sizeof(ZSTD_Sequence). + */ +ZSTDLIB_STATIC_API size_t ZSTD_sequenceBound(size_t srcSize); + +/*! ZSTD_generateSequences() : + * WARNING: This function is meant for debugging and informational purposes ONLY! + * Its implementation is flawed, and it will be deleted in a future version. + * It is not guaranteed to succeed, as there are several cases where it will give + * up and fail. You should NOT use this function in production code. + * + * This function is deprecated, and will be removed in a future version. + * + * Generate sequences using ZSTD_compress2(), given a source buffer. + * + * @param zc The compression context to be used for ZSTD_compress2(). Set any + * compression parameters you need on this context. + * @param outSeqs The output sequences buffer of size @p outSeqsSize + * @param outSeqsCapacity The size of the output sequences buffer. + * ZSTD_sequenceBound(srcSize) is an upper bound on the number + * of sequences that can be generated. + * @param src The source buffer to generate sequences from of size @p srcSize. + * @param srcSize The size of the source buffer. + * + * Each block will end with a dummy sequence + * with offset == 0, matchLength == 0, and litLength == length of last literals. + * litLength may be == 0, and if so, then the sequence of (of: 0 ml: 0 ll: 0) + * simply acts as a block delimiter. + * + * @returns The number of sequences generated, necessarily less than + * ZSTD_sequenceBound(srcSize), or an error code that can be checked + * with ZSTD_isError(). + */ +ZSTD_DEPRECATED("For debugging only, will be replaced by ZSTD_extractSequences()") +ZSTDLIB_STATIC_API size_t +ZSTD_generateSequences(ZSTD_CCtx* zc, + ZSTD_Sequence* outSeqs, size_t outSeqsCapacity, + const void* src, size_t srcSize); + +/*! ZSTD_mergeBlockDelimiters() : + * Given an array of ZSTD_Sequence, remove all sequences that represent block delimiters/last literals + * by merging them into the literals of the next sequence. + * + * As such, the final generated result has no explicit representation of block boundaries, + * and the final last literals segment is not represented in the sequences. + * + * The output of this function can be fed into ZSTD_compressSequences() with CCtx + * setting of ZSTD_c_blockDelimiters as ZSTD_sf_noBlockDelimiters + * @return : number of sequences left after merging + */ +ZSTDLIB_STATIC_API size_t ZSTD_mergeBlockDelimiters(ZSTD_Sequence* sequences, size_t seqsSize); + +/*! ZSTD_compressSequences() : + * Compress an array of ZSTD_Sequence, associated with @src buffer, into dst. + * @src contains the entire input (not just the literals). + * If @srcSize > sum(sequence.length), the remaining bytes are considered all literals + * If a dictionary is included, then the cctx should reference the dict (see: ZSTD_CCtx_refCDict(), ZSTD_CCtx_loadDictionary(), etc.). + * The entire source is compressed into a single frame. + * + * The compression behavior changes based on cctx params. In particular: + * If ZSTD_c_blockDelimiters == ZSTD_sf_noBlockDelimiters, the array of ZSTD_Sequence is expected to contain + * no block delimiters (defined in ZSTD_Sequence). Block boundaries are roughly determined based on + * the block size derived from the cctx, and sequences may be split. This is the default setting. + * + * If ZSTD_c_blockDelimiters == ZSTD_sf_explicitBlockDelimiters, the array of ZSTD_Sequence is expected to contain + * valid block delimiters (defined in ZSTD_Sequence). Behavior is undefined if no block delimiters are provided. + * + * When ZSTD_c_blockDelimiters == ZSTD_sf_explicitBlockDelimiters, it's possible to decide generating repcodes + * using the advanced parameter ZSTD_c_repcodeResolution. Repcodes will improve compression ratio, though the benefit + * can vary greatly depending on Sequences. On the other hand, repcode resolution is an expensive operation. + * By default, it's disabled at low (<10) compression levels, and enabled above the threshold (>=10). + * ZSTD_c_repcodeResolution makes it possible to directly manage this processing in either direction. + * + * If ZSTD_c_validateSequences == 0, this function blindly accepts the Sequences provided. Invalid Sequences cause undefined + * behavior. If ZSTD_c_validateSequences == 1, then the function will detect invalid Sequences (see doc/zstd_compression_format.md for + * specifics regarding offset/matchlength requirements) and then bail out and return an error. + * + * In addition to the two adjustable experimental params, there are other important cctx params. + * - ZSTD_c_minMatch MUST be set as less than or equal to the smallest match generated by the match finder. It has a minimum value of ZSTD_MINMATCH_MIN. + * - ZSTD_c_compressionLevel accordingly adjusts the strength of the entropy coder, as it would in typical compression. + * - ZSTD_c_windowLog affects offset validation: this function will return an error at higher debug levels if a provided offset + * is larger than what the spec allows for a given window log and dictionary (if present). See: doc/zstd_compression_format.md + * + * Note: Repcodes are, as of now, always re-calculated within this function, ZSTD_Sequence.rep is effectively unused. + * Dev Note: Once ability to ingest repcodes become available, the explicit block delims mode must respect those repcodes exactly, + * and cannot emit an RLE block that disagrees with the repcode history. + * @return : final compressed size, or a ZSTD error code. + */ +ZSTDLIB_STATIC_API size_t +ZSTD_compressSequences(ZSTD_CCtx* cctx, + void* dst, size_t dstCapacity, + const ZSTD_Sequence* inSeqs, size_t inSeqsSize, + const void* src, size_t srcSize); + + +/*! ZSTD_compressSequencesAndLiterals() : + * This is a variant of ZSTD_compressSequences() which, + * instead of receiving (src,srcSize) as input parameter, receives (literals,litSize), + * aka all the literals, already extracted and laid out into a single continuous buffer. + * This can be useful if the process generating the sequences also happens to generate the buffer of literals, + * thus skipping an extraction + caching stage. + * It's a speed optimization, useful when the right conditions are met, + * but it also features the following limitations: + * - Only supports explicit delimiter mode + * - Currently does not support Sequences validation (so input Sequences are trusted) + * - Not compatible with frame checksum, which must be disabled + * - If any block is incompressible, will fail and return an error + * - @litSize must be == sum of all @.litLength fields in @inSeqs. Any discrepancy will generate an error. + * - @litBufCapacity is the size of the underlying buffer into which literals are written, starting at address @literals. + * @litBufCapacity must be at least 8 bytes larger than @litSize. + * - @decompressedSize must be correct, and correspond to the sum of all Sequences. Any discrepancy will generate an error. + * @return : final compressed size, or a ZSTD error code. + */ +ZSTDLIB_STATIC_API size_t +ZSTD_compressSequencesAndLiterals(ZSTD_CCtx* cctx, + void* dst, size_t dstCapacity, + const ZSTD_Sequence* inSeqs, size_t nbSequences, + const void* literals, size_t litSize, size_t litBufCapacity, + size_t decompressedSize); + + +/*! ZSTD_writeSkippableFrame() : + * Generates a zstd skippable frame containing data given by src, and writes it to dst buffer. + * + * Skippable frames begin with a 4-byte magic number. There are 16 possible choices of magic number, + * ranging from ZSTD_MAGIC_SKIPPABLE_START to ZSTD_MAGIC_SKIPPABLE_START+15. + * As such, the parameter magicVariant controls the exact skippable frame magic number variant used, + * so the magic number used will be ZSTD_MAGIC_SKIPPABLE_START + magicVariant. + * + * Returns an error if destination buffer is not large enough, if the source size is not representable + * with a 4-byte unsigned int, or if the parameter magicVariant is greater than 15 (and therefore invalid). + * + * @return : number of bytes written or a ZSTD error. + */ +ZSTDLIB_STATIC_API size_t ZSTD_writeSkippableFrame(void* dst, size_t dstCapacity, + const void* src, size_t srcSize, + unsigned magicVariant); + +/*! ZSTD_readSkippableFrame() : + * Retrieves the content of a zstd skippable frame starting at @src, and writes it to @dst buffer. + * + * The parameter @magicVariant will receive the magicVariant that was supplied when the frame was written, + * i.e. magicNumber - ZSTD_MAGIC_SKIPPABLE_START. + * This can be NULL if the caller is not interested in the magicVariant. + * + * Returns an error if destination buffer is not large enough, or if the frame is not skippable. + * + * @return : number of bytes written or a ZSTD error. + */ +ZSTDLIB_STATIC_API size_t ZSTD_readSkippableFrame(void* dst, size_t dstCapacity, + unsigned* magicVariant, + const void* src, size_t srcSize); + +/*! ZSTD_isSkippableFrame() : + * Tells if the content of `buffer` starts with a valid Frame Identifier for a skippable frame. + */ +ZSTDLIB_STATIC_API unsigned ZSTD_isSkippableFrame(const void* buffer, size_t size); + + + +/*************************************** +* Memory management +***************************************/ + +/*! ZSTD_estimate*() : + * These functions make it possible to estimate memory usage + * of a future {D,C}Ctx, before its creation. + * This is useful in combination with ZSTD_initStatic(), + * which makes it possible to employ a static buffer for ZSTD_CCtx* state. + * + * ZSTD_estimateCCtxSize() will provide a memory budget large enough + * to compress data of any size using one-shot compression ZSTD_compressCCtx() or ZSTD_compress2() + * associated with any compression level up to max specified one. + * The estimate will assume the input may be arbitrarily large, + * which is the worst case. + * + * Note that the size estimation is specific for one-shot compression, + * it is not valid for streaming (see ZSTD_estimateCStreamSize*()) + * nor other potential ways of using a ZSTD_CCtx* state. + * + * When srcSize can be bound by a known and rather "small" value, + * this knowledge can be used to provide a tighter budget estimation + * because the ZSTD_CCtx* state will need less memory for small inputs. + * This tighter estimation can be provided by employing more advanced functions + * ZSTD_estimateCCtxSize_usingCParams(), which can be used in tandem with ZSTD_getCParams(), + * and ZSTD_estimateCCtxSize_usingCCtxParams(), which can be used in tandem with ZSTD_CCtxParams_setParameter(). + * Both can be used to estimate memory using custom compression parameters and arbitrary srcSize limits. + * + * Note : only single-threaded compression is supported. + * ZSTD_estimateCCtxSize_usingCCtxParams() will return an error code if ZSTD_c_nbWorkers is >= 1. + */ +ZSTDLIB_STATIC_API size_t ZSTD_estimateCCtxSize(int maxCompressionLevel); +ZSTDLIB_STATIC_API size_t ZSTD_estimateCCtxSize_usingCParams(ZSTD_compressionParameters cParams); +ZSTDLIB_STATIC_API size_t ZSTD_estimateCCtxSize_usingCCtxParams(const ZSTD_CCtx_params* params); +ZSTDLIB_STATIC_API size_t ZSTD_estimateDCtxSize(void); + +/*! ZSTD_estimateCStreamSize() : + * ZSTD_estimateCStreamSize() will provide a memory budget large enough for streaming compression + * using any compression level up to the max specified one. + * It will also consider src size to be arbitrarily "large", which is a worst case scenario. + * If srcSize is known to always be small, ZSTD_estimateCStreamSize_usingCParams() can provide a tighter estimation. + * ZSTD_estimateCStreamSize_usingCParams() can be used in tandem with ZSTD_getCParams() to create cParams from compressionLevel. + * ZSTD_estimateCStreamSize_usingCCtxParams() can be used in tandem with ZSTD_CCtxParams_setParameter(). Only single-threaded compression is supported. This function will return an error code if ZSTD_c_nbWorkers is >= 1. + * Note : CStream size estimation is only correct for single-threaded compression. + * ZSTD_estimateCStreamSize_usingCCtxParams() will return an error code if ZSTD_c_nbWorkers is >= 1. + * Note 2 : ZSTD_estimateCStreamSize* functions are not compatible with the Block-Level Sequence Producer API at this time. + * Size estimates assume that no external sequence producer is registered. + * + * ZSTD_DStream memory budget depends on frame's window Size. + * This information can be passed manually, using ZSTD_estimateDStreamSize, + * or deducted from a valid frame Header, using ZSTD_estimateDStreamSize_fromFrame(); + * Any frame requesting a window size larger than max specified one will be rejected. + * Note : if streaming is init with function ZSTD_init?Stream_usingDict(), + * an internal ?Dict will be created, which additional size is not estimated here. + * In this case, get total size by adding ZSTD_estimate?DictSize + */ +ZSTDLIB_STATIC_API size_t ZSTD_estimateCStreamSize(int maxCompressionLevel); +ZSTDLIB_STATIC_API size_t ZSTD_estimateCStreamSize_usingCParams(ZSTD_compressionParameters cParams); +ZSTDLIB_STATIC_API size_t ZSTD_estimateCStreamSize_usingCCtxParams(const ZSTD_CCtx_params* params); +ZSTDLIB_STATIC_API size_t ZSTD_estimateDStreamSize(size_t maxWindowSize); +ZSTDLIB_STATIC_API size_t ZSTD_estimateDStreamSize_fromFrame(const void* src, size_t srcSize); + +/*! ZSTD_estimate?DictSize() : + * ZSTD_estimateCDictSize() will bet that src size is relatively "small", and content is copied, like ZSTD_createCDict(). + * ZSTD_estimateCDictSize_advanced() makes it possible to control compression parameters precisely, like ZSTD_createCDict_advanced(). + * Note : dictionaries created by reference (`ZSTD_dlm_byRef`) are logically smaller. + */ +ZSTDLIB_STATIC_API size_t ZSTD_estimateCDictSize(size_t dictSize, int compressionLevel); +ZSTDLIB_STATIC_API size_t ZSTD_estimateCDictSize_advanced(size_t dictSize, ZSTD_compressionParameters cParams, ZSTD_dictLoadMethod_e dictLoadMethod); +ZSTDLIB_STATIC_API size_t ZSTD_estimateDDictSize(size_t dictSize, ZSTD_dictLoadMethod_e dictLoadMethod); + +/*! ZSTD_initStatic*() : + * Initialize an object using a pre-allocated fixed-size buffer. + * workspace: The memory area to emplace the object into. + * Provided pointer *must be 8-bytes aligned*. + * Buffer must outlive object. + * workspaceSize: Use ZSTD_estimate*Size() to determine + * how large workspace must be to support target scenario. + * @return : pointer to object (same address as workspace, just different type), + * or NULL if error (size too small, incorrect alignment, etc.) + * Note : zstd will never resize nor malloc() when using a static buffer. + * If the object requires more memory than available, + * zstd will just error out (typically ZSTD_error_memory_allocation). + * Note 2 : there is no corresponding "free" function. + * Since workspace is allocated externally, it must be freed externally too. + * Note 3 : cParams : use ZSTD_getCParams() to convert a compression level + * into its associated cParams. + * Limitation 1 : currently not compatible with internal dictionary creation, triggered by + * ZSTD_CCtx_loadDictionary(), ZSTD_initCStream_usingDict() or ZSTD_initDStream_usingDict(). + * Limitation 2 : static cctx currently not compatible with multi-threading. + * Limitation 3 : static dctx is incompatible with legacy support. + */ +ZSTDLIB_STATIC_API ZSTD_CCtx* ZSTD_initStaticCCtx(void* workspace, size_t workspaceSize); +ZSTDLIB_STATIC_API ZSTD_CStream* ZSTD_initStaticCStream(void* workspace, size_t workspaceSize); /**< same as ZSTD_initStaticCCtx() */ + +ZSTDLIB_STATIC_API ZSTD_DCtx* ZSTD_initStaticDCtx(void* workspace, size_t workspaceSize); +ZSTDLIB_STATIC_API ZSTD_DStream* ZSTD_initStaticDStream(void* workspace, size_t workspaceSize); /**< same as ZSTD_initStaticDCtx() */ + +ZSTDLIB_STATIC_API const ZSTD_CDict* ZSTD_initStaticCDict( + void* workspace, size_t workspaceSize, + const void* dict, size_t dictSize, + ZSTD_dictLoadMethod_e dictLoadMethod, + ZSTD_dictContentType_e dictContentType, + ZSTD_compressionParameters cParams); + +ZSTDLIB_STATIC_API const ZSTD_DDict* ZSTD_initStaticDDict( + void* workspace, size_t workspaceSize, + const void* dict, size_t dictSize, + ZSTD_dictLoadMethod_e dictLoadMethod, + ZSTD_dictContentType_e dictContentType); + + +/*! Custom memory allocation : + * These prototypes make it possible to pass your own allocation/free functions. + * ZSTD_customMem is provided at creation time, using ZSTD_create*_advanced() variants listed below. + * All allocation/free operations will be completed using these custom variants instead of regular ones. + */ +typedef void* (*ZSTD_allocFunction) (void* opaque, size_t size); +typedef void (*ZSTD_freeFunction) (void* opaque, void* address); +typedef struct { ZSTD_allocFunction customAlloc; ZSTD_freeFunction customFree; void* opaque; } ZSTD_customMem; +static +#ifdef __GNUC__ +__attribute__((__unused__)) +#endif + +#if defined(__clang__) && __clang_major__ >= 5 +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wzero-as-null-pointer-constant" +#endif +ZSTD_customMem const ZSTD_defaultCMem = { NULL, NULL, NULL }; /**< this constant defers to stdlib's functions */ +#if defined(__clang__) && __clang_major__ >= 5 +#pragma clang diagnostic pop +#endif + +ZSTDLIB_STATIC_API ZSTD_CCtx* ZSTD_createCCtx_advanced(ZSTD_customMem customMem); +ZSTDLIB_STATIC_API ZSTD_CStream* ZSTD_createCStream_advanced(ZSTD_customMem customMem); +ZSTDLIB_STATIC_API ZSTD_DCtx* ZSTD_createDCtx_advanced(ZSTD_customMem customMem); +ZSTDLIB_STATIC_API ZSTD_DStream* ZSTD_createDStream_advanced(ZSTD_customMem customMem); + +ZSTDLIB_STATIC_API ZSTD_CDict* ZSTD_createCDict_advanced(const void* dict, size_t dictSize, + ZSTD_dictLoadMethod_e dictLoadMethod, + ZSTD_dictContentType_e dictContentType, + ZSTD_compressionParameters cParams, + ZSTD_customMem customMem); + +/*! Thread pool : + * These prototypes make it possible to share a thread pool among multiple compression contexts. + * This can limit resources for applications with multiple threads where each one uses + * a threaded compression mode (via ZSTD_c_nbWorkers parameter). + * ZSTD_createThreadPool creates a new thread pool with a given number of threads. + * Note that the lifetime of such pool must exist while being used. + * ZSTD_CCtx_refThreadPool assigns a thread pool to a context (use NULL argument value + * to use an internal thread pool). + * ZSTD_freeThreadPool frees a thread pool, accepts NULL pointer. + */ +typedef struct POOL_ctx_s ZSTD_threadPool; +ZSTDLIB_STATIC_API ZSTD_threadPool* ZSTD_createThreadPool(size_t numThreads); +ZSTDLIB_STATIC_API void ZSTD_freeThreadPool (ZSTD_threadPool* pool); /* accept NULL pointer */ +ZSTDLIB_STATIC_API size_t ZSTD_CCtx_refThreadPool(ZSTD_CCtx* cctx, ZSTD_threadPool* pool); + + +/* + * This API is temporary and is expected to change or disappear in the future! + */ +ZSTDLIB_STATIC_API ZSTD_CDict* ZSTD_createCDict_advanced2( + const void* dict, size_t dictSize, + ZSTD_dictLoadMethod_e dictLoadMethod, + ZSTD_dictContentType_e dictContentType, + const ZSTD_CCtx_params* cctxParams, + ZSTD_customMem customMem); + +ZSTDLIB_STATIC_API ZSTD_DDict* ZSTD_createDDict_advanced( + const void* dict, size_t dictSize, + ZSTD_dictLoadMethod_e dictLoadMethod, + ZSTD_dictContentType_e dictContentType, + ZSTD_customMem customMem); + + +/*************************************** +* Advanced compression functions +***************************************/ + +/*! ZSTD_createCDict_byReference() : + * Create a digested dictionary for compression + * Dictionary content is just referenced, not duplicated. + * As a consequence, `dictBuffer` **must** outlive CDict, + * and its content must remain unmodified throughout the lifetime of CDict. + * note: equivalent to ZSTD_createCDict_advanced(), with dictLoadMethod==ZSTD_dlm_byRef */ +ZSTDLIB_STATIC_API ZSTD_CDict* ZSTD_createCDict_byReference(const void* dictBuffer, size_t dictSize, int compressionLevel); + +/*! ZSTD_getCParams() : + * @return ZSTD_compressionParameters structure for a selected compression level and estimated srcSize. + * `estimatedSrcSize` value is optional, select 0 if not known */ +ZSTDLIB_STATIC_API ZSTD_compressionParameters ZSTD_getCParams(int compressionLevel, unsigned long long estimatedSrcSize, size_t dictSize); + +/*! ZSTD_getParams() : + * same as ZSTD_getCParams(), but @return a full `ZSTD_parameters` object instead of sub-component `ZSTD_compressionParameters`. + * All fields of `ZSTD_frameParameters` are set to default : contentSize=1, checksum=0, noDictID=0 */ +ZSTDLIB_STATIC_API ZSTD_parameters ZSTD_getParams(int compressionLevel, unsigned long long estimatedSrcSize, size_t dictSize); + +/*! ZSTD_checkCParams() : + * Ensure param values remain within authorized range. + * @return 0 on success, or an error code (can be checked with ZSTD_isError()) */ +ZSTDLIB_STATIC_API size_t ZSTD_checkCParams(ZSTD_compressionParameters params); + +/*! ZSTD_adjustCParams() : + * optimize params for a given `srcSize` and `dictSize`. + * `srcSize` can be unknown, in which case use ZSTD_CONTENTSIZE_UNKNOWN. + * `dictSize` must be `0` when there is no dictionary. + * cPar can be invalid : all parameters will be clamped within valid range in the @return struct. + * This function never fails (wide contract) */ +ZSTDLIB_STATIC_API ZSTD_compressionParameters ZSTD_adjustCParams(ZSTD_compressionParameters cPar, unsigned long long srcSize, size_t dictSize); + +/*! ZSTD_CCtx_setCParams() : + * Set all parameters provided within @p cparams into the working @p cctx. + * Note : if modifying parameters during compression (MT mode only), + * note that changes to the .windowLog parameter will be ignored. + * @return 0 on success, or an error code (can be checked with ZSTD_isError()). + * On failure, no parameters are updated. + */ +ZSTDLIB_STATIC_API size_t ZSTD_CCtx_setCParams(ZSTD_CCtx* cctx, ZSTD_compressionParameters cparams); + +/*! ZSTD_CCtx_setFParams() : + * Set all parameters provided within @p fparams into the working @p cctx. + * @return 0 on success, or an error code (can be checked with ZSTD_isError()). + */ +ZSTDLIB_STATIC_API size_t ZSTD_CCtx_setFParams(ZSTD_CCtx* cctx, ZSTD_frameParameters fparams); + +/*! ZSTD_CCtx_setParams() : + * Set all parameters provided within @p params into the working @p cctx. + * @return 0 on success, or an error code (can be checked with ZSTD_isError()). + */ +ZSTDLIB_STATIC_API size_t ZSTD_CCtx_setParams(ZSTD_CCtx* cctx, ZSTD_parameters params); + +/*! ZSTD_compress_advanced() : + * Note : this function is now DEPRECATED. + * It can be replaced by ZSTD_compress2(), in combination with ZSTD_CCtx_setParameter() and other parameter setters. + * This prototype will generate compilation warnings. */ +ZSTD_DEPRECATED("use ZSTD_compress2") +ZSTDLIB_STATIC_API +size_t ZSTD_compress_advanced(ZSTD_CCtx* cctx, + void* dst, size_t dstCapacity, + const void* src, size_t srcSize, + const void* dict,size_t dictSize, + ZSTD_parameters params); + +/*! ZSTD_compress_usingCDict_advanced() : + * Note : this function is now DEPRECATED. + * It can be replaced by ZSTD_compress2(), in combination with ZSTD_CCtx_loadDictionary() and other parameter setters. + * This prototype will generate compilation warnings. */ +ZSTD_DEPRECATED("use ZSTD_compress2 with ZSTD_CCtx_loadDictionary") +ZSTDLIB_STATIC_API +size_t ZSTD_compress_usingCDict_advanced(ZSTD_CCtx* cctx, + void* dst, size_t dstCapacity, + const void* src, size_t srcSize, + const ZSTD_CDict* cdict, + ZSTD_frameParameters fParams); + + +/*! ZSTD_CCtx_loadDictionary_byReference() : + * Same as ZSTD_CCtx_loadDictionary(), but dictionary content is referenced, instead of being copied into CCtx. + * It saves some memory, but also requires that `dict` outlives its usage within `cctx` */ +ZSTDLIB_STATIC_API size_t ZSTD_CCtx_loadDictionary_byReference(ZSTD_CCtx* cctx, const void* dict, size_t dictSize); + +/*! ZSTD_CCtx_loadDictionary_advanced() : + * Same as ZSTD_CCtx_loadDictionary(), but gives finer control over + * how to load the dictionary (by copy ? by reference ?) + * and how to interpret it (automatic ? force raw mode ? full mode only ?) */ +ZSTDLIB_STATIC_API size_t ZSTD_CCtx_loadDictionary_advanced(ZSTD_CCtx* cctx, const void* dict, size_t dictSize, ZSTD_dictLoadMethod_e dictLoadMethod, ZSTD_dictContentType_e dictContentType); + +/*! ZSTD_CCtx_refPrefix_advanced() : + * Same as ZSTD_CCtx_refPrefix(), but gives finer control over + * how to interpret prefix content (automatic ? force raw mode (default) ? full mode only ?) */ +ZSTDLIB_STATIC_API size_t ZSTD_CCtx_refPrefix_advanced(ZSTD_CCtx* cctx, const void* prefix, size_t prefixSize, ZSTD_dictContentType_e dictContentType); + +/* === experimental parameters === */ +/* these parameters can be used with ZSTD_setParameter() + * they are not guaranteed to remain supported in the future */ + + /* Enables rsyncable mode, + * which makes compressed files more rsync friendly + * by adding periodic synchronization points to the compressed data. + * The target average block size is ZSTD_c_jobSize / 2. + * It's possible to modify the job size to increase or decrease + * the granularity of the synchronization point. + * Once the jobSize is smaller than the window size, + * it will result in compression ratio degradation. + * NOTE 1: rsyncable mode only works when multithreading is enabled. + * NOTE 2: rsyncable performs poorly in combination with long range mode, + * since it will decrease the effectiveness of synchronization points, + * though mileage may vary. + * NOTE 3: Rsyncable mode limits maximum compression speed to ~400 MB/s. + * If the selected compression level is already running significantly slower, + * the overall speed won't be significantly impacted. + */ + #define ZSTD_c_rsyncable ZSTD_c_experimentalParam1 + +/* Select a compression format. + * The value must be of type ZSTD_format_e. + * See ZSTD_format_e enum definition for details */ +#define ZSTD_c_format ZSTD_c_experimentalParam2 + +/* Force back-reference distances to remain < windowSize, + * even when referencing into Dictionary content (default:0) */ +#define ZSTD_c_forceMaxWindow ZSTD_c_experimentalParam3 + +/* Controls whether the contents of a CDict + * are used in place, or copied into the working context. + * Accepts values from the ZSTD_dictAttachPref_e enum. + * See the comments on that enum for an explanation of the feature. */ +#define ZSTD_c_forceAttachDict ZSTD_c_experimentalParam4 + +/* Controlled with ZSTD_ParamSwitch_e enum. + * Default is ZSTD_ps_auto. + * Set to ZSTD_ps_disable to never compress literals. + * Set to ZSTD_ps_enable to always compress literals. (Note: uncompressed literals + * may still be emitted if huffman is not beneficial to use.) + * + * By default, in ZSTD_ps_auto, the library will decide at runtime whether to use + * literals compression based on the compression parameters - specifically, + * negative compression levels do not use literal compression. + */ +#define ZSTD_c_literalCompressionMode ZSTD_c_experimentalParam5 + +/* User's best guess of source size. + * Hint is not valid when srcSizeHint == 0. + * There is no guarantee that hint is close to actual source size, + * but compression ratio may regress significantly if guess considerably underestimates */ +#define ZSTD_c_srcSizeHint ZSTD_c_experimentalParam7 + +/* Controls whether the new and experimental "dedicated dictionary search + * structure" can be used. This feature is still rough around the edges, be + * prepared for surprising behavior! + * + * How to use it: + * + * When using a CDict, whether to use this feature or not is controlled at + * CDict creation, and it must be set in a CCtxParams set passed into that + * construction (via ZSTD_createCDict_advanced2()). A compression will then + * use the feature or not based on how the CDict was constructed; the value of + * this param, set in the CCtx, will have no effect. + * + * However, when a dictionary buffer is passed into a CCtx, such as via + * ZSTD_CCtx_loadDictionary(), this param can be set on the CCtx to control + * whether the CDict that is created internally can use the feature or not. + * + * What it does: + * + * Normally, the internal data structures of the CDict are analogous to what + * would be stored in a CCtx after compressing the contents of a dictionary. + * To an approximation, a compression using a dictionary can then use those + * data structures to simply continue what is effectively a streaming + * compression where the simulated compression of the dictionary left off. + * Which is to say, the search structures in the CDict are normally the same + * format as in the CCtx. + * + * It is possible to do better, since the CDict is not like a CCtx: the search + * structures are written once during CDict creation, and then are only read + * after that, while the search structures in the CCtx are both read and + * written as the compression goes along. This means we can choose a search + * structure for the dictionary that is read-optimized. + * + * This feature enables the use of that different structure. + * + * Note that some of the members of the ZSTD_compressionParameters struct have + * different semantics and constraints in the dedicated search structure. It is + * highly recommended that you simply set a compression level in the CCtxParams + * you pass into the CDict creation call, and avoid messing with the cParams + * directly. + * + * Effects: + * + * This will only have any effect when the selected ZSTD_strategy + * implementation supports this feature. Currently, that's limited to + * ZSTD_greedy, ZSTD_lazy, and ZSTD_lazy2. + * + * Note that this means that the CDict tables can no longer be copied into the + * CCtx, so the dict attachment mode ZSTD_dictForceCopy will no longer be + * usable. The dictionary can only be attached or reloaded. + * + * In general, you should expect compression to be faster--sometimes very much + * so--and CDict creation to be slightly slower. Eventually, we will probably + * make this mode the default. + */ +#define ZSTD_c_enableDedicatedDictSearch ZSTD_c_experimentalParam8 + +/* ZSTD_c_stableInBuffer + * Experimental parameter. + * Default is 0 == disabled. Set to 1 to enable. + * + * Tells the compressor that input data presented with ZSTD_inBuffer + * will ALWAYS be the same between calls. + * Technically, the @src pointer must never be changed, + * and the @pos field can only be updated by zstd. + * However, it's possible to increase the @size field, + * allowing scenarios where more data can be appended after compressions starts. + * These conditions are checked by the compressor, + * and compression will fail if they are not respected. + * Also, data in the ZSTD_inBuffer within the range [src, src + pos) + * MUST not be modified during compression or it will result in data corruption. + * + * When this flag is enabled zstd won't allocate an input window buffer, + * because the user guarantees it can reference the ZSTD_inBuffer until + * the frame is complete. But, it will still allocate an output buffer + * large enough to fit a block (see ZSTD_c_stableOutBuffer). This will also + * avoid the memcpy() from the input buffer to the input window buffer. + * + * NOTE: So long as the ZSTD_inBuffer always points to valid memory, using + * this flag is ALWAYS memory safe, and will never access out-of-bounds + * memory. However, compression WILL fail if conditions are not respected. + * + * WARNING: The data in the ZSTD_inBuffer in the range [src, src + pos) MUST + * not be modified during compression or it will result in data corruption. + * This is because zstd needs to reference data in the ZSTD_inBuffer to find + * matches. Normally zstd maintains its own window buffer for this purpose, + * but passing this flag tells zstd to rely on user provided buffer instead. + */ +#define ZSTD_c_stableInBuffer ZSTD_c_experimentalParam9 + +/* ZSTD_c_stableOutBuffer + * Experimental parameter. + * Default is 0 == disabled. Set to 1 to enable. + * + * Tells he compressor that the ZSTD_outBuffer will not be resized between + * calls. Specifically: (out.size - out.pos) will never grow. This gives the + * compressor the freedom to say: If the compressed data doesn't fit in the + * output buffer then return ZSTD_error_dstSizeTooSmall. This allows us to + * always decompress directly into the output buffer, instead of decompressing + * into an internal buffer and copying to the output buffer. + * + * When this flag is enabled zstd won't allocate an output buffer, because + * it can write directly to the ZSTD_outBuffer. It will still allocate the + * input window buffer (see ZSTD_c_stableInBuffer). + * + * Zstd will check that (out.size - out.pos) never grows and return an error + * if it does. While not strictly necessary, this should prevent surprises. + */ +#define ZSTD_c_stableOutBuffer ZSTD_c_experimentalParam10 + +/* ZSTD_c_blockDelimiters + * Default is 0 == ZSTD_sf_noBlockDelimiters. + * + * For use with sequence compression API: ZSTD_compressSequences(). + * + * Designates whether or not the given array of ZSTD_Sequence contains block delimiters + * and last literals, which are defined as sequences with offset == 0 and matchLength == 0. + * See the definition of ZSTD_Sequence for more specifics. + */ +#define ZSTD_c_blockDelimiters ZSTD_c_experimentalParam11 + +/* ZSTD_c_validateSequences + * Default is 0 == disabled. Set to 1 to enable sequence validation. + * + * For use with sequence compression API: ZSTD_compressSequences*(). + * Designates whether or not provided sequences are validated within ZSTD_compressSequences*() + * during function execution. + * + * When Sequence validation is disabled (default), Sequences are compressed as-is, + * so they must correct, otherwise it would result in a corruption error. + * + * Sequence validation adds some protection, by ensuring that all values respect boundary conditions. + * If a Sequence is detected invalid (see doc/zstd_compression_format.md for + * specifics regarding offset/matchlength requirements) then the function will bail out and + * return an error. + */ +#define ZSTD_c_validateSequences ZSTD_c_experimentalParam12 + +/* ZSTD_c_blockSplitterLevel + * note: this parameter only influences the first splitter stage, + * which is active before producing the sequences. + * ZSTD_c_splitAfterSequences controls the next splitter stage, + * which is active after sequence production. + * Note that both can be combined. + * Allowed values are between 0 and ZSTD_BLOCKSPLITTER_LEVEL_MAX included. + * 0 means "auto", which will select a value depending on current ZSTD_c_strategy. + * 1 means no splitting. + * Then, values from 2 to 6 are sorted in increasing cpu load order. + * + * Note that currently the first block is never split, + * to ensure expansion guarantees in presence of incompressible data. + */ +#define ZSTD_BLOCKSPLITTER_LEVEL_MAX 6 +#define ZSTD_c_blockSplitterLevel ZSTD_c_experimentalParam20 + +/* ZSTD_c_splitAfterSequences + * This is a stronger splitter algorithm, + * based on actual sequences previously produced by the selected parser. + * It's also slower, and as a consequence, mostly used for high compression levels. + * While the post-splitter does overlap with the pre-splitter, + * both can nonetheless be combined, + * notably with ZSTD_c_blockSplitterLevel at ZSTD_BLOCKSPLITTER_LEVEL_MAX, + * resulting in higher compression ratio than just one of them. + * + * Default is ZSTD_ps_auto. + * Set to ZSTD_ps_disable to never use block splitter. + * Set to ZSTD_ps_enable to always use block splitter. + * + * By default, in ZSTD_ps_auto, the library will decide at runtime whether to use + * block splitting based on the compression parameters. + */ +#define ZSTD_c_splitAfterSequences ZSTD_c_experimentalParam13 + +/* ZSTD_c_useRowMatchFinder + * Controlled with ZSTD_ParamSwitch_e enum. + * Default is ZSTD_ps_auto. + * Set to ZSTD_ps_disable to never use row-based matchfinder. + * Set to ZSTD_ps_enable to force usage of row-based matchfinder. + * + * By default, in ZSTD_ps_auto, the library will decide at runtime whether to use + * the row-based matchfinder based on support for SIMD instructions and the window log. + * Note that this only pertains to compression strategies: greedy, lazy, and lazy2 + */ +#define ZSTD_c_useRowMatchFinder ZSTD_c_experimentalParam14 + +/* ZSTD_c_deterministicRefPrefix + * Default is 0 == disabled. Set to 1 to enable. + * + * Zstd produces different results for prefix compression when the prefix is + * directly adjacent to the data about to be compressed vs. when it isn't. + * This is because zstd detects that the two buffers are contiguous and it can + * use a more efficient match finding algorithm. However, this produces different + * results than when the two buffers are non-contiguous. This flag forces zstd + * to always load the prefix in non-contiguous mode, even if it happens to be + * adjacent to the data, to guarantee determinism. + * + * If you really care about determinism when using a dictionary or prefix, + * like when doing delta compression, you should select this option. It comes + * at a speed penalty of about ~2.5% if the dictionary and data happened to be + * contiguous, and is free if they weren't contiguous. We don't expect that + * intentionally making the dictionary and data contiguous will be worth the + * cost to memcpy() the data. + */ +#define ZSTD_c_deterministicRefPrefix ZSTD_c_experimentalParam15 + +/* ZSTD_c_prefetchCDictTables + * Controlled with ZSTD_ParamSwitch_e enum. Default is ZSTD_ps_auto. + * + * In some situations, zstd uses CDict tables in-place rather than copying them + * into the working context. (See docs on ZSTD_dictAttachPref_e above for details). + * In such situations, compression speed is seriously impacted when CDict tables are + * "cold" (outside CPU cache). This parameter instructs zstd to prefetch CDict tables + * when they are used in-place. + * + * For sufficiently small inputs, the cost of the prefetch will outweigh the benefit. + * For sufficiently large inputs, zstd will by default memcpy() CDict tables + * into the working context, so there is no need to prefetch. This parameter is + * targeted at a middle range of input sizes, where a prefetch is cheap enough to be + * useful but memcpy() is too expensive. The exact range of input sizes where this + * makes sense is best determined by careful experimentation. + * + * Note: for this parameter, ZSTD_ps_auto is currently equivalent to ZSTD_ps_disable, + * but in the future zstd may conditionally enable this feature via an auto-detection + * heuristic for cold CDicts. + * Use ZSTD_ps_disable to opt out of prefetching under any circumstances. + */ +#define ZSTD_c_prefetchCDictTables ZSTD_c_experimentalParam16 + +/* ZSTD_c_enableSeqProducerFallback + * Allowed values are 0 (disable) and 1 (enable). The default setting is 0. + * + * Controls whether zstd will fall back to an internal sequence producer if an + * external sequence producer is registered and returns an error code. This fallback + * is block-by-block: the internal sequence producer will only be called for blocks + * where the external sequence producer returns an error code. Fallback parsing will + * follow any other cParam settings, such as compression level, the same as in a + * normal (fully-internal) compression operation. + * + * The user is strongly encouraged to read the full Block-Level Sequence Producer API + * documentation (below) before setting this parameter. */ +#define ZSTD_c_enableSeqProducerFallback ZSTD_c_experimentalParam17 + +/* ZSTD_c_maxBlockSize + * Allowed values are between 1KB and ZSTD_BLOCKSIZE_MAX (128KB). + * The default is ZSTD_BLOCKSIZE_MAX, and setting to 0 will set to the default. + * + * This parameter can be used to set an upper bound on the blocksize + * that overrides the default ZSTD_BLOCKSIZE_MAX. It cannot be used to set upper + * bounds greater than ZSTD_BLOCKSIZE_MAX or bounds lower than 1KB (will make + * compressBound() inaccurate). Only currently meant to be used for testing. + */ +#define ZSTD_c_maxBlockSize ZSTD_c_experimentalParam18 + +/* ZSTD_c_repcodeResolution + * This parameter only has an effect if ZSTD_c_blockDelimiters is + * set to ZSTD_sf_explicitBlockDelimiters (may change in the future). + * + * This parameter affects how zstd parses external sequences, + * provided via the ZSTD_compressSequences*() API + * or from an external block-level sequence producer. + * + * If set to ZSTD_ps_enable, the library will check for repeated offsets within + * external sequences, even if those repcodes are not explicitly indicated in + * the "rep" field. Note that this is the only way to exploit repcode matches + * while using compressSequences*() or an external sequence producer, since zstd + * currently ignores the "rep" field of external sequences. + * + * If set to ZSTD_ps_disable, the library will not exploit repeated offsets in + * external sequences, regardless of whether the "rep" field has been set. This + * reduces sequence compression overhead by about 25% while sacrificing some + * compression ratio. + * + * The default value is ZSTD_ps_auto, for which the library will enable/disable + * based on compression level (currently: level<10 disables, level>=10 enables). + */ +#define ZSTD_c_repcodeResolution ZSTD_c_experimentalParam19 +#define ZSTD_c_searchForExternalRepcodes ZSTD_c_experimentalParam19 /* older name */ + + +/*! ZSTD_CCtx_getParameter() : + * Get the requested compression parameter value, selected by enum ZSTD_cParameter, + * and store it into int* value. + * @return : 0, or an error code (which can be tested with ZSTD_isError()). + */ +ZSTDLIB_STATIC_API size_t ZSTD_CCtx_getParameter(const ZSTD_CCtx* cctx, ZSTD_cParameter param, int* value); + + +/*! ZSTD_CCtx_params : + * Quick howto : + * - ZSTD_createCCtxParams() : Create a ZSTD_CCtx_params structure + * - ZSTD_CCtxParams_setParameter() : Push parameters one by one into + * an existing ZSTD_CCtx_params structure. + * This is similar to + * ZSTD_CCtx_setParameter(). + * - ZSTD_CCtx_setParametersUsingCCtxParams() : Apply parameters to + * an existing CCtx. + * These parameters will be applied to + * all subsequent frames. + * - ZSTD_compressStream2() : Do compression using the CCtx. + * - ZSTD_freeCCtxParams() : Free the memory, accept NULL pointer. + * + * This can be used with ZSTD_estimateCCtxSize_advanced_usingCCtxParams() + * for static allocation of CCtx for single-threaded compression. + */ +ZSTDLIB_STATIC_API ZSTD_CCtx_params* ZSTD_createCCtxParams(void); +ZSTDLIB_STATIC_API size_t ZSTD_freeCCtxParams(ZSTD_CCtx_params* params); /* accept NULL pointer */ + +/*! ZSTD_CCtxParams_reset() : + * Reset params to default values. + */ +ZSTDLIB_STATIC_API size_t ZSTD_CCtxParams_reset(ZSTD_CCtx_params* params); + +/*! ZSTD_CCtxParams_init() : + * Initializes the compression parameters of cctxParams according to + * compression level. All other parameters are reset to their default values. + */ +ZSTDLIB_STATIC_API size_t ZSTD_CCtxParams_init(ZSTD_CCtx_params* cctxParams, int compressionLevel); + +/*! ZSTD_CCtxParams_init_advanced() : + * Initializes the compression and frame parameters of cctxParams according to + * params. All other parameters are reset to their default values. + */ +ZSTDLIB_STATIC_API size_t ZSTD_CCtxParams_init_advanced(ZSTD_CCtx_params* cctxParams, ZSTD_parameters params); + +/*! ZSTD_CCtxParams_setParameter() : Requires v1.4.0+ + * Similar to ZSTD_CCtx_setParameter. + * Set one compression parameter, selected by enum ZSTD_cParameter. + * Parameters must be applied to a ZSTD_CCtx using + * ZSTD_CCtx_setParametersUsingCCtxParams(). + * @result : a code representing success or failure (which can be tested with + * ZSTD_isError()). + */ +ZSTDLIB_STATIC_API size_t ZSTD_CCtxParams_setParameter(ZSTD_CCtx_params* params, ZSTD_cParameter param, int value); + +/*! ZSTD_CCtxParams_getParameter() : + * Similar to ZSTD_CCtx_getParameter. + * Get the requested value of one compression parameter, selected by enum ZSTD_cParameter. + * @result : 0, or an error code (which can be tested with ZSTD_isError()). + */ +ZSTDLIB_STATIC_API size_t ZSTD_CCtxParams_getParameter(const ZSTD_CCtx_params* params, ZSTD_cParameter param, int* value); + +/*! ZSTD_CCtx_setParametersUsingCCtxParams() : + * Apply a set of ZSTD_CCtx_params to the compression context. + * This can be done even after compression is started, + * if nbWorkers==0, this will have no impact until a new compression is started. + * if nbWorkers>=1, new parameters will be picked up at next job, + * with a few restrictions (windowLog, pledgedSrcSize, nbWorkers, jobSize, and overlapLog are not updated). + */ +ZSTDLIB_STATIC_API size_t ZSTD_CCtx_setParametersUsingCCtxParams( + ZSTD_CCtx* cctx, const ZSTD_CCtx_params* params); + +/*! ZSTD_compressStream2_simpleArgs() : + * Same as ZSTD_compressStream2(), + * but using only integral types as arguments. + * This variant might be helpful for binders from dynamic languages + * which have troubles handling structures containing memory pointers. + */ +ZSTDLIB_STATIC_API size_t ZSTD_compressStream2_simpleArgs ( + ZSTD_CCtx* cctx, + void* dst, size_t dstCapacity, size_t* dstPos, + const void* src, size_t srcSize, size_t* srcPos, + ZSTD_EndDirective endOp); + + +/*************************************** +* Advanced decompression functions +***************************************/ + +/*! ZSTD_isFrame() : + * Tells if the content of `buffer` starts with a valid Frame Identifier. + * Note : Frame Identifier is 4 bytes. If `size < 4`, @return will always be 0. + * Note 2 : Legacy Frame Identifiers are considered valid only if Legacy Support is enabled. + * Note 3 : Skippable Frame Identifiers are considered valid. */ +ZSTDLIB_STATIC_API unsigned ZSTD_isFrame(const void* buffer, size_t size); + +/*! ZSTD_createDDict_byReference() : + * Create a digested dictionary, ready to start decompression operation without startup delay. + * Dictionary content is referenced, and therefore stays in dictBuffer. + * It is important that dictBuffer outlives DDict, + * it must remain read accessible throughout the lifetime of DDict */ +ZSTDLIB_STATIC_API ZSTD_DDict* ZSTD_createDDict_byReference(const void* dictBuffer, size_t dictSize); + +/*! ZSTD_DCtx_loadDictionary_byReference() : + * Same as ZSTD_DCtx_loadDictionary(), + * but references `dict` content instead of copying it into `dctx`. + * This saves memory if `dict` remains around., + * However, it's imperative that `dict` remains accessible (and unmodified) while being used, so it must outlive decompression. */ +ZSTDLIB_STATIC_API size_t ZSTD_DCtx_loadDictionary_byReference(ZSTD_DCtx* dctx, const void* dict, size_t dictSize); + +/*! ZSTD_DCtx_loadDictionary_advanced() : + * Same as ZSTD_DCtx_loadDictionary(), + * but gives direct control over + * how to load the dictionary (by copy ? by reference ?) + * and how to interpret it (automatic ? force raw mode ? full mode only ?). */ +ZSTDLIB_STATIC_API size_t ZSTD_DCtx_loadDictionary_advanced(ZSTD_DCtx* dctx, const void* dict, size_t dictSize, ZSTD_dictLoadMethod_e dictLoadMethod, ZSTD_dictContentType_e dictContentType); + +/*! ZSTD_DCtx_refPrefix_advanced() : + * Same as ZSTD_DCtx_refPrefix(), but gives finer control over + * how to interpret prefix content (automatic ? force raw mode (default) ? full mode only ?) */ +ZSTDLIB_STATIC_API size_t ZSTD_DCtx_refPrefix_advanced(ZSTD_DCtx* dctx, const void* prefix, size_t prefixSize, ZSTD_dictContentType_e dictContentType); + +/*! ZSTD_DCtx_setMaxWindowSize() : + * Refuses allocating internal buffers for frames requiring a window size larger than provided limit. + * This protects a decoder context from reserving too much memory for itself (potential attack scenario). + * This parameter is only useful in streaming mode, since no internal buffer is allocated in single-pass mode. + * By default, a decompression context accepts all window sizes <= (1 << ZSTD_WINDOWLOG_LIMIT_DEFAULT) + * @return : 0, or an error code (which can be tested using ZSTD_isError()). + */ +ZSTDLIB_STATIC_API size_t ZSTD_DCtx_setMaxWindowSize(ZSTD_DCtx* dctx, size_t maxWindowSize); + +/*! ZSTD_DCtx_getParameter() : + * Get the requested decompression parameter value, selected by enum ZSTD_dParameter, + * and store it into int* value. + * @return : 0, or an error code (which can be tested with ZSTD_isError()). + */ +ZSTDLIB_STATIC_API size_t ZSTD_DCtx_getParameter(ZSTD_DCtx* dctx, ZSTD_dParameter param, int* value); + +/* ZSTD_d_format + * experimental parameter, + * allowing selection between ZSTD_format_e input compression formats + */ +#define ZSTD_d_format ZSTD_d_experimentalParam1 +/* ZSTD_d_stableOutBuffer + * Experimental parameter. + * Default is 0 == disabled. Set to 1 to enable. + * + * Tells the decompressor that the ZSTD_outBuffer will ALWAYS be the same + * between calls, except for the modifications that zstd makes to pos (the + * caller must not modify pos). This is checked by the decompressor, and + * decompression will fail if it ever changes. Therefore the ZSTD_outBuffer + * MUST be large enough to fit the entire decompressed frame. This will be + * checked when the frame content size is known. The data in the ZSTD_outBuffer + * in the range [dst, dst + pos) MUST not be modified during decompression + * or you will get data corruption. + * + * When this flag is enabled zstd won't allocate an output buffer, because + * it can write directly to the ZSTD_outBuffer, but it will still allocate + * an input buffer large enough to fit any compressed block. This will also + * avoid the memcpy() from the internal output buffer to the ZSTD_outBuffer. + * If you need to avoid the input buffer allocation use the buffer-less + * streaming API. + * + * NOTE: So long as the ZSTD_outBuffer always points to valid memory, using + * this flag is ALWAYS memory safe, and will never access out-of-bounds + * memory. However, decompression WILL fail if you violate the preconditions. + * + * WARNING: The data in the ZSTD_outBuffer in the range [dst, dst + pos) MUST + * not be modified during decompression or you will get data corruption. This + * is because zstd needs to reference data in the ZSTD_outBuffer to regenerate + * matches. Normally zstd maintains its own buffer for this purpose, but passing + * this flag tells zstd to use the user provided buffer. + */ +#define ZSTD_d_stableOutBuffer ZSTD_d_experimentalParam2 + +/* ZSTD_d_forceIgnoreChecksum + * Experimental parameter. + * Default is 0 == disabled. Set to 1 to enable + * + * Tells the decompressor to skip checksum validation during decompression, regardless + * of whether checksumming was specified during compression. This offers some + * slight performance benefits, and may be useful for debugging. + * Param has values of type ZSTD_forceIgnoreChecksum_e + */ +#define ZSTD_d_forceIgnoreChecksum ZSTD_d_experimentalParam3 + +/* ZSTD_d_refMultipleDDicts + * Experimental parameter. + * Default is 0 == disabled. Set to 1 to enable + * + * If enabled and dctx is allocated on the heap, then additional memory will be allocated + * to store references to multiple ZSTD_DDict. That is, multiple calls of ZSTD_refDDict() + * using a given ZSTD_DCtx, rather than overwriting the previous DDict reference, will instead + * store all references. At decompression time, the appropriate dictID is selected + * from the set of DDicts based on the dictID in the frame. + * + * Usage is simply calling ZSTD_refDDict() on multiple dict buffers. + * + * Param has values of byte ZSTD_refMultipleDDicts_e + * + * WARNING: Enabling this parameter and calling ZSTD_DCtx_refDDict(), will trigger memory + * allocation for the hash table. ZSTD_freeDCtx() also frees this memory. + * Memory is allocated as per ZSTD_DCtx::customMem. + * + * Although this function allocates memory for the table, the user is still responsible for + * memory management of the underlying ZSTD_DDict* themselves. + */ +#define ZSTD_d_refMultipleDDicts ZSTD_d_experimentalParam4 + +/* ZSTD_d_disableHuffmanAssembly + * Set to 1 to disable the Huffman assembly implementation. + * The default value is 0, which allows zstd to use the Huffman assembly + * implementation if available. + * + * This parameter can be used to disable Huffman assembly at runtime. + * If you want to disable it at compile time you can define the macro + * ZSTD_DISABLE_ASM. + */ +#define ZSTD_d_disableHuffmanAssembly ZSTD_d_experimentalParam5 + +/* ZSTD_d_maxBlockSize + * Allowed values are between 1KB and ZSTD_BLOCKSIZE_MAX (128KB). + * The default is ZSTD_BLOCKSIZE_MAX, and setting to 0 will set to the default. + * + * Forces the decompressor to reject blocks whose content size is + * larger than the configured maxBlockSize. When maxBlockSize is + * larger than the windowSize, the windowSize is used instead. + * This saves memory on the decoder when you know all blocks are small. + * + * This option is typically used in conjunction with ZSTD_c_maxBlockSize. + * + * WARNING: This causes the decoder to reject otherwise valid frames + * that have block sizes larger than the configured maxBlockSize. + */ +#define ZSTD_d_maxBlockSize ZSTD_d_experimentalParam6 + + +/*! ZSTD_DCtx_setFormat() : + * This function is REDUNDANT. Prefer ZSTD_DCtx_setParameter(). + * Instruct the decoder context about what kind of data to decode next. + * This instruction is mandatory to decode data without a fully-formed header, + * such ZSTD_f_zstd1_magicless for example. + * @return : 0, or an error code (which can be tested using ZSTD_isError()). */ +ZSTD_DEPRECATED("use ZSTD_DCtx_setParameter() instead") +ZSTDLIB_STATIC_API +size_t ZSTD_DCtx_setFormat(ZSTD_DCtx* dctx, ZSTD_format_e format); + +/*! ZSTD_decompressStream_simpleArgs() : + * Same as ZSTD_decompressStream(), + * but using only integral types as arguments. + * This can be helpful for binders from dynamic languages + * which have troubles handling structures containing memory pointers. + */ +ZSTDLIB_STATIC_API size_t ZSTD_decompressStream_simpleArgs ( + ZSTD_DCtx* dctx, + void* dst, size_t dstCapacity, size_t* dstPos, + const void* src, size_t srcSize, size_t* srcPos); + + +/******************************************************************** +* Advanced streaming functions +* Warning : most of these functions are now redundant with the Advanced API. +* Once Advanced API reaches "stable" status, +* redundant functions will be deprecated, and then at some point removed. +********************************************************************/ + +/*===== Advanced Streaming compression functions =====*/ + +/*! ZSTD_initCStream_srcSize() : + * This function is DEPRECATED, and equivalent to: + * ZSTD_CCtx_reset(zcs, ZSTD_reset_session_only); + * ZSTD_CCtx_refCDict(zcs, NULL); // clear the dictionary (if any) + * ZSTD_CCtx_setParameter(zcs, ZSTD_c_compressionLevel, compressionLevel); + * ZSTD_CCtx_setPledgedSrcSize(zcs, pledgedSrcSize); + * + * pledgedSrcSize must be correct. If it is not known at init time, use + * ZSTD_CONTENTSIZE_UNKNOWN. Note that, for compatibility with older programs, + * "0" also disables frame content size field. It may be enabled in the future. + * This prototype will generate compilation warnings. + */ +ZSTD_DEPRECATED("use ZSTD_CCtx_reset, see zstd.h for detailed instructions") +ZSTDLIB_STATIC_API +size_t ZSTD_initCStream_srcSize(ZSTD_CStream* zcs, + int compressionLevel, + unsigned long long pledgedSrcSize); + +/*! ZSTD_initCStream_usingDict() : + * This function is DEPRECATED, and is equivalent to: + * ZSTD_CCtx_reset(zcs, ZSTD_reset_session_only); + * ZSTD_CCtx_setParameter(zcs, ZSTD_c_compressionLevel, compressionLevel); + * ZSTD_CCtx_loadDictionary(zcs, dict, dictSize); + * + * Creates of an internal CDict (incompatible with static CCtx), except if + * dict == NULL or dictSize < 8, in which case no dict is used. + * Note: dict is loaded with ZSTD_dct_auto (treated as a full zstd dictionary if + * it begins with ZSTD_MAGIC_DICTIONARY, else as raw content) and ZSTD_dlm_byCopy. + * This prototype will generate compilation warnings. + */ +ZSTD_DEPRECATED("use ZSTD_CCtx_reset, see zstd.h for detailed instructions") +ZSTDLIB_STATIC_API +size_t ZSTD_initCStream_usingDict(ZSTD_CStream* zcs, + const void* dict, size_t dictSize, + int compressionLevel); + +/*! ZSTD_initCStream_advanced() : + * This function is DEPRECATED, and is equivalent to: + * ZSTD_CCtx_reset(zcs, ZSTD_reset_session_only); + * ZSTD_CCtx_setParams(zcs, params); + * ZSTD_CCtx_setPledgedSrcSize(zcs, pledgedSrcSize); + * ZSTD_CCtx_loadDictionary(zcs, dict, dictSize); + * + * dict is loaded with ZSTD_dct_auto and ZSTD_dlm_byCopy. + * pledgedSrcSize must be correct. + * If srcSize is not known at init time, use value ZSTD_CONTENTSIZE_UNKNOWN. + * This prototype will generate compilation warnings. + */ +ZSTD_DEPRECATED("use ZSTD_CCtx_reset, see zstd.h for detailed instructions") +ZSTDLIB_STATIC_API +size_t ZSTD_initCStream_advanced(ZSTD_CStream* zcs, + const void* dict, size_t dictSize, + ZSTD_parameters params, + unsigned long long pledgedSrcSize); + +/*! ZSTD_initCStream_usingCDict() : + * This function is DEPRECATED, and equivalent to: + * ZSTD_CCtx_reset(zcs, ZSTD_reset_session_only); + * ZSTD_CCtx_refCDict(zcs, cdict); + * + * note : cdict will just be referenced, and must outlive compression session + * This prototype will generate compilation warnings. + */ +ZSTD_DEPRECATED("use ZSTD_CCtx_reset and ZSTD_CCtx_refCDict, see zstd.h for detailed instructions") +ZSTDLIB_STATIC_API +size_t ZSTD_initCStream_usingCDict(ZSTD_CStream* zcs, const ZSTD_CDict* cdict); + +/*! ZSTD_initCStream_usingCDict_advanced() : + * This function is DEPRECATED, and is equivalent to: + * ZSTD_CCtx_reset(zcs, ZSTD_reset_session_only); + * ZSTD_CCtx_setFParams(zcs, fParams); + * ZSTD_CCtx_setPledgedSrcSize(zcs, pledgedSrcSize); + * ZSTD_CCtx_refCDict(zcs, cdict); + * + * same as ZSTD_initCStream_usingCDict(), with control over frame parameters. + * pledgedSrcSize must be correct. If srcSize is not known at init time, use + * value ZSTD_CONTENTSIZE_UNKNOWN. + * This prototype will generate compilation warnings. + */ +ZSTD_DEPRECATED("use ZSTD_CCtx_reset and ZSTD_CCtx_refCDict, see zstd.h for detailed instructions") +ZSTDLIB_STATIC_API +size_t ZSTD_initCStream_usingCDict_advanced(ZSTD_CStream* zcs, + const ZSTD_CDict* cdict, + ZSTD_frameParameters fParams, + unsigned long long pledgedSrcSize); + +/*! ZSTD_resetCStream() : + * This function is DEPRECATED, and is equivalent to: + * ZSTD_CCtx_reset(zcs, ZSTD_reset_session_only); + * ZSTD_CCtx_setPledgedSrcSize(zcs, pledgedSrcSize); + * Note: ZSTD_resetCStream() interprets pledgedSrcSize == 0 as ZSTD_CONTENTSIZE_UNKNOWN, but + * ZSTD_CCtx_setPledgedSrcSize() does not do the same, so ZSTD_CONTENTSIZE_UNKNOWN must be + * explicitly specified. + * + * start a new frame, using same parameters from previous frame. + * This is typically useful to skip dictionary loading stage, since it will reuse it in-place. + * Note that zcs must be init at least once before using ZSTD_resetCStream(). + * If pledgedSrcSize is not known at reset time, use macro ZSTD_CONTENTSIZE_UNKNOWN. + * If pledgedSrcSize > 0, its value must be correct, as it will be written in header, and controlled at the end. + * For the time being, pledgedSrcSize==0 is interpreted as "srcSize unknown" for compatibility with older programs, + * but it will change to mean "empty" in future version, so use macro ZSTD_CONTENTSIZE_UNKNOWN instead. + * @return : 0, or an error code (which can be tested using ZSTD_isError()) + * This prototype will generate compilation warnings. + */ +ZSTD_DEPRECATED("use ZSTD_CCtx_reset, see zstd.h for detailed instructions") +ZSTDLIB_STATIC_API +size_t ZSTD_resetCStream(ZSTD_CStream* zcs, unsigned long long pledgedSrcSize); + + +typedef struct { + unsigned long long ingested; /* nb input bytes read and buffered */ + unsigned long long consumed; /* nb input bytes actually compressed */ + unsigned long long produced; /* nb of compressed bytes generated and buffered */ + unsigned long long flushed; /* nb of compressed bytes flushed : not provided; can be tracked from caller side */ + unsigned currentJobID; /* MT only : latest started job nb */ + unsigned nbActiveWorkers; /* MT only : nb of workers actively compressing at probe time */ +} ZSTD_frameProgression; + +/* ZSTD_getFrameProgression() : + * tells how much data has been ingested (read from input) + * consumed (input actually compressed) and produced (output) for current frame. + * Note : (ingested - consumed) is amount of input data buffered internally, not yet compressed. + * Aggregates progression inside active worker threads. + */ +ZSTDLIB_STATIC_API ZSTD_frameProgression ZSTD_getFrameProgression(const ZSTD_CCtx* cctx); + +/*! ZSTD_toFlushNow() : + * Tell how many bytes are ready to be flushed immediately. + * Useful for multithreading scenarios (nbWorkers >= 1). + * Probe the oldest active job, defined as oldest job not yet entirely flushed, + * and check its output buffer. + * @return : amount of data stored in oldest job and ready to be flushed immediately. + * if @return == 0, it means either : + * + there is no active job (could be checked with ZSTD_frameProgression()), or + * + oldest job is still actively compressing data, + * but everything it has produced has also been flushed so far, + * therefore flush speed is limited by production speed of oldest job + * irrespective of the speed of concurrent (and newer) jobs. + */ +ZSTDLIB_STATIC_API size_t ZSTD_toFlushNow(ZSTD_CCtx* cctx); + + +/*===== Advanced Streaming decompression functions =====*/ + +/*! + * This function is deprecated, and is equivalent to: + * + * ZSTD_DCtx_reset(zds, ZSTD_reset_session_only); + * ZSTD_DCtx_loadDictionary(zds, dict, dictSize); + * + * note: no dictionary will be used if dict == NULL or dictSize < 8 + */ +ZSTD_DEPRECATED("use ZSTD_DCtx_reset + ZSTD_DCtx_loadDictionary, see zstd.h for detailed instructions") +ZSTDLIB_STATIC_API size_t ZSTD_initDStream_usingDict(ZSTD_DStream* zds, const void* dict, size_t dictSize); + +/*! + * This function is deprecated, and is equivalent to: + * + * ZSTD_DCtx_reset(zds, ZSTD_reset_session_only); + * ZSTD_DCtx_refDDict(zds, ddict); + * + * note : ddict is referenced, it must outlive decompression session + */ +ZSTD_DEPRECATED("use ZSTD_DCtx_reset + ZSTD_DCtx_refDDict, see zstd.h for detailed instructions") +ZSTDLIB_STATIC_API size_t ZSTD_initDStream_usingDDict(ZSTD_DStream* zds, const ZSTD_DDict* ddict); + +/*! + * This function is deprecated, and is equivalent to: + * + * ZSTD_DCtx_reset(zds, ZSTD_reset_session_only); + * + * reuse decompression parameters from previous init; saves dictionary loading + */ +ZSTD_DEPRECATED("use ZSTD_DCtx_reset, see zstd.h for detailed instructions") +ZSTDLIB_STATIC_API size_t ZSTD_resetDStream(ZSTD_DStream* zds); + + +/* ********************* BLOCK-LEVEL SEQUENCE PRODUCER API ********************* + * + * *** OVERVIEW *** + * The Block-Level Sequence Producer API allows users to provide their own custom + * sequence producer which libzstd invokes to process each block. The produced list + * of sequences (literals and matches) is then post-processed by libzstd to produce + * valid compressed blocks. + * + * This block-level offload API is a more granular complement of the existing + * frame-level offload API compressSequences() (introduced in v1.5.1). It offers + * an easier migration story for applications already integrated with libzstd: the + * user application continues to invoke the same compression functions + * ZSTD_compress2() or ZSTD_compressStream2() as usual, and transparently benefits + * from the specific advantages of the external sequence producer. For example, + * the sequence producer could be tuned to take advantage of known characteristics + * of the input, to offer better speed / ratio, or could leverage hardware + * acceleration not available within libzstd itself. + * + * See contrib/externalSequenceProducer for an example program employing the + * Block-Level Sequence Producer API. + * + * *** USAGE *** + * The user is responsible for implementing a function of type + * ZSTD_sequenceProducer_F. For each block, zstd will pass the following + * arguments to the user-provided function: + * + * - sequenceProducerState: a pointer to a user-managed state for the sequence + * producer. + * + * - outSeqs, outSeqsCapacity: an output buffer for the sequence producer. + * outSeqsCapacity is guaranteed >= ZSTD_sequenceBound(srcSize). The memory + * backing outSeqs is managed by the CCtx. + * + * - src, srcSize: an input buffer for the sequence producer to parse. + * srcSize is guaranteed to be <= ZSTD_BLOCKSIZE_MAX. + * + * - dict, dictSize: a history buffer, which may be empty, which the sequence + * producer may reference as it parses the src buffer. Currently, zstd will + * always pass dictSize == 0 into external sequence producers, but this will + * change in the future. + * + * - compressionLevel: a signed integer representing the zstd compression level + * set by the user for the current operation. The sequence producer may choose + * to use this information to change its compression strategy and speed/ratio + * tradeoff. Note: the compression level does not reflect zstd parameters set + * through the advanced API. + * + * - windowSize: a size_t representing the maximum allowed offset for external + * sequences. Note that sequence offsets are sometimes allowed to exceed the + * windowSize if a dictionary is present, see doc/zstd_compression_format.md + * for details. + * + * The user-provided function shall return a size_t representing the number of + * sequences written to outSeqs. This return value will be treated as an error + * code if it is greater than outSeqsCapacity. The return value must be non-zero + * if srcSize is non-zero. The ZSTD_SEQUENCE_PRODUCER_ERROR macro is provided + * for convenience, but any value greater than outSeqsCapacity will be treated as + * an error code. + * + * If the user-provided function does not return an error code, the sequences + * written to outSeqs must be a valid parse of the src buffer. Data corruption may + * occur if the parse is not valid. A parse is defined to be valid if the + * following conditions hold: + * - The sum of matchLengths and literalLengths must equal srcSize. + * - All sequences in the parse, except for the final sequence, must have + * matchLength >= ZSTD_MINMATCH_MIN. The final sequence must have + * matchLength >= ZSTD_MINMATCH_MIN or matchLength == 0. + * - All offsets must respect the windowSize parameter as specified in + * doc/zstd_compression_format.md. + * - If the final sequence has matchLength == 0, it must also have offset == 0. + * + * zstd will only validate these conditions (and fail compression if they do not + * hold) if the ZSTD_c_validateSequences cParam is enabled. Note that sequence + * validation has a performance cost. + * + * If the user-provided function returns an error, zstd will either fall back + * to an internal sequence producer or fail the compression operation. The user can + * choose between the two behaviors by setting the ZSTD_c_enableSeqProducerFallback + * cParam. Fallback compression will follow any other cParam settings, such as + * compression level, the same as in a normal compression operation. + * + * The user shall instruct zstd to use a particular ZSTD_sequenceProducer_F + * function by calling + * ZSTD_registerSequenceProducer(cctx, + * sequenceProducerState, + * sequenceProducer) + * This setting will persist until the next parameter reset of the CCtx. + * + * The sequenceProducerState must be initialized by the user before calling + * ZSTD_registerSequenceProducer(). The user is responsible for destroying the + * sequenceProducerState. + * + * *** LIMITATIONS *** + * This API is compatible with all zstd compression APIs which respect advanced parameters. + * However, there are three limitations: + * + * First, the ZSTD_c_enableLongDistanceMatching cParam is not currently supported. + * COMPRESSION WILL FAIL if it is enabled and the user tries to compress with a block-level + * external sequence producer. + * - Note that ZSTD_c_enableLongDistanceMatching is auto-enabled by default in some + * cases (see its documentation for details). Users must explicitly set + * ZSTD_c_enableLongDistanceMatching to ZSTD_ps_disable in such cases if an external + * sequence producer is registered. + * - As of this writing, ZSTD_c_enableLongDistanceMatching is disabled by default + * whenever ZSTD_c_windowLog < 128MB, but that's subject to change. Users should + * check the docs on ZSTD_c_enableLongDistanceMatching whenever the Block-Level Sequence + * Producer API is used in conjunction with advanced settings (like ZSTD_c_windowLog). + * + * Second, history buffers are not currently supported. Concretely, zstd will always pass + * dictSize == 0 to the external sequence producer (for now). This has two implications: + * - Dictionaries are not currently supported. Compression will *not* fail if the user + * references a dictionary, but the dictionary won't have any effect. + * - Stream history is not currently supported. All advanced compression APIs, including + * streaming APIs, work with external sequence producers, but each block is treated as + * an independent chunk without history from previous blocks. + * + * Third, multi-threading within a single compression is not currently supported. In other words, + * COMPRESSION WILL FAIL if ZSTD_c_nbWorkers > 0 and an external sequence producer is registered. + * Multi-threading across compressions is fine: simply create one CCtx per thread. + * + * Long-term, we plan to overcome all three limitations. There is no technical blocker to + * overcoming them. It is purely a question of engineering effort. + */ + +#define ZSTD_SEQUENCE_PRODUCER_ERROR ((size_t)(-1)) + +typedef size_t (*ZSTD_sequenceProducer_F) ( + void* sequenceProducerState, + ZSTD_Sequence* outSeqs, size_t outSeqsCapacity, + const void* src, size_t srcSize, + const void* dict, size_t dictSize, + int compressionLevel, + size_t windowSize +); + +/*! ZSTD_registerSequenceProducer() : + * Instruct zstd to use a block-level external sequence producer function. + * + * The sequenceProducerState must be initialized by the caller, and the caller is + * responsible for managing its lifetime. This parameter is sticky across + * compressions. It will remain set until the user explicitly resets compression + * parameters. + * + * Sequence producer registration is considered to be an "advanced parameter", + * part of the "advanced API". This means it will only have an effect on compression + * APIs which respect advanced parameters, such as compress2() and compressStream2(). + * Older compression APIs such as compressCCtx(), which predate the introduction of + * "advanced parameters", will ignore any external sequence producer setting. + * + * The sequence producer can be "cleared" by registering a NULL function pointer. This + * removes all limitations described above in the "LIMITATIONS" section of the API docs. + * + * The user is strongly encouraged to read the full API documentation (above) before + * calling this function. */ +ZSTDLIB_STATIC_API void +ZSTD_registerSequenceProducer( + ZSTD_CCtx* cctx, + void* sequenceProducerState, + ZSTD_sequenceProducer_F sequenceProducer +); + +/*! ZSTD_CCtxParams_registerSequenceProducer() : + * Same as ZSTD_registerSequenceProducer(), but operates on ZSTD_CCtx_params. + * This is used for accurate size estimation with ZSTD_estimateCCtxSize_usingCCtxParams(), + * which is needed when creating a ZSTD_CCtx with ZSTD_initStaticCCtx(). + * + * If you are using the external sequence producer API in a scenario where ZSTD_initStaticCCtx() + * is required, then this function is for you. Otherwise, you probably don't need it. + * + * See tests/zstreamtest.c for example usage. */ +ZSTDLIB_STATIC_API void +ZSTD_CCtxParams_registerSequenceProducer( + ZSTD_CCtx_params* params, + void* sequenceProducerState, + ZSTD_sequenceProducer_F sequenceProducer +); + + +/********************************************************************* +* Buffer-less and synchronous inner streaming functions (DEPRECATED) +* +* This API is deprecated, and will be removed in a future version. +* It allows streaming (de)compression with user allocated buffers. +* However, it is hard to use, and not as well tested as the rest of +* our API. +* +* Please use the normal streaming API instead: ZSTD_compressStream2, +* and ZSTD_decompressStream. +* If there is functionality that you need, but it doesn't provide, +* please open an issue on our GitHub. +********************************************************************* */ + +/** + Buffer-less streaming compression (synchronous mode) + + A ZSTD_CCtx object is required to track streaming operations. + Use ZSTD_createCCtx() / ZSTD_freeCCtx() to manage resource. + ZSTD_CCtx object can be reused multiple times within successive compression operations. + + Start by initializing a context. + Use ZSTD_compressBegin(), or ZSTD_compressBegin_usingDict() for dictionary compression. + + Then, consume your input using ZSTD_compressContinue(). + There are some important considerations to keep in mind when using this advanced function : + - ZSTD_compressContinue() has no internal buffer. It uses externally provided buffers only. + - Interface is synchronous : input is consumed entirely and produces 1+ compressed blocks. + - Caller must ensure there is enough space in `dst` to store compressed data under worst case scenario. + Worst case evaluation is provided by ZSTD_compressBound(). + ZSTD_compressContinue() doesn't guarantee recover after a failed compression. + - ZSTD_compressContinue() presumes prior input ***is still accessible and unmodified*** (up to maximum distance size, see WindowLog). + It remembers all previous contiguous blocks, plus one separated memory segment (which can itself consists of multiple contiguous blocks) + - ZSTD_compressContinue() detects that prior input has been overwritten when `src` buffer overlaps. + In which case, it will "discard" the relevant memory section from its history. + + Finish a frame with ZSTD_compressEnd(), which will write the last block(s) and optional checksum. + It's possible to use srcSize==0, in which case, it will write a final empty block to end the frame. + Without last block mark, frames are considered unfinished (hence corrupted) by compliant decoders. + + `ZSTD_CCtx` object can be reused (ZSTD_compressBegin()) to compress again. +*/ + +/*===== Buffer-less streaming compression functions =====*/ +ZSTD_DEPRECATED("The buffer-less API is deprecated in favor of the normal streaming API. See docs.") +ZSTDLIB_STATIC_API size_t ZSTD_compressBegin(ZSTD_CCtx* cctx, int compressionLevel); +ZSTD_DEPRECATED("The buffer-less API is deprecated in favor of the normal streaming API. See docs.") +ZSTDLIB_STATIC_API size_t ZSTD_compressBegin_usingDict(ZSTD_CCtx* cctx, const void* dict, size_t dictSize, int compressionLevel); +ZSTD_DEPRECATED("The buffer-less API is deprecated in favor of the normal streaming API. See docs.") +ZSTDLIB_STATIC_API size_t ZSTD_compressBegin_usingCDict(ZSTD_CCtx* cctx, const ZSTD_CDict* cdict); /**< note: fails if cdict==NULL */ + +ZSTD_DEPRECATED("This function will likely be removed in a future release. It is misleading and has very limited utility.") +ZSTDLIB_STATIC_API +size_t ZSTD_copyCCtx(ZSTD_CCtx* cctx, const ZSTD_CCtx* preparedCCtx, unsigned long long pledgedSrcSize); /**< note: if pledgedSrcSize is not known, use ZSTD_CONTENTSIZE_UNKNOWN */ + +ZSTD_DEPRECATED("The buffer-less API is deprecated in favor of the normal streaming API. See docs.") +ZSTDLIB_STATIC_API size_t ZSTD_compressContinue(ZSTD_CCtx* cctx, void* dst, size_t dstCapacity, const void* src, size_t srcSize); +ZSTD_DEPRECATED("The buffer-less API is deprecated in favor of the normal streaming API. See docs.") +ZSTDLIB_STATIC_API size_t ZSTD_compressEnd(ZSTD_CCtx* cctx, void* dst, size_t dstCapacity, const void* src, size_t srcSize); + +/* The ZSTD_compressBegin_advanced() and ZSTD_compressBegin_usingCDict_advanced() are now DEPRECATED and will generate a compiler warning */ +ZSTD_DEPRECATED("use advanced API to access custom parameters") +ZSTDLIB_STATIC_API +size_t ZSTD_compressBegin_advanced(ZSTD_CCtx* cctx, const void* dict, size_t dictSize, ZSTD_parameters params, unsigned long long pledgedSrcSize); /**< pledgedSrcSize : If srcSize is not known at init time, use ZSTD_CONTENTSIZE_UNKNOWN */ +ZSTD_DEPRECATED("use advanced API to access custom parameters") +ZSTDLIB_STATIC_API +size_t ZSTD_compressBegin_usingCDict_advanced(ZSTD_CCtx* const cctx, const ZSTD_CDict* const cdict, ZSTD_frameParameters const fParams, unsigned long long const pledgedSrcSize); /* compression parameters are already set within cdict. pledgedSrcSize must be correct. If srcSize is not known, use macro ZSTD_CONTENTSIZE_UNKNOWN */ +/** + Buffer-less streaming decompression (synchronous mode) + + A ZSTD_DCtx object is required to track streaming operations. + Use ZSTD_createDCtx() / ZSTD_freeDCtx() to manage it. + A ZSTD_DCtx object can be reused multiple times. + + First typical operation is to retrieve frame parameters, using ZSTD_getFrameHeader(). + Frame header is extracted from the beginning of compressed frame, so providing only the frame's beginning is enough. + Data fragment must be large enough to ensure successful decoding. + `ZSTD_frameHeaderSize_max` bytes is guaranteed to always be large enough. + result : 0 : successful decoding, the `ZSTD_frameHeader` structure is correctly filled. + >0 : `srcSize` is too small, please provide at least result bytes on next attempt. + errorCode, which can be tested using ZSTD_isError(). + + It fills a ZSTD_FrameHeader structure with important information to correctly decode the frame, + such as the dictionary ID, content size, or maximum back-reference distance (`windowSize`). + Note that these values could be wrong, either because of data corruption, or because a 3rd party deliberately spoofs false information. + As a consequence, check that values remain within valid application range. + For example, do not allocate memory blindly, check that `windowSize` is within expectation. + Each application can set its own limits, depending on local restrictions. + For extended interoperability, it is recommended to support `windowSize` of at least 8 MB. + + ZSTD_decompressContinue() needs previous data blocks during decompression, up to `windowSize` bytes. + ZSTD_decompressContinue() is very sensitive to contiguity, + if 2 blocks don't follow each other, make sure that either the compressor breaks contiguity at the same place, + or that previous contiguous segment is large enough to properly handle maximum back-reference distance. + There are multiple ways to guarantee this condition. + + The most memory efficient way is to use a round buffer of sufficient size. + Sufficient size is determined by invoking ZSTD_decodingBufferSize_min(), + which can return an error code if required value is too large for current system (in 32-bits mode). + In a round buffer methodology, ZSTD_decompressContinue() decompresses each block next to previous one, + up to the moment there is not enough room left in the buffer to guarantee decoding another full block, + which maximum size is provided in `ZSTD_frameHeader` structure, field `blockSizeMax`. + At which point, decoding can resume from the beginning of the buffer. + Note that already decoded data stored in the buffer should be flushed before being overwritten. + + There are alternatives possible, for example using two or more buffers of size `windowSize` each, though they consume more memory. + + Finally, if you control the compression process, you can also ignore all buffer size rules, + as long as the encoder and decoder progress in "lock-step", + aka use exactly the same buffer sizes, break contiguity at the same place, etc. + + Once buffers are setup, start decompression, with ZSTD_decompressBegin(). + If decompression requires a dictionary, use ZSTD_decompressBegin_usingDict() or ZSTD_decompressBegin_usingDDict(). + + Then use ZSTD_nextSrcSizeToDecompress() and ZSTD_decompressContinue() alternatively. + ZSTD_nextSrcSizeToDecompress() tells how many bytes to provide as 'srcSize' to ZSTD_decompressContinue(). + ZSTD_decompressContinue() requires this _exact_ amount of bytes, or it will fail. + + result of ZSTD_decompressContinue() is the number of bytes regenerated within 'dst' (necessarily <= dstCapacity). + It can be zero : it just means ZSTD_decompressContinue() has decoded some metadata item. + It can also be an error code, which can be tested with ZSTD_isError(). + + A frame is fully decoded when ZSTD_nextSrcSizeToDecompress() returns zero. + Context can then be reset to start a new decompression. + + Note : it's possible to know if next input to present is a header or a block, using ZSTD_nextInputType(). + This information is not required to properly decode a frame. + + == Special case : skippable frames == + + Skippable frames allow integration of user-defined data into a flow of concatenated frames. + Skippable frames will be ignored (skipped) by decompressor. + The format of skippable frames is as follows : + a) Skippable frame ID - 4 Bytes, Little endian format, any value from 0x184D2A50 to 0x184D2A5F + b) Frame Size - 4 Bytes, Little endian format, unsigned 32-bits + c) Frame Content - any content (User Data) of length equal to Frame Size + For skippable frames ZSTD_getFrameHeader() returns zfhPtr->frameType==ZSTD_skippableFrame. + For skippable frames ZSTD_decompressContinue() always returns 0 : it only skips the content. +*/ + +/*===== Buffer-less streaming decompression functions =====*/ + +ZSTDLIB_STATIC_API size_t ZSTD_decodingBufferSize_min(unsigned long long windowSize, unsigned long long frameContentSize); /**< when frame content size is not known, pass in frameContentSize == ZSTD_CONTENTSIZE_UNKNOWN */ + +ZSTDLIB_STATIC_API size_t ZSTD_decompressBegin(ZSTD_DCtx* dctx); +ZSTDLIB_STATIC_API size_t ZSTD_decompressBegin_usingDict(ZSTD_DCtx* dctx, const void* dict, size_t dictSize); +ZSTDLIB_STATIC_API size_t ZSTD_decompressBegin_usingDDict(ZSTD_DCtx* dctx, const ZSTD_DDict* ddict); + +ZSTDLIB_STATIC_API size_t ZSTD_nextSrcSizeToDecompress(ZSTD_DCtx* dctx); +ZSTDLIB_STATIC_API size_t ZSTD_decompressContinue(ZSTD_DCtx* dctx, void* dst, size_t dstCapacity, const void* src, size_t srcSize); + +/* misc */ +ZSTD_DEPRECATED("This function will likely be removed in the next minor release. It is misleading and has very limited utility.") +ZSTDLIB_STATIC_API void ZSTD_copyDCtx(ZSTD_DCtx* dctx, const ZSTD_DCtx* preparedDCtx); +typedef enum { ZSTDnit_frameHeader, ZSTDnit_blockHeader, ZSTDnit_block, ZSTDnit_lastBlock, ZSTDnit_checksum, ZSTDnit_skippableFrame } ZSTD_nextInputType_e; +ZSTDLIB_STATIC_API ZSTD_nextInputType_e ZSTD_nextInputType(ZSTD_DCtx* dctx); + + + + +/* ========================================= */ +/** Block level API (DEPRECATED) */ +/* ========================================= */ + +/*! + + This API is deprecated in favor of the regular compression API. + You can get the frame header down to 2 bytes by setting: + - ZSTD_c_format = ZSTD_f_zstd1_magicless + - ZSTD_c_contentSizeFlag = 0 + - ZSTD_c_checksumFlag = 0 + - ZSTD_c_dictIDFlag = 0 + + This API is not as well tested as our normal API, so we recommend not using it. + We will be removing it in a future version. If the normal API doesn't provide + the functionality you need, please open a GitHub issue. + + Block functions produce and decode raw zstd blocks, without frame metadata. + Frame metadata cost is typically ~12 bytes, which can be non-negligible for very small blocks (< 100 bytes). + But users will have to take in charge needed metadata to regenerate data, such as compressed and content sizes. + + A few rules to respect : + - Compressing and decompressing require a context structure + + Use ZSTD_createCCtx() and ZSTD_createDCtx() + - It is necessary to init context before starting + + compression : any ZSTD_compressBegin*() variant, including with dictionary + + decompression : any ZSTD_decompressBegin*() variant, including with dictionary + - Block size is limited, it must be <= ZSTD_getBlockSize() <= ZSTD_BLOCKSIZE_MAX == 128 KB + + If input is larger than a block size, it's necessary to split input data into multiple blocks + + For inputs larger than a single block, consider using regular ZSTD_compress() instead. + Frame metadata is not that costly, and quickly becomes negligible as source size grows larger than a block. + - When a block is considered not compressible enough, ZSTD_compressBlock() result will be 0 (zero) ! + ===> In which case, nothing is produced into `dst` ! + + User __must__ test for such outcome and deal directly with uncompressed data + + A block cannot be declared incompressible if ZSTD_compressBlock() return value was != 0. + Doing so would mess up with statistics history, leading to potential data corruption. + + ZSTD_decompressBlock() _doesn't accept uncompressed data as input_ !! + + In case of multiple successive blocks, should some of them be uncompressed, + decoder must be informed of their existence in order to follow proper history. + Use ZSTD_insertBlock() for such a case. +*/ + +/*===== Raw zstd block functions =====*/ +ZSTD_DEPRECATED("The block API is deprecated in favor of the normal compression API. See docs.") +ZSTDLIB_STATIC_API size_t ZSTD_getBlockSize (const ZSTD_CCtx* cctx); +ZSTD_DEPRECATED("The block API is deprecated in favor of the normal compression API. See docs.") +ZSTDLIB_STATIC_API size_t ZSTD_compressBlock (ZSTD_CCtx* cctx, void* dst, size_t dstCapacity, const void* src, size_t srcSize); +ZSTD_DEPRECATED("The block API is deprecated in favor of the normal compression API. See docs.") +ZSTDLIB_STATIC_API size_t ZSTD_decompressBlock(ZSTD_DCtx* dctx, void* dst, size_t dstCapacity, const void* src, size_t srcSize); +ZSTD_DEPRECATED("The block API is deprecated in favor of the normal compression API. See docs.") +ZSTDLIB_STATIC_API size_t ZSTD_insertBlock (ZSTD_DCtx* dctx, const void* blockStart, size_t blockSize); /**< insert uncompressed block into `dctx` history. Useful for multi-blocks decompression. */ + +#if defined (__cplusplus) +} +#endif + +#endif /* ZSTD_H_ZSTD_STATIC_LINKING_ONLY */ diff --git a/target/debug/build/zstd-sys-0424452d54df87df/out/include/zstd_errors.h b/target/debug/build/zstd-sys-0424452d54df87df/out/include/zstd_errors.h new file mode 100644 index 0000000..8ebc95c --- /dev/null +++ b/target/debug/build/zstd-sys-0424452d54df87df/out/include/zstd_errors.h @@ -0,0 +1,107 @@ +/* + * Copyright (c) Meta Platforms, Inc. and affiliates. + * All rights reserved. + * + * This source code is licensed under both the BSD-style license (found in the + * LICENSE file in the root directory of this source tree) and the GPLv2 (found + * in the COPYING file in the root directory of this source tree). + * You may select, at your option, one of the above-listed licenses. + */ + +#ifndef ZSTD_ERRORS_H_398273423 +#define ZSTD_ERRORS_H_398273423 + +#if defined (__cplusplus) +extern "C" { +#endif + +/* ===== ZSTDERRORLIB_API : control library symbols visibility ===== */ +#ifndef ZSTDERRORLIB_VISIBLE + /* Backwards compatibility with old macro name */ +# ifdef ZSTDERRORLIB_VISIBILITY +# define ZSTDERRORLIB_VISIBLE ZSTDERRORLIB_VISIBILITY +# elif defined(__GNUC__) && (__GNUC__ >= 4) && !defined(__MINGW32__) +# define ZSTDERRORLIB_VISIBLE __attribute__ ((visibility ("default"))) +# else +# define ZSTDERRORLIB_VISIBLE +# endif +#endif + +#ifndef ZSTDERRORLIB_HIDDEN +# if defined(__GNUC__) && (__GNUC__ >= 4) && !defined(__MINGW32__) +# define ZSTDERRORLIB_HIDDEN __attribute__ ((visibility ("hidden"))) +# else +# define ZSTDERRORLIB_HIDDEN +# endif +#endif + +#if defined(ZSTD_DLL_EXPORT) && (ZSTD_DLL_EXPORT==1) +# define ZSTDERRORLIB_API __declspec(dllexport) ZSTDERRORLIB_VISIBLE +#elif defined(ZSTD_DLL_IMPORT) && (ZSTD_DLL_IMPORT==1) +# define ZSTDERRORLIB_API __declspec(dllimport) ZSTDERRORLIB_VISIBLE /* It isn't required but allows to generate better code, saving a function pointer load from the IAT and an indirect jump.*/ +#else +# define ZSTDERRORLIB_API ZSTDERRORLIB_VISIBLE +#endif + +/*-********************************************* + * Error codes list + *-********************************************* + * Error codes _values_ are pinned down since v1.3.1 only. + * Therefore, don't rely on values if you may link to any version < v1.3.1. + * + * Only values < 100 are considered stable. + * + * note 1 : this API shall be used with static linking only. + * dynamic linking is not yet officially supported. + * note 2 : Prefer relying on the enum than on its value whenever possible + * This is the only supported way to use the error list < v1.3.1 + * note 3 : ZSTD_isError() is always correct, whatever the library version. + **********************************************/ +typedef enum { + ZSTD_error_no_error = 0, + ZSTD_error_GENERIC = 1, + ZSTD_error_prefix_unknown = 10, + ZSTD_error_version_unsupported = 12, + ZSTD_error_frameParameter_unsupported = 14, + ZSTD_error_frameParameter_windowTooLarge = 16, + ZSTD_error_corruption_detected = 20, + ZSTD_error_checksum_wrong = 22, + ZSTD_error_literals_headerWrong = 24, + ZSTD_error_dictionary_corrupted = 30, + ZSTD_error_dictionary_wrong = 32, + ZSTD_error_dictionaryCreation_failed = 34, + ZSTD_error_parameter_unsupported = 40, + ZSTD_error_parameter_combination_unsupported = 41, + ZSTD_error_parameter_outOfBound = 42, + ZSTD_error_tableLog_tooLarge = 44, + ZSTD_error_maxSymbolValue_tooLarge = 46, + ZSTD_error_maxSymbolValue_tooSmall = 48, + ZSTD_error_cannotProduce_uncompressedBlock = 49, + ZSTD_error_stabilityCondition_notRespected = 50, + ZSTD_error_stage_wrong = 60, + ZSTD_error_init_missing = 62, + ZSTD_error_memory_allocation = 64, + ZSTD_error_workSpace_tooSmall= 66, + ZSTD_error_dstSize_tooSmall = 70, + ZSTD_error_srcSize_wrong = 72, + ZSTD_error_dstBuffer_null = 74, + ZSTD_error_noForwardProgress_destFull = 80, + ZSTD_error_noForwardProgress_inputEmpty = 82, + /* following error codes are __NOT STABLE__, they can be removed or changed in future versions */ + ZSTD_error_frameIndex_tooLarge = 100, + ZSTD_error_seekableIO = 102, + ZSTD_error_dstBuffer_wrong = 104, + ZSTD_error_srcBuffer_wrong = 105, + ZSTD_error_sequenceProducer_failed = 106, + ZSTD_error_externalSequences_invalid = 107, + ZSTD_error_maxCode = 120 /* never EVER use this value directly, it can change in future versions! Use ZSTD_isError() instead */ +} ZSTD_ErrorCode; + +ZSTDERRORLIB_API const char* ZSTD_getErrorString(ZSTD_ErrorCode code); /**< Same as ZSTD_getErrorName, but using a `ZSTD_ErrorCode` enum argument */ + + +#if defined (__cplusplus) +} +#endif + +#endif /* ZSTD_ERRORS_H_398273423 */ diff --git a/target/debug/build/zstd-sys-0424452d54df87df/out/libzstd.a b/target/debug/build/zstd-sys-0424452d54df87df/out/libzstd.a new file mode 100644 index 0000000..69de33c Binary files /dev/null and b/target/debug/build/zstd-sys-0424452d54df87df/out/libzstd.a differ diff --git a/target/debug/build/zstd-sys-0424452d54df87df/output b/target/debug/build/zstd-sys-0424452d54df87df/output new file mode 100644 index 0000000..ac03600 --- /dev/null +++ b/target/debug/build/zstd-sys-0424452d54df87df/output @@ -0,0 +1,119 @@ +cargo:rerun-if-env-changed=ZSTD_SYS_USE_PKG_CONFIG +OUT_DIR = Some(/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/zstd-sys-0424452d54df87df/out) +OPT_LEVEL = Some(0) +TARGET = Some(x86_64-unknown-linux-gnu) +CARGO_ENCODED_RUSTFLAGS = Some() +HOST = Some(x86_64-unknown-linux-gnu) +cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu +CC_x86_64-unknown-linux-gnu = None +cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu +CC_x86_64_unknown_linux_gnu = None +cargo:rerun-if-env-changed=HOST_CC +HOST_CC = None +cargo:rerun-if-env-changed=CC +CC = None +cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT +RUSTC_WRAPPER = None +cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS +CRATE_CC_NO_DEFAULTS = None +DEBUG = Some(true) +CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2) +cargo:rerun-if-env-changed=CFLAGS +CFLAGS = None +cargo:rerun-if-env-changed=HOST_CFLAGS +HOST_CFLAGS = None +cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu +CFLAGS_x86_64_unknown_linux_gnu = None +cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu +CFLAGS_x86_64-unknown-linux-gnu = None +OUT_DIR = Some(/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/zstd-sys-0424452d54df87df/out) +cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT +cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS +CRATE_CC_NO_DEFAULTS = None +TARGET = Some(x86_64-unknown-linux-gnu) +CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2) +HOST = Some(x86_64-unknown-linux-gnu) +cargo:rerun-if-env-changed=CFLAGS +CFLAGS = None +cargo:rerun-if-env-changed=HOST_CFLAGS +HOST_CFLAGS = None +cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu +CFLAGS_x86_64_unknown_linux_gnu = None +cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu +CFLAGS_x86_64-unknown-linux-gnu = None +OUT_DIR = Some(/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/zstd-sys-0424452d54df87df/out) +cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT +cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS +CRATE_CC_NO_DEFAULTS = None +TARGET = Some(x86_64-unknown-linux-gnu) +CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2) +HOST = Some(x86_64-unknown-linux-gnu) +cargo:rerun-if-env-changed=CFLAGS +CFLAGS = None +cargo:rerun-if-env-changed=HOST_CFLAGS +HOST_CFLAGS = None +cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu +CFLAGS_x86_64_unknown_linux_gnu = None +cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu +CFLAGS_x86_64-unknown-linux-gnu = None +OUT_DIR = Some(/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/zstd-sys-0424452d54df87df/out) +cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT +cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS +CRATE_CC_NO_DEFAULTS = None +TARGET = Some(x86_64-unknown-linux-gnu) +CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2) +HOST = Some(x86_64-unknown-linux-gnu) +cargo:rerun-if-env-changed=CFLAGS +CFLAGS = None +cargo:rerun-if-env-changed=HOST_CFLAGS +HOST_CFLAGS = None +cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu +CFLAGS_x86_64_unknown_linux_gnu = None +cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu +CFLAGS_x86_64-unknown-linux-gnu = None +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +exit status: 0 +cargo:rerun-if-env-changed=AR_x86_64-unknown-linux-gnu +AR_x86_64-unknown-linux-gnu = None +cargo:rerun-if-env-changed=AR_x86_64_unknown_linux_gnu +AR_x86_64_unknown_linux_gnu = None +cargo:rerun-if-env-changed=HOST_AR +HOST_AR = None +cargo:rerun-if-env-changed=AR +AR = None +cargo:rerun-if-env-changed=ARFLAGS +ARFLAGS = None +cargo:rerun-if-env-changed=HOST_ARFLAGS +HOST_ARFLAGS = None +cargo:rerun-if-env-changed=ARFLAGS_x86_64_unknown_linux_gnu +ARFLAGS_x86_64_unknown_linux_gnu = None +cargo:rerun-if-env-changed=ARFLAGS_x86_64-unknown-linux-gnu +ARFLAGS_x86_64-unknown-linux-gnu = None +cargo:rustc-link-lib=static=zstd +cargo:rustc-link-search=native=/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/zstd-sys-0424452d54df87df/out +cargo:root=/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/zstd-sys-0424452d54df87df/out +cargo:include=/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.16+zstd.1.5.7/zstd/lib diff --git a/target/debug/build/zstd-sys-0424452d54df87df/root-output b/target/debug/build/zstd-sys-0424452d54df87df/root-output new file mode 100644 index 0000000..d711888 --- /dev/null +++ b/target/debug/build/zstd-sys-0424452d54df87df/root-output @@ -0,0 +1 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/zstd-sys-0424452d54df87df/out \ No newline at end of file diff --git a/target/debug/build/zstd-sys-0424452d54df87df/stderr b/target/debug/build/zstd-sys-0424452d54df87df/stderr new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/build/zstd-sys-658c0409c08677ff/build-script-build b/target/debug/build/zstd-sys-658c0409c08677ff/build-script-build new file mode 100755 index 0000000..70e01df Binary files /dev/null and b/target/debug/build/zstd-sys-658c0409c08677ff/build-script-build differ diff --git a/target/debug/build/zstd-sys-658c0409c08677ff/build_script_build-658c0409c08677ff b/target/debug/build/zstd-sys-658c0409c08677ff/build_script_build-658c0409c08677ff new file mode 100755 index 0000000..70e01df Binary files /dev/null and b/target/debug/build/zstd-sys-658c0409c08677ff/build_script_build-658c0409c08677ff differ diff --git a/target/debug/build/zstd-sys-658c0409c08677ff/build_script_build-658c0409c08677ff.d b/target/debug/build/zstd-sys-658c0409c08677ff/build_script_build-658c0409c08677ff.d new file mode 100644 index 0000000..a893906 --- /dev/null +++ b/target/debug/build/zstd-sys-658c0409c08677ff/build_script_build-658c0409c08677ff.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/zstd-sys-658c0409c08677ff/build_script_build-658c0409c08677ff.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.16+zstd.1.5.7/build.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/zstd-sys-658c0409c08677ff/build_script_build-658c0409c08677ff: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.16+zstd.1.5.7/build.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.16+zstd.1.5.7/build.rs: diff --git a/target/debug/deps/adler2-8ddbfa9477eb984f.d b/target/debug/deps/adler2-8ddbfa9477eb984f.d new file mode 100644 index 0000000..59084a4 --- /dev/null +++ b/target/debug/deps/adler2-8ddbfa9477eb984f.d @@ -0,0 +1,6 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/adler2-8ddbfa9477eb984f.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.1/src/algo.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libadler2-8ddbfa9477eb984f.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.1/src/algo.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.1/src/algo.rs: diff --git a/target/debug/deps/aho_corasick-a7ce7b50767babf7.d b/target/debug/deps/aho_corasick-a7ce7b50767babf7.d new file mode 100644 index 0000000..415463c --- /dev/null +++ b/target/debug/deps/aho_corasick-a7ce7b50767babf7.d @@ -0,0 +1,35 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/aho_corasick-a7ce7b50767babf7.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/ahocorasick.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/automaton.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/dfa.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/nfa/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/nfa/contiguous.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/nfa/noncontiguous.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/api.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/pattern.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/rabinkarp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/teddy/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/teddy/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/teddy/generic.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/vector.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/alphabet.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/byte_frequencies.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/debug.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/prefilter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/primitives.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/remapper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/search.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/special.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libaho_corasick-a7ce7b50767babf7.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/ahocorasick.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/automaton.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/dfa.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/nfa/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/nfa/contiguous.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/nfa/noncontiguous.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/api.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/pattern.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/rabinkarp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/teddy/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/teddy/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/teddy/generic.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/vector.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/alphabet.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/byte_frequencies.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/debug.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/prefilter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/primitives.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/remapper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/search.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/special.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libaho_corasick-a7ce7b50767babf7.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/ahocorasick.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/automaton.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/dfa.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/nfa/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/nfa/contiguous.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/nfa/noncontiguous.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/api.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/pattern.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/rabinkarp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/teddy/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/teddy/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/teddy/generic.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/vector.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/alphabet.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/byte_frequencies.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/debug.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/prefilter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/primitives.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/remapper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/search.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/special.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/ahocorasick.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/automaton.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/dfa.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/nfa/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/nfa/contiguous.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/nfa/noncontiguous.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/api.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/ext.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/pattern.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/rabinkarp.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/teddy/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/teddy/builder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/teddy/generic.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/vector.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/alphabet.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/buffer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/byte_frequencies.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/debug.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/int.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/prefilter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/primitives.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/remapper.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/search.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/special.rs: diff --git a/target/debug/deps/aho_corasick-b6ee86722d397190.d b/target/debug/deps/aho_corasick-b6ee86722d397190.d new file mode 100644 index 0000000..514b4a4 --- /dev/null +++ b/target/debug/deps/aho_corasick-b6ee86722d397190.d @@ -0,0 +1,33 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/aho_corasick-b6ee86722d397190.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/ahocorasick.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/automaton.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/dfa.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/nfa/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/nfa/contiguous.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/nfa/noncontiguous.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/api.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/pattern.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/rabinkarp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/teddy/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/teddy/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/teddy/generic.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/vector.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/alphabet.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/byte_frequencies.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/debug.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/prefilter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/primitives.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/remapper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/search.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/special.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libaho_corasick-b6ee86722d397190.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/ahocorasick.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/automaton.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/dfa.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/nfa/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/nfa/contiguous.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/nfa/noncontiguous.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/api.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/pattern.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/rabinkarp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/teddy/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/teddy/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/teddy/generic.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/vector.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/alphabet.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/byte_frequencies.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/debug.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/prefilter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/primitives.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/remapper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/search.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/special.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/ahocorasick.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/automaton.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/dfa.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/nfa/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/nfa/contiguous.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/nfa/noncontiguous.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/api.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/ext.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/pattern.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/rabinkarp.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/teddy/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/teddy/builder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/teddy/generic.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/packed/vector.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/alphabet.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/buffer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/byte_frequencies.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/debug.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/int.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/prefilter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/primitives.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/remapper.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/search.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/util/special.rs: diff --git a/target/debug/deps/alloc_no_stdlib-b9128e3f875e2a14.d b/target/debug/deps/alloc_no_stdlib-b9128e3f875e2a14.d new file mode 100644 index 0000000..f13764c --- /dev/null +++ b/target/debug/deps/alloc_no_stdlib-b9128e3f875e2a14.d @@ -0,0 +1,10 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/alloc_no_stdlib-b9128e3f875e2a14.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/allocated_memory/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/allocated_memory/index_macro.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/stack_allocator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/allocated_stack_memory.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/init.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/liballoc_no_stdlib-b9128e3f875e2a14.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/allocated_memory/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/allocated_memory/index_macro.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/stack_allocator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/allocated_stack_memory.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/init.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/allocated_memory/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/allocated_memory/index_macro.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/stack_allocator.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/allocated_stack_memory.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-no-stdlib-2.0.4/src/init.rs: diff --git a/target/debug/deps/alloc_stdlib-76cd445cf7ea7303.d b/target/debug/deps/alloc_stdlib-76cd445cf7ea7303.d new file mode 100644 index 0000000..ecdec07 --- /dev/null +++ b/target/debug/deps/alloc_stdlib-76cd445cf7ea7303.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/alloc_stdlib-76cd445cf7ea7303.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-stdlib-0.2.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-stdlib-0.2.2/src/heap_alloc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-stdlib-0.2.2/src/std_alloc.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/liballoc_stdlib-76cd445cf7ea7303.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-stdlib-0.2.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-stdlib-0.2.2/src/heap_alloc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-stdlib-0.2.2/src/std_alloc.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-stdlib-0.2.2/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-stdlib-0.2.2/src/heap_alloc.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/alloc-stdlib-0.2.2/src/std_alloc.rs: diff --git a/target/debug/deps/allocator_api2-00a55c07d0ea4ce1.d b/target/debug/deps/allocator_api2-00a55c07d0ea4ce1.d new file mode 100644 index 0000000..5e57874 --- /dev/null +++ b/target/debug/deps/allocator_api2-00a55c07d0ea4ce1.d @@ -0,0 +1,19 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/allocator_api2-00a55c07d0ea4ce1.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/alloc/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/alloc/global.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/boxed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/raw_vec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/vec/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/vec/splice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/vec/drain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/vec/into_iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/vec/partial_eq.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/vec/set_len_on_drop.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/unique.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/liballocator_api2-00a55c07d0ea4ce1.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/alloc/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/alloc/global.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/boxed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/raw_vec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/vec/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/vec/splice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/vec/drain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/vec/into_iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/vec/partial_eq.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/vec/set_len_on_drop.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/unique.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/alloc/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/alloc/global.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/boxed.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/raw_vec.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/vec/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/vec/splice.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/vec/drain.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/vec/into_iter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/vec/partial_eq.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/vec/set_len_on_drop.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/slice.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/unique.rs: diff --git a/target/debug/deps/allocator_api2-85a399445ce20b47.d b/target/debug/deps/allocator_api2-85a399445ce20b47.d new file mode 100644 index 0000000..29f6117 --- /dev/null +++ b/target/debug/deps/allocator_api2-85a399445ce20b47.d @@ -0,0 +1,21 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/allocator_api2-85a399445ce20b47.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/alloc/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/alloc/global.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/boxed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/raw_vec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/vec/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/vec/splice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/vec/drain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/vec/into_iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/vec/partial_eq.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/vec/set_len_on_drop.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/unique.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/liballocator_api2-85a399445ce20b47.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/alloc/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/alloc/global.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/boxed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/raw_vec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/vec/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/vec/splice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/vec/drain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/vec/into_iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/vec/partial_eq.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/vec/set_len_on_drop.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/unique.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/liballocator_api2-85a399445ce20b47.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/alloc/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/alloc/global.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/boxed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/raw_vec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/vec/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/vec/splice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/vec/drain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/vec/into_iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/vec/partial_eq.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/vec/set_len_on_drop.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/unique.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/alloc/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/alloc/global.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/boxed.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/raw_vec.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/vec/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/vec/splice.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/vec/drain.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/vec/into_iter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/vec/partial_eq.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/vec/set_len_on_drop.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/slice.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/stable/unique.rs: diff --git a/target/debug/deps/anyhow-9edfc87a42980078.d b/target/debug/deps/anyhow-9edfc87a42980078.d new file mode 100644 index 0000000..3ca1f50 --- /dev/null +++ b/target/debug/deps/anyhow-9edfc87a42980078.d @@ -0,0 +1,17 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/anyhow-9edfc87a42980078.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/backtrace.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/chain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/ensure.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/fmt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/kind.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/ptr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/wrapper.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libanyhow-9edfc87a42980078.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/backtrace.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/chain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/ensure.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/fmt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/kind.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/ptr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/wrapper.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libanyhow-9edfc87a42980078.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/backtrace.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/chain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/ensure.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/fmt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/kind.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/ptr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/wrapper.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/backtrace.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/chain.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/context.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/ensure.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/fmt.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/kind.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/ptr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/wrapper.rs: diff --git a/target/debug/deps/arc_swap-b43c6966631aebfb.d b/target/debug/deps/arc_swap-b43c6966631aebfb.d new file mode 100644 index 0000000..2a7a5ce --- /dev/null +++ b/target/debug/deps/arc_swap-b43c6966631aebfb.d @@ -0,0 +1,23 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/arc_swap-b43c6966631aebfb.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/access.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/as_raw.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/cache.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/compile_fail_tests.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/debt/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/debt/fast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/debt/helping.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/debt/list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/docs/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/docs/internal.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/docs/limitations.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/docs/patterns.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/docs/performance.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/ref_cnt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/strategy/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/strategy/hybrid.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libarc_swap-b43c6966631aebfb.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/access.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/as_raw.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/cache.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/compile_fail_tests.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/debt/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/debt/fast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/debt/helping.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/debt/list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/docs/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/docs/internal.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/docs/limitations.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/docs/patterns.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/docs/performance.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/ref_cnt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/strategy/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/strategy/hybrid.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libarc_swap-b43c6966631aebfb.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/access.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/as_raw.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/cache.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/compile_fail_tests.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/debt/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/debt/fast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/debt/helping.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/debt/list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/docs/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/docs/internal.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/docs/limitations.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/docs/patterns.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/docs/performance.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/ref_cnt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/strategy/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/strategy/hybrid.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/access.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/as_raw.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/cache.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/compile_fail_tests.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/debt/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/debt/fast.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/debt/helping.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/debt/list.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/docs/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/docs/internal.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/docs/limitations.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/docs/patterns.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/docs/performance.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/ref_cnt.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/strategy/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/strategy/hybrid.rs: diff --git a/target/debug/deps/arc_swap-f5cf64692a5c2bae.d b/target/debug/deps/arc_swap-f5cf64692a5c2bae.d new file mode 100644 index 0000000..acaec68 --- /dev/null +++ b/target/debug/deps/arc_swap-f5cf64692a5c2bae.d @@ -0,0 +1,21 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/arc_swap-f5cf64692a5c2bae.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/access.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/as_raw.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/cache.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/compile_fail_tests.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/debt/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/debt/fast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/debt/helping.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/debt/list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/docs/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/docs/internal.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/docs/limitations.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/docs/patterns.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/docs/performance.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/ref_cnt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/strategy/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/strategy/hybrid.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libarc_swap-f5cf64692a5c2bae.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/access.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/as_raw.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/cache.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/compile_fail_tests.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/debt/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/debt/fast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/debt/helping.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/debt/list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/docs/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/docs/internal.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/docs/limitations.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/docs/patterns.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/docs/performance.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/ref_cnt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/strategy/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/strategy/hybrid.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/access.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/as_raw.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/cache.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/compile_fail_tests.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/debt/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/debt/fast.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/debt/helping.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/debt/list.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/docs/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/docs/internal.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/docs/limitations.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/docs/patterns.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/docs/performance.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/ref_cnt.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/strategy/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.0/src/strategy/hybrid.rs: diff --git a/target/debug/deps/ascii_utils-69a3dad4e076fc6b.d b/target/debug/deps/ascii_utils-69a3dad4e076fc6b.d new file mode 100644 index 0000000..0d734a9 --- /dev/null +++ b/target/debug/deps/ascii_utils-69a3dad4e076fc6b.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/ascii_utils-69a3dad4e076fc6b.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ascii_utils-0.9.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ascii_utils-0.9.3/src/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ascii_utils-0.9.3/src/errors.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libascii_utils-69a3dad4e076fc6b.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ascii_utils-0.9.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ascii_utils-0.9.3/src/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ascii_utils-0.9.3/src/errors.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ascii_utils-0.9.3/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ascii_utils-0.9.3/src/table.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ascii_utils-0.9.3/src/errors.rs: diff --git a/target/debug/deps/async_compression-9a299849b0562ac3.d b/target/debug/deps/async_compression-9a299849b0562ac3.d new file mode 100644 index 0000000..3f9f372 --- /dev/null +++ b/target/debug/deps/async_compression-9a299849b0562ac3.d @@ -0,0 +1,31 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/async_compression-9a299849b0562ac3.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/bufread/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/bufread/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/bufread/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/write/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/write/buf_write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/write/buf_writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/write/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/write/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/bufread/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/bufread/macros/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/bufread/macros/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/bufread/macros/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/bufread/generic/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/bufread/generic/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/bufread/generic/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/macros/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/macros/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/macros/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/generic/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/generic/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/generic/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/buf_writer.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libasync_compression-9a299849b0562ac3.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/bufread/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/bufread/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/bufread/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/write/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/write/buf_write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/write/buf_writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/write/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/write/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/bufread/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/bufread/macros/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/bufread/macros/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/bufread/macros/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/bufread/generic/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/bufread/generic/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/bufread/generic/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/macros/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/macros/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/macros/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/generic/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/generic/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/generic/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/buf_writer.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/bufread/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/bufread/decoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/bufread/encoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/write/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/write/buf_write.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/write/buf_writer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/write/decoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/write/encoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/bufread/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/bufread/macros/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/bufread/macros/decoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/bufread/macros/encoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/bufread/generic/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/bufread/generic/decoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/bufread/generic/encoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/macros/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/macros/decoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/macros/encoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/generic/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/generic/decoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/generic/encoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/buf_writer.rs: diff --git a/target/debug/deps/async_compression-cb27a862a3735edc.d b/target/debug/deps/async_compression-cb27a862a3735edc.d new file mode 100644 index 0000000..9f8ffe3 --- /dev/null +++ b/target/debug/deps/async_compression-cb27a862a3735edc.d @@ -0,0 +1,31 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/async_compression-cb27a862a3735edc.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/bufread/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/bufread/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/bufread/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/write/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/write/buf_write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/write/buf_writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/write/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/write/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/bufread/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/bufread/macros/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/bufread/macros/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/bufread/macros/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/bufread/generic/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/bufread/generic/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/bufread/generic/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/macros/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/macros/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/macros/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/generic/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/generic/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/generic/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/buf_writer.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libasync_compression-cb27a862a3735edc.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/bufread/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/bufread/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/bufread/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/write/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/write/buf_write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/write/buf_writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/write/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/write/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/bufread/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/bufread/macros/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/bufread/macros/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/bufread/macros/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/bufread/generic/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/bufread/generic/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/bufread/generic/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/macros/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/macros/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/macros/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/generic/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/generic/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/generic/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/buf_writer.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/bufread/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/bufread/decoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/bufread/encoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/write/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/write/buf_write.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/write/buf_writer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/write/decoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/generic/write/encoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/bufread/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/bufread/macros/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/bufread/macros/decoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/bufread/macros/encoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/bufread/generic/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/bufread/generic/decoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/bufread/generic/encoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/macros/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/macros/decoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/macros/encoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/generic/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/generic/decoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/generic/encoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.37/src/tokio/write/buf_writer.rs: diff --git a/target/debug/deps/async_graphql_derive-40fd733d0651b2fa.d b/target/debug/deps/async_graphql_derive-40fd733d0651b2fa.d new file mode 100644 index 0000000..13d4ea9 --- /dev/null +++ b/target/debug/deps/async_graphql_derive-40fd733d0651b2fa.d @@ -0,0 +1,25 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/async_graphql_derive-40fd733d0651b2fa.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/args.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/complex_object.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/description.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/directive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/enum.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/input_object.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/interface.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/merged_object.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/merged_subscription.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/newtype.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/object.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/oneof_object.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/output_type.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/scalar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/simple_object.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/subscription.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/type_directive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/union.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/validators.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libasync_graphql_derive-40fd733d0651b2fa.so: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/args.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/complex_object.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/description.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/directive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/enum.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/input_object.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/interface.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/merged_object.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/merged_subscription.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/newtype.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/object.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/oneof_object.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/output_type.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/scalar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/simple_object.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/subscription.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/type_directive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/union.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/validators.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/args.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/complex_object.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/description.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/directive.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/enum.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/input_object.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/interface.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/merged_object.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/merged_subscription.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/newtype.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/object.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/oneof_object.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/output_type.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/scalar.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/simple_object.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/subscription.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/type_directive.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/union.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/utils.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-derive-7.2.1/src/validators.rs: diff --git a/target/debug/deps/async_graphql_parser-27df6d4b17125af3.d b/target/debug/deps/async_graphql_parser-27df6d4b17125af3.d new file mode 100644 index 0000000..782038a --- /dev/null +++ b/target/debug/deps/async_graphql_parser-27df6d4b17125af3.d @@ -0,0 +1,16 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/async_graphql_parser-27df6d4b17125af3.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/types/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/types/executable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/types/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/parse/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/parse/executable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/parse/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/parse/utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/pos.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/parse/generated.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libasync_graphql_parser-27df6d4b17125af3.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/types/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/types/executable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/types/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/parse/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/parse/executable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/parse/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/parse/utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/pos.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/parse/generated.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libasync_graphql_parser-27df6d4b17125af3.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/types/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/types/executable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/types/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/parse/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/parse/executable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/parse/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/parse/utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/pos.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/parse/generated.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/types/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/types/executable.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/types/service.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/parse/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/parse/executable.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/parse/service.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/parse/utils.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/pos.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/parse/generated.rs: diff --git a/target/debug/deps/async_graphql_parser-7c0a64362af90853.d b/target/debug/deps/async_graphql_parser-7c0a64362af90853.d new file mode 100644 index 0000000..b50a008 --- /dev/null +++ b/target/debug/deps/async_graphql_parser-7c0a64362af90853.d @@ -0,0 +1,14 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/async_graphql_parser-7c0a64362af90853.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/types/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/types/executable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/types/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/parse/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/parse/executable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/parse/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/parse/utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/pos.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/parse/generated.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libasync_graphql_parser-7c0a64362af90853.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/types/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/types/executable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/types/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/parse/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/parse/executable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/parse/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/parse/utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/pos.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/parse/generated.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/types/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/types/executable.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/types/service.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/parse/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/parse/executable.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/parse/service.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/parse/utils.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/pos.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-parser-7.2.1/src/parse/generated.rs: diff --git a/target/debug/deps/async_graphql_value-b23cf2cd9a811f3c.d b/target/debug/deps/async_graphql_value-b23cf2cd9a811f3c.d new file mode 100644 index 0000000..f4d499c --- /dev/null +++ b/target/debug/deps/async_graphql_value-b23cf2cd9a811f3c.d @@ -0,0 +1,11 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/async_graphql_value-b23cf2cd9a811f3c.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/deserializer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/extensions.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/serializer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/value_serde.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/variables.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libasync_graphql_value-b23cf2cd9a811f3c.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/deserializer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/extensions.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/serializer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/value_serde.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/variables.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/deserializer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/extensions.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/serializer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/value_serde.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/variables.rs: diff --git a/target/debug/deps/async_graphql_value-d61656691983ed26.d b/target/debug/deps/async_graphql_value-d61656691983ed26.d new file mode 100644 index 0000000..c27a5ae --- /dev/null +++ b/target/debug/deps/async_graphql_value-d61656691983ed26.d @@ -0,0 +1,13 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/async_graphql_value-d61656691983ed26.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/deserializer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/extensions.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/serializer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/value_serde.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/variables.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libasync_graphql_value-d61656691983ed26.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/deserializer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/extensions.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/serializer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/value_serde.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/variables.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libasync_graphql_value-d61656691983ed26.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/deserializer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/extensions.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/serializer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/value_serde.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/variables.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/deserializer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/extensions.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/serializer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/value_serde.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-graphql-value-7.2.1/src/variables.rs: diff --git a/target/debug/deps/async_io-c3a40dfb4c81bd62.d b/target/debug/deps/async_io-c3a40dfb4c81bd62.d new file mode 100644 index 0000000..36f9be6 --- /dev/null +++ b/target/debug/deps/async_io-c3a40dfb4c81bd62.d @@ -0,0 +1,10 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/async_io-c3a40dfb4c81bd62.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/driver.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/reactor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/os.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/os/unix.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/reactor/unix.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libasync_io-c3a40dfb4c81bd62.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/driver.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/reactor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/os.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/os/unix.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/reactor/unix.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/driver.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/reactor.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/os.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/os/unix.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/reactor/unix.rs: diff --git a/target/debug/deps/async_stream-651fa74d05e178fb.d b/target/debug/deps/async_stream-651fa74d05e178fb.d new file mode 100644 index 0000000..c5ffd96 --- /dev/null +++ b/target/debug/deps/async_stream-651fa74d05e178fb.d @@ -0,0 +1,8 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/async_stream-651fa74d05e178fb.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/async_stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/next.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/yielder.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libasync_stream-651fa74d05e178fb.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/async_stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/next.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/yielder.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/async_stream.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/next.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/yielder.rs: diff --git a/target/debug/deps/async_stream_impl-e4303d2ba9bf2c5e.d b/target/debug/deps/async_stream_impl-e4303d2ba9bf2c5e.d new file mode 100644 index 0000000..1ba3f32 --- /dev/null +++ b/target/debug/deps/async_stream_impl-e4303d2ba9bf2c5e.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/async_stream_impl-e4303d2ba9bf2c5e.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.6/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libasync_stream_impl-e4303d2ba9bf2c5e.so: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.6/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.6/src/lib.rs: diff --git a/target/debug/deps/async_trait-bd0d8c07b97d5117.d b/target/debug/deps/async_trait-bd0d8c07b97d5117.d new file mode 100644 index 0000000..4215e4f --- /dev/null +++ b/target/debug/deps/async_trait-bd0d8c07b97d5117.d @@ -0,0 +1,12 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/async_trait-bd0d8c07b97d5117.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/args.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/bound.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/expand.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/lifetime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/parse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/receiver.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/verbatim.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libasync_trait-bd0d8c07b97d5117.so: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/args.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/bound.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/expand.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/lifetime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/parse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/receiver.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/verbatim.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/args.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/bound.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/expand.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/lifetime.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/parse.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/receiver.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/verbatim.rs: diff --git a/target/debug/deps/asynk_strim-b2e95fad30b4c0dc.d b/target/debug/deps/asynk_strim-b2e95fad30b4c0dc.d new file mode 100644 index 0000000..836caf7 --- /dev/null +++ b/target/debug/deps/asynk_strim-b2e95fad30b4c0dc.d @@ -0,0 +1,10 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/asynk_strim-b2e95fad30b4c0dc.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/asynk-strim-0.1.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/asynk-strim-0.1.5/src/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/asynk-strim-0.1.5/src/try_yielder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/asynk-strim-0.1.5/src/waker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/asynk-strim-0.1.5/src/yielder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/asynk-strim-0.1.5/src/../README.md + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libasynk_strim-b2e95fad30b4c0dc.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/asynk-strim-0.1.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/asynk-strim-0.1.5/src/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/asynk-strim-0.1.5/src/try_yielder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/asynk-strim-0.1.5/src/waker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/asynk-strim-0.1.5/src/yielder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/asynk-strim-0.1.5/src/../README.md + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/asynk-strim-0.1.5/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/asynk-strim-0.1.5/src/stream.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/asynk-strim-0.1.5/src/try_yielder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/asynk-strim-0.1.5/src/waker.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/asynk-strim-0.1.5/src/yielder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/asynk-strim-0.1.5/src/../README.md: diff --git a/target/debug/deps/atoi-178af15f50b654e4.d b/target/debug/deps/atoi-178af15f50b654e4.d new file mode 100644 index 0000000..2649405 --- /dev/null +++ b/target/debug/deps/atoi-178af15f50b654e4.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/atoi-178af15f50b654e4.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atoi-2.0.0/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libatoi-178af15f50b654e4.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atoi-2.0.0/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atoi-2.0.0/src/lib.rs: diff --git a/target/debug/deps/atoi-3294157af90bf18f.d b/target/debug/deps/atoi-3294157af90bf18f.d new file mode 100644 index 0000000..a5d1eaa --- /dev/null +++ b/target/debug/deps/atoi-3294157af90bf18f.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/atoi-3294157af90bf18f.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atoi-2.0.0/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libatoi-3294157af90bf18f.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atoi-2.0.0/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libatoi-3294157af90bf18f.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atoi-2.0.0/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atoi-2.0.0/src/lib.rs: diff --git a/target/debug/deps/atomic_waker-5d2db5f7d9229e4e.d b/target/debug/deps/atomic_waker-5d2db5f7d9229e4e.d new file mode 100644 index 0000000..b0a795c --- /dev/null +++ b/target/debug/deps/atomic_waker-5d2db5f7d9229e4e.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/atomic_waker-5d2db5f7d9229e4e.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libatomic_waker-5d2db5f7d9229e4e.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2/src/lib.rs: diff --git a/target/debug/deps/autocfg-38d501c17e68b38c.d b/target/debug/deps/autocfg-38d501c17e68b38c.d new file mode 100644 index 0000000..37b10c8 --- /dev/null +++ b/target/debug/deps/autocfg-38d501c17e68b38c.d @@ -0,0 +1,10 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/autocfg-38d501c17e68b38c.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.0/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.0/src/rustc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.0/src/version.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libautocfg-38d501c17e68b38c.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.0/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.0/src/rustc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.0/src/version.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libautocfg-38d501c17e68b38c.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.0/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.0/src/rustc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.0/src/version.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.0/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.0/src/rustc.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.0/src/version.rs: diff --git a/target/debug/deps/axum-4c2d09af0139c4f5.d b/target/debug/deps/axum-4c2d09af0139c4f5.d new file mode 100644 index 0000000..92d4b75 --- /dev/null +++ b/target/debug/deps/axum-4c2d09af0139c4f5.d @@ -0,0 +1,61 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/axum-4c2d09af0139c4f5.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/boxed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/extension.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/service_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/body/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/body/stream_body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/error_handling/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/extract/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/extract/path/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/extract/path/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/extract/rejection.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/extract/host.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/extract/raw_form.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/extract/raw_query.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/extract/request_parts.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/extract/state.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/handler/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/handler/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/handler/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/middleware/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/middleware/from_extractor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/middleware/from_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/middleware/map_request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/middleware/map_response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/response/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/response/redirect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/method_routing.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/into_make_service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/method_filter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/not_found.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/path_router.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/route.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/strip_prefix.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/url_params.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/docs/handlers_intro.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/error_handling/../docs/error_handling.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/extract/../docs/extract.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/handler/../docs/handlers_intro.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/handler/../docs/debugging_handler_type_errors.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/middleware/../docs/middleware.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/response/../docs/response.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/../docs/method_routing/fallback.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/../docs/method_routing/layer.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/../docs/method_routing/route_layer.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/../docs/method_routing/merge.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/../docs/routing/route.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/../docs/routing/route_service.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/../docs/routing/nest.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/../docs/routing/merge.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/../docs/routing/layer.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/../docs/routing/route_layer.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/../docs/routing/fallback.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/../docs/routing/with_state.md + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libaxum-4c2d09af0139c4f5.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/boxed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/extension.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/service_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/body/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/body/stream_body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/error_handling/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/extract/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/extract/path/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/extract/path/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/extract/rejection.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/extract/host.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/extract/raw_form.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/extract/raw_query.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/extract/request_parts.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/extract/state.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/handler/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/handler/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/handler/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/middleware/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/middleware/from_extractor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/middleware/from_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/middleware/map_request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/middleware/map_response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/response/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/response/redirect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/method_routing.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/into_make_service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/method_filter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/not_found.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/path_router.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/route.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/strip_prefix.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/url_params.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/docs/handlers_intro.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/error_handling/../docs/error_handling.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/extract/../docs/extract.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/handler/../docs/handlers_intro.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/handler/../docs/debugging_handler_type_errors.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/middleware/../docs/middleware.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/response/../docs/response.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/../docs/method_routing/fallback.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/../docs/method_routing/layer.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/../docs/method_routing/route_layer.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/../docs/method_routing/merge.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/../docs/routing/route.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/../docs/routing/route_service.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/../docs/routing/nest.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/../docs/routing/merge.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/../docs/routing/layer.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/../docs/routing/route_layer.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/../docs/routing/fallback.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/../docs/routing/with_state.md + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/boxed.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/extension.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/service_ext.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/body/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/body/stream_body.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/error_handling/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/extract/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/extract/path/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/extract/path/de.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/extract/rejection.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/extract/host.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/extract/raw_form.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/extract/raw_query.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/extract/request_parts.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/extract/state.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/handler/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/handler/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/handler/service.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/middleware/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/middleware/from_extractor.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/middleware/from_fn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/middleware/map_request.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/middleware/map_response.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/response/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/response/redirect.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/method_routing.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/into_make_service.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/method_filter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/not_found.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/path_router.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/route.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/strip_prefix.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/url_params.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/docs/handlers_intro.md: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/error_handling/../docs/error_handling.md: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/extract/../docs/extract.md: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/handler/../docs/handlers_intro.md: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/handler/../docs/debugging_handler_type_errors.md: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/middleware/../docs/middleware.md: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/response/../docs/response.md: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/../docs/method_routing/fallback.md: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/../docs/method_routing/layer.md: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/../docs/method_routing/route_layer.md: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/../docs/method_routing/merge.md: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/../docs/routing/route.md: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/../docs/routing/route_service.md: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/../docs/routing/nest.md: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/../docs/routing/merge.md: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/../docs/routing/layer.md: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/../docs/routing/route_layer.md: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/../docs/routing/fallback.md: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/src/routing/../docs/routing/with_state.md: diff --git a/target/debug/deps/axum-81c716d4a29e9aeb.d b/target/debug/deps/axum-81c716d4a29e9aeb.d new file mode 100644 index 0000000..8b556ab --- /dev/null +++ b/target/debug/deps/axum-81c716d4a29e9aeb.d @@ -0,0 +1,73 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/axum-81c716d4a29e9aeb.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/boxed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/extension.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/form.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/json.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/service_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/body/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/error_handling/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/extract/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/extract/connect_info.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/extract/path/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/extract/path/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/extract/rejection.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/extract/ws.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/extract/nested_path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/extract/original_uri.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/extract/raw_form.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/extract/raw_query.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/extract/state.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/extract/matched_path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/extract/query.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/handler/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/handler/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/handler/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/middleware/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/middleware/from_extractor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/middleware/from_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/middleware/map_request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/middleware/map_response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/middleware/response_axum_body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/response/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/response/redirect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/response/sse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/method_routing.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/into_make_service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/method_filter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/not_found.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/path_router.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/route.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/strip_prefix.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/url_params.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/serve/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/serve/listener.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/docs/handlers_intro.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/error_handling/../docs/error_handling.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/extract/../docs/extract.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/handler/../docs/handlers_intro.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/handler/../docs/debugging_handler_type_errors.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/middleware/../docs/middleware.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/response/../docs/response.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/../docs/method_routing/fallback.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/../docs/method_routing/layer.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/../docs/method_routing/route_layer.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/../docs/method_routing/merge.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/../docs/routing/without_v07_checks.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/../docs/routing/route.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/../docs/routing/route_service.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/../docs/routing/nest.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/../docs/routing/merge.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/../docs/routing/layer.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/../docs/routing/route_layer.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/../docs/routing/fallback.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/../docs/routing/method_not_allowed_fallback.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/../docs/routing/with_state.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/../docs/routing/into_make_service_with_connect_info.md + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libaxum-81c716d4a29e9aeb.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/boxed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/extension.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/form.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/json.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/service_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/body/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/error_handling/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/extract/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/extract/connect_info.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/extract/path/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/extract/path/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/extract/rejection.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/extract/ws.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/extract/nested_path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/extract/original_uri.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/extract/raw_form.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/extract/raw_query.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/extract/state.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/extract/matched_path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/extract/query.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/handler/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/handler/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/handler/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/middleware/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/middleware/from_extractor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/middleware/from_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/middleware/map_request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/middleware/map_response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/middleware/response_axum_body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/response/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/response/redirect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/response/sse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/method_routing.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/into_make_service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/method_filter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/not_found.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/path_router.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/route.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/strip_prefix.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/url_params.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/serve/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/serve/listener.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/docs/handlers_intro.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/error_handling/../docs/error_handling.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/extract/../docs/extract.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/handler/../docs/handlers_intro.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/handler/../docs/debugging_handler_type_errors.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/middleware/../docs/middleware.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/response/../docs/response.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/../docs/method_routing/fallback.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/../docs/method_routing/layer.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/../docs/method_routing/route_layer.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/../docs/method_routing/merge.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/../docs/routing/without_v07_checks.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/../docs/routing/route.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/../docs/routing/route_service.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/../docs/routing/nest.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/../docs/routing/merge.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/../docs/routing/layer.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/../docs/routing/route_layer.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/../docs/routing/fallback.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/../docs/routing/method_not_allowed_fallback.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/../docs/routing/with_state.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/../docs/routing/into_make_service_with_connect_info.md + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/boxed.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/extension.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/form.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/json.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/service_ext.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/body/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/error_handling/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/extract/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/extract/connect_info.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/extract/path/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/extract/path/de.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/extract/rejection.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/extract/ws.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/extract/nested_path.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/extract/original_uri.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/extract/raw_form.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/extract/raw_query.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/extract/state.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/extract/matched_path.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/extract/query.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/handler/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/handler/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/handler/service.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/middleware/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/middleware/from_extractor.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/middleware/from_fn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/middleware/map_request.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/middleware/map_response.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/middleware/response_axum_body.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/response/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/response/redirect.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/response/sse.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/method_routing.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/into_make_service.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/method_filter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/not_found.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/path_router.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/route.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/strip_prefix.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/url_params.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/serve/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/serve/listener.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/docs/handlers_intro.md: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/error_handling/../docs/error_handling.md: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/extract/../docs/extract.md: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/handler/../docs/handlers_intro.md: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/handler/../docs/debugging_handler_type_errors.md: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/middleware/../docs/middleware.md: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/response/../docs/response.md: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/../docs/method_routing/fallback.md: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/../docs/method_routing/layer.md: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/../docs/method_routing/route_layer.md: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/../docs/method_routing/merge.md: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/../docs/routing/without_v07_checks.md: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/../docs/routing/route.md: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/../docs/routing/route_service.md: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/../docs/routing/nest.md: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/../docs/routing/merge.md: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/../docs/routing/layer.md: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/../docs/routing/route_layer.md: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/../docs/routing/fallback.md: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/../docs/routing/method_not_allowed_fallback.md: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/../docs/routing/with_state.md: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/../docs/routing/into_make_service_with_connect_info.md: diff --git a/target/debug/deps/axum_core-2f2f8745eff4531f.d b/target/debug/deps/axum_core-2f2f8745eff4531f.d new file mode 100644 index 0000000..6fd6603 --- /dev/null +++ b/target/debug/deps/axum_core-2f2f8745eff4531f.d @@ -0,0 +1,21 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/axum_core-2f2f8745eff4531f.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/ext_traits/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/ext_traits/request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/ext_traits/request_parts.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/extract/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/extract/rejection.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/extract/default_body_limit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/extract/from_ref.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/extract/request_parts.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/extract/tuple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/response/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/response/append_headers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/response/into_response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/response/into_response_parts.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libaxum_core-2f2f8745eff4531f.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/ext_traits/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/ext_traits/request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/ext_traits/request_parts.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/extract/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/extract/rejection.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/extract/default_body_limit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/extract/from_ref.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/extract/request_parts.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/extract/tuple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/response/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/response/append_headers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/response/into_response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/response/into_response_parts.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/ext_traits/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/ext_traits/request.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/ext_traits/request_parts.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/body.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/extract/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/extract/rejection.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/extract/default_body_limit.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/extract/from_ref.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/extract/request_parts.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/extract/tuple.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/response/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/response/append_headers.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/response/into_response.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.3.4/src/response/into_response_parts.rs: diff --git a/target/debug/deps/axum_core-3f902f36e88c746a.d b/target/debug/deps/axum_core-3f902f36e88c746a.d new file mode 100644 index 0000000..0697889 --- /dev/null +++ b/target/debug/deps/axum_core-3f902f36e88c746a.d @@ -0,0 +1,22 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/axum_core-3f902f36e88c746a.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/ext_traits/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/ext_traits/request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/ext_traits/request_parts.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/rejection.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/default_body_limit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/from_ref.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/option.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/request_parts.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/tuple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/response/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/response/append_headers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/response/into_response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/response/into_response_parts.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libaxum_core-3f902f36e88c746a.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/ext_traits/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/ext_traits/request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/ext_traits/request_parts.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/rejection.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/default_body_limit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/from_ref.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/option.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/request_parts.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/tuple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/response/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/response/append_headers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/response/into_response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/response/into_response_parts.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/ext_traits/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/ext_traits/request.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/ext_traits/request_parts.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/body.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/rejection.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/default_body_limit.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/from_ref.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/option.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/request_parts.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/tuple.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/response/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/response/append_headers.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/response/into_response.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/response/into_response_parts.rs: diff --git a/target/debug/deps/base62-62a7323a56eb88eb.d b/target/debug/deps/base62-62a7323a56eb88eb.d new file mode 100644 index 0000000..acefdb0 --- /dev/null +++ b/target/debug/deps/base62-62a7323a56eb88eb.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/base62-62a7323a56eb88eb.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base62-2.2.3/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libbase62-62a7323a56eb88eb.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base62-2.2.3/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libbase62-62a7323a56eb88eb.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base62-2.2.3/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base62-2.2.3/src/lib.rs: diff --git a/target/debug/deps/base62-6e3afbd3f16809fb.d b/target/debug/deps/base62-6e3afbd3f16809fb.d new file mode 100644 index 0000000..496b0da --- /dev/null +++ b/target/debug/deps/base62-6e3afbd3f16809fb.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/base62-6e3afbd3f16809fb.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base62-2.2.3/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libbase62-6e3afbd3f16809fb.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base62-2.2.3/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base62-2.2.3/src/lib.rs: diff --git a/target/debug/deps/base64-3e7b6dc5f7ff67f0.d b/target/debug/deps/base64-3e7b6dc5f7ff67f0.d new file mode 100644 index 0000000..0ab6426 --- /dev/null +++ b/target/debug/deps/base64-3e7b6dc5f7ff67f0.d @@ -0,0 +1,22 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/base64-3e7b6dc5f7ff67f0.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/chunked_encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/display.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/read/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/read/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/write/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/write/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/write/encoder_string_writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/engine/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/engine/general_purpose/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/engine/general_purpose/decode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/engine/general_purpose/decode_suffix.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/alphabet.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/decode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/prelude.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libbase64-3e7b6dc5f7ff67f0.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/chunked_encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/display.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/read/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/read/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/write/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/write/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/write/encoder_string_writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/engine/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/engine/general_purpose/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/engine/general_purpose/decode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/engine/general_purpose/decode_suffix.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/alphabet.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/decode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/prelude.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libbase64-3e7b6dc5f7ff67f0.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/chunked_encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/display.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/read/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/read/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/write/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/write/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/write/encoder_string_writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/engine/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/engine/general_purpose/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/engine/general_purpose/decode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/engine/general_purpose/decode_suffix.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/alphabet.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/decode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/prelude.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/chunked_encoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/display.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/read/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/read/decoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/write/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/write/encoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/write/encoder_string_writer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/engine/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/engine/general_purpose/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/engine/general_purpose/decode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/engine/general_purpose/decode_suffix.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/alphabet.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/encode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/decode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/prelude.rs: diff --git a/target/debug/deps/base64-77885587371c3c70.d b/target/debug/deps/base64-77885587371c3c70.d new file mode 100644 index 0000000..365b658 --- /dev/null +++ b/target/debug/deps/base64-77885587371c3c70.d @@ -0,0 +1,20 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/base64-77885587371c3c70.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/chunked_encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/display.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/read/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/read/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/write/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/write/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/write/encoder_string_writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/engine/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/engine/general_purpose/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/engine/general_purpose/decode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/engine/general_purpose/decode_suffix.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/alphabet.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/decode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/prelude.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libbase64-77885587371c3c70.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/chunked_encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/display.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/read/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/read/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/write/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/write/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/write/encoder_string_writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/engine/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/engine/general_purpose/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/engine/general_purpose/decode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/engine/general_purpose/decode_suffix.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/alphabet.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/decode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/prelude.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/chunked_encoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/display.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/read/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/read/decoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/write/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/write/encoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/write/encoder_string_writer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/engine/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/engine/general_purpose/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/engine/general_purpose/decode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/engine/general_purpose/decode_suffix.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/alphabet.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/encode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/decode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/prelude.rs: diff --git a/target/debug/deps/base64-b8865c9f380473df.d b/target/debug/deps/base64-b8865c9f380473df.d new file mode 100644 index 0000000..8fd0e47 --- /dev/null +++ b/target/debug/deps/base64-b8865c9f380473df.d @@ -0,0 +1,20 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/base64-b8865c9f380473df.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/chunked_encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/display.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/read/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/read/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/write/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/write/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/write/encoder_string_writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/engine/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/engine/general_purpose/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/engine/general_purpose/decode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/engine/general_purpose/decode_suffix.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/alphabet.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/decode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/prelude.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libbase64-b8865c9f380473df.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/chunked_encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/display.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/read/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/read/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/write/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/write/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/write/encoder_string_writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/engine/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/engine/general_purpose/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/engine/general_purpose/decode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/engine/general_purpose/decode_suffix.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/alphabet.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/decode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/prelude.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/chunked_encoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/display.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/read/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/read/decoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/write/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/write/encoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/write/encoder_string_writer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/engine/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/engine/general_purpose/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/engine/general_purpose/decode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/engine/general_purpose/decode_suffix.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/alphabet.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/encode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/decode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/prelude.rs: diff --git a/target/debug/deps/bitflags-21034579cd4f0859.d b/target/debug/deps/bitflags-21034579cd4f0859.d new file mode 100644 index 0000000..683cbcb --- /dev/null +++ b/target/debug/deps/bitflags-21034579cd4f0859.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/bitflags-21034579cd4f0859.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-1.3.2/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libbitflags-21034579cd4f0859.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-1.3.2/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-1.3.2/src/lib.rs: diff --git a/target/debug/deps/bitflags-8d25b584161fdc54.d b/target/debug/deps/bitflags-8d25b584161fdc54.d new file mode 100644 index 0000000..2fc27c4 --- /dev/null +++ b/target/debug/deps/bitflags-8d25b584161fdc54.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/bitflags-8d25b584161fdc54.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-1.3.2/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libbitflags-8d25b584161fdc54.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-1.3.2/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libbitflags-8d25b584161fdc54.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-1.3.2/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-1.3.2/src/lib.rs: diff --git a/target/debug/deps/bitflags-c10f145ac5d2b8b0.d b/target/debug/deps/bitflags-c10f145ac5d2b8b0.d new file mode 100644 index 0000000..3ed7a7f --- /dev/null +++ b/target/debug/deps/bitflags-c10f145ac5d2b8b0.d @@ -0,0 +1,11 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/bitflags-c10f145ac5d2b8b0.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/traits.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/public.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/internal.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/external.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libbitflags-c10f145ac5d2b8b0.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/traits.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/public.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/internal.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/external.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/iter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/parser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/traits.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/public.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/internal.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.10.0/src/external.rs: diff --git a/target/debug/deps/block_buffer-1cd5b47318c3cb74.d b/target/debug/deps/block_buffer-1cd5b47318c3cb74.d new file mode 100644 index 0000000..a2e17d1 --- /dev/null +++ b/target/debug/deps/block_buffer-1cd5b47318c3cb74.d @@ -0,0 +1,6 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/block_buffer-1cd5b47318c3cb74.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/sealed.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libblock_buffer-1cd5b47318c3cb74.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/sealed.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/sealed.rs: diff --git a/target/debug/deps/block_buffer-2249699db01462c5.d b/target/debug/deps/block_buffer-2249699db01462c5.d new file mode 100644 index 0000000..106cbfb --- /dev/null +++ b/target/debug/deps/block_buffer-2249699db01462c5.d @@ -0,0 +1,8 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/block_buffer-2249699db01462c5.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/sealed.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libblock_buffer-2249699db01462c5.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/sealed.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libblock_buffer-2249699db01462c5.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/sealed.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/sealed.rs: diff --git a/target/debug/deps/brotli-45afdaa9e5ee9fbb.d b/target/debug/deps/brotli-45afdaa9e5ee9fbb.d new file mode 100644 index 0000000..c7f49af --- /dev/null +++ b/target/debug/deps/brotli-45afdaa9e5ee9fbb.d @@ -0,0 +1,54 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/brotli-45afdaa9e5ee9fbb.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/concat/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/vectorization.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/backward_references/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/backward_references/benchmark.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/backward_references/hash_to_binary_tree.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/backward_references/hq.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/backward_references/test.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/bit_cost.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/block_split.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/block_splitter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/brotli_bit_stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/cluster.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/combined_alloc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/command.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/compat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/compress_fragment.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/compress_fragment_two_pass.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/constants.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/context_map_entropy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/dictionary_hash.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/entropy_encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/find_stride.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/fixed_queue.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/histogram.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/input_pair.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/interface.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/ir_interpret.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/literal_cost.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/log_table_16.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/log_table_8.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/metablock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/multithreading.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/parameters.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/pdf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/prior_eval.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/reader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/singlethreading.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/static_dict.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/static_dict_lut.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/stride_eval.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/test.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/threading.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/utf8_util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/weights.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/worker_pool.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/writer.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libbrotli-45afdaa9e5ee9fbb.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/concat/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/vectorization.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/backward_references/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/backward_references/benchmark.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/backward_references/hash_to_binary_tree.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/backward_references/hq.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/backward_references/test.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/bit_cost.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/block_split.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/block_splitter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/brotli_bit_stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/cluster.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/combined_alloc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/command.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/compat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/compress_fragment.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/compress_fragment_two_pass.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/constants.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/context_map_entropy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/dictionary_hash.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/entropy_encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/find_stride.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/fixed_queue.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/histogram.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/input_pair.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/interface.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/ir_interpret.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/literal_cost.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/log_table_16.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/log_table_8.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/metablock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/multithreading.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/parameters.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/pdf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/prior_eval.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/reader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/singlethreading.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/static_dict.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/static_dict_lut.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/stride_eval.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/test.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/threading.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/utf8_util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/weights.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/worker_pool.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/writer.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/concat/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/vectorization.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/backward_references/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/backward_references/benchmark.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/backward_references/hash_to_binary_tree.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/backward_references/hq.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/backward_references/test.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/bit_cost.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/block_split.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/block_splitter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/brotli_bit_stream.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/cluster.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/combined_alloc.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/command.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/compat.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/compress_fragment.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/compress_fragment_two_pass.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/constants.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/context_map_entropy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/dictionary_hash.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/encode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/entropy_encode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/find_stride.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/fixed_queue.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/histogram.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/input_pair.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/interface.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/ir_interpret.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/literal_cost.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/log_table_16.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/log_table_8.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/metablock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/multithreading.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/parameters.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/pdf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/prior_eval.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/reader.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/singlethreading.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/static_dict.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/static_dict_lut.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/stride_eval.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/test.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/threading.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/utf8_util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/weights.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/worker_pool.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.2/src/enc/writer.rs: diff --git a/target/debug/deps/brotli_decompressor-7da22279429ee382.d b/target/debug/deps/brotli_decompressor-7da22279429ee382.d new file mode 100644 index 0000000..d5c68e8 --- /dev/null +++ b/target/debug/deps/brotli_decompressor-7da22279429ee382.d @@ -0,0 +1,20 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/brotli_decompressor-7da22279429ee382.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/memory.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/dictionary/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/brotli_alloc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/bit_reader/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/huffman/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/huffman/tests.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/state.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/prefix.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/transform.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/test.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/decode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/io_wrappers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/reader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/writer.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libbrotli_decompressor-7da22279429ee382.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/memory.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/dictionary/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/brotli_alloc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/bit_reader/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/huffman/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/huffman/tests.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/state.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/prefix.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/transform.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/test.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/decode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/io_wrappers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/reader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/writer.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/memory.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/dictionary/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/brotli_alloc.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/bit_reader/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/huffman/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/huffman/tests.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/state.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/prefix.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/context.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/transform.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/test.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/decode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/io_wrappers.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/reader.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-decompressor-5.0.0/src/writer.rs: diff --git a/target/debug/deps/bstr-c68cfdb4af1140f3.d b/target/debug/deps/bstr-c68cfdb4af1140f3.d new file mode 100644 index 0000000..c8aac57 --- /dev/null +++ b/target/debug/deps/bstr-c68cfdb4af1140f3.d @@ -0,0 +1,18 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/bstr-c68cfdb4af1140f3.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/ascii.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/bstr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/bstring.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/byteset/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/byteset/scalar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/escape_bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/ext_slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/ext_vec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/io.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/utf8.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libbstr-c68cfdb4af1140f3.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/ascii.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/bstr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/bstring.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/byteset/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/byteset/scalar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/escape_bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/ext_slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/ext_vec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/io.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/utf8.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libbstr-c68cfdb4af1140f3.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/ascii.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/bstr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/bstring.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/byteset/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/byteset/scalar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/escape_bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/ext_slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/ext_vec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/io.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/utf8.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/ascii.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/bstr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/bstring.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/byteset/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/byteset/scalar.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/escape_bytes.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/ext_slice.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/ext_vec.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/impls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/io.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/utf8.rs: diff --git a/target/debug/deps/bstr-e87ad8d898ed10be.d b/target/debug/deps/bstr-e87ad8d898ed10be.d new file mode 100644 index 0000000..a03a443 --- /dev/null +++ b/target/debug/deps/bstr-e87ad8d898ed10be.d @@ -0,0 +1,16 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/bstr-e87ad8d898ed10be.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/ascii.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/bstr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/bstring.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/byteset/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/byteset/scalar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/escape_bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/ext_slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/ext_vec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/io.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/utf8.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libbstr-e87ad8d898ed10be.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/ascii.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/bstr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/bstring.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/byteset/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/byteset/scalar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/escape_bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/ext_slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/ext_vec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/io.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/utf8.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/ascii.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/bstr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/bstring.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/byteset/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/byteset/scalar.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/escape_bytes.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/ext_slice.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/ext_vec.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/impls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/io.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/utf8.rs: diff --git a/target/debug/deps/byteorder-694546da291939c4.d b/target/debug/deps/byteorder-694546da291939c4.d new file mode 100644 index 0000000..db7f296 --- /dev/null +++ b/target/debug/deps/byteorder-694546da291939c4.d @@ -0,0 +1,6 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/byteorder-694546da291939c4.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.5.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.5.0/src/io.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libbyteorder-694546da291939c4.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.5.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.5.0/src/io.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.5.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.5.0/src/io.rs: diff --git a/target/debug/deps/bytes-1c9072c93a1e4c72.d b/target/debug/deps/bytes-1c9072c93a1e4c72.d new file mode 100644 index 0000000..3a3a1d7 --- /dev/null +++ b/target/debug/deps/bytes-1c9072c93a1e4c72.d @@ -0,0 +1,25 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/bytes-1c9072c93a1e4c72.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/buf_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/buf_mut.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/chain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/limit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/reader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/take.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/uninit_slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/vec_deque.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/bytes_mut.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/fmt/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/fmt/debug.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/fmt/hex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/loom.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/serde.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libbytes-1c9072c93a1e4c72.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/buf_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/buf_mut.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/chain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/limit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/reader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/take.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/uninit_slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/vec_deque.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/bytes_mut.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/fmt/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/fmt/debug.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/fmt/hex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/loom.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/serde.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libbytes-1c9072c93a1e4c72.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/buf_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/buf_mut.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/chain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/limit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/reader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/take.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/uninit_slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/vec_deque.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/bytes_mut.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/fmt/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/fmt/debug.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/fmt/hex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/loom.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/serde.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/buf_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/buf_mut.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/chain.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/iter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/limit.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/reader.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/take.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/uninit_slice.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/vec_deque.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/writer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/bytes.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/bytes_mut.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/fmt/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/fmt/debug.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/fmt/hex.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/loom.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/serde.rs: diff --git a/target/debug/deps/bytes-22e51706ccb8b8a5.d b/target/debug/deps/bytes-22e51706ccb8b8a5.d new file mode 100644 index 0000000..44786be --- /dev/null +++ b/target/debug/deps/bytes-22e51706ccb8b8a5.d @@ -0,0 +1,22 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/bytes-22e51706ccb8b8a5.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/buf_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/buf_mut.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/chain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/limit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/reader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/take.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/uninit_slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/vec_deque.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/bytes_mut.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/fmt/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/fmt/debug.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/fmt/hex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/loom.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libbytes-22e51706ccb8b8a5.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/buf_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/buf_mut.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/chain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/limit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/reader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/take.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/uninit_slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/vec_deque.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/bytes_mut.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/fmt/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/fmt/debug.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/fmt/hex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/loom.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/buf_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/buf_mut.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/chain.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/iter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/limit.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/reader.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/take.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/uninit_slice.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/vec_deque.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/writer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/bytes.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/bytes_mut.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/fmt/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/fmt/debug.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/fmt/hex.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/loom.rs: diff --git a/target/debug/deps/bytes-b630d5ed9dfc2f36.d b/target/debug/deps/bytes-b630d5ed9dfc2f36.d new file mode 100644 index 0000000..63c12c2 --- /dev/null +++ b/target/debug/deps/bytes-b630d5ed9dfc2f36.d @@ -0,0 +1,23 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/bytes-b630d5ed9dfc2f36.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/buf_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/buf_mut.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/chain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/limit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/reader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/take.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/uninit_slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/vec_deque.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/bytes_mut.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/fmt/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/fmt/debug.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/fmt/hex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/loom.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/serde.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libbytes-b630d5ed9dfc2f36.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/buf_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/buf_mut.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/chain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/limit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/reader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/take.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/uninit_slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/vec_deque.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/bytes_mut.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/fmt/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/fmt/debug.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/fmt/hex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/loom.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/serde.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/buf_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/buf_mut.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/chain.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/iter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/limit.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/reader.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/take.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/uninit_slice.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/vec_deque.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/buf/writer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/bytes.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/bytes_mut.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/fmt/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/fmt/debug.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/fmt/hex.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/loom.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.0/src/serde.rs: diff --git a/target/debug/deps/cc-1ad8d3286ed52826.d b/target/debug/deps/cc-1ad8d3286ed52826.d new file mode 100644 index 0000000..03b3141 --- /dev/null +++ b/target/debug/deps/cc-1ad8d3286ed52826.d @@ -0,0 +1,23 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/cc-1ad8d3286ed52826.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/parallel/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/parallel/async_executor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/parallel/command_runner.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/parallel/job_token.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/parallel/stderr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/target.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/target/apple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/target/generated.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/target/llvm.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/target/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/command_helpers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/tool.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/tempfile.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/utilities.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/flags.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/detect_compiler_family.c + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libcc-1ad8d3286ed52826.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/parallel/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/parallel/async_executor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/parallel/command_runner.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/parallel/job_token.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/parallel/stderr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/target.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/target/apple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/target/generated.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/target/llvm.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/target/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/command_helpers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/tool.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/tempfile.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/utilities.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/flags.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/detect_compiler_family.c + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libcc-1ad8d3286ed52826.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/parallel/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/parallel/async_executor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/parallel/command_runner.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/parallel/job_token.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/parallel/stderr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/target.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/target/apple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/target/generated.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/target/llvm.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/target/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/command_helpers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/tool.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/tempfile.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/utilities.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/flags.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/detect_compiler_family.c + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/parallel/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/parallel/async_executor.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/parallel/command_runner.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/parallel/job_token.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/parallel/stderr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/target.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/target/apple.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/target/generated.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/target/llvm.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/target/parser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/command_helpers.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/tool.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/tempfile.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/utilities.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/flags.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.54/src/detect_compiler_family.c: diff --git a/target/debug/deps/cfg_if-b39a315480926510.d b/target/debug/deps/cfg_if-b39a315480926510.d new file mode 100644 index 0000000..24de015 --- /dev/null +++ b/target/debug/deps/cfg_if-b39a315480926510.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/cfg_if-b39a315480926510.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libcfg_if-b39a315480926510.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libcfg_if-b39a315480926510.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/lib.rs: diff --git a/target/debug/deps/cfg_if-e720413b8edafa0a.d b/target/debug/deps/cfg_if-e720413b8edafa0a.d new file mode 100644 index 0000000..5f9f626 --- /dev/null +++ b/target/debug/deps/cfg_if-e720413b8edafa0a.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/cfg_if-e720413b8edafa0a.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libcfg_if-e720413b8edafa0a.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/lib.rs: diff --git a/target/debug/deps/chrono-5db5466516964d9e.d b/target/debug/deps/chrono-5db5466516964d9e.d new file mode 100644 index 0000000..d8e3de7 --- /dev/null +++ b/target/debug/deps/chrono-5db5466516964d9e.d @@ -0,0 +1,35 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/chrono-5db5466516964d9e.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/time_delta.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/date.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/datetime/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/format/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/format/formatting.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/format/parsed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/format/parse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/format/scan.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/format/strftime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/format/locales.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/naive/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/naive/date/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/naive/datetime/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/naive/internals.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/naive/isoweek.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/naive/time/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/fixed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/local/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/local/unix.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/local/tz_info/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/local/tz_info/timezone.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/local/tz_info/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/local/tz_info/rule.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/utc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/round.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/weekday.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/weekday_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/month.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/traits.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libchrono-5db5466516964d9e.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/time_delta.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/date.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/datetime/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/format/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/format/formatting.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/format/parsed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/format/parse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/format/scan.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/format/strftime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/format/locales.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/naive/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/naive/date/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/naive/datetime/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/naive/internals.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/naive/isoweek.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/naive/time/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/fixed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/local/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/local/unix.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/local/tz_info/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/local/tz_info/timezone.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/local/tz_info/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/local/tz_info/rule.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/utc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/round.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/weekday.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/weekday_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/month.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/traits.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/time_delta.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/date.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/datetime/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/format/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/format/formatting.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/format/parsed.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/format/parse.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/format/scan.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/format/strftime.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/format/locales.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/naive/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/naive/date/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/naive/datetime/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/naive/internals.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/naive/isoweek.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/naive/time/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/fixed.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/local/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/local/unix.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/local/tz_info/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/local/tz_info/timezone.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/local/tz_info/parser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/local/tz_info/rule.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/utc.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/round.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/weekday.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/weekday_set.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/month.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/traits.rs: diff --git a/target/debug/deps/chrono-b8905556bb597f3b.d b/target/debug/deps/chrono-b8905556bb597f3b.d new file mode 100644 index 0000000..f8f2419 --- /dev/null +++ b/target/debug/deps/chrono-b8905556bb597f3b.d @@ -0,0 +1,38 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/chrono-b8905556bb597f3b.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/time_delta.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/date.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/datetime/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/datetime/serde.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/format/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/format/formatting.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/format/parsed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/format/parse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/format/scan.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/format/strftime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/format/locales.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/naive/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/naive/date/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/naive/datetime/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/naive/datetime/serde.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/naive/internals.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/naive/isoweek.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/naive/time/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/naive/time/serde.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/fixed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/local/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/local/unix.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/local/tz_info/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/local/tz_info/timezone.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/local/tz_info/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/local/tz_info/rule.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/utc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/round.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/weekday.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/weekday_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/month.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/traits.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libchrono-b8905556bb597f3b.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/time_delta.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/date.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/datetime/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/datetime/serde.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/format/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/format/formatting.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/format/parsed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/format/parse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/format/scan.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/format/strftime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/format/locales.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/naive/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/naive/date/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/naive/datetime/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/naive/datetime/serde.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/naive/internals.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/naive/isoweek.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/naive/time/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/naive/time/serde.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/fixed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/local/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/local/unix.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/local/tz_info/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/local/tz_info/timezone.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/local/tz_info/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/local/tz_info/rule.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/utc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/round.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/weekday.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/weekday_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/month.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/traits.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/time_delta.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/date.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/datetime/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/datetime/serde.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/format/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/format/formatting.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/format/parsed.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/format/parse.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/format/scan.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/format/strftime.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/format/locales.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/naive/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/naive/date/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/naive/datetime/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/naive/datetime/serde.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/naive/internals.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/naive/isoweek.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/naive/time/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/naive/time/serde.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/fixed.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/local/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/local/unix.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/local/tz_info/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/local/tz_info/timezone.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/local/tz_info/parser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/local/tz_info/rule.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/utc.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/round.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/weekday.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/weekday_set.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/month.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/traits.rs: diff --git a/target/debug/deps/chrono_tz-9d6f23106f0156b5.d b/target/debug/deps/chrono_tz-9d6f23106f0156b5.d new file mode 100644 index 0000000..a249a38 --- /dev/null +++ b/target/debug/deps/chrono_tz-9d6f23106f0156b5.d @@ -0,0 +1,13 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/chrono_tz-9d6f23106f0156b5.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.9.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.9.0/src/binary_search.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.9.0/src/directory.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.9.0/src/timezone_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.9.0/src/timezones.rs /home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/chrono-tz-6e568472505294e4/out/directory.rs /home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/chrono-tz-6e568472505294e4/out/timezones.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libchrono_tz-9d6f23106f0156b5.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.9.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.9.0/src/binary_search.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.9.0/src/directory.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.9.0/src/timezone_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.9.0/src/timezones.rs /home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/chrono-tz-6e568472505294e4/out/directory.rs /home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/chrono-tz-6e568472505294e4/out/timezones.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.9.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.9.0/src/binary_search.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.9.0/src/directory.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.9.0/src/timezone_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.9.0/src/timezones.rs: +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/chrono-tz-6e568472505294e4/out/directory.rs: +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/chrono-tz-6e568472505294e4/out/timezones.rs: + +# env-dep:OUT_DIR=/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/chrono-tz-6e568472505294e4/out diff --git a/target/debug/deps/chrono_tz_build-159830ff46400dc4.d b/target/debug/deps/chrono_tz_build-159830ff46400dc4.d new file mode 100644 index 0000000..20b5286 --- /dev/null +++ b/target/debug/deps/chrono_tz_build-159830ff46400dc4.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/chrono_tz_build-159830ff46400dc4.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-build-0.3.0/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libchrono_tz_build-159830ff46400dc4.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-build-0.3.0/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libchrono_tz_build-159830ff46400dc4.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-build-0.3.0/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-build-0.3.0/src/lib.rs: diff --git a/target/debug/deps/compression_codecs-270290ae057224e5.d b/target/debug/deps/compression_codecs-270290ae057224e5.d new file mode 100644 index 0000000..dd2595b --- /dev/null +++ b/target/debug/deps/compression_codecs-270290ae057224e5.d @@ -0,0 +1,24 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/compression_codecs-270290ae057224e5.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/brotli/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/brotli/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/brotli/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/brotli/params.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/flate/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/flate/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/flate/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/flate/params.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/gzip/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/gzip/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/gzip/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/gzip/header.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/zlib/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/zlib/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/zlib/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/zstd/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/zstd/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/zstd/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/zstd/params.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libcompression_codecs-270290ae057224e5.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/brotli/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/brotli/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/brotli/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/brotli/params.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/flate/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/flate/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/flate/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/flate/params.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/gzip/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/gzip/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/gzip/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/gzip/header.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/zlib/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/zlib/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/zlib/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/zstd/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/zstd/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/zstd/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/zstd/params.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/brotli/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/brotli/decoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/brotli/encoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/brotli/params.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/flate/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/flate/decoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/flate/encoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/flate/params.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/gzip/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/gzip/decoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/gzip/encoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/gzip/header.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/zlib/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/zlib/decoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/zlib/encoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/zstd/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/zstd/decoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/zstd/encoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.36/src/zstd/params.rs: diff --git a/target/debug/deps/compression_core-b67df853929a014b.d b/target/debug/deps/compression_core-b67df853929a014b.d new file mode 100644 index 0000000..f486035 --- /dev/null +++ b/target/debug/deps/compression_core-b67df853929a014b.d @@ -0,0 +1,8 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/compression_core-b67df853929a014b.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-core-0.4.31/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-core-0.4.31/src/level.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-core-0.4.31/src/unshared.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-core-0.4.31/src/util.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libcompression_core-b67df853929a014b.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-core-0.4.31/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-core-0.4.31/src/level.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-core-0.4.31/src/unshared.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-core-0.4.31/src/util.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-core-0.4.31/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-core-0.4.31/src/level.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-core-0.4.31/src/unshared.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-core-0.4.31/src/util.rs: diff --git a/target/debug/deps/concurrent_queue-aafb83b9500e6df2.d b/target/debug/deps/concurrent_queue-aafb83b9500e6df2.d new file mode 100644 index 0000000..d8bc8b2 --- /dev/null +++ b/target/debug/deps/concurrent_queue-aafb83b9500e6df2.d @@ -0,0 +1,9 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/concurrent_queue-aafb83b9500e6df2.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/bounded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/single.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/unbounded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/sync.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libconcurrent_queue-aafb83b9500e6df2.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/bounded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/single.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/unbounded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/sync.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/bounded.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/single.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/unbounded.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/sync.rs: diff --git a/target/debug/deps/concurrent_queue-e97b17c8b77a8061.d b/target/debug/deps/concurrent_queue-e97b17c8b77a8061.d new file mode 100644 index 0000000..06d8800 --- /dev/null +++ b/target/debug/deps/concurrent_queue-e97b17c8b77a8061.d @@ -0,0 +1,11 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/concurrent_queue-e97b17c8b77a8061.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/bounded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/single.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/unbounded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/sync.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libconcurrent_queue-e97b17c8b77a8061.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/bounded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/single.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/unbounded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/sync.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libconcurrent_queue-e97b17c8b77a8061.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/bounded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/single.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/unbounded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/sync.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/bounded.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/single.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/unbounded.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/sync.rs: diff --git a/target/debug/deps/cookie-0d50f12295a5b407.d b/target/debug/deps/cookie-0d50f12295a5b407.d new file mode 100644 index 0000000..e20a8f2 --- /dev/null +++ b/target/debug/deps/cookie-0d50f12295a5b407.d @@ -0,0 +1,12 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/cookie-0d50f12295a5b407.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/src/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/src/parse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/src/jar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/src/delta.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/src/same_site.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/src/expiration.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/src/prefix.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libcookie-0d50f12295a5b407.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/src/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/src/parse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/src/jar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/src/delta.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/src/same_site.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/src/expiration.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/src/prefix.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/src/builder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/src/parse.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/src/jar.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/src/delta.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/src/same_site.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/src/expiration.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/src/prefix.rs: diff --git a/target/debug/deps/cpufeatures-20e8ec0a2dd03289.d b/target/debug/deps/cpufeatures-20e8ec0a2dd03289.d new file mode 100644 index 0000000..523a444 --- /dev/null +++ b/target/debug/deps/cpufeatures-20e8ec0a2dd03289.d @@ -0,0 +1,8 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/cpufeatures-20e8ec0a2dd03289.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/x86.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libcpufeatures-20e8ec0a2dd03289.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/x86.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libcpufeatures-20e8ec0a2dd03289.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/x86.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/x86.rs: diff --git a/target/debug/deps/cpufeatures-716b7d326f337e94.d b/target/debug/deps/cpufeatures-716b7d326f337e94.d new file mode 100644 index 0000000..fa6de87 --- /dev/null +++ b/target/debug/deps/cpufeatures-716b7d326f337e94.d @@ -0,0 +1,6 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/cpufeatures-716b7d326f337e94.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/x86.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libcpufeatures-716b7d326f337e94.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/x86.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/x86.rs: diff --git a/target/debug/deps/crc-91e9b45033d93008.d b/target/debug/deps/crc-91e9b45033d93008.d new file mode 100644 index 0000000..bf8b31a --- /dev/null +++ b/target/debug/deps/crc-91e9b45033d93008.d @@ -0,0 +1,14 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/crc-91e9b45033d93008.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/crc128.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/crc16.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/crc32.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/crc64.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/crc8.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/util.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libcrc-91e9b45033d93008.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/crc128.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/crc16.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/crc32.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/crc64.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/crc8.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/util.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libcrc-91e9b45033d93008.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/crc128.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/crc16.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/crc32.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/crc64.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/crc8.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/util.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/crc128.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/crc16.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/crc32.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/crc64.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/crc8.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/table.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/util.rs: diff --git a/target/debug/deps/crc-fa67fc293c21bf61.d b/target/debug/deps/crc-fa67fc293c21bf61.d new file mode 100644 index 0000000..3dbb2fd --- /dev/null +++ b/target/debug/deps/crc-fa67fc293c21bf61.d @@ -0,0 +1,12 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/crc-fa67fc293c21bf61.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/crc128.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/crc16.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/crc32.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/crc64.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/crc8.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/util.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libcrc-fa67fc293c21bf61.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/crc128.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/crc16.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/crc32.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/crc64.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/crc8.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/util.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/crc128.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/crc16.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/crc32.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/crc64.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/crc8.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/table.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/util.rs: diff --git a/target/debug/deps/crc32fast-69ea6609f925bfa8.d b/target/debug/deps/crc32fast-69ea6609f925bfa8.d new file mode 100644 index 0000000..7edd0d7 --- /dev/null +++ b/target/debug/deps/crc32fast-69ea6609f925bfa8.d @@ -0,0 +1,10 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/crc32fast-69ea6609f925bfa8.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/baseline.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/combine.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/specialized/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/specialized/pclmulqdq.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libcrc32fast-69ea6609f925bfa8.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/baseline.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/combine.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/specialized/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/specialized/pclmulqdq.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/baseline.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/combine.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/specialized/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/table.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/specialized/pclmulqdq.rs: diff --git a/target/debug/deps/crc_catalog-823615f0215e8730.d b/target/debug/deps/crc_catalog-823615f0215e8730.d new file mode 100644 index 0000000..6eab186 --- /dev/null +++ b/target/debug/deps/crc_catalog-823615f0215e8730.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/crc_catalog-823615f0215e8730.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-catalog-2.4.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-catalog-2.4.0/src/poly.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-catalog-2.4.0/src/algorithm.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libcrc_catalog-823615f0215e8730.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-catalog-2.4.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-catalog-2.4.0/src/poly.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-catalog-2.4.0/src/algorithm.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-catalog-2.4.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-catalog-2.4.0/src/poly.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-catalog-2.4.0/src/algorithm.rs: diff --git a/target/debug/deps/crc_catalog-d9cd0273b16329ad.d b/target/debug/deps/crc_catalog-d9cd0273b16329ad.d new file mode 100644 index 0000000..1ca7379 --- /dev/null +++ b/target/debug/deps/crc_catalog-d9cd0273b16329ad.d @@ -0,0 +1,9 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/crc_catalog-d9cd0273b16329ad.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-catalog-2.4.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-catalog-2.4.0/src/poly.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-catalog-2.4.0/src/algorithm.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libcrc_catalog-d9cd0273b16329ad.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-catalog-2.4.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-catalog-2.4.0/src/poly.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-catalog-2.4.0/src/algorithm.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libcrc_catalog-d9cd0273b16329ad.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-catalog-2.4.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-catalog-2.4.0/src/poly.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-catalog-2.4.0/src/algorithm.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-catalog-2.4.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-catalog-2.4.0/src/poly.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-catalog-2.4.0/src/algorithm.rs: diff --git a/target/debug/deps/crossbeam_channel-764c9a8997e38996.d b/target/debug/deps/crossbeam_channel-764c9a8997e38996.d new file mode 100644 index 0000000..1625648 --- /dev/null +++ b/target/debug/deps/crossbeam_channel-764c9a8997e38996.d @@ -0,0 +1,20 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/crossbeam_channel-764c9a8997e38996.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/channel.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/counter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/err.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/at.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/never.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/tick.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/zero.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/select.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/select_macro.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/waker.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libcrossbeam_channel-764c9a8997e38996.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/channel.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/counter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/err.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/at.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/never.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/tick.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/zero.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/select.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/select_macro.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/waker.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/channel.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/context.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/counter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/err.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/array.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/at.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/list.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/never.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/tick.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/zero.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/select.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/select_macro.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/utils.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/waker.rs: diff --git a/target/debug/deps/crossbeam_deque-39548485313d4b56.d b/target/debug/deps/crossbeam_deque-39548485313d4b56.d new file mode 100644 index 0000000..37b3b5c --- /dev/null +++ b/target/debug/deps/crossbeam_deque-39548485313d4b56.d @@ -0,0 +1,6 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/crossbeam_deque-39548485313d4b56.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.6/src/deque.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libcrossbeam_deque-39548485313d4b56.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.6/src/deque.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.6/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.6/src/deque.rs: diff --git a/target/debug/deps/crossbeam_deque-8ca9216a5f658237.d b/target/debug/deps/crossbeam_deque-8ca9216a5f658237.d new file mode 100644 index 0000000..cf12162 --- /dev/null +++ b/target/debug/deps/crossbeam_deque-8ca9216a5f658237.d @@ -0,0 +1,6 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/crossbeam_deque-8ca9216a5f658237.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.6/src/deque.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libcrossbeam_deque-8ca9216a5f658237.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.6/src/deque.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.6/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.6/src/deque.rs: diff --git a/target/debug/deps/crossbeam_deque-bdd3ae078c1d485e.d b/target/debug/deps/crossbeam_deque-bdd3ae078c1d485e.d new file mode 100644 index 0000000..095f76e --- /dev/null +++ b/target/debug/deps/crossbeam_deque-bdd3ae078c1d485e.d @@ -0,0 +1,8 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/crossbeam_deque-bdd3ae078c1d485e.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.6/src/deque.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libcrossbeam_deque-bdd3ae078c1d485e.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.6/src/deque.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libcrossbeam_deque-bdd3ae078c1d485e.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.6/src/deque.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.6/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.6/src/deque.rs: diff --git a/target/debug/deps/crossbeam_deque-e642ccd24ba479a8.d b/target/debug/deps/crossbeam_deque-e642ccd24ba479a8.d new file mode 100644 index 0000000..091e5ca --- /dev/null +++ b/target/debug/deps/crossbeam_deque-e642ccd24ba479a8.d @@ -0,0 +1,8 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/crossbeam_deque-e642ccd24ba479a8.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.6/src/deque.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libcrossbeam_deque-e642ccd24ba479a8.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.6/src/deque.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libcrossbeam_deque-e642ccd24ba479a8.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.6/src/deque.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.6/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.6/src/deque.rs: diff --git a/target/debug/deps/crossbeam_epoch-08bc5a9efa68b829.d b/target/debug/deps/crossbeam_epoch-08bc5a9efa68b829.d new file mode 100644 index 0000000..5754491 --- /dev/null +++ b/target/debug/deps/crossbeam_epoch-08bc5a9efa68b829.d @@ -0,0 +1,18 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/crossbeam_epoch-08bc5a9efa68b829.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/atomic.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/collector.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/deferred.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/epoch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/guard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/internal.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/once_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/queue.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/default.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libcrossbeam_epoch-08bc5a9efa68b829.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/atomic.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/collector.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/deferred.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/epoch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/guard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/internal.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/once_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/queue.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/default.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libcrossbeam_epoch-08bc5a9efa68b829.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/atomic.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/collector.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/deferred.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/epoch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/guard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/internal.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/once_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/queue.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/default.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/atomic.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/collector.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/deferred.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/epoch.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/guard.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/internal.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/list.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/once_lock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/queue.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/default.rs: diff --git a/target/debug/deps/crossbeam_epoch-898edee4616dca8c.d b/target/debug/deps/crossbeam_epoch-898edee4616dca8c.d new file mode 100644 index 0000000..0b2020b --- /dev/null +++ b/target/debug/deps/crossbeam_epoch-898edee4616dca8c.d @@ -0,0 +1,16 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/crossbeam_epoch-898edee4616dca8c.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/atomic.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/collector.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/deferred.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/epoch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/guard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/internal.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/once_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/queue.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/default.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libcrossbeam_epoch-898edee4616dca8c.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/atomic.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/collector.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/deferred.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/epoch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/guard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/internal.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/once_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/queue.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/default.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/atomic.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/collector.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/deferred.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/epoch.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/guard.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/internal.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/list.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/once_lock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/queue.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/default.rs: diff --git a/target/debug/deps/crossbeam_epoch-99cd87a943521886.d b/target/debug/deps/crossbeam_epoch-99cd87a943521886.d new file mode 100644 index 0000000..1c67924 --- /dev/null +++ b/target/debug/deps/crossbeam_epoch-99cd87a943521886.d @@ -0,0 +1,18 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/crossbeam_epoch-99cd87a943521886.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/atomic.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/collector.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/deferred.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/epoch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/guard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/internal.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/once_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/queue.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/default.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libcrossbeam_epoch-99cd87a943521886.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/atomic.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/collector.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/deferred.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/epoch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/guard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/internal.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/once_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/queue.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/default.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libcrossbeam_epoch-99cd87a943521886.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/atomic.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/collector.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/deferred.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/epoch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/guard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/internal.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/once_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/queue.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/default.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/atomic.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/collector.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/deferred.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/epoch.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/guard.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/internal.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/list.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/once_lock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/queue.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/default.rs: diff --git a/target/debug/deps/crossbeam_epoch-f1807dd5c08386fb.d b/target/debug/deps/crossbeam_epoch-f1807dd5c08386fb.d new file mode 100644 index 0000000..adf72c7 --- /dev/null +++ b/target/debug/deps/crossbeam_epoch-f1807dd5c08386fb.d @@ -0,0 +1,16 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/crossbeam_epoch-f1807dd5c08386fb.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/atomic.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/collector.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/deferred.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/epoch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/guard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/internal.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/once_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/queue.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/default.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libcrossbeam_epoch-f1807dd5c08386fb.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/atomic.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/collector.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/deferred.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/epoch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/guard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/internal.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/once_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/queue.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/default.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/atomic.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/collector.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/deferred.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/epoch.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/guard.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/internal.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/list.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/once_lock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/sync/queue.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/default.rs: diff --git a/target/debug/deps/crossbeam_queue-2ebff5cc7a925aaa.d b/target/debug/deps/crossbeam_queue-2ebff5cc7a925aaa.d new file mode 100644 index 0000000..baaf434 --- /dev/null +++ b/target/debug/deps/crossbeam_queue-2ebff5cc7a925aaa.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/crossbeam_queue-2ebff5cc7a925aaa.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-queue-0.3.12/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-queue-0.3.12/src/array_queue.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-queue-0.3.12/src/seg_queue.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libcrossbeam_queue-2ebff5cc7a925aaa.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-queue-0.3.12/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-queue-0.3.12/src/array_queue.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-queue-0.3.12/src/seg_queue.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-queue-0.3.12/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-queue-0.3.12/src/array_queue.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-queue-0.3.12/src/seg_queue.rs: diff --git a/target/debug/deps/crossbeam_queue-70f0f9858d63e236.d b/target/debug/deps/crossbeam_queue-70f0f9858d63e236.d new file mode 100644 index 0000000..e631cf7 --- /dev/null +++ b/target/debug/deps/crossbeam_queue-70f0f9858d63e236.d @@ -0,0 +1,9 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/crossbeam_queue-70f0f9858d63e236.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-queue-0.3.12/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-queue-0.3.12/src/array_queue.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-queue-0.3.12/src/seg_queue.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libcrossbeam_queue-70f0f9858d63e236.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-queue-0.3.12/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-queue-0.3.12/src/array_queue.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-queue-0.3.12/src/seg_queue.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libcrossbeam_queue-70f0f9858d63e236.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-queue-0.3.12/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-queue-0.3.12/src/array_queue.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-queue-0.3.12/src/seg_queue.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-queue-0.3.12/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-queue-0.3.12/src/array_queue.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-queue-0.3.12/src/seg_queue.rs: diff --git a/target/debug/deps/crossbeam_utils-24209d9f1348300b.d b/target/debug/deps/crossbeam_utils-24209d9f1348300b.d new file mode 100644 index 0000000..4209391 --- /dev/null +++ b/target/debug/deps/crossbeam_utils-24209d9f1348300b.d @@ -0,0 +1,17 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/crossbeam_utils-24209d9f1348300b.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/seq_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/atomic_cell.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/consume.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/cache_padded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/backoff.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/once_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/parker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/sharded_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/wait_group.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/thread.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libcrossbeam_utils-24209d9f1348300b.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/seq_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/atomic_cell.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/consume.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/cache_padded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/backoff.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/once_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/parker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/sharded_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/wait_group.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/thread.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/seq_lock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/atomic_cell.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/consume.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/cache_padded.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/backoff.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/once_lock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/parker.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/sharded_lock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/wait_group.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/thread.rs: diff --git a/target/debug/deps/crossbeam_utils-30ff13b172e89a74.d b/target/debug/deps/crossbeam_utils-30ff13b172e89a74.d new file mode 100644 index 0000000..f37e8f2 --- /dev/null +++ b/target/debug/deps/crossbeam_utils-30ff13b172e89a74.d @@ -0,0 +1,17 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/crossbeam_utils-30ff13b172e89a74.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/seq_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/atomic_cell.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/consume.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/cache_padded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/backoff.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/once_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/parker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/sharded_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/wait_group.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/thread.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libcrossbeam_utils-30ff13b172e89a74.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/seq_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/atomic_cell.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/consume.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/cache_padded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/backoff.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/once_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/parker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/sharded_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/wait_group.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/thread.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/seq_lock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/atomic_cell.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/consume.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/cache_padded.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/backoff.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/once_lock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/parker.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/sharded_lock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/wait_group.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/thread.rs: diff --git a/target/debug/deps/crossbeam_utils-51747c1fd9ffcbf1.d b/target/debug/deps/crossbeam_utils-51747c1fd9ffcbf1.d new file mode 100644 index 0000000..fb7ccbe --- /dev/null +++ b/target/debug/deps/crossbeam_utils-51747c1fd9ffcbf1.d @@ -0,0 +1,19 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/crossbeam_utils-51747c1fd9ffcbf1.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/seq_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/atomic_cell.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/consume.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/cache_padded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/backoff.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/once_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/parker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/sharded_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/wait_group.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/thread.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libcrossbeam_utils-51747c1fd9ffcbf1.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/seq_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/atomic_cell.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/consume.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/cache_padded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/backoff.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/once_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/parker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/sharded_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/wait_group.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/thread.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libcrossbeam_utils-51747c1fd9ffcbf1.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/seq_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/atomic_cell.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/consume.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/cache_padded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/backoff.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/once_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/parker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/sharded_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/wait_group.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/thread.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/seq_lock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/atomic_cell.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/consume.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/cache_padded.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/backoff.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/once_lock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/parker.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/sharded_lock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/wait_group.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/thread.rs: diff --git a/target/debug/deps/crossbeam_utils-d0cff57930197749.d b/target/debug/deps/crossbeam_utils-d0cff57930197749.d new file mode 100644 index 0000000..3cd13bc --- /dev/null +++ b/target/debug/deps/crossbeam_utils-d0cff57930197749.d @@ -0,0 +1,19 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/crossbeam_utils-d0cff57930197749.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/seq_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/atomic_cell.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/consume.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/cache_padded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/backoff.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/once_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/parker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/sharded_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/wait_group.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/thread.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libcrossbeam_utils-d0cff57930197749.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/seq_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/atomic_cell.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/consume.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/cache_padded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/backoff.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/once_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/parker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/sharded_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/wait_group.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/thread.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libcrossbeam_utils-d0cff57930197749.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/seq_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/atomic_cell.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/consume.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/cache_padded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/backoff.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/once_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/parker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/sharded_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/wait_group.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/thread.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/seq_lock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/atomic_cell.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/atomic/consume.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/cache_padded.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/backoff.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/once_lock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/parker.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/sharded_lock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/sync/wait_group.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/thread.rs: diff --git a/target/debug/deps/crypto_common-83b7ace727777db8.d b/target/debug/deps/crypto_common-83b7ace727777db8.d new file mode 100644 index 0000000..e5d6f0a --- /dev/null +++ b/target/debug/deps/crypto_common-83b7ace727777db8.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/crypto_common-83b7ace727777db8.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.7/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libcrypto_common-83b7ace727777db8.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.7/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libcrypto_common-83b7ace727777db8.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.7/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.7/src/lib.rs: diff --git a/target/debug/deps/crypto_common-c965cabdb068c5d9.d b/target/debug/deps/crypto_common-c965cabdb068c5d9.d new file mode 100644 index 0000000..f55069d --- /dev/null +++ b/target/debug/deps/crypto_common-c965cabdb068c5d9.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/crypto_common-c965cabdb068c5d9.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.7/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libcrypto_common-c965cabdb068c5d9.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.7/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.7/src/lib.rs: diff --git a/target/debug/deps/darling-27783ccf1005b300.d b/target/debug/deps/darling-27783ccf1005b300.d new file mode 100644 index 0000000..a9cb572 --- /dev/null +++ b/target/debug/deps/darling-27783ccf1005b300.d @@ -0,0 +1,8 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/darling-27783ccf1005b300.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.20.11/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.20.11/src/macros_public.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libdarling-27783ccf1005b300.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.20.11/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.20.11/src/macros_public.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libdarling-27783ccf1005b300.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.20.11/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.20.11/src/macros_public.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.20.11/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.20.11/src/macros_public.rs: diff --git a/target/debug/deps/darling-cd401dadf7d8f043.d b/target/debug/deps/darling-cd401dadf7d8f043.d new file mode 100644 index 0000000..47a60f6 --- /dev/null +++ b/target/debug/deps/darling-cd401dadf7d8f043.d @@ -0,0 +1,8 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/darling-cd401dadf7d8f043.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.23.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.23.0/src/macros_public.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libdarling-cd401dadf7d8f043.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.23.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.23.0/src/macros_public.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libdarling-cd401dadf7d8f043.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.23.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.23.0/src/macros_public.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.23.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.23.0/src/macros_public.rs: diff --git a/target/debug/deps/darling_core-4683dcbf187f45a3.d b/target/debug/deps/darling_core-4683dcbf187f45a3.d new file mode 100644 index 0000000..6c9973d --- /dev/null +++ b/target/debug/deps/darling_core-4683dcbf187f45a3.d @@ -0,0 +1,76 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/darling_core-4683dcbf187f45a3.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/macros_private.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/macros_public.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/ast/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/ast/data/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/ast/data/nested_meta.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/ast/generics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/attr_extractor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/attrs_field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/default_expr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/from_attributes_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/from_derive_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/from_field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/from_meta_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/from_type_param.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/from_variant_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/outer_from_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/postfix_transform.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/trait_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/variant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/variant_data.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/derive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/error/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/error/kind.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/error/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/from_attributes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/from_derive_input.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/from_field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/from_generic_param.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/from_generics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/from_meta.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/from_type_param.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/from_variant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/core.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/forward_attrs.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/forwarded_field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/from_attributes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/from_derive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/from_field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/from_meta.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/from_type_param.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/from_variant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/input_field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/input_variant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/outer_from.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/shape.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/usage/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/usage/generics_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/usage/ident_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/usage/lifetimes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/usage/options.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/usage/type_params.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/callable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/flag.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/ident_string/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/ignored.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/over_ride.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/parse_attribute.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/parse_expr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/path_list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/path_to_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/preserved_str_expr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/shape.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/spanned_value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/with_original.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libdarling_core-4683dcbf187f45a3.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/macros_private.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/macros_public.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/ast/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/ast/data/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/ast/data/nested_meta.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/ast/generics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/attr_extractor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/attrs_field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/default_expr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/from_attributes_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/from_derive_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/from_field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/from_meta_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/from_type_param.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/from_variant_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/outer_from_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/postfix_transform.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/trait_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/variant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/variant_data.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/derive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/error/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/error/kind.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/error/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/from_attributes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/from_derive_input.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/from_field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/from_generic_param.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/from_generics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/from_meta.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/from_type_param.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/from_variant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/core.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/forward_attrs.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/forwarded_field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/from_attributes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/from_derive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/from_field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/from_meta.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/from_type_param.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/from_variant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/input_field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/input_variant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/outer_from.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/shape.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/usage/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/usage/generics_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/usage/ident_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/usage/lifetimes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/usage/options.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/usage/type_params.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/callable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/flag.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/ident_string/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/ignored.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/over_ride.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/parse_attribute.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/parse_expr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/path_list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/path_to_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/preserved_str_expr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/shape.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/spanned_value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/with_original.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libdarling_core-4683dcbf187f45a3.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/macros_private.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/macros_public.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/ast/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/ast/data/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/ast/data/nested_meta.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/ast/generics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/attr_extractor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/attrs_field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/default_expr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/from_attributes_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/from_derive_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/from_field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/from_meta_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/from_type_param.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/from_variant_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/outer_from_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/postfix_transform.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/trait_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/variant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/variant_data.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/derive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/error/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/error/kind.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/error/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/from_attributes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/from_derive_input.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/from_field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/from_generic_param.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/from_generics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/from_meta.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/from_type_param.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/from_variant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/core.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/forward_attrs.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/forwarded_field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/from_attributes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/from_derive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/from_field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/from_meta.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/from_type_param.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/from_variant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/input_field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/input_variant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/outer_from.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/shape.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/usage/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/usage/generics_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/usage/ident_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/usage/lifetimes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/usage/options.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/usage/type_params.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/callable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/flag.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/ident_string/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/ignored.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/over_ride.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/parse_attribute.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/parse_expr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/path_list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/path_to_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/preserved_str_expr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/shape.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/spanned_value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/with_original.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/macros_private.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/macros_public.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/ast/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/ast/data/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/ast/data/nested_meta.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/ast/generics.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/attr_extractor.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/attrs_field.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/default_expr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/field.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/from_attributes_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/from_derive_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/from_field.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/from_meta_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/from_type_param.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/from_variant_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/outer_from_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/postfix_transform.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/trait_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/variant.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/codegen/variant_data.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/derive.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/error/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/error/kind.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/error/util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/from_attributes.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/from_derive_input.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/from_field.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/from_generic_param.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/from_generics.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/from_meta.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/from_type_param.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/from_variant.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/core.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/forward_attrs.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/forwarded_field.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/from_attributes.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/from_derive.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/from_field.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/from_meta.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/from_type_param.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/from_variant.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/input_field.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/input_variant.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/outer_from.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/options/shape.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/usage/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/usage/generics_ext.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/usage/ident_set.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/usage/lifetimes.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/usage/options.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/usage/type_params.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/callable.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/flag.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/ident_string/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/ignored.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/over_ride.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/parse_attribute.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/parse_expr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/path_list.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/path_to_string.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/preserved_str_expr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/shape.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/spanned_value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/util/with_original.rs: diff --git a/target/debug/deps/darling_core-6a406ab9df4d3daf.d b/target/debug/deps/darling_core-6a406ab9df4d3daf.d new file mode 100644 index 0000000..7d55fa1 --- /dev/null +++ b/target/debug/deps/darling_core-6a406ab9df4d3daf.d @@ -0,0 +1,73 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/darling_core-6a406ab9df4d3daf.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/macros_private.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/macros_public.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/ast/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/ast/data.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/ast/generics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/attr_extractor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/attrs_field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/default_expr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/from_attributes_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/from_derive_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/from_field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/from_meta_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/from_type_param.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/from_variant_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/outer_from_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/postfix_transform.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/trait_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/variant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/variant_data.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/derive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/error/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/error/kind.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/from_attributes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/from_derive_input.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/from_field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/from_generic_param.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/from_generics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/from_meta.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/from_type_param.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/from_variant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/core.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/forward_attrs.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/forwarded_field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/from_attributes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/from_derive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/from_field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/from_meta.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/from_type_param.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/from_variant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/input_field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/input_variant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/outer_from.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/shape.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/usage/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/usage/generics_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/usage/ident_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/usage/lifetimes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/usage/options.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/usage/type_params.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/callable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/flag.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/ident_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/ignored.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/over_ride.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/parse_attribute.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/parse_expr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/path_list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/path_to_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/shape.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/spanned_value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/with_original.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libdarling_core-6a406ab9df4d3daf.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/macros_private.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/macros_public.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/ast/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/ast/data.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/ast/generics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/attr_extractor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/attrs_field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/default_expr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/from_attributes_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/from_derive_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/from_field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/from_meta_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/from_type_param.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/from_variant_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/outer_from_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/postfix_transform.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/trait_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/variant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/variant_data.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/derive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/error/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/error/kind.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/from_attributes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/from_derive_input.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/from_field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/from_generic_param.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/from_generics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/from_meta.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/from_type_param.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/from_variant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/core.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/forward_attrs.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/forwarded_field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/from_attributes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/from_derive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/from_field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/from_meta.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/from_type_param.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/from_variant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/input_field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/input_variant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/outer_from.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/shape.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/usage/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/usage/generics_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/usage/ident_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/usage/lifetimes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/usage/options.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/usage/type_params.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/callable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/flag.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/ident_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/ignored.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/over_ride.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/parse_attribute.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/parse_expr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/path_list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/path_to_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/shape.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/spanned_value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/with_original.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libdarling_core-6a406ab9df4d3daf.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/macros_private.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/macros_public.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/ast/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/ast/data.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/ast/generics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/attr_extractor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/attrs_field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/default_expr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/from_attributes_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/from_derive_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/from_field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/from_meta_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/from_type_param.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/from_variant_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/outer_from_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/postfix_transform.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/trait_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/variant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/variant_data.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/derive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/error/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/error/kind.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/from_attributes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/from_derive_input.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/from_field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/from_generic_param.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/from_generics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/from_meta.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/from_type_param.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/from_variant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/core.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/forward_attrs.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/forwarded_field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/from_attributes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/from_derive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/from_field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/from_meta.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/from_type_param.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/from_variant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/input_field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/input_variant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/outer_from.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/shape.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/usage/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/usage/generics_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/usage/ident_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/usage/lifetimes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/usage/options.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/usage/type_params.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/callable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/flag.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/ident_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/ignored.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/over_ride.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/parse_attribute.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/parse_expr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/path_list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/path_to_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/shape.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/spanned_value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/with_original.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/macros_private.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/macros_public.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/ast/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/ast/data.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/ast/generics.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/attr_extractor.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/attrs_field.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/default_expr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/field.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/from_attributes_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/from_derive_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/from_field.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/from_meta_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/from_type_param.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/from_variant_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/outer_from_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/postfix_transform.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/trait_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/variant.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/codegen/variant_data.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/derive.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/error/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/error/kind.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/from_attributes.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/from_derive_input.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/from_field.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/from_generic_param.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/from_generics.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/from_meta.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/from_type_param.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/from_variant.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/core.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/forward_attrs.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/forwarded_field.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/from_attributes.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/from_derive.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/from_field.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/from_meta.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/from_type_param.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/from_variant.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/input_field.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/input_variant.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/outer_from.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/options/shape.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/usage/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/usage/generics_ext.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/usage/ident_set.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/usage/lifetimes.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/usage/options.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/usage/type_params.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/callable.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/flag.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/ident_string.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/ignored.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/over_ride.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/parse_attribute.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/parse_expr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/path_list.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/path_to_string.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/shape.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/spanned_value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/util/with_original.rs: diff --git a/target/debug/deps/darling_macro-4e0f76c7c63d4d19.d b/target/debug/deps/darling_macro-4e0f76c7c63d4d19.d new file mode 100644 index 0000000..5483290 --- /dev/null +++ b/target/debug/deps/darling_macro-4e0f76c7c63d4d19.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/darling_macro-4e0f76c7c63d4d19.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.23.0/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libdarling_macro-4e0f76c7c63d4d19.so: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.23.0/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.23.0/src/lib.rs: diff --git a/target/debug/deps/darling_macro-f76ebcdc783ef4d1.d b/target/debug/deps/darling_macro-f76ebcdc783ef4d1.d new file mode 100644 index 0000000..11cbb2c --- /dev/null +++ b/target/debug/deps/darling_macro-f76ebcdc783ef4d1.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/darling_macro-f76ebcdc783ef4d1.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.20.11/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libdarling_macro-f76ebcdc783ef4d1.so: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.20.11/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.20.11/src/lib.rs: diff --git a/target/debug/deps/dashmap-0a3d8c3e3b5e9812.d b/target/debug/deps/dashmap-0a3d8c3e3b5e9812.d new file mode 100644 index 0000000..3668da5 --- /dev/null +++ b/target/debug/deps/dashmap-0a3d8c3e3b5e9812.d @@ -0,0 +1,20 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/dashmap-0a3d8c3e3b5e9812.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/iter_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/mapref/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/mapref/entry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/mapref/multiple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/mapref/one.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/read_only.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/setref/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/setref/multiple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/setref/one.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/t.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/try_result.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/util.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libdashmap-0a3d8c3e3b5e9812.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/iter_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/mapref/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/mapref/entry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/mapref/multiple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/mapref/one.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/read_only.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/setref/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/setref/multiple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/setref/one.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/t.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/try_result.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/util.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/iter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/iter_set.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/lock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/mapref/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/mapref/entry.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/mapref/multiple.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/mapref/one.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/read_only.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/set.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/setref/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/setref/multiple.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/setref/one.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/t.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/try_result.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/util.rs: diff --git a/target/debug/deps/dashmap-20300932ca225ed0.d b/target/debug/deps/dashmap-20300932ca225ed0.d new file mode 100644 index 0000000..4942485 --- /dev/null +++ b/target/debug/deps/dashmap-20300932ca225ed0.d @@ -0,0 +1,20 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/dashmap-20300932ca225ed0.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/iter_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/mapref/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/mapref/entry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/mapref/multiple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/mapref/one.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/read_only.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/setref/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/setref/multiple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/setref/one.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/t.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/try_result.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/util.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libdashmap-20300932ca225ed0.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/iter_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/mapref/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/mapref/entry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/mapref/multiple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/mapref/one.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/read_only.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/setref/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/setref/multiple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/setref/one.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/t.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/try_result.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/util.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/iter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/iter_set.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/lock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/mapref/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/mapref/entry.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/mapref/multiple.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/mapref/one.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/read_only.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/set.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/setref/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/setref/multiple.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/setref/one.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/t.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/try_result.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-6.1.0/src/util.rs: diff --git a/target/debug/deps/dashmap-a28478f13f0610a8.d b/target/debug/deps/dashmap-a28478f13f0610a8.d new file mode 100644 index 0000000..1f4540c --- /dev/null +++ b/target/debug/deps/dashmap-a28478f13f0610a8.d @@ -0,0 +1,20 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/dashmap-a28478f13f0610a8.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/iter_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/mapref/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/mapref/entry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/mapref/multiple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/mapref/one.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/read_only.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/setref/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/setref/multiple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/setref/one.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/t.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/try_result.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/util.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libdashmap-a28478f13f0610a8.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/iter_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/mapref/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/mapref/entry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/mapref/multiple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/mapref/one.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/read_only.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/setref/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/setref/multiple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/setref/one.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/t.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/try_result.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/util.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/iter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/iter_set.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/lock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/mapref/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/mapref/entry.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/mapref/multiple.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/mapref/one.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/read_only.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/set.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/setref/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/setref/multiple.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/setref/one.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/t.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/try_result.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dashmap-5.5.3/src/util.rs: diff --git a/target/debug/deps/data_encoding-376afb044dc87a76.d b/target/debug/deps/data_encoding-376afb044dc87a76.d new file mode 100644 index 0000000..e1c527d --- /dev/null +++ b/target/debug/deps/data_encoding-376afb044dc87a76.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/data_encoding-376afb044dc87a76.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.10.0/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libdata_encoding-376afb044dc87a76.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.10.0/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.10.0/src/lib.rs: diff --git a/target/debug/deps/deranged-9f520f3752f4a400.d b/target/debug/deps/deranged-9f520f3752f4a400.d new file mode 100644 index 0000000..ee2431e --- /dev/null +++ b/target/debug/deps/deranged-9f520f3752f4a400.d @@ -0,0 +1,6 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/deranged-9f520f3752f4a400.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.5.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.5.5/src/unsafe_wrapper.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libderanged-9f520f3752f4a400.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.5.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.5.5/src/unsafe_wrapper.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.5.5/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.5.5/src/unsafe_wrapper.rs: diff --git a/target/debug/deps/derive_builder-e26dbd6d1e13f88b.d b/target/debug/deps/derive_builder-e26dbd6d1e13f88b.d new file mode 100644 index 0000000..ce034b0 --- /dev/null +++ b/target/debug/deps/derive_builder-e26dbd6d1e13f88b.d @@ -0,0 +1,6 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/derive_builder-e26dbd6d1e13f88b.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder-0.20.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder-0.20.2/src/error.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libderive_builder-e26dbd6d1e13f88b.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder-0.20.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder-0.20.2/src/error.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder-0.20.2/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder-0.20.2/src/error.rs: diff --git a/target/debug/deps/derive_builder_core-60c1692305d3cca8.d b/target/debug/deps/derive_builder_core-60c1692305d3cca8.d new file mode 100644 index 0000000..0632a6f --- /dev/null +++ b/target/debug/deps/derive_builder_core-60c1692305d3cca8.d @@ -0,0 +1,21 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/derive_builder_core-60c1692305d3cca8.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/block.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/build_method.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/builder_field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/change_span.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/default_expression.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/doc_comment.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/initializer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/macro_options/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/macro_options/darling_opts.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/options.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/setter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/doc_tpl/builder_struct.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/doc_tpl/builder_method.md + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libderive_builder_core-60c1692305d3cca8.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/block.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/build_method.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/builder_field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/change_span.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/default_expression.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/doc_comment.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/initializer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/macro_options/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/macro_options/darling_opts.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/options.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/setter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/doc_tpl/builder_struct.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/doc_tpl/builder_method.md + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libderive_builder_core-60c1692305d3cca8.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/block.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/build_method.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/builder_field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/change_span.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/default_expression.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/doc_comment.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/initializer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/macro_options/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/macro_options/darling_opts.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/options.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/setter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/doc_tpl/builder_struct.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/doc_tpl/builder_method.md + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/block.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/build_method.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/builder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/builder_field.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/change_span.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/default_expression.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/doc_comment.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/initializer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/macro_options/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/macro_options/darling_opts.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/options.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/setter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/doc_tpl/builder_struct.md: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/doc_tpl/builder_method.md: diff --git a/target/debug/deps/derive_builder_macro-af63b08996327e82.d b/target/debug/deps/derive_builder_macro-af63b08996327e82.d new file mode 100644 index 0000000..46ce6e4 --- /dev/null +++ b/target/debug/deps/derive_builder_macro-af63b08996327e82.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/derive_builder_macro-af63b08996327e82.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_macro-0.20.2/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libderive_builder_macro-af63b08996327e82.so: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_macro-0.20.2/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_macro-0.20.2/src/lib.rs: diff --git a/target/debug/deps/deunicode-ba4d0d72f89d2432.d b/target/debug/deps/deunicode-ba4d0d72f89d2432.d new file mode 100644 index 0000000..81ed3ed --- /dev/null +++ b/target/debug/deps/deunicode-ba4d0d72f89d2432.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/deunicode-ba4d0d72f89d2432.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deunicode-1.6.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deunicode-1.6.2/src/mapping.txt /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deunicode-1.6.2/src/pointers.bin + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libdeunicode-ba4d0d72f89d2432.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deunicode-1.6.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deunicode-1.6.2/src/mapping.txt /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deunicode-1.6.2/src/pointers.bin + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deunicode-1.6.2/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deunicode-1.6.2/src/mapping.txt: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deunicode-1.6.2/src/pointers.bin: diff --git a/target/debug/deps/digest-5f707ea7c28d0ea4.d b/target/debug/deps/digest-5f707ea7c28d0ea4.d new file mode 100644 index 0000000..0863e30 --- /dev/null +++ b/target/debug/deps/digest-5f707ea7c28d0ea4.d @@ -0,0 +1,13 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/digest-5f707ea7c28d0ea4.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api/ct_variable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api/rt_variable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api/wrapper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api/xof_reader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/digest.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libdigest-5f707ea7c28d0ea4.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api/ct_variable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api/rt_variable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api/wrapper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api/xof_reader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/digest.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libdigest-5f707ea7c28d0ea4.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api/ct_variable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api/rt_variable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api/wrapper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api/xof_reader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/digest.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api/ct_variable.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api/rt_variable.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api/wrapper.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api/xof_reader.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/digest.rs: diff --git a/target/debug/deps/digest-810af387d21c7833.d b/target/debug/deps/digest-810af387d21c7833.d new file mode 100644 index 0000000..b2d7832 --- /dev/null +++ b/target/debug/deps/digest-810af387d21c7833.d @@ -0,0 +1,11 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/digest-810af387d21c7833.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api/ct_variable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api/rt_variable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api/wrapper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api/xof_reader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/digest.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libdigest-810af387d21c7833.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api/ct_variable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api/rt_variable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api/wrapper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api/xof_reader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/digest.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api/ct_variable.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api/rt_variable.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api/wrapper.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/core_api/xof_reader.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/digest.rs: diff --git a/target/debug/deps/displaydoc-abb3f4b69a0f56d1.d b/target/debug/deps/displaydoc-abb3f4b69a0f56d1.d new file mode 100644 index 0000000..6bd8ace --- /dev/null +++ b/target/debug/deps/displaydoc-abb3f4b69a0f56d1.d @@ -0,0 +1,8 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/displaydoc-abb3f4b69a0f56d1.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/attr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/expand.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/fmt.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libdisplaydoc-abb3f4b69a0f56d1.so: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/attr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/expand.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/fmt.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/attr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/expand.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/fmt.rs: diff --git a/target/debug/deps/dotenvy-2ad8e9863a7a6859.d b/target/debug/deps/dotenvy-2ad8e9863a7a6859.d new file mode 100644 index 0000000..587fa2f --- /dev/null +++ b/target/debug/deps/dotenvy-2ad8e9863a7a6859.d @@ -0,0 +1,11 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/dotenvy-2ad8e9863a7a6859.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dotenvy-0.15.7/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dotenvy-0.15.7/src/errors.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dotenvy-0.15.7/src/find.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dotenvy-0.15.7/src/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dotenvy-0.15.7/src/parse.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libdotenvy-2ad8e9863a7a6859.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dotenvy-0.15.7/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dotenvy-0.15.7/src/errors.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dotenvy-0.15.7/src/find.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dotenvy-0.15.7/src/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dotenvy-0.15.7/src/parse.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libdotenvy-2ad8e9863a7a6859.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dotenvy-0.15.7/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dotenvy-0.15.7/src/errors.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dotenvy-0.15.7/src/find.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dotenvy-0.15.7/src/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dotenvy-0.15.7/src/parse.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dotenvy-0.15.7/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dotenvy-0.15.7/src/errors.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dotenvy-0.15.7/src/find.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dotenvy-0.15.7/src/iter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dotenvy-0.15.7/src/parse.rs: diff --git a/target/debug/deps/dotenvy-457380b81b776ff8.d b/target/debug/deps/dotenvy-457380b81b776ff8.d new file mode 100644 index 0000000..c12e902 --- /dev/null +++ b/target/debug/deps/dotenvy-457380b81b776ff8.d @@ -0,0 +1,9 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/dotenvy-457380b81b776ff8.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dotenvy-0.15.7/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dotenvy-0.15.7/src/errors.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dotenvy-0.15.7/src/find.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dotenvy-0.15.7/src/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dotenvy-0.15.7/src/parse.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libdotenvy-457380b81b776ff8.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dotenvy-0.15.7/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dotenvy-0.15.7/src/errors.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dotenvy-0.15.7/src/find.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dotenvy-0.15.7/src/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dotenvy-0.15.7/src/parse.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dotenvy-0.15.7/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dotenvy-0.15.7/src/errors.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dotenvy-0.15.7/src/find.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dotenvy-0.15.7/src/iter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dotenvy-0.15.7/src/parse.rs: diff --git a/target/debug/deps/either-07a9112600ebb9ae.d b/target/debug/deps/either-07a9112600ebb9ae.d new file mode 100644 index 0000000..bfcc1b0 --- /dev/null +++ b/target/debug/deps/either-07a9112600ebb9ae.d @@ -0,0 +1,9 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/either-07a9112600ebb9ae.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/serde_untagged.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/serde_untagged_optional.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/iterator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/into_either.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libeither-07a9112600ebb9ae.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/serde_untagged.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/serde_untagged_optional.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/iterator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/into_either.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/serde_untagged.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/serde_untagged_optional.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/iterator.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/into_either.rs: diff --git a/target/debug/deps/either-1218afa481029269.d b/target/debug/deps/either-1218afa481029269.d new file mode 100644 index 0000000..531f51a --- /dev/null +++ b/target/debug/deps/either-1218afa481029269.d @@ -0,0 +1,11 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/either-1218afa481029269.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/serde_untagged.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/serde_untagged_optional.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/iterator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/into_either.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libeither-1218afa481029269.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/serde_untagged.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/serde_untagged_optional.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/iterator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/into_either.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libeither-1218afa481029269.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/serde_untagged.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/serde_untagged_optional.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/iterator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/into_either.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/serde_untagged.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/serde_untagged_optional.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/iterator.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/into_either.rs: diff --git a/target/debug/deps/either-47c468f7ec34cb8e.d b/target/debug/deps/either-47c468f7ec34cb8e.d new file mode 100644 index 0000000..396923a --- /dev/null +++ b/target/debug/deps/either-47c468f7ec34cb8e.d @@ -0,0 +1,9 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/either-47c468f7ec34cb8e.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/iterator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/into_either.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libeither-47c468f7ec34cb8e.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/iterator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/into_either.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libeither-47c468f7ec34cb8e.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/iterator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/into_either.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/iterator.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/into_either.rs: diff --git a/target/debug/deps/either-d5303fd443e6a93b.d b/target/debug/deps/either-d5303fd443e6a93b.d new file mode 100644 index 0000000..9100edf --- /dev/null +++ b/target/debug/deps/either-d5303fd443e6a93b.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/either-d5303fd443e6a93b.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/iterator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/into_either.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libeither-d5303fd443e6a93b.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/iterator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/into_either.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/iterator.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/into_either.rs: diff --git a/target/debug/deps/encoding_rs-e67227d451a5628b.d b/target/debug/deps/encoding_rs-e67227d451a5628b.d new file mode 100644 index 0000000..d8d4842 --- /dev/null +++ b/target/debug/deps/encoding_rs-e67227d451a5628b.d @@ -0,0 +1,23 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/encoding_rs-e67227d451a5628b.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/big5.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/euc_jp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/euc_kr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/gb18030.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/gb18030_2022.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/iso_2022_jp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/replacement.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/shift_jis.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/single_byte.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/utf_16.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/utf_8.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/x_user_defined.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/ascii.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/data.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/handles.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/variant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/mem.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libencoding_rs-e67227d451a5628b.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/big5.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/euc_jp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/euc_kr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/gb18030.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/gb18030_2022.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/iso_2022_jp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/replacement.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/shift_jis.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/single_byte.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/utf_16.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/utf_8.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/x_user_defined.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/ascii.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/data.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/handles.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/variant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/mem.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/big5.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/euc_jp.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/euc_kr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/gb18030.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/gb18030_2022.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/iso_2022_jp.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/replacement.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/shift_jis.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/single_byte.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/utf_16.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/utf_8.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/x_user_defined.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/ascii.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/data.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/handles.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/variant.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/mem.rs: diff --git a/target/debug/deps/envy-db3d7600ab4082c7.d b/target/debug/deps/envy-db3d7600ab4082c7.d new file mode 100644 index 0000000..ab45b61 --- /dev/null +++ b/target/debug/deps/envy-db3d7600ab4082c7.d @@ -0,0 +1,6 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/envy-db3d7600ab4082c7.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/envy-0.4.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/envy-0.4.2/src/error.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libenvy-db3d7600ab4082c7.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/envy-0.4.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/envy-0.4.2/src/error.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/envy-0.4.2/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/envy-0.4.2/src/error.rs: diff --git a/target/debug/deps/equivalent-1644bd92a347d6e1.d b/target/debug/deps/equivalent-1644bd92a347d6e1.d new file mode 100644 index 0000000..77ac807 --- /dev/null +++ b/target/debug/deps/equivalent-1644bd92a347d6e1.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/equivalent-1644bd92a347d6e1.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libequivalent-1644bd92a347d6e1.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libequivalent-1644bd92a347d6e1.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/src/lib.rs: diff --git a/target/debug/deps/equivalent-9b88d636aa69c8ed.d b/target/debug/deps/equivalent-9b88d636aa69c8ed.d new file mode 100644 index 0000000..f19adf5 --- /dev/null +++ b/target/debug/deps/equivalent-9b88d636aa69c8ed.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/equivalent-9b88d636aa69c8ed.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libequivalent-9b88d636aa69c8ed.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/src/lib.rs: diff --git a/target/debug/deps/errno-02403c051c0be383.d b/target/debug/deps/errno-02403c051c0be383.d new file mode 100644 index 0000000..1dab2e3 --- /dev/null +++ b/target/debug/deps/errno-02403c051c0be383.d @@ -0,0 +1,6 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/errno-02403c051c0be383.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/unix.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/liberrno-02403c051c0be383.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/unix.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/unix.rs: diff --git a/target/debug/deps/errno-9c467438458bc8ba.d b/target/debug/deps/errno-9c467438458bc8ba.d new file mode 100644 index 0000000..ea50871 --- /dev/null +++ b/target/debug/deps/errno-9c467438458bc8ba.d @@ -0,0 +1,8 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/errno-9c467438458bc8ba.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/unix.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/liberrno-9c467438458bc8ba.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/unix.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/liberrno-9c467438458bc8ba.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/unix.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/unix.rs: diff --git a/target/debug/deps/event_listener-955d9042e7ed01a7.d b/target/debug/deps/event_listener-955d9042e7ed01a7.d new file mode 100644 index 0000000..7947bc4 --- /dev/null +++ b/target/debug/deps/event_listener-955d9042e7ed01a7.d @@ -0,0 +1,9 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/event_listener-955d9042e7ed01a7.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.1/src/intrusive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.1/src/notify.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libevent_listener-955d9042e7ed01a7.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.1/src/intrusive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.1/src/notify.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libevent_listener-955d9042e7ed01a7.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.1/src/intrusive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.1/src/notify.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.1/src/intrusive.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.1/src/notify.rs: diff --git a/target/debug/deps/event_listener-d4e064633320410e.d b/target/debug/deps/event_listener-d4e064633320410e.d new file mode 100644 index 0000000..b661b81 --- /dev/null +++ b/target/debug/deps/event_listener-d4e064633320410e.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/event_listener-d4e064633320410e.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.1/src/intrusive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.1/src/notify.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libevent_listener-d4e064633320410e.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.1/src/intrusive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.1/src/notify.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.1/src/intrusive.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.1/src/notify.rs: diff --git a/target/debug/deps/fast_chemail-ee15180119bd5afc.d b/target/debug/deps/fast_chemail-ee15180119bd5afc.d new file mode 100644 index 0000000..9b265b0 --- /dev/null +++ b/target/debug/deps/fast_chemail-ee15180119bd5afc.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/fast_chemail-ee15180119bd5afc.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fast_chemail-0.9.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fast_chemail-0.9.6/src/errors.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fast_chemail-0.9.6/src/parser.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libfast_chemail-ee15180119bd5afc.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fast_chemail-0.9.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fast_chemail-0.9.6/src/errors.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fast_chemail-0.9.6/src/parser.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fast_chemail-0.9.6/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fast_chemail-0.9.6/src/errors.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fast_chemail-0.9.6/src/parser.rs: diff --git a/target/debug/deps/fastrand-b1d0e5731e475243.d b/target/debug/deps/fastrand-b1d0e5731e475243.d new file mode 100644 index 0000000..8a6a99e --- /dev/null +++ b/target/debug/deps/fastrand-b1d0e5731e475243.d @@ -0,0 +1,6 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/fastrand-b1d0e5731e475243.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.3.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.3.0/src/global_rng.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libfastrand-b1d0e5731e475243.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.3.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.3.0/src/global_rng.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.3.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.3.0/src/global_rng.rs: diff --git a/target/debug/deps/find_msvc_tools-1376f9a5eff20a71.d b/target/debug/deps/find_msvc_tools-1376f9a5eff20a71.d new file mode 100644 index 0000000..a52d82e --- /dev/null +++ b/target/debug/deps/find_msvc_tools-1376f9a5eff20a71.d @@ -0,0 +1,9 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/find_msvc_tools-1376f9a5eff20a71.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.8/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.8/src/find_tools.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.8/src/tool.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libfind_msvc_tools-1376f9a5eff20a71.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.8/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.8/src/find_tools.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.8/src/tool.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libfind_msvc_tools-1376f9a5eff20a71.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.8/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.8/src/find_tools.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.8/src/tool.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.8/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.8/src/find_tools.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.8/src/tool.rs: diff --git a/target/debug/deps/flate2-ac8ea6f9c6253b02.d b/target/debug/deps/flate2-ac8ea6f9c6253b02.d new file mode 100644 index 0000000..0657312 --- /dev/null +++ b/target/debug/deps/flate2-ac8ea6f9c6253b02.d @@ -0,0 +1,23 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/flate2-ac8ea6f9c6253b02.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/bufreader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/crc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/deflate/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/deflate/bufread.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/deflate/read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/deflate/write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/ffi/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/ffi/miniz_oxide.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/gz/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/gz/bufread.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/gz/read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/gz/write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/mem.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/zio.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/zlib/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/zlib/bufread.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/zlib/read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/zlib/write.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libflate2-ac8ea6f9c6253b02.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/bufreader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/crc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/deflate/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/deflate/bufread.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/deflate/read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/deflate/write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/ffi/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/ffi/miniz_oxide.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/gz/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/gz/bufread.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/gz/read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/gz/write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/mem.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/zio.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/zlib/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/zlib/bufread.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/zlib/read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/zlib/write.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/bufreader.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/crc.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/deflate/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/deflate/bufread.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/deflate/read.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/deflate/write.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/ffi/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/ffi/miniz_oxide.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/gz/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/gz/bufread.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/gz/read.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/gz/write.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/mem.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/zio.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/zlib/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/zlib/bufread.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/zlib/read.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.8/src/zlib/write.rs: diff --git a/target/debug/deps/flume-0614c6c5b0529eff.d b/target/debug/deps/flume-0614c6c5b0529eff.d new file mode 100644 index 0000000..453ed05 --- /dev/null +++ b/target/debug/deps/flume-0614c6c5b0529eff.d @@ -0,0 +1,9 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/flume-0614c6c5b0529eff.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.11.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.11.1/src/async.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.11.1/src/signal.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libflume-0614c6c5b0529eff.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.11.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.11.1/src/async.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.11.1/src/signal.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libflume-0614c6c5b0529eff.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.11.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.11.1/src/async.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.11.1/src/signal.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.11.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.11.1/src/async.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.11.1/src/signal.rs: diff --git a/target/debug/deps/flume-3656356a4fa2de4c.d b/target/debug/deps/flume-3656356a4fa2de4c.d new file mode 100644 index 0000000..1509764 --- /dev/null +++ b/target/debug/deps/flume-3656356a4fa2de4c.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/flume-3656356a4fa2de4c.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.11.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.11.1/src/async.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.11.1/src/signal.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libflume-3656356a4fa2de4c.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.11.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.11.1/src/async.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.11.1/src/signal.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.11.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.11.1/src/async.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.11.1/src/signal.rs: diff --git a/target/debug/deps/fnv-4644d4661f025f86.d b/target/debug/deps/fnv-4644d4661f025f86.d new file mode 100644 index 0000000..c0ca46a --- /dev/null +++ b/target/debug/deps/fnv-4644d4661f025f86.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/fnv-4644d4661f025f86.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libfnv-4644d4661f025f86.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libfnv-4644d4661f025f86.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs: diff --git a/target/debug/deps/fnv-a1342e578286103d.d b/target/debug/deps/fnv-a1342e578286103d.d new file mode 100644 index 0000000..a829994 --- /dev/null +++ b/target/debug/deps/fnv-a1342e578286103d.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/fnv-a1342e578286103d.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libfnv-a1342e578286103d.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs: diff --git a/target/debug/deps/foldhash-5144856b62c39e30.d b/target/debug/deps/foldhash-5144856b62c39e30.d new file mode 100644 index 0000000..111acfd --- /dev/null +++ b/target/debug/deps/foldhash-5144856b62c39e30.d @@ -0,0 +1,8 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/foldhash-5144856b62c39e30.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/fast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/quality.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/seed.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libfoldhash-5144856b62c39e30.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/fast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/quality.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/seed.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/fast.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/quality.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/seed.rs: diff --git a/target/debug/deps/foldhash-59e3595213644f5d.d b/target/debug/deps/foldhash-59e3595213644f5d.d new file mode 100644 index 0000000..c52031b --- /dev/null +++ b/target/debug/deps/foldhash-59e3595213644f5d.d @@ -0,0 +1,10 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/foldhash-59e3595213644f5d.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/fast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/quality.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/seed.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libfoldhash-59e3595213644f5d.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/fast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/quality.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/seed.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libfoldhash-59e3595213644f5d.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/fast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/quality.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/seed.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/fast.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/quality.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/seed.rs: diff --git a/target/debug/deps/foreign_types-f34ae4ac389fbcdf.d b/target/debug/deps/foreign_types-f34ae4ac389fbcdf.d new file mode 100644 index 0000000..3c6ebc9 --- /dev/null +++ b/target/debug/deps/foreign_types-f34ae4ac389fbcdf.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/foreign_types-f34ae4ac389fbcdf.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.3.2/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libforeign_types-f34ae4ac389fbcdf.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.3.2/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.3.2/src/lib.rs: diff --git a/target/debug/deps/foreign_types_shared-ac85abd8114f3fcf.d b/target/debug/deps/foreign_types_shared-ac85abd8114f3fcf.d new file mode 100644 index 0000000..7f63437 --- /dev/null +++ b/target/debug/deps/foreign_types_shared-ac85abd8114f3fcf.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/foreign_types_shared-ac85abd8114f3fcf.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.1.1/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libforeign_types_shared-ac85abd8114f3fcf.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.1.1/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.1.1/src/lib.rs: diff --git a/target/debug/deps/form_urlencoded-2036bef24213fd6d.d b/target/debug/deps/form_urlencoded-2036bef24213fd6d.d new file mode 100644 index 0000000..fabe635 --- /dev/null +++ b/target/debug/deps/form_urlencoded-2036bef24213fd6d.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/form_urlencoded-2036bef24213fd6d.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libform_urlencoded-2036bef24213fd6d.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/src/lib.rs: diff --git a/target/debug/deps/form_urlencoded-75b2296ccb464b85.d b/target/debug/deps/form_urlencoded-75b2296ccb464b85.d new file mode 100644 index 0000000..b5be3d5 --- /dev/null +++ b/target/debug/deps/form_urlencoded-75b2296ccb464b85.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/form_urlencoded-75b2296ccb464b85.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libform_urlencoded-75b2296ccb464b85.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libform_urlencoded-75b2296ccb464b85.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/src/lib.rs: diff --git a/target/debug/deps/futures_channel-65b6053681edbc76.d b/target/debug/deps/futures_channel-65b6053681edbc76.d new file mode 100644 index 0000000..463de95 --- /dev/null +++ b/target/debug/deps/futures_channel-65b6053681edbc76.d @@ -0,0 +1,12 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/futures_channel-65b6053681edbc76.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/mpsc/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/mpsc/queue.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/mpsc/sink_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/oneshot.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libfutures_channel-65b6053681edbc76.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/mpsc/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/mpsc/queue.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/mpsc/sink_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/oneshot.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libfutures_channel-65b6053681edbc76.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/mpsc/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/mpsc/queue.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/mpsc/sink_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/oneshot.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/lock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/mpsc/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/mpsc/queue.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/mpsc/sink_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/oneshot.rs: diff --git a/target/debug/deps/futures_channel-69a5a7754b260f66.d b/target/debug/deps/futures_channel-69a5a7754b260f66.d new file mode 100644 index 0000000..576ddce --- /dev/null +++ b/target/debug/deps/futures_channel-69a5a7754b260f66.d @@ -0,0 +1,10 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/futures_channel-69a5a7754b260f66.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/mpsc/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/mpsc/queue.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/mpsc/sink_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/oneshot.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libfutures_channel-69a5a7754b260f66.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/mpsc/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/mpsc/queue.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/mpsc/sink_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/oneshot.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/lock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/mpsc/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/mpsc/queue.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/mpsc/sink_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/oneshot.rs: diff --git a/target/debug/deps/futures_channel-d39068ea65bfac34.d b/target/debug/deps/futures_channel-d39068ea65bfac34.d new file mode 100644 index 0000000..014d0e4 --- /dev/null +++ b/target/debug/deps/futures_channel-d39068ea65bfac34.d @@ -0,0 +1,9 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/futures_channel-d39068ea65bfac34.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/mpsc/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/mpsc/queue.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/oneshot.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libfutures_channel-d39068ea65bfac34.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/mpsc/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/mpsc/queue.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/oneshot.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/lock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/mpsc/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/mpsc/queue.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/oneshot.rs: diff --git a/target/debug/deps/futures_core-7f52aa7fa9d7c992.d b/target/debug/deps/futures_core-7f52aa7fa9d7c992.d new file mode 100644 index 0000000..83d0a81 --- /dev/null +++ b/target/debug/deps/futures_core-7f52aa7fa9d7c992.d @@ -0,0 +1,13 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/futures_core-7f52aa7fa9d7c992.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/task/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/task/poll.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/task/__internal/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/task/__internal/atomic_waker.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libfutures_core-7f52aa7fa9d7c992.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/task/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/task/poll.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/task/__internal/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/task/__internal/atomic_waker.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libfutures_core-7f52aa7fa9d7c992.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/task/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/task/poll.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/task/__internal/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/task/__internal/atomic_waker.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/stream.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/task/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/task/poll.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/task/__internal/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/task/__internal/atomic_waker.rs: diff --git a/target/debug/deps/futures_core-f012fa4b73a1b51c.d b/target/debug/deps/futures_core-f012fa4b73a1b51c.d new file mode 100644 index 0000000..9dbb745 --- /dev/null +++ b/target/debug/deps/futures_core-f012fa4b73a1b51c.d @@ -0,0 +1,11 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/futures_core-f012fa4b73a1b51c.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/task/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/task/poll.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/task/__internal/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/task/__internal/atomic_waker.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libfutures_core-f012fa4b73a1b51c.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/task/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/task/poll.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/task/__internal/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/task/__internal/atomic_waker.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/stream.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/task/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/task/poll.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/task/__internal/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/task/__internal/atomic_waker.rs: diff --git a/target/debug/deps/futures_executor-49ea06d9e9e542a6.d b/target/debug/deps/futures_executor-49ea06d9e9e542a6.d new file mode 100644 index 0000000..5eeaafb --- /dev/null +++ b/target/debug/deps/futures_executor-49ea06d9e9e542a6.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/futures_executor-49ea06d9e9e542a6.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/local_pool.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/enter.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libfutures_executor-49ea06d9e9e542a6.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/local_pool.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/enter.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/local_pool.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/enter.rs: diff --git a/target/debug/deps/futures_executor-9c375a292d757dc6.d b/target/debug/deps/futures_executor-9c375a292d757dc6.d new file mode 100644 index 0000000..8b3dbde --- /dev/null +++ b/target/debug/deps/futures_executor-9c375a292d757dc6.d @@ -0,0 +1,9 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/futures_executor-9c375a292d757dc6.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/local_pool.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/enter.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libfutures_executor-9c375a292d757dc6.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/local_pool.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/enter.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libfutures_executor-9c375a292d757dc6.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/local_pool.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/enter.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/local_pool.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/enter.rs: diff --git a/target/debug/deps/futures_intrusive-865c3511bcdc16ad.d b/target/debug/deps/futures_intrusive-865c3511bcdc16ad.d new file mode 100644 index 0000000..b97c48c --- /dev/null +++ b/target/debug/deps/futures_intrusive-865c3511bcdc16ad.d @@ -0,0 +1,26 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/futures_intrusive-865c3511bcdc16ad.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/noop_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/buffer/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/buffer/real_array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/buffer/ring_buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/intrusive_double_linked_list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/intrusive_pairing_heap.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/channel_future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/oneshot.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/oneshot_broadcast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/state_broadcast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/mpmc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/sync/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/sync/manual_reset_event.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/sync/mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/sync/semaphore.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/timer/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/timer/clock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/timer/timer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/utils/mod.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libfutures_intrusive-865c3511bcdc16ad.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/noop_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/buffer/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/buffer/real_array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/buffer/ring_buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/intrusive_double_linked_list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/intrusive_pairing_heap.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/channel_future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/oneshot.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/oneshot_broadcast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/state_broadcast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/mpmc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/sync/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/sync/manual_reset_event.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/sync/mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/sync/semaphore.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/timer/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/timer/clock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/timer/timer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/utils/mod.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/noop_lock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/buffer/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/buffer/real_array.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/buffer/ring_buffer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/intrusive_double_linked_list.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/intrusive_pairing_heap.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/channel_future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/oneshot.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/oneshot_broadcast.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/state_broadcast.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/mpmc.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/sync/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/sync/manual_reset_event.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/sync/mutex.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/sync/semaphore.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/timer/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/timer/clock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/timer/timer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/utils/mod.rs: diff --git a/target/debug/deps/futures_intrusive-ef4f241ab17683d4.d b/target/debug/deps/futures_intrusive-ef4f241ab17683d4.d new file mode 100644 index 0000000..30fd89c --- /dev/null +++ b/target/debug/deps/futures_intrusive-ef4f241ab17683d4.d @@ -0,0 +1,28 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/futures_intrusive-ef4f241ab17683d4.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/noop_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/buffer/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/buffer/real_array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/buffer/ring_buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/intrusive_double_linked_list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/intrusive_pairing_heap.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/channel_future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/oneshot.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/oneshot_broadcast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/state_broadcast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/mpmc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/sync/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/sync/manual_reset_event.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/sync/mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/sync/semaphore.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/timer/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/timer/clock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/timer/timer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/utils/mod.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libfutures_intrusive-ef4f241ab17683d4.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/noop_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/buffer/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/buffer/real_array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/buffer/ring_buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/intrusive_double_linked_list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/intrusive_pairing_heap.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/channel_future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/oneshot.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/oneshot_broadcast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/state_broadcast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/mpmc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/sync/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/sync/manual_reset_event.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/sync/mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/sync/semaphore.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/timer/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/timer/clock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/timer/timer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/utils/mod.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libfutures_intrusive-ef4f241ab17683d4.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/noop_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/buffer/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/buffer/real_array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/buffer/ring_buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/intrusive_double_linked_list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/intrusive_pairing_heap.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/channel_future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/oneshot.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/oneshot_broadcast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/state_broadcast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/mpmc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/sync/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/sync/manual_reset_event.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/sync/mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/sync/semaphore.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/timer/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/timer/clock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/timer/timer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/utils/mod.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/noop_lock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/buffer/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/buffer/real_array.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/buffer/ring_buffer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/intrusive_double_linked_list.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/intrusive_pairing_heap.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/channel_future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/oneshot.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/oneshot_broadcast.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/state_broadcast.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/channel/mpmc.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/sync/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/sync/manual_reset_event.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/sync/mutex.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/sync/semaphore.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/timer/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/timer/clock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/timer/timer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-intrusive-0.5.0/src/utils/mod.rs: diff --git a/target/debug/deps/futures_io-54e87d942e96e310.d b/target/debug/deps/futures_io-54e87d942e96e310.d new file mode 100644 index 0000000..b29c845 --- /dev/null +++ b/target/debug/deps/futures_io-54e87d942e96e310.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/futures_io-54e87d942e96e310.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.31/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libfutures_io-54e87d942e96e310.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.31/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libfutures_io-54e87d942e96e310.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.31/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.31/src/lib.rs: diff --git a/target/debug/deps/futures_io-e0dd089f59360708.d b/target/debug/deps/futures_io-e0dd089f59360708.d new file mode 100644 index 0000000..ea10bc9 --- /dev/null +++ b/target/debug/deps/futures_io-e0dd089f59360708.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/futures_io-e0dd089f59360708.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.31/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libfutures_io-e0dd089f59360708.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.31/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.31/src/lib.rs: diff --git a/target/debug/deps/futures_lite-a91edd471fe32e51.d b/target/debug/deps/futures_lite-a91edd471fe32e51.d new file mode 100644 index 0000000..af992a5 --- /dev/null +++ b/target/debug/deps/futures_lite-a91edd471fe32e51.d @@ -0,0 +1,8 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/futures_lite-a91edd471fe32e51.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-lite-2.6.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-lite-2.6.1/src/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-lite-2.6.1/src/prelude.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-lite-2.6.1/src/stream.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libfutures_lite-a91edd471fe32e51.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-lite-2.6.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-lite-2.6.1/src/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-lite-2.6.1/src/prelude.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-lite-2.6.1/src/stream.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-lite-2.6.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-lite-2.6.1/src/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-lite-2.6.1/src/prelude.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-lite-2.6.1/src/stream.rs: diff --git a/target/debug/deps/futures_macro-252f7292dd0e70f0.d b/target/debug/deps/futures_macro-252f7292dd0e70f0.d new file mode 100644 index 0000000..aabe16e --- /dev/null +++ b/target/debug/deps/futures_macro-252f7292dd0e70f0.d @@ -0,0 +1,9 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/futures_macro-252f7292dd0e70f0.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.31/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.31/src/executor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.31/src/join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.31/src/select.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.31/src/stream_select.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libfutures_macro-252f7292dd0e70f0.so: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.31/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.31/src/executor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.31/src/join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.31/src/select.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.31/src/stream_select.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.31/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.31/src/executor.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.31/src/join.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.31/src/select.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.31/src/stream_select.rs: diff --git a/target/debug/deps/futures_sink-b7ec721d92175c3a.d b/target/debug/deps/futures_sink-b7ec721d92175c3a.d new file mode 100644 index 0000000..a635f06 --- /dev/null +++ b/target/debug/deps/futures_sink-b7ec721d92175c3a.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/futures_sink-b7ec721d92175c3a.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.31/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libfutures_sink-b7ec721d92175c3a.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.31/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libfutures_sink-b7ec721d92175c3a.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.31/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.31/src/lib.rs: diff --git a/target/debug/deps/futures_sink-ce2b11275642f9b5.d b/target/debug/deps/futures_sink-ce2b11275642f9b5.d new file mode 100644 index 0000000..d33b4b4 --- /dev/null +++ b/target/debug/deps/futures_sink-ce2b11275642f9b5.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/futures_sink-ce2b11275642f9b5.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.31/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libfutures_sink-ce2b11275642f9b5.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.31/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.31/src/lib.rs: diff --git a/target/debug/deps/futures_task-98357e05b2b79cb3.d b/target/debug/deps/futures_task-98357e05b2b79cb3.d new file mode 100644 index 0000000..ecc6c8c --- /dev/null +++ b/target/debug/deps/futures_task-98357e05b2b79cb3.d @@ -0,0 +1,11 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/futures_task-98357e05b2b79cb3.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/spawn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/arc_wake.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/waker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/waker_ref.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/future_obj.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/noop_waker.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libfutures_task-98357e05b2b79cb3.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/spawn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/arc_wake.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/waker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/waker_ref.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/future_obj.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/noop_waker.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/spawn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/arc_wake.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/waker.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/waker_ref.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/future_obj.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/noop_waker.rs: diff --git a/target/debug/deps/futures_task-d26bce042f0a4cde.d b/target/debug/deps/futures_task-d26bce042f0a4cde.d new file mode 100644 index 0000000..f024d51 --- /dev/null +++ b/target/debug/deps/futures_task-d26bce042f0a4cde.d @@ -0,0 +1,13 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/futures_task-d26bce042f0a4cde.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/spawn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/arc_wake.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/waker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/waker_ref.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/future_obj.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/noop_waker.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libfutures_task-d26bce042f0a4cde.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/spawn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/arc_wake.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/waker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/waker_ref.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/future_obj.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/noop_waker.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libfutures_task-d26bce042f0a4cde.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/spawn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/arc_wake.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/waker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/waker_ref.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/future_obj.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/noop_waker.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/spawn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/arc_wake.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/waker.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/waker_ref.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/future_obj.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/noop_waker.rs: diff --git a/target/debug/deps/futures_util-1de83e7bf1971401.d b/target/debug/deps/futures_util-1de83e7bf1971401.d new file mode 100644 index 0000000..886c960 --- /dev/null +++ b/target/debug/deps/futures_util-1de83e7bf1971401.d @@ -0,0 +1,129 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/futures_util-1de83e7bf1971401.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/poll.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/pending.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/join_mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/select_mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/stream_select_mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/random.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/catch_unwind.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/shared.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_future/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_future/into_future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_future/try_flatten.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_future/try_flatten_err.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/lazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/pending.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/maybe_done.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_maybe_done.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/option.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/poll_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/poll_immediate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/ready.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/always_ready.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/join_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/select.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/select_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_join_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_select.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/select_ok.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/either.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/abortable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/chain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/collect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/unzip.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/concat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/count.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/cycle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/enumerate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/filter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/filter_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/flatten.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/fold.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/any.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/for_each.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/fuse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/into_future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/next.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/select_next_some.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/peek.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/skip.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/skip_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/take.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/take_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/take_until.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/then.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/zip.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/chunks.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/ready_chunks.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/scan.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/buffer_unordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/buffered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/flatten_unordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/for_each_concurrent.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/catch_unwind.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/and_then.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/into_stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/or_else.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_next.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_for_each.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_filter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_filter_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_flatten.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_flatten_unordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_collect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_concat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_chunks.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_ready_chunks.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_fold.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_unfold.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_skip_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_take_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_buffer_unordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_buffered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_for_each_concurrent.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_any.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/repeat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/repeat_with.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/empty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/once.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/pending.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/poll_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/poll_immediate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/select.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/select_with_strategy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/unfold.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_ordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/abort.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/task.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/ready_to_run_queue.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/select_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/abortable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/task/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/task/spawn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/never.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lock/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lock/mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/abortable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/fns.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/unfold_state.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libfutures_util-1de83e7bf1971401.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/poll.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/pending.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/join_mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/select_mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/stream_select_mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/random.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/catch_unwind.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/shared.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_future/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_future/into_future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_future/try_flatten.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_future/try_flatten_err.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/lazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/pending.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/maybe_done.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_maybe_done.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/option.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/poll_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/poll_immediate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/ready.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/always_ready.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/join_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/select.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/select_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_join_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_select.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/select_ok.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/either.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/abortable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/chain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/collect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/unzip.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/concat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/count.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/cycle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/enumerate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/filter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/filter_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/flatten.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/fold.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/any.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/for_each.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/fuse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/into_future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/next.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/select_next_some.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/peek.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/skip.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/skip_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/take.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/take_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/take_until.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/then.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/zip.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/chunks.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/ready_chunks.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/scan.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/buffer_unordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/buffered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/flatten_unordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/for_each_concurrent.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/catch_unwind.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/and_then.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/into_stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/or_else.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_next.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_for_each.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_filter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_filter_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_flatten.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_flatten_unordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_collect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_concat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_chunks.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_ready_chunks.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_fold.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_unfold.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_skip_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_take_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_buffer_unordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_buffered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_for_each_concurrent.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_any.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/repeat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/repeat_with.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/empty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/once.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/pending.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/poll_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/poll_immediate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/select.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/select_with_strategy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/unfold.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_ordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/abort.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/task.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/ready_to_run_queue.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/select_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/abortable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/task/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/task/spawn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/never.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lock/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lock/mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/abortable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/fns.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/unfold_state.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/poll.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/pending.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/join_mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/select_mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/stream_select_mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/random.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/catch_unwind.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/shared.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_future/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_future/into_future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_future/try_flatten.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_future/try_flatten_err.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/lazy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/pending.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/maybe_done.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_maybe_done.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/option.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/poll_fn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/poll_immediate.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/ready.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/always_ready.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/join.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/join_all.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/select.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/select_all.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_join.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_join_all.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_select.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/select_ok.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/either.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/abortable.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/chain.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/collect.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/unzip.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/concat.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/count.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/cycle.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/enumerate.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/filter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/filter_map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/flatten.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/fold.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/any.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/all.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/for_each.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/fuse.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/into_future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/next.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/select_next_some.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/peek.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/skip.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/skip_while.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/take.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/take_while.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/take_until.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/then.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/zip.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/chunks.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/ready_chunks.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/scan.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/buffer_unordered.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/buffered.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/flatten_unordered.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/for_each_concurrent.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/catch_unwind.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/and_then.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/into_stream.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/or_else.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_next.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_for_each.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_filter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_filter_map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_flatten.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_flatten_unordered.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_collect.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_concat.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_chunks.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_ready_chunks.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_fold.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_unfold.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_skip_while.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_take_while.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_buffer_unordered.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_buffered.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_for_each_concurrent.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_all.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_any.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/iter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/repeat.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/repeat_with.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/empty.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/once.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/pending.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/poll_fn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/poll_immediate.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/select.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/select_with_strategy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/unfold.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_ordered.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/abort.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/iter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/task.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/ready_to_run_queue.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/select_all.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/abortable.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/task/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/task/spawn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/never.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lock/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lock/mutex.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/abortable.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/fns.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/unfold_state.rs: diff --git a/target/debug/deps/futures_util-94ad31666da1a6e8.d b/target/debug/deps/futures_util-94ad31666da1a6e8.d new file mode 100644 index 0000000..3325765 --- /dev/null +++ b/target/debug/deps/futures_util-94ad31666da1a6e8.d @@ -0,0 +1,179 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/futures_util-94ad31666da1a6e8.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/poll.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/pending.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/join_mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/select_mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/stream_select_mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/random.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/catch_unwind.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/shared.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_future/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_future/into_future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_future/try_flatten.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_future/try_flatten_err.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/lazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/pending.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/maybe_done.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_maybe_done.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/option.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/poll_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/poll_immediate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/ready.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/always_ready.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/join_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/select.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/select_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_join_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_select.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/select_ok.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/either.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/abortable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/chain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/collect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/unzip.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/concat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/count.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/cycle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/enumerate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/filter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/filter_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/flatten.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/fold.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/any.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/forward.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/for_each.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/fuse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/into_future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/next.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/select_next_some.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/peek.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/skip.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/skip_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/take.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/take_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/take_until.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/then.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/zip.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/chunks.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/ready_chunks.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/scan.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/buffer_unordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/buffered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/flatten_unordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/for_each_concurrent.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/split.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/catch_unwind.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/and_then.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/into_stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/or_else.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_next.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_for_each.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_filter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_filter_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_flatten.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_flatten_unordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_collect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_concat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_chunks.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_ready_chunks.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_fold.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_unfold.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_skip_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_take_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_buffer_unordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_buffered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_for_each_concurrent.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/into_async_read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_any.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/repeat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/repeat_with.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/empty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/once.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/pending.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/poll_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/poll_immediate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/select.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/select_with_strategy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/unfold.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_ordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/abort.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/task.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/ready_to_run_queue.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/select_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/abortable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/close.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/drain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/fanout.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/feed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/flush.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/err_into.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/map_err.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/send.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/send_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/unfold.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/with.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/with_flat_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/task/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/task/spawn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/never.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/allow_std.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/buf_reader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/buf_writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/line_writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/chain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/close.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/copy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/copy_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/copy_buf_abortable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/cursor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/empty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/fill_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/flush.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/into_sink.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/lines.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read_vectored.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read_exact.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read_line.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read_to_end.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read_to_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read_until.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/repeat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/seek.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/sink.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/split.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/take.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/window.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/write_vectored.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/write_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lock/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lock/bilock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lock/mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/abortable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/fns.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/unfold_state.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libfutures_util-94ad31666da1a6e8.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/poll.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/pending.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/join_mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/select_mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/stream_select_mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/random.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/catch_unwind.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/shared.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_future/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_future/into_future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_future/try_flatten.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_future/try_flatten_err.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/lazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/pending.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/maybe_done.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_maybe_done.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/option.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/poll_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/poll_immediate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/ready.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/always_ready.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/join_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/select.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/select_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_join_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_select.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/select_ok.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/either.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/abortable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/chain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/collect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/unzip.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/concat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/count.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/cycle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/enumerate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/filter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/filter_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/flatten.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/fold.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/any.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/forward.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/for_each.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/fuse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/into_future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/next.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/select_next_some.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/peek.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/skip.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/skip_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/take.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/take_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/take_until.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/then.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/zip.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/chunks.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/ready_chunks.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/scan.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/buffer_unordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/buffered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/flatten_unordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/for_each_concurrent.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/split.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/catch_unwind.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/and_then.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/into_stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/or_else.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_next.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_for_each.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_filter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_filter_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_flatten.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_flatten_unordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_collect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_concat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_chunks.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_ready_chunks.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_fold.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_unfold.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_skip_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_take_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_buffer_unordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_buffered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_for_each_concurrent.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/into_async_read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_any.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/repeat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/repeat_with.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/empty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/once.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/pending.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/poll_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/poll_immediate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/select.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/select_with_strategy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/unfold.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_ordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/abort.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/task.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/ready_to_run_queue.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/select_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/abortable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/close.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/drain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/fanout.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/feed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/flush.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/err_into.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/map_err.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/send.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/send_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/unfold.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/with.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/with_flat_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/task/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/task/spawn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/never.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/allow_std.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/buf_reader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/buf_writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/line_writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/chain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/close.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/copy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/copy_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/copy_buf_abortable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/cursor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/empty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/fill_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/flush.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/into_sink.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/lines.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read_vectored.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read_exact.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read_line.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read_to_end.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read_to_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read_until.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/repeat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/seek.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/sink.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/split.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/take.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/window.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/write_vectored.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/write_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lock/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lock/bilock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lock/mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/abortable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/fns.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/unfold_state.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/poll.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/pending.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/join_mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/select_mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/stream_select_mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/random.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/catch_unwind.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/shared.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_future/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_future/into_future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_future/try_flatten.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_future/try_flatten_err.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/lazy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/pending.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/maybe_done.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_maybe_done.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/option.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/poll_fn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/poll_immediate.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/ready.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/always_ready.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/join.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/join_all.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/select.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/select_all.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_join.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_join_all.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_select.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/select_ok.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/either.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/abortable.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/chain.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/collect.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/unzip.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/concat.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/count.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/cycle.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/enumerate.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/filter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/filter_map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/flatten.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/fold.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/any.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/all.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/forward.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/for_each.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/fuse.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/into_future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/next.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/select_next_some.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/peek.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/skip.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/skip_while.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/take.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/take_while.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/take_until.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/then.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/zip.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/chunks.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/ready_chunks.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/scan.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/buffer_unordered.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/buffered.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/flatten_unordered.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/for_each_concurrent.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/split.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/catch_unwind.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/and_then.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/into_stream.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/or_else.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_next.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_for_each.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_filter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_filter_map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_flatten.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_flatten_unordered.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_collect.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_concat.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_chunks.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_ready_chunks.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_fold.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_unfold.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_skip_while.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_take_while.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_buffer_unordered.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_buffered.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_for_each_concurrent.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/into_async_read.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_all.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_any.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/iter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/repeat.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/repeat_with.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/empty.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/once.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/pending.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/poll_fn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/poll_immediate.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/select.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/select_with_strategy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/unfold.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_ordered.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/abort.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/iter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/task.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/ready_to_run_queue.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/select_all.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/abortable.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/close.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/drain.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/fanout.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/feed.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/flush.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/err_into.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/map_err.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/send.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/send_all.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/unfold.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/with.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/with_flat_map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/buffer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/task/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/task/spawn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/never.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/allow_std.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/buf_reader.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/buf_writer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/line_writer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/chain.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/close.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/copy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/copy_buf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/copy_buf_abortable.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/cursor.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/empty.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/fill_buf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/flush.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/into_sink.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/lines.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read_vectored.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read_exact.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read_line.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read_to_end.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read_to_string.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read_until.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/repeat.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/seek.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/sink.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/split.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/take.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/window.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/write.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/write_vectored.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/write_all.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lock/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lock/bilock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lock/mutex.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/abortable.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/fns.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/unfold_state.rs: diff --git a/target/debug/deps/futures_util-dcb241ca437f9ed7.d b/target/debug/deps/futures_util-dcb241ca437f9ed7.d new file mode 100644 index 0000000..c0f678c --- /dev/null +++ b/target/debug/deps/futures_util-dcb241ca437f9ed7.d @@ -0,0 +1,181 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/futures_util-dcb241ca437f9ed7.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/poll.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/pending.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/join_mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/select_mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/stream_select_mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/random.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/catch_unwind.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/shared.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_future/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_future/into_future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_future/try_flatten.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_future/try_flatten_err.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/lazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/pending.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/maybe_done.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_maybe_done.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/option.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/poll_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/poll_immediate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/ready.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/always_ready.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/join_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/select.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/select_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_join_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_select.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/select_ok.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/either.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/abortable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/chain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/collect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/unzip.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/concat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/count.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/cycle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/enumerate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/filter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/filter_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/flatten.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/fold.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/any.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/forward.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/for_each.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/fuse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/into_future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/next.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/select_next_some.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/peek.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/skip.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/skip_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/take.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/take_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/take_until.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/then.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/zip.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/chunks.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/ready_chunks.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/scan.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/buffer_unordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/buffered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/flatten_unordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/for_each_concurrent.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/split.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/catch_unwind.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/and_then.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/into_stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/or_else.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_next.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_for_each.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_filter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_filter_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_flatten.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_flatten_unordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_collect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_concat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_chunks.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_ready_chunks.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_fold.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_unfold.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_skip_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_take_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_buffer_unordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_buffered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_for_each_concurrent.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/into_async_read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_any.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/repeat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/repeat_with.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/empty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/once.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/pending.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/poll_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/poll_immediate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/select.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/select_with_strategy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/unfold.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_ordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/abort.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/task.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/ready_to_run_queue.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/select_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/abortable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/close.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/drain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/fanout.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/feed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/flush.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/err_into.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/map_err.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/send.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/send_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/unfold.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/with.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/with_flat_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/task/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/task/spawn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/never.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/allow_std.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/buf_reader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/buf_writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/line_writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/chain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/close.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/copy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/copy_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/copy_buf_abortable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/cursor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/empty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/fill_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/flush.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/into_sink.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/lines.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read_vectored.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read_exact.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read_line.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read_to_end.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read_to_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read_until.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/repeat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/seek.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/sink.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/split.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/take.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/window.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/write_vectored.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/write_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lock/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lock/bilock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lock/mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/abortable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/fns.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/unfold_state.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libfutures_util-dcb241ca437f9ed7.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/poll.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/pending.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/join_mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/select_mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/stream_select_mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/random.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/catch_unwind.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/shared.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_future/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_future/into_future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_future/try_flatten.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_future/try_flatten_err.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/lazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/pending.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/maybe_done.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_maybe_done.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/option.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/poll_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/poll_immediate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/ready.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/always_ready.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/join_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/select.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/select_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_join_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_select.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/select_ok.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/either.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/abortable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/chain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/collect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/unzip.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/concat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/count.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/cycle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/enumerate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/filter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/filter_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/flatten.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/fold.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/any.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/forward.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/for_each.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/fuse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/into_future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/next.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/select_next_some.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/peek.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/skip.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/skip_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/take.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/take_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/take_until.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/then.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/zip.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/chunks.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/ready_chunks.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/scan.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/buffer_unordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/buffered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/flatten_unordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/for_each_concurrent.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/split.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/catch_unwind.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/and_then.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/into_stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/or_else.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_next.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_for_each.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_filter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_filter_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_flatten.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_flatten_unordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_collect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_concat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_chunks.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_ready_chunks.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_fold.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_unfold.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_skip_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_take_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_buffer_unordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_buffered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_for_each_concurrent.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/into_async_read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_any.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/repeat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/repeat_with.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/empty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/once.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/pending.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/poll_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/poll_immediate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/select.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/select_with_strategy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/unfold.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_ordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/abort.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/task.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/ready_to_run_queue.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/select_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/abortable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/close.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/drain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/fanout.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/feed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/flush.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/err_into.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/map_err.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/send.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/send_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/unfold.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/with.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/with_flat_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/task/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/task/spawn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/never.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/allow_std.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/buf_reader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/buf_writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/line_writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/chain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/close.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/copy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/copy_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/copy_buf_abortable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/cursor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/empty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/fill_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/flush.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/into_sink.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/lines.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read_vectored.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read_exact.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read_line.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read_to_end.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read_to_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read_until.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/repeat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/seek.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/sink.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/split.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/take.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/window.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/write_vectored.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/write_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lock/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lock/bilock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lock/mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/abortable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/fns.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/unfold_state.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libfutures_util-dcb241ca437f9ed7.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/poll.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/pending.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/join_mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/select_mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/stream_select_mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/random.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/catch_unwind.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/shared.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_future/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_future/into_future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_future/try_flatten.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_future/try_flatten_err.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/lazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/pending.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/maybe_done.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_maybe_done.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/option.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/poll_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/poll_immediate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/ready.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/always_ready.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/join_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/select.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/select_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_join_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_select.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/select_ok.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/either.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/abortable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/chain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/collect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/unzip.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/concat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/count.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/cycle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/enumerate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/filter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/filter_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/flatten.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/fold.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/any.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/forward.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/for_each.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/fuse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/into_future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/next.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/select_next_some.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/peek.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/skip.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/skip_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/take.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/take_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/take_until.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/then.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/zip.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/chunks.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/ready_chunks.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/scan.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/buffer_unordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/buffered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/flatten_unordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/for_each_concurrent.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/split.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/catch_unwind.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/and_then.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/into_stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/or_else.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_next.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_for_each.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_filter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_filter_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_flatten.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_flatten_unordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_collect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_concat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_chunks.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_ready_chunks.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_fold.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_unfold.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_skip_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_take_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_buffer_unordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_buffered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_for_each_concurrent.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/into_async_read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_any.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/repeat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/repeat_with.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/empty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/once.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/pending.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/poll_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/poll_immediate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/select.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/select_with_strategy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/unfold.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_ordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/abort.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/task.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/ready_to_run_queue.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/select_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/abortable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/close.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/drain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/fanout.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/feed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/flush.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/err_into.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/map_err.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/send.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/send_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/unfold.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/with.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/with_flat_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/task/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/task/spawn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/never.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/allow_std.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/buf_reader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/buf_writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/line_writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/chain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/close.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/copy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/copy_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/copy_buf_abortable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/cursor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/empty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/fill_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/flush.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/into_sink.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/lines.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read_vectored.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read_exact.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read_line.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read_to_end.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read_to_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read_until.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/repeat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/seek.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/sink.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/split.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/take.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/window.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/write_vectored.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/write_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lock/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lock/bilock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lock/mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/abortable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/fns.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/unfold_state.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/poll.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/pending.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/join_mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/select_mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/stream_select_mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/async_await/random.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/catch_unwind.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/shared.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_future/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_future/into_future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_future/try_flatten.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_future/try_flatten_err.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/lazy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/pending.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/maybe_done.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_maybe_done.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/option.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/poll_fn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/poll_immediate.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/ready.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/always_ready.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/join.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/join_all.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/select.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/select_all.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_join.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_join_all.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/try_select.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/select_ok.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/either.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/abortable.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/chain.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/collect.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/unzip.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/concat.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/count.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/cycle.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/enumerate.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/filter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/filter_map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/flatten.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/fold.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/any.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/all.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/forward.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/for_each.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/fuse.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/into_future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/next.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/select_next_some.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/peek.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/skip.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/skip_while.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/take.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/take_while.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/take_until.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/then.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/zip.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/chunks.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/ready_chunks.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/scan.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/buffer_unordered.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/buffered.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/flatten_unordered.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/for_each_concurrent.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/split.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/stream/catch_unwind.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/and_then.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/into_stream.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/or_else.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_next.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_for_each.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_filter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_filter_map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_flatten.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_flatten_unordered.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_collect.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_concat.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_chunks.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_ready_chunks.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_fold.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_unfold.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_skip_while.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_take_while.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_buffer_unordered.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_buffered.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_for_each_concurrent.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/into_async_read.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_all.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/try_stream/try_any.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/iter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/repeat.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/repeat_with.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/empty.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/once.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/pending.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/poll_fn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/poll_immediate.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/select.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/select_with_strategy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/unfold.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_ordered.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/abort.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/iter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/task.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/ready_to_run_queue.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/select_all.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/abortable.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/close.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/drain.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/fanout.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/feed.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/flush.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/err_into.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/map_err.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/send.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/send_all.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/unfold.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/with.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/with_flat_map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/sink/buffer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/task/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/task/spawn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/never.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/allow_std.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/buf_reader.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/buf_writer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/line_writer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/chain.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/close.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/copy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/copy_buf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/copy_buf_abortable.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/cursor.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/empty.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/fill_buf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/flush.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/into_sink.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/lines.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read_vectored.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read_exact.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read_line.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read_to_end.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read_to_string.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/read_until.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/repeat.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/seek.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/sink.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/split.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/take.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/window.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/write.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/write_vectored.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/io/write_all.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lock/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lock/bilock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lock/mutex.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/abortable.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/fns.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/unfold_state.rs: diff --git a/target/debug/deps/generic_array-92645a6de23ec04a.d b/target/debug/deps/generic_array-92645a6de23ec04a.d new file mode 100644 index 0000000..498bef1 --- /dev/null +++ b/target/debug/deps/generic_array-92645a6de23ec04a.d @@ -0,0 +1,13 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/generic_array-92645a6de23ec04a.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/hex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/arr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/functional.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/sequence.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libgeneric_array-92645a6de23ec04a.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/hex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/arr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/functional.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/sequence.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libgeneric_array-92645a6de23ec04a.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/hex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/arr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/functional.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/sequence.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/hex.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/impls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/arr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/functional.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/iter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/sequence.rs: diff --git a/target/debug/deps/generic_array-b574fdeef2bf1202.d b/target/debug/deps/generic_array-b574fdeef2bf1202.d new file mode 100644 index 0000000..fdc4d8f --- /dev/null +++ b/target/debug/deps/generic_array-b574fdeef2bf1202.d @@ -0,0 +1,11 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/generic_array-b574fdeef2bf1202.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/hex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/arr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/functional.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/sequence.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libgeneric_array-b574fdeef2bf1202.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/hex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/arr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/functional.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/sequence.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/hex.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/impls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/arr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/functional.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/iter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/sequence.rs: diff --git a/target/debug/deps/getrandom-1fd10b73d389d9bb.d b/target/debug/deps/getrandom-1fd10b73d389d9bb.d new file mode 100644 index 0000000..2cbebcf --- /dev/null +++ b/target/debug/deps/getrandom-1fd10b73d389d9bb.d @@ -0,0 +1,12 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/getrandom-1fd10b73d389d9bb.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/error_impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/util_libc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/use_file.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/lazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/linux_android_with_fallback.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libgetrandom-1fd10b73d389d9bb.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/error_impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/util_libc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/use_file.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/lazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/linux_android_with_fallback.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/error_impls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/util_libc.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/use_file.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/lazy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/linux_android_with_fallback.rs: diff --git a/target/debug/deps/getrandom-3a580f8349e4ba46.d b/target/debug/deps/getrandom-3a580f8349e4ba46.d new file mode 100644 index 0000000..80e5ccb --- /dev/null +++ b/target/debug/deps/getrandom-3a580f8349e4ba46.d @@ -0,0 +1,16 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/getrandom-3a580f8349e4ba46.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/backends.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/error_std_impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/../README.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/backends/use_file.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/backends/../util_libc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/backends/linux_android_with_fallback.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/backends/sanitizer.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libgetrandom-3a580f8349e4ba46.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/backends.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/error_std_impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/../README.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/backends/use_file.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/backends/../util_libc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/backends/linux_android_with_fallback.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/backends/sanitizer.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libgetrandom-3a580f8349e4ba46.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/backends.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/error_std_impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/../README.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/backends/use_file.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/backends/../util_libc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/backends/linux_android_with_fallback.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/backends/sanitizer.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/backends.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/error_std_impls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/../README.md: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/backends/use_file.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/backends/../util_libc.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/backends/linux_android_with_fallback.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/backends/sanitizer.rs: diff --git a/target/debug/deps/getrandom-797fb36fb25fb4ed.d b/target/debug/deps/getrandom-797fb36fb25fb4ed.d new file mode 100644 index 0000000..33adf76 --- /dev/null +++ b/target/debug/deps/getrandom-797fb36fb25fb4ed.d @@ -0,0 +1,12 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/getrandom-797fb36fb25fb4ed.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/error_impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/util_libc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/use_file.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/lazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/linux_android_with_fallback.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libgetrandom-797fb36fb25fb4ed.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/error_impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/util_libc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/use_file.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/lazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/linux_android_with_fallback.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/error_impls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/util_libc.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/use_file.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/lazy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/linux_android_with_fallback.rs: diff --git a/target/debug/deps/getrandom-c6a264a7149a6f08.d b/target/debug/deps/getrandom-c6a264a7149a6f08.d new file mode 100644 index 0000000..3f0d57a --- /dev/null +++ b/target/debug/deps/getrandom-c6a264a7149a6f08.d @@ -0,0 +1,14 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/getrandom-c6a264a7149a6f08.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/error_impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/util_libc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/use_file.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/lazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/linux_android_with_fallback.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libgetrandom-c6a264a7149a6f08.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/error_impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/util_libc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/use_file.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/lazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/linux_android_with_fallback.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libgetrandom-c6a264a7149a6f08.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/error_impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/util_libc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/use_file.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/lazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/linux_android_with_fallback.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/error_impls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/util_libc.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/use_file.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/lazy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/linux_android_with_fallback.rs: diff --git a/target/debug/deps/getrandom-d630810956ea6987.d b/target/debug/deps/getrandom-d630810956ea6987.d new file mode 100644 index 0000000..561857a --- /dev/null +++ b/target/debug/deps/getrandom-d630810956ea6987.d @@ -0,0 +1,14 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/getrandom-d630810956ea6987.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/backends.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/error_std_impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/../README.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/backends/use_file.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/backends/../util_libc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/backends/linux_android_with_fallback.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/backends/sanitizer.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libgetrandom-d630810956ea6987.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/backends.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/error_std_impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/../README.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/backends/use_file.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/backends/../util_libc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/backends/linux_android_with_fallback.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/backends/sanitizer.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/backends.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/error_std_impls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/../README.md: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/backends/use_file.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/backends/../util_libc.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/backends/linux_android_with_fallback.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/backends/sanitizer.rs: diff --git a/target/debug/deps/glob-2b6d0711a43a8bf7.d b/target/debug/deps/glob-2b6d0711a43a8bf7.d new file mode 100644 index 0000000..c1ab65c --- /dev/null +++ b/target/debug/deps/glob-2b6d0711a43a8bf7.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/glob-2b6d0711a43a8bf7.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-0.3.3/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libglob-2b6d0711a43a8bf7.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-0.3.3/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libglob-2b6d0711a43a8bf7.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-0.3.3/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-0.3.3/src/lib.rs: diff --git a/target/debug/deps/globset-71dc343309518b78.d b/target/debug/deps/globset-71dc343309518b78.d new file mode 100644 index 0000000..0326442 --- /dev/null +++ b/target/debug/deps/globset-71dc343309518b78.d @@ -0,0 +1,8 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/globset-71dc343309518b78.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.18/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.18/src/fnv.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.18/src/glob.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.18/src/pathutil.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libglobset-71dc343309518b78.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.18/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.18/src/fnv.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.18/src/glob.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.18/src/pathutil.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.18/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.18/src/fnv.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.18/src/glob.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.18/src/pathutil.rs: diff --git a/target/debug/deps/globset-8b377d3d305cee4e.d b/target/debug/deps/globset-8b377d3d305cee4e.d new file mode 100644 index 0000000..8df848f --- /dev/null +++ b/target/debug/deps/globset-8b377d3d305cee4e.d @@ -0,0 +1,10 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/globset-8b377d3d305cee4e.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.18/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.18/src/fnv.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.18/src/glob.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.18/src/pathutil.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libglobset-8b377d3d305cee4e.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.18/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.18/src/fnv.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.18/src/glob.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.18/src/pathutil.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libglobset-8b377d3d305cee4e.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.18/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.18/src/fnv.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.18/src/glob.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.18/src/pathutil.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.18/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.18/src/fnv.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.18/src/glob.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.18/src/pathutil.rs: diff --git a/target/debug/deps/globwalk-210628b8c27a733f.d b/target/debug/deps/globwalk-210628b8c27a733f.d new file mode 100644 index 0000000..3588b92 --- /dev/null +++ b/target/debug/deps/globwalk-210628b8c27a733f.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/globwalk-210628b8c27a733f.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globwalk-0.9.1/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libglobwalk-210628b8c27a733f.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globwalk-0.9.1/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globwalk-0.9.1/src/lib.rs: diff --git a/target/debug/deps/globwalk-380a074dec5b5a60.d b/target/debug/deps/globwalk-380a074dec5b5a60.d new file mode 100644 index 0000000..44e353b --- /dev/null +++ b/target/debug/deps/globwalk-380a074dec5b5a60.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/globwalk-380a074dec5b5a60.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globwalk-0.8.1/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libglobwalk-380a074dec5b5a60.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globwalk-0.8.1/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globwalk-0.8.1/src/lib.rs: diff --git a/target/debug/deps/globwalk-3afe73e2fe194881.d b/target/debug/deps/globwalk-3afe73e2fe194881.d new file mode 100644 index 0000000..be5ff1d --- /dev/null +++ b/target/debug/deps/globwalk-3afe73e2fe194881.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/globwalk-3afe73e2fe194881.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globwalk-0.8.1/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libglobwalk-3afe73e2fe194881.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globwalk-0.8.1/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libglobwalk-3afe73e2fe194881.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globwalk-0.8.1/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globwalk-0.8.1/src/lib.rs: diff --git a/target/debug/deps/globwalk-e7470d577925de1c.d b/target/debug/deps/globwalk-e7470d577925de1c.d new file mode 100644 index 0000000..5be9c25 --- /dev/null +++ b/target/debug/deps/globwalk-e7470d577925de1c.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/globwalk-e7470d577925de1c.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globwalk-0.8.1/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libglobwalk-e7470d577925de1c.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globwalk-0.8.1/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globwalk-0.8.1/src/lib.rs: diff --git a/target/debug/deps/globwalk-e7e983d95e513401.d b/target/debug/deps/globwalk-e7e983d95e513401.d new file mode 100644 index 0000000..ef4b697 --- /dev/null +++ b/target/debug/deps/globwalk-e7e983d95e513401.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/globwalk-e7e983d95e513401.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globwalk-0.8.1/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libglobwalk-e7e983d95e513401.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globwalk-0.8.1/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libglobwalk-e7e983d95e513401.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globwalk-0.8.1/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globwalk-0.8.1/src/lib.rs: diff --git a/target/debug/deps/h2-271a8bd2d139ed56.d b/target/debug/deps/h2-271a8bd2d139ed56.d new file mode 100644 index 0000000..f23ba8a --- /dev/null +++ b/target/debug/deps/h2-271a8bd2d139ed56.d @@ -0,0 +1,52 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/h2-271a8bd2d139ed56.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/codec/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/codec/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/codec/framed_read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/codec/framed_write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/hpack/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/hpack/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/hpack/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/hpack/header.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/hpack/huffman/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/hpack/huffman/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/hpack/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/connection.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/go_away.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/peer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/ping_pong.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/settings.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/streams/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/streams/buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/streams/counts.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/streams/flow_control.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/streams/prioritize.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/streams/recv.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/streams/send.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/streams/state.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/streams/store.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/streams/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/streams/streams.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/frame/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/frame/data.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/frame/go_away.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/frame/head.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/frame/headers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/frame/ping.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/frame/priority.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/frame/reason.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/frame/reset.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/frame/settings.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/frame/stream_id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/frame/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/frame/window_update.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/client.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/server.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/share.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libh2-271a8bd2d139ed56.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/codec/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/codec/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/codec/framed_read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/codec/framed_write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/hpack/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/hpack/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/hpack/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/hpack/header.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/hpack/huffman/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/hpack/huffman/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/hpack/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/connection.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/go_away.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/peer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/ping_pong.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/settings.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/streams/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/streams/buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/streams/counts.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/streams/flow_control.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/streams/prioritize.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/streams/recv.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/streams/send.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/streams/state.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/streams/store.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/streams/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/streams/streams.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/frame/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/frame/data.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/frame/go_away.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/frame/head.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/frame/headers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/frame/ping.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/frame/priority.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/frame/reason.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/frame/reset.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/frame/settings.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/frame/stream_id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/frame/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/frame/window_update.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/client.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/server.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/share.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/codec/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/codec/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/codec/framed_read.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/codec/framed_write.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/hpack/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/hpack/decoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/hpack/encoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/hpack/header.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/hpack/huffman/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/hpack/huffman/table.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/hpack/table.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/connection.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/go_away.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/peer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/ping_pong.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/settings.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/streams/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/streams/buffer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/streams/counts.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/streams/flow_control.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/streams/prioritize.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/streams/recv.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/streams/send.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/streams/state.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/streams/store.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/streams/stream.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/proto/streams/streams.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/frame/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/frame/data.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/frame/go_away.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/frame/head.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/frame/headers.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/frame/ping.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/frame/priority.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/frame/reason.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/frame/reset.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/frame/settings.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/frame/stream_id.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/frame/util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/frame/window_update.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/client.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/ext.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/server.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/share.rs: diff --git a/target/debug/deps/h2-5f09454293b602e7.d b/target/debug/deps/h2-5f09454293b602e7.d new file mode 100644 index 0000000..c651a7e --- /dev/null +++ b/target/debug/deps/h2-5f09454293b602e7.d @@ -0,0 +1,52 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/h2-5f09454293b602e7.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/codec/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/codec/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/codec/framed_read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/codec/framed_write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/hpack/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/hpack/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/hpack/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/hpack/header.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/hpack/huffman/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/hpack/huffman/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/hpack/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/connection.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/go_away.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/peer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/ping_pong.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/settings.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/counts.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/flow_control.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/prioritize.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/recv.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/send.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/state.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/store.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/streams.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/data.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/go_away.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/head.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/headers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/ping.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/priority.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/reason.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/reset.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/settings.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/stream_id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/window_update.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/client.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/server.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/share.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libh2-5f09454293b602e7.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/codec/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/codec/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/codec/framed_read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/codec/framed_write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/hpack/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/hpack/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/hpack/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/hpack/header.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/hpack/huffman/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/hpack/huffman/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/hpack/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/connection.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/go_away.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/peer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/ping_pong.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/settings.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/counts.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/flow_control.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/prioritize.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/recv.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/send.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/state.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/store.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/streams.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/data.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/go_away.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/head.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/headers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/ping.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/priority.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/reason.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/reset.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/settings.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/stream_id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/window_update.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/client.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/server.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/share.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/codec/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/codec/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/codec/framed_read.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/codec/framed_write.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/hpack/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/hpack/decoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/hpack/encoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/hpack/header.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/hpack/huffman/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/hpack/huffman/table.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/hpack/table.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/connection.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/go_away.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/peer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/ping_pong.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/settings.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/buffer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/counts.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/flow_control.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/prioritize.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/recv.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/send.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/state.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/store.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/stream.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/streams.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/data.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/go_away.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/head.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/headers.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/ping.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/priority.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/reason.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/reset.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/settings.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/stream_id.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/window_update.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/client.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/ext.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/server.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/share.rs: diff --git a/target/debug/deps/h2-861d19fe6f029db4.d b/target/debug/deps/h2-861d19fe6f029db4.d new file mode 100644 index 0000000..0d337bd --- /dev/null +++ b/target/debug/deps/h2-861d19fe6f029db4.d @@ -0,0 +1,52 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/h2-861d19fe6f029db4.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/codec/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/codec/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/codec/framed_read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/codec/framed_write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/hpack/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/hpack/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/hpack/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/hpack/header.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/hpack/huffman/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/hpack/huffman/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/hpack/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/connection.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/go_away.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/peer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/ping_pong.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/settings.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/counts.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/flow_control.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/prioritize.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/recv.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/send.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/state.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/store.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/streams.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/data.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/go_away.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/head.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/headers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/ping.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/priority.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/reason.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/reset.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/settings.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/stream_id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/window_update.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/client.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/server.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/share.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libh2-861d19fe6f029db4.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/codec/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/codec/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/codec/framed_read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/codec/framed_write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/hpack/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/hpack/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/hpack/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/hpack/header.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/hpack/huffman/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/hpack/huffman/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/hpack/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/connection.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/go_away.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/peer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/ping_pong.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/settings.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/counts.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/flow_control.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/prioritize.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/recv.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/send.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/state.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/store.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/streams.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/data.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/go_away.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/head.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/headers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/ping.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/priority.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/reason.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/reset.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/settings.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/stream_id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/window_update.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/client.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/server.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/share.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/codec/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/codec/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/codec/framed_read.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/codec/framed_write.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/hpack/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/hpack/decoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/hpack/encoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/hpack/header.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/hpack/huffman/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/hpack/huffman/table.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/hpack/table.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/connection.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/go_away.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/peer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/ping_pong.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/settings.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/buffer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/counts.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/flow_control.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/prioritize.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/recv.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/send.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/state.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/store.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/stream.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/proto/streams/streams.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/data.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/go_away.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/head.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/headers.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/ping.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/priority.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/reason.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/reset.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/settings.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/stream_id.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/frame/window_update.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/client.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/ext.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/server.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/share.rs: diff --git a/target/debug/deps/handlebars-f040aa35bff6c604.d b/target/debug/deps/handlebars-f040aa35bff6c604.d new file mode 100644 index 0000000..2ad2412 --- /dev/null +++ b/target/debug/deps/handlebars-f040aa35bff6c604.d @@ -0,0 +1,34 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/handlebars-f040aa35bff6c604.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/block.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/decorators/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/decorators/inline.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/grammar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/helpers/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/helpers/block_util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/helpers/helper_each.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/helpers/helper_extras.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/helpers/helper_if.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/helpers/helper_log.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/helpers/helper_lookup.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/helpers/helper_raw.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/helpers/helper_with.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/json/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/json/path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/json/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/local_vars.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/output.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/partial.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/registry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/render.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/sources.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/support.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/template.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/grammar.pest + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libhandlebars-f040aa35bff6c604.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/block.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/decorators/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/decorators/inline.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/grammar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/helpers/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/helpers/block_util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/helpers/helper_each.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/helpers/helper_extras.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/helpers/helper_if.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/helpers/helper_log.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/helpers/helper_lookup.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/helpers/helper_raw.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/helpers/helper_with.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/json/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/json/path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/json/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/local_vars.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/output.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/partial.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/registry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/render.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/sources.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/support.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/template.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/grammar.pest + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/block.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/context.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/decorators/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/decorators/inline.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/grammar.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/helpers/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/helpers/block_util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/helpers/helper_each.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/helpers/helper_extras.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/helpers/helper_if.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/helpers/helper_log.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/helpers/helper_lookup.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/helpers/helper_raw.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/helpers/helper_with.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/json/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/json/path.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/json/value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/local_vars.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/output.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/partial.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/registry.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/render.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/sources.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/support.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/template.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/handlebars-6.4.0/src/grammar.pest: diff --git a/target/debug/deps/hashbrown-2963b13456b32d69.d b/target/debug/deps/hashbrown-2963b13456b32d69.d new file mode 100644 index 0000000..51e079e --- /dev/null +++ b/target/debug/deps/hashbrown-2963b13456b32d69.d @@ -0,0 +1,14 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/hashbrown-2963b13456b32d69.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/raw/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/raw/alloc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/raw/bitmask.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/external_trait_impls/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/scopeguard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/raw/sse2.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libhashbrown-2963b13456b32d69.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/raw/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/raw/alloc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/raw/bitmask.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/external_trait_impls/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/scopeguard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/raw/sse2.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/raw/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/raw/alloc.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/raw/bitmask.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/external_trait_impls/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/scopeguard.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/set.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/raw/sse2.rs: diff --git a/target/debug/deps/hashbrown-3d3c587f4038bc13.d b/target/debug/deps/hashbrown-3d3c587f4038bc13.d new file mode 100644 index 0000000..a79e5f5 --- /dev/null +++ b/target/debug/deps/hashbrown-3d3c587f4038bc13.d @@ -0,0 +1,20 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/hashbrown-3d3c587f4038bc13.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/control/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/control/bitmask.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/control/group/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/control/tag.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/hasher.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/raw/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/raw/alloc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/external_trait_impls/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/scopeguard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/control/group/sse2.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libhashbrown-3d3c587f4038bc13.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/control/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/control/bitmask.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/control/group/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/control/tag.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/hasher.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/raw/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/raw/alloc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/external_trait_impls/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/scopeguard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/control/group/sse2.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/control/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/control/bitmask.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/control/group/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/control/tag.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/hasher.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/raw/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/raw/alloc.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/external_trait_impls/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/scopeguard.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/set.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/table.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/control/group/sse2.rs: diff --git a/target/debug/deps/hashbrown-45b11af46fae429c.d b/target/debug/deps/hashbrown-45b11af46fae429c.d new file mode 100644 index 0000000..58749c1 --- /dev/null +++ b/target/debug/deps/hashbrown-45b11af46fae429c.d @@ -0,0 +1,22 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/hashbrown-45b11af46fae429c.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/control/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/control/bitmask.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/control/group/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/control/tag.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/raw/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/raw/alloc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/external_trait_impls/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/raw_entry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/scopeguard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/control/group/sse2.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libhashbrown-45b11af46fae429c.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/control/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/control/bitmask.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/control/group/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/control/tag.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/raw/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/raw/alloc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/external_trait_impls/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/raw_entry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/scopeguard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/control/group/sse2.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libhashbrown-45b11af46fae429c.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/control/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/control/bitmask.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/control/group/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/control/tag.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/raw/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/raw/alloc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/external_trait_impls/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/raw_entry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/scopeguard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/control/group/sse2.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/control/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/control/bitmask.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/control/group/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/control/tag.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/raw/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/raw/alloc.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/external_trait_impls/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/raw_entry.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/scopeguard.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/set.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/table.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/control/group/sse2.rs: diff --git a/target/debug/deps/hashbrown-694c661af476c825.d b/target/debug/deps/hashbrown-694c661af476c825.d new file mode 100644 index 0000000..8eef671 --- /dev/null +++ b/target/debug/deps/hashbrown-694c661af476c825.d @@ -0,0 +1,20 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/hashbrown-694c661af476c825.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/control/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/control/bitmask.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/control/group/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/control/tag.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/raw/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/raw/alloc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/external_trait_impls/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/raw_entry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/scopeguard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/control/group/sse2.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libhashbrown-694c661af476c825.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/control/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/control/bitmask.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/control/group/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/control/tag.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/raw/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/raw/alloc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/external_trait_impls/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/raw_entry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/scopeguard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/control/group/sse2.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/control/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/control/bitmask.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/control/group/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/control/tag.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/raw/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/raw/alloc.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/external_trait_impls/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/raw_entry.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/scopeguard.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/set.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/table.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/control/group/sse2.rs: diff --git a/target/debug/deps/hashbrown-8bab7fbecc6b7704.d b/target/debug/deps/hashbrown-8bab7fbecc6b7704.d new file mode 100644 index 0000000..820d61d --- /dev/null +++ b/target/debug/deps/hashbrown-8bab7fbecc6b7704.d @@ -0,0 +1,15 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/hashbrown-8bab7fbecc6b7704.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/raw/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/raw/alloc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/raw/bitmask.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/external_trait_impls/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/scopeguard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/raw/sse2.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libhashbrown-8bab7fbecc6b7704.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/raw/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/raw/alloc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/raw/bitmask.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/external_trait_impls/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/scopeguard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/raw/sse2.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/raw/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/raw/alloc.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/raw/bitmask.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/external_trait_impls/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/scopeguard.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/set.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/table.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/raw/sse2.rs: diff --git a/target/debug/deps/hashbrown-9b43397e47fe83ef.d b/target/debug/deps/hashbrown-9b43397e47fe83ef.d new file mode 100644 index 0000000..35ecf72 --- /dev/null +++ b/target/debug/deps/hashbrown-9b43397e47fe83ef.d @@ -0,0 +1,15 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/hashbrown-9b43397e47fe83ef.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/raw/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/raw/alloc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/raw/bitmask.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/external_trait_impls/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/scopeguard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/raw/sse2.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libhashbrown-9b43397e47fe83ef.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/raw/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/raw/alloc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/raw/bitmask.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/external_trait_impls/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/scopeguard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/raw/sse2.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/raw/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/raw/alloc.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/raw/bitmask.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/external_trait_impls/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/scopeguard.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/set.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/table.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/raw/sse2.rs: diff --git a/target/debug/deps/hashbrown-e17620430a458ee7.d b/target/debug/deps/hashbrown-e17620430a458ee7.d new file mode 100644 index 0000000..6aa8ca3 --- /dev/null +++ b/target/debug/deps/hashbrown-e17620430a458ee7.d @@ -0,0 +1,22 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/hashbrown-e17620430a458ee7.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/control/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/control/bitmask.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/control/group/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/control/tag.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/hasher.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/raw/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/raw/alloc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/external_trait_impls/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/scopeguard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/control/group/sse2.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libhashbrown-e17620430a458ee7.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/control/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/control/bitmask.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/control/group/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/control/tag.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/hasher.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/raw/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/raw/alloc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/external_trait_impls/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/scopeguard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/control/group/sse2.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libhashbrown-e17620430a458ee7.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/control/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/control/bitmask.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/control/group/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/control/tag.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/hasher.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/raw/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/raw/alloc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/external_trait_impls/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/scopeguard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/control/group/sse2.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/control/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/control/bitmask.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/control/group/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/control/tag.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/hasher.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/raw/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/raw/alloc.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/external_trait_impls/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/scopeguard.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/set.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/table.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/control/group/sse2.rs: diff --git a/target/debug/deps/hashlink-2ddcef7d107ecdab.d b/target/debug/deps/hashlink-2ddcef7d107ecdab.d new file mode 100644 index 0000000..7327730 --- /dev/null +++ b/target/debug/deps/hashlink-2ddcef7d107ecdab.d @@ -0,0 +1,10 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/hashlink-2ddcef7d107ecdab.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashlink-0.10.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashlink-0.10.0/src/linked_hash_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashlink-0.10.0/src/linked_hash_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashlink-0.10.0/src/lru_cache.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libhashlink-2ddcef7d107ecdab.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashlink-0.10.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashlink-0.10.0/src/linked_hash_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashlink-0.10.0/src/linked_hash_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashlink-0.10.0/src/lru_cache.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libhashlink-2ddcef7d107ecdab.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashlink-0.10.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashlink-0.10.0/src/linked_hash_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashlink-0.10.0/src/linked_hash_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashlink-0.10.0/src/lru_cache.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashlink-0.10.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashlink-0.10.0/src/linked_hash_map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashlink-0.10.0/src/linked_hash_set.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashlink-0.10.0/src/lru_cache.rs: diff --git a/target/debug/deps/hashlink-3949770edbb9b418.d b/target/debug/deps/hashlink-3949770edbb9b418.d new file mode 100644 index 0000000..840107a --- /dev/null +++ b/target/debug/deps/hashlink-3949770edbb9b418.d @@ -0,0 +1,8 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/hashlink-3949770edbb9b418.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashlink-0.10.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashlink-0.10.0/src/linked_hash_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashlink-0.10.0/src/linked_hash_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashlink-0.10.0/src/lru_cache.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libhashlink-3949770edbb9b418.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashlink-0.10.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashlink-0.10.0/src/linked_hash_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashlink-0.10.0/src/linked_hash_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashlink-0.10.0/src/lru_cache.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashlink-0.10.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashlink-0.10.0/src/linked_hash_map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashlink-0.10.0/src/linked_hash_set.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashlink-0.10.0/src/lru_cache.rs: diff --git a/target/debug/deps/hdrhistogram-8080d075853c6a29.d b/target/debug/deps/hdrhistogram-8080d075853c6a29.d new file mode 100644 index 0000000..fd3ba5e --- /dev/null +++ b/target/debug/deps/hdrhistogram-8080d075853c6a29.d @@ -0,0 +1,14 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/hdrhistogram-8080d075853c6a29.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/iterators/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/iterators/quantile.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/iterators/linear.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/iterators/log.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/iterators/recorded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/iterators/all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/core/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/core/counter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/errors/mod.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libhdrhistogram-8080d075853c6a29.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/iterators/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/iterators/quantile.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/iterators/linear.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/iterators/log.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/iterators/recorded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/iterators/all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/core/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/core/counter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/errors/mod.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/iterators/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/iterators/quantile.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/iterators/linear.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/iterators/log.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/iterators/recorded.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/iterators/all.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/core/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/core/counter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/errors/mod.rs: diff --git a/target/debug/deps/hdrhistogram-cba20e37810d6d69.d b/target/debug/deps/hdrhistogram-cba20e37810d6d69.d new file mode 100644 index 0000000..2b95462 --- /dev/null +++ b/target/debug/deps/hdrhistogram-cba20e37810d6d69.d @@ -0,0 +1,14 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/hdrhistogram-cba20e37810d6d69.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/iterators/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/iterators/quantile.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/iterators/linear.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/iterators/log.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/iterators/recorded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/iterators/all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/core/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/core/counter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/errors/mod.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libhdrhistogram-cba20e37810d6d69.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/iterators/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/iterators/quantile.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/iterators/linear.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/iterators/log.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/iterators/recorded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/iterators/all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/core/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/core/counter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/errors/mod.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/iterators/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/iterators/quantile.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/iterators/linear.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/iterators/log.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/iterators/recorded.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/iterators/all.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/core/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/core/counter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hdrhistogram-7.5.4/src/errors/mod.rs: diff --git a/target/debug/deps/heck-97d689db605b5137.d b/target/debug/deps/heck-97d689db605b5137.d new file mode 100644 index 0000000..d7f0d62 --- /dev/null +++ b/target/debug/deps/heck-97d689db605b5137.d @@ -0,0 +1,15 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/heck-97d689db605b5137.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/kebab.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lower_camel.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/shouty_kebab.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/shouty_snake.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/snake.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/title.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/train.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/upper_camel.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libheck-97d689db605b5137.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/kebab.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lower_camel.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/shouty_kebab.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/shouty_snake.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/snake.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/title.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/train.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/upper_camel.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libheck-97d689db605b5137.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/kebab.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lower_camel.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/shouty_kebab.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/shouty_snake.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/snake.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/title.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/train.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/upper_camel.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/kebab.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lower_camel.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/shouty_kebab.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/shouty_snake.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/snake.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/title.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/train.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/upper_camel.rs: diff --git a/target/debug/deps/hex-303c7699f51fde55.d b/target/debug/deps/hex-303c7699f51fde55.d new file mode 100644 index 0000000..94dfcc6 --- /dev/null +++ b/target/debug/deps/hex-303c7699f51fde55.d @@ -0,0 +1,8 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/hex-303c7699f51fde55.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-0.4.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-0.4.3/src/error.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libhex-303c7699f51fde55.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-0.4.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-0.4.3/src/error.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libhex-303c7699f51fde55.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-0.4.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-0.4.3/src/error.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-0.4.3/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-0.4.3/src/error.rs: diff --git a/target/debug/deps/http-36a4f9990f149b77.d b/target/debug/deps/http-36a4f9990f149b77.d new file mode 100644 index 0000000..60ef07c --- /dev/null +++ b/target/debug/deps/http-36a4f9990f149b77.d @@ -0,0 +1,24 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/http-36a4f9990f149b77.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/convert.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/header/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/header/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/header/name.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/header/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/method.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/status.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/uri/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/uri/authority.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/uri/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/uri/path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/uri/port.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/uri/scheme.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/version.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/byte_str.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/extensions.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libhttp-36a4f9990f149b77.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/convert.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/header/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/header/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/header/name.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/header/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/method.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/status.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/uri/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/uri/authority.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/uri/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/uri/path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/uri/port.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/uri/scheme.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/version.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/byte_str.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/extensions.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/convert.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/header/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/header/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/header/name.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/header/value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/method.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/request.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/response.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/status.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/uri/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/uri/authority.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/uri/builder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/uri/path.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/uri/port.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/uri/scheme.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/version.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/byte_str.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/extensions.rs: diff --git a/target/debug/deps/http-bbeb11fed6242f11.d b/target/debug/deps/http-bbeb11fed6242f11.d new file mode 100644 index 0000000..fb8b0e7 --- /dev/null +++ b/target/debug/deps/http-bbeb11fed6242f11.d @@ -0,0 +1,24 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/http-bbeb11fed6242f11.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/convert.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/header/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/header/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/header/name.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/header/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/method.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/status.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/authority.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/port.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/scheme.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/version.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/byte_str.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/extensions.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libhttp-bbeb11fed6242f11.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/convert.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/header/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/header/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/header/name.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/header/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/method.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/status.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/authority.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/port.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/scheme.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/version.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/byte_str.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/extensions.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/convert.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/header/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/header/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/header/name.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/header/value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/method.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/request.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/response.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/status.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/authority.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/builder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/path.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/port.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/scheme.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/version.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/byte_str.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/extensions.rs: diff --git a/target/debug/deps/http-cf0c38fe809a69ae.d b/target/debug/deps/http-cf0c38fe809a69ae.d new file mode 100644 index 0000000..d9de2b8 --- /dev/null +++ b/target/debug/deps/http-cf0c38fe809a69ae.d @@ -0,0 +1,24 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/http-cf0c38fe809a69ae.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/convert.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/header/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/header/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/header/name.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/header/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/method.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/status.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/authority.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/port.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/scheme.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/version.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/byte_str.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/extensions.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libhttp-cf0c38fe809a69ae.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/convert.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/header/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/header/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/header/name.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/header/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/method.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/status.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/authority.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/port.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/scheme.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/version.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/byte_str.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/extensions.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/convert.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/header/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/header/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/header/name.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/header/value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/method.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/request.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/response.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/status.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/authority.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/builder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/path.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/port.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/scheme.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/version.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/byte_str.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/extensions.rs: diff --git a/target/debug/deps/http_body-434a71b54c25559a.d b/target/debug/deps/http_body-434a71b54c25559a.d new file mode 100644 index 0000000..cedc49b --- /dev/null +++ b/target/debug/deps/http_body-434a71b54c25559a.d @@ -0,0 +1,15 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/http_body-434a71b54c25559a.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-0.4.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-0.4.6/src/collect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-0.4.6/src/empty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-0.4.6/src/full.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-0.4.6/src/limited.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-0.4.6/src/next.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-0.4.6/src/size_hint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-0.4.6/src/combinators/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-0.4.6/src/combinators/box_body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-0.4.6/src/combinators/map_data.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-0.4.6/src/combinators/map_err.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libhttp_body-434a71b54c25559a.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-0.4.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-0.4.6/src/collect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-0.4.6/src/empty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-0.4.6/src/full.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-0.4.6/src/limited.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-0.4.6/src/next.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-0.4.6/src/size_hint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-0.4.6/src/combinators/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-0.4.6/src/combinators/box_body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-0.4.6/src/combinators/map_data.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-0.4.6/src/combinators/map_err.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-0.4.6/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-0.4.6/src/collect.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-0.4.6/src/empty.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-0.4.6/src/full.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-0.4.6/src/limited.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-0.4.6/src/next.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-0.4.6/src/size_hint.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-0.4.6/src/combinators/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-0.4.6/src/combinators/box_body.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-0.4.6/src/combinators/map_data.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-0.4.6/src/combinators/map_err.rs: diff --git a/target/debug/deps/http_body-45465d4b5eae2bf6.d b/target/debug/deps/http_body-45465d4b5eae2bf6.d new file mode 100644 index 0000000..4eaf110 --- /dev/null +++ b/target/debug/deps/http_body-45465d4b5eae2bf6.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/http_body-45465d4b5eae2bf6.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/frame.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/size_hint.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libhttp_body-45465d4b5eae2bf6.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/frame.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/size_hint.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/frame.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/size_hint.rs: diff --git a/target/debug/deps/http_body-6c0e8862d8e9827b.d b/target/debug/deps/http_body-6c0e8862d8e9827b.d new file mode 100644 index 0000000..53caf35 --- /dev/null +++ b/target/debug/deps/http_body-6c0e8862d8e9827b.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/http_body-6c0e8862d8e9827b.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/frame.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/size_hint.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libhttp_body-6c0e8862d8e9827b.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/frame.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/size_hint.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/frame.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/size_hint.rs: diff --git a/target/debug/deps/http_body_util-552cf8a73b277701.d b/target/debug/deps/http_body_util-552cf8a73b277701.d new file mode 100644 index 0000000..c71cccc --- /dev/null +++ b/target/debug/deps/http_body_util-552cf8a73b277701.d @@ -0,0 +1,19 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/http_body_util-552cf8a73b277701.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/collected.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/combinators/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/combinators/box_body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/combinators/collect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/combinators/frame.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/combinators/map_err.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/combinators/map_frame.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/combinators/with_trailers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/either.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/empty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/full.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/limited.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/util.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libhttp_body_util-552cf8a73b277701.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/collected.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/combinators/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/combinators/box_body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/combinators/collect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/combinators/frame.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/combinators/map_err.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/combinators/map_frame.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/combinators/with_trailers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/either.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/empty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/full.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/limited.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/util.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/collected.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/combinators/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/combinators/box_body.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/combinators/collect.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/combinators/frame.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/combinators/map_err.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/combinators/map_frame.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/combinators/with_trailers.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/either.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/empty.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/full.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/limited.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/stream.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/util.rs: diff --git a/target/debug/deps/http_body_util-adf60f80e6af0f27.d b/target/debug/deps/http_body_util-adf60f80e6af0f27.d new file mode 100644 index 0000000..f6cc9d5 --- /dev/null +++ b/target/debug/deps/http_body_util-adf60f80e6af0f27.d @@ -0,0 +1,19 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/http_body_util-adf60f80e6af0f27.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/collected.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/combinators/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/combinators/box_body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/combinators/collect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/combinators/frame.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/combinators/map_err.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/combinators/map_frame.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/combinators/with_trailers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/either.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/empty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/full.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/limited.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/util.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libhttp_body_util-adf60f80e6af0f27.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/collected.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/combinators/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/combinators/box_body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/combinators/collect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/combinators/frame.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/combinators/map_err.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/combinators/map_frame.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/combinators/with_trailers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/either.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/empty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/full.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/limited.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/util.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/collected.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/combinators/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/combinators/box_body.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/combinators/collect.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/combinators/frame.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/combinators/map_err.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/combinators/map_frame.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/combinators/with_trailers.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/either.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/empty.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/full.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/limited.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/stream.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/util.rs: diff --git a/target/debug/deps/http_range_header-573b4e62b10d8ee2.d b/target/debug/deps/http_range_header-573b4e62b10d8ee2.d new file mode 100644 index 0000000..f46c1dd --- /dev/null +++ b/target/debug/deps/http_range_header-573b4e62b10d8ee2.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/http_range_header-573b4e62b10d8ee2.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-range-header-0.4.2/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libhttp_range_header-573b4e62b10d8ee2.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-range-header-0.4.2/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-range-header-0.4.2/src/lib.rs: diff --git a/target/debug/deps/httparse-5f7771310d1a254c.d b/target/debug/deps/httparse-5f7771310d1a254c.d new file mode 100644 index 0000000..6ad3252 --- /dev/null +++ b/target/debug/deps/httparse-5f7771310d1a254c.d @@ -0,0 +1,12 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/httparse-5f7771310d1a254c.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/src/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/src/simd/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/src/simd/swar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/src/simd/sse42.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/src/simd/avx2.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/src/simd/runtime.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libhttparse-5f7771310d1a254c.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/src/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/src/simd/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/src/simd/swar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/src/simd/sse42.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/src/simd/avx2.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/src/simd/runtime.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/src/iter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/src/simd/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/src/simd/swar.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/src/simd/sse42.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/src/simd/avx2.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/src/simd/runtime.rs: diff --git a/target/debug/deps/httpdate-b44607faa77cae59.d b/target/debug/deps/httpdate-b44607faa77cae59.d new file mode 100644 index 0000000..145765b --- /dev/null +++ b/target/debug/deps/httpdate-b44607faa77cae59.d @@ -0,0 +1,6 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/httpdate-b44607faa77cae59.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpdate-1.0.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpdate-1.0.3/src/date.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libhttpdate-b44607faa77cae59.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpdate-1.0.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpdate-1.0.3/src/date.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpdate-1.0.3/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpdate-1.0.3/src/date.rs: diff --git a/target/debug/deps/humansize-7d5d2dd75a2b1878.d b/target/debug/deps/humansize-7d5d2dd75a2b1878.d new file mode 100644 index 0000000..8399c49 --- /dev/null +++ b/target/debug/deps/humansize-7d5d2dd75a2b1878.d @@ -0,0 +1,12 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/humansize-7d5d2dd75a2b1878.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humansize-2.1.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humansize-2.1.3/src/options/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humansize-2.1.3/src/options/defaults.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humansize-2.1.3/src/numeric_traits.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humansize-2.1.3/src/scales.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humansize-2.1.3/src/utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humansize-2.1.3/src/allocating.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humansize-2.1.3/src/formatters.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libhumansize-7d5d2dd75a2b1878.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humansize-2.1.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humansize-2.1.3/src/options/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humansize-2.1.3/src/options/defaults.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humansize-2.1.3/src/numeric_traits.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humansize-2.1.3/src/scales.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humansize-2.1.3/src/utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humansize-2.1.3/src/allocating.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humansize-2.1.3/src/formatters.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humansize-2.1.3/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humansize-2.1.3/src/options/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humansize-2.1.3/src/options/defaults.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humansize-2.1.3/src/numeric_traits.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humansize-2.1.3/src/scales.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humansize-2.1.3/src/utils.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humansize-2.1.3/src/allocating.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humansize-2.1.3/src/formatters.rs: diff --git a/target/debug/deps/hyper-4969d707f5fd3563.d b/target/debug/deps/hyper-4969d707f5fd3563.d new file mode 100644 index 0000000..a0b8e51 --- /dev/null +++ b/target/debug/deps/hyper-4969d707f5fd3563.d @@ -0,0 +1,60 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/hyper-4969d707f5fd3563.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/cfg.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/common/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/common/buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/common/date.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/common/drain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/common/exec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/common/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/common/io/rewind.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/common/lazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/common/sync_wrapper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/common/task.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/common/watch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/body/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/body/aggregate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/body/body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/body/length.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/body/to_bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/ext/h1_reason_phrase.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/rt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/service/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/service/http.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/service/make.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/service/oneshot.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/service/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/upgrade.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/headers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/proto/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/proto/h2/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/proto/h2/ping.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/proto/h1/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/proto/h1/conn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/proto/h1/decode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/proto/h1/dispatch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/proto/h1/encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/proto/h1/io.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/proto/h1/role.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/proto/h2/client.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/proto/h2/server.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/client/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/client/connect/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/client/connect/dns.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/client/connect/http.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/client/client.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/client/conn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/client/dispatch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/client/pool.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/client/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/server/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/server/accept.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/server/conn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/server/tcp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/server/server.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/server/shutdown.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libhyper-4969d707f5fd3563.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/cfg.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/common/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/common/buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/common/date.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/common/drain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/common/exec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/common/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/common/io/rewind.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/common/lazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/common/sync_wrapper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/common/task.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/common/watch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/body/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/body/aggregate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/body/body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/body/length.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/body/to_bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/ext/h1_reason_phrase.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/rt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/service/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/service/http.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/service/make.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/service/oneshot.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/service/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/upgrade.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/headers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/proto/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/proto/h2/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/proto/h2/ping.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/proto/h1/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/proto/h1/conn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/proto/h1/decode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/proto/h1/dispatch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/proto/h1/encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/proto/h1/io.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/proto/h1/role.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/proto/h2/client.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/proto/h2/server.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/client/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/client/connect/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/client/connect/dns.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/client/connect/http.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/client/client.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/client/conn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/client/dispatch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/client/pool.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/client/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/server/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/server/accept.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/server/conn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/server/tcp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/server/server.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/server/shutdown.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/cfg.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/common/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/common/buf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/common/date.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/common/drain.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/common/exec.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/common/io/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/common/io/rewind.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/common/lazy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/common/sync_wrapper.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/common/task.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/common/watch.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/body/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/body/aggregate.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/body/body.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/body/length.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/body/to_bytes.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/ext.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/ext/h1_reason_phrase.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/rt.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/service/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/service/http.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/service/make.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/service/oneshot.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/service/util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/upgrade.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/headers.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/proto/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/proto/h2/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/proto/h2/ping.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/proto/h1/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/proto/h1/conn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/proto/h1/decode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/proto/h1/dispatch.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/proto/h1/encode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/proto/h1/io.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/proto/h1/role.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/proto/h2/client.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/proto/h2/server.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/client/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/client/connect/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/client/connect/dns.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/client/connect/http.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/client/client.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/client/conn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/client/dispatch.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/client/pool.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/client/service.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/server/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/server/accept.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/server/conn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/server/tcp.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/server/server.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-0.14.32/src/server/shutdown.rs: diff --git a/target/debug/deps/hyper-9ce6853732964bad.d b/target/debug/deps/hyper-9ce6853732964bad.d new file mode 100644 index 0000000..f6d4ea2 --- /dev/null +++ b/target/debug/deps/hyper-9ce6853732964bad.d @@ -0,0 +1,57 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/hyper-9ce6853732964bad.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/cfg.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/trace.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/body/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/body/incoming.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/body/length.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/date.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/either.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/io/compat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/io/rewind.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/task.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/time.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/watch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/ext/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/ext/h1_reason_phrase.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/ext/informational.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/rt/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/rt/bounds.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/rt/io.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/rt/timer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/service/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/service/http.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/service/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/service/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/upgrade.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/headers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h2/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h2/ping.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h2/upgrade.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h1/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h1/conn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h1/decode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h1/dispatch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h1/encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h1/io.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h1/role.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h2/client.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h2/server.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/client/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/client/conn/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/client/conn/http1.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/client/conn/http2.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/client/dispatch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/server/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/server/conn/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/server/conn/http1.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/server/conn/http2.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libhyper-9ce6853732964bad.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/cfg.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/trace.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/body/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/body/incoming.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/body/length.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/date.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/either.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/io/compat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/io/rewind.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/task.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/time.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/watch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/ext/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/ext/h1_reason_phrase.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/ext/informational.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/rt/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/rt/bounds.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/rt/io.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/rt/timer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/service/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/service/http.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/service/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/service/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/upgrade.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/headers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h2/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h2/ping.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h2/upgrade.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h1/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h1/conn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h1/decode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h1/dispatch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h1/encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h1/io.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h1/role.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h2/client.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h2/server.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/client/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/client/conn/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/client/conn/http1.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/client/conn/http2.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/client/dispatch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/server/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/server/conn/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/server/conn/http1.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/server/conn/http2.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/cfg.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/trace.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/body/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/body/incoming.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/body/length.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/buf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/date.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/either.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/io/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/io/compat.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/io/rewind.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/task.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/time.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/watch.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/ext/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/ext/h1_reason_phrase.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/ext/informational.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/rt/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/rt/bounds.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/rt/io.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/rt/timer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/service/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/service/http.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/service/service.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/service/util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/upgrade.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/headers.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h2/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h2/ping.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h2/upgrade.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h1/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h1/conn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h1/decode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h1/dispatch.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h1/encode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h1/io.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h1/role.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h2/client.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h2/server.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/client/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/client/conn/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/client/conn/http1.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/client/conn/http2.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/client/dispatch.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/server/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/server/conn/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/server/conn/http1.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/server/conn/http2.rs: diff --git a/target/debug/deps/hyper-edfd8dc8ddbba0a9.d b/target/debug/deps/hyper-edfd8dc8ddbba0a9.d new file mode 100644 index 0000000..443950c --- /dev/null +++ b/target/debug/deps/hyper-edfd8dc8ddbba0a9.d @@ -0,0 +1,57 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/hyper-edfd8dc8ddbba0a9.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/cfg.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/trace.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/body/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/body/incoming.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/body/length.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/date.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/either.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/io/compat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/io/rewind.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/task.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/time.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/watch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/ext/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/ext/h1_reason_phrase.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/ext/informational.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/rt/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/rt/bounds.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/rt/io.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/rt/timer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/service/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/service/http.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/service/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/service/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/upgrade.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/headers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h2/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h2/ping.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h2/upgrade.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h1/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h1/conn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h1/decode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h1/dispatch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h1/encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h1/io.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h1/role.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h2/client.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h2/server.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/client/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/client/conn/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/client/conn/http1.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/client/conn/http2.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/client/dispatch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/server/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/server/conn/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/server/conn/http1.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/server/conn/http2.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libhyper-edfd8dc8ddbba0a9.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/cfg.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/trace.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/body/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/body/incoming.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/body/length.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/date.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/either.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/io/compat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/io/rewind.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/task.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/time.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/watch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/ext/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/ext/h1_reason_phrase.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/ext/informational.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/rt/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/rt/bounds.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/rt/io.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/rt/timer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/service/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/service/http.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/service/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/service/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/upgrade.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/headers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h2/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h2/ping.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h2/upgrade.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h1/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h1/conn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h1/decode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h1/dispatch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h1/encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h1/io.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h1/role.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h2/client.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h2/server.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/client/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/client/conn/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/client/conn/http1.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/client/conn/http2.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/client/dispatch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/server/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/server/conn/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/server/conn/http1.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/server/conn/http2.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/cfg.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/trace.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/body/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/body/incoming.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/body/length.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/buf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/date.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/either.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/io/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/io/compat.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/io/rewind.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/task.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/time.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/common/watch.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/ext/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/ext/h1_reason_phrase.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/ext/informational.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/rt/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/rt/bounds.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/rt/io.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/rt/timer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/service/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/service/http.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/service/service.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/service/util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/upgrade.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/headers.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h2/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h2/ping.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h2/upgrade.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h1/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h1/conn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h1/decode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h1/dispatch.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h1/encode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h1/io.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h1/role.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h2/client.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/proto/h2/server.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/client/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/client/conn/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/client/conn/http1.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/client/conn/http2.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/client/dispatch.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/server/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/server/conn/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/server/conn/http1.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/server/conn/http2.rs: diff --git a/target/debug/deps/hyper_timeout-6e6a2518d54a5e04.d b/target/debug/deps/hyper_timeout-6e6a2518d54a5e04.d new file mode 100644 index 0000000..7a51a19 --- /dev/null +++ b/target/debug/deps/hyper_timeout-6e6a2518d54a5e04.d @@ -0,0 +1,6 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/hyper_timeout-6e6a2518d54a5e04.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-timeout-0.4.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-timeout-0.4.1/src/stream.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libhyper_timeout-6e6a2518d54a5e04.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-timeout-0.4.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-timeout-0.4.1/src/stream.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-timeout-0.4.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-timeout-0.4.1/src/stream.rs: diff --git a/target/debug/deps/hyper_tls-1d3ab210a55a6f33.d b/target/debug/deps/hyper_tls-1d3ab210a55a6f33.d new file mode 100644 index 0000000..c599025 --- /dev/null +++ b/target/debug/deps/hyper_tls-1d3ab210a55a6f33.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/hyper_tls-1d3ab210a55a6f33.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/client.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/stream.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libhyper_tls-1d3ab210a55a6f33.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/client.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/stream.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/client.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/stream.rs: diff --git a/target/debug/deps/hyper_tls-e47382a8f8969425.d b/target/debug/deps/hyper_tls-e47382a8f8969425.d new file mode 100644 index 0000000..7b093f6 --- /dev/null +++ b/target/debug/deps/hyper_tls-e47382a8f8969425.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/hyper_tls-e47382a8f8969425.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/client.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/stream.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libhyper_tls-e47382a8f8969425.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/client.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/stream.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/client.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/stream.rs: diff --git a/target/debug/deps/hyper_util-719e9fa3a69d6c7c.d b/target/debug/deps/hyper_util-719e9fa3a69d6c7c.d new file mode 100644 index 0000000..ee7806a --- /dev/null +++ b/target/debug/deps/hyper_util-719e9fa3a69d6c7c.d @@ -0,0 +1,50 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/hyper_util-719e9fa3a69d6c7c.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/client.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/dns.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/http.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/socks/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/socks/v5/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/socks/v5/errors.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/socks/v5/messages.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/socks/v4/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/socks/v4/errors.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/socks/v4/messages.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/tunnel.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/capture.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/pool.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/pool/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/pool/cache.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/pool/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/pool/negotiate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/pool/singleton.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/proxy/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/proxy/matcher.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/common/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/common/exec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/common/lazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/common/rewind.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/common/sync.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/common/timer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/common/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/rt/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/rt/io.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/rt/tokio.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/rt/tokio/with_hyper_io.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/rt/tokio/with_tokio_io.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/server/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/server/conn/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/server/conn/auto/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/server/conn/auto/upgrade.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/server/graceful.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/service/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/service/glue.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/service/oneshot.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/error.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libhyper_util-719e9fa3a69d6c7c.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/client.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/dns.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/http.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/socks/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/socks/v5/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/socks/v5/errors.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/socks/v5/messages.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/socks/v4/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/socks/v4/errors.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/socks/v4/messages.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/tunnel.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/capture.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/pool.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/pool/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/pool/cache.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/pool/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/pool/negotiate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/pool/singleton.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/proxy/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/proxy/matcher.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/common/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/common/exec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/common/lazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/common/rewind.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/common/sync.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/common/timer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/common/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/rt/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/rt/io.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/rt/tokio.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/rt/tokio/with_hyper_io.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/rt/tokio/with_tokio_io.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/server/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/server/conn/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/server/conn/auto/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/server/conn/auto/upgrade.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/server/graceful.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/service/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/service/glue.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/service/oneshot.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/error.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/client.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/dns.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/http.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/socks/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/socks/v5/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/socks/v5/errors.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/socks/v5/messages.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/socks/v4/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/socks/v4/errors.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/socks/v4/messages.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/tunnel.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/capture.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/pool.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/pool/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/pool/cache.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/pool/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/pool/negotiate.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/pool/singleton.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/proxy/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/proxy/matcher.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/common/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/common/exec.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/common/lazy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/common/rewind.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/common/sync.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/common/timer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/common/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/rt/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/rt/io.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/rt/tokio.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/rt/tokio/with_hyper_io.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/rt/tokio/with_tokio_io.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/server/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/server/conn/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/server/conn/auto/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/server/conn/auto/upgrade.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/server/graceful.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/service/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/service/glue.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/service/oneshot.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/error.rs: diff --git a/target/debug/deps/hyper_util-a9f31578302e6934.d b/target/debug/deps/hyper_util-a9f31578302e6934.d new file mode 100644 index 0000000..797fff5 --- /dev/null +++ b/target/debug/deps/hyper_util-a9f31578302e6934.d @@ -0,0 +1,50 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/hyper_util-a9f31578302e6934.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/client.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/dns.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/http.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/socks/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/socks/v5/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/socks/v5/errors.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/socks/v5/messages.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/socks/v4/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/socks/v4/errors.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/socks/v4/messages.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/tunnel.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/capture.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/pool.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/pool/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/pool/cache.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/pool/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/pool/negotiate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/pool/singleton.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/proxy/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/proxy/matcher.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/common/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/common/exec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/common/lazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/common/rewind.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/common/sync.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/common/timer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/common/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/rt/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/rt/io.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/rt/tokio.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/rt/tokio/with_hyper_io.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/rt/tokio/with_tokio_io.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/server/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/server/conn/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/server/conn/auto/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/server/conn/auto/upgrade.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/server/graceful.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/service/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/service/glue.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/service/oneshot.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/error.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libhyper_util-a9f31578302e6934.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/client.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/dns.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/http.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/socks/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/socks/v5/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/socks/v5/errors.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/socks/v5/messages.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/socks/v4/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/socks/v4/errors.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/socks/v4/messages.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/tunnel.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/capture.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/pool.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/pool/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/pool/cache.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/pool/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/pool/negotiate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/pool/singleton.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/proxy/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/proxy/matcher.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/common/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/common/exec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/common/lazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/common/rewind.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/common/sync.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/common/timer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/common/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/rt/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/rt/io.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/rt/tokio.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/rt/tokio/with_hyper_io.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/rt/tokio/with_tokio_io.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/server/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/server/conn/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/server/conn/auto/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/server/conn/auto/upgrade.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/server/graceful.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/service/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/service/glue.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/service/oneshot.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/error.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/client.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/dns.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/http.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/socks/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/socks/v5/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/socks/v5/errors.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/socks/v5/messages.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/socks/v4/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/socks/v4/errors.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/socks/v4/messages.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/proxy/tunnel.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/connect/capture.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/legacy/pool.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/pool/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/pool/cache.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/pool/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/pool/negotiate.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/pool/singleton.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/proxy/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/client/proxy/matcher.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/common/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/common/exec.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/common/lazy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/common/rewind.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/common/sync.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/common/timer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/common/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/rt/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/rt/io.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/rt/tokio.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/rt/tokio/with_hyper_io.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/rt/tokio/with_tokio_io.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/server/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/server/conn/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/server/conn/auto/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/server/conn/auto/upgrade.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/server/graceful.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/service/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/service/glue.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/service/oneshot.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/error.rs: diff --git a/target/debug/deps/iana_time_zone-64e2e7380d4390cc.d b/target/debug/deps/iana_time_zone-64e2e7380d4390cc.d new file mode 100644 index 0000000..6e8ac53 --- /dev/null +++ b/target/debug/deps/iana_time_zone-64e2e7380d4390cc.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/iana_time_zone-64e2e7380d4390cc.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.64/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.64/src/ffi_utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.64/src/tz_linux.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libiana_time_zone-64e2e7380d4390cc.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.64/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.64/src/ffi_utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.64/src/tz_linux.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.64/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.64/src/ffi_utils.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.64/src/tz_linux.rs: diff --git a/target/debug/deps/icu_collections-6ee6900183f3ae87.d b/target/debug/deps/icu_collections-6ee6900183f3ae87.d new file mode 100644 index 0000000..05b89dd --- /dev/null +++ b/target/debug/deps/icu_collections-6ee6900183f3ae87.d @@ -0,0 +1,17 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/icu_collections-6ee6900183f3ae87.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/char16trie/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/char16trie/trie.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointinvlist/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointinvlist/cpinvlist.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointinvlist/utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointinvliststringlist/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointtrie/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointtrie/cptrie.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointtrie/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointtrie/impl_const.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointtrie/planes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/iterator_utils.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libicu_collections-6ee6900183f3ae87.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/char16trie/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/char16trie/trie.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointinvlist/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointinvlist/cpinvlist.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointinvlist/utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointinvliststringlist/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointtrie/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointtrie/cptrie.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointtrie/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointtrie/impl_const.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointtrie/planes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/iterator_utils.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/char16trie/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/char16trie/trie.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointinvlist/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointinvlist/cpinvlist.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointinvlist/utils.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointinvliststringlist/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointtrie/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointtrie/cptrie.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointtrie/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointtrie/impl_const.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointtrie/planes.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/iterator_utils.rs: diff --git a/target/debug/deps/icu_collections-a02e36db65b9598f.d b/target/debug/deps/icu_collections-a02e36db65b9598f.d new file mode 100644 index 0000000..e771253 --- /dev/null +++ b/target/debug/deps/icu_collections-a02e36db65b9598f.d @@ -0,0 +1,19 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/icu_collections-a02e36db65b9598f.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/char16trie/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/char16trie/trie.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointinvlist/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointinvlist/cpinvlist.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointinvlist/utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointinvliststringlist/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointtrie/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointtrie/cptrie.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointtrie/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointtrie/impl_const.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointtrie/planes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/iterator_utils.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libicu_collections-a02e36db65b9598f.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/char16trie/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/char16trie/trie.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointinvlist/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointinvlist/cpinvlist.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointinvlist/utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointinvliststringlist/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointtrie/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointtrie/cptrie.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointtrie/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointtrie/impl_const.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointtrie/planes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/iterator_utils.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libicu_collections-a02e36db65b9598f.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/char16trie/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/char16trie/trie.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointinvlist/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointinvlist/cpinvlist.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointinvlist/utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointinvliststringlist/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointtrie/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointtrie/cptrie.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointtrie/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointtrie/impl_const.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointtrie/planes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/iterator_utils.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/char16trie/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/char16trie/trie.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointinvlist/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointinvlist/cpinvlist.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointinvlist/utils.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointinvliststringlist/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointtrie/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointtrie/cptrie.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointtrie/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointtrie/impl_const.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/codepointtrie/planes.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/iterator_utils.rs: diff --git a/target/debug/deps/icu_locale_core-74200f7cd7147a72.d b/target/debug/deps/icu_locale_core-74200f7cd7147a72.d new file mode 100644 index 0000000..663a0e4 --- /dev/null +++ b/target/debug/deps/icu_locale_core-74200f7cd7147a72.d @@ -0,0 +1,66 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/icu_locale_core-74200f7cd7147a72.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/helpers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/data.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/langid.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/locale.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/parser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/parser/errors.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/parser/langid.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/parser/locale.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/shortvec/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/shortvec/litemap.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/other/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/private/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/private/other.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/transform/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/transform/fields.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/transform/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/transform/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/attribute.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/attributes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/keywords.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/subdivision.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/subtags/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/subtags/language.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/subtags/region.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/subtags/script.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/subtags/variant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/subtags/variants.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/errors.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/calendar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/collation.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/currency.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/currency_format.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/emoji.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/first_day.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/hour_cycle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/line_break.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/line_break_word.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/measurement_system.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/measurement_unit_override.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/numbering_system.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/region_override.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/regional_subdivision.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/sentence_supression.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/timezone.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/variant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/macros/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/macros/enum_keyword.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/macros/struct_keyword.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/locale.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/zerovec.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libicu_locale_core-74200f7cd7147a72.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/helpers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/data.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/langid.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/locale.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/parser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/parser/errors.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/parser/langid.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/parser/locale.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/shortvec/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/shortvec/litemap.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/other/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/private/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/private/other.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/transform/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/transform/fields.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/transform/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/transform/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/attribute.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/attributes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/keywords.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/subdivision.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/subtags/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/subtags/language.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/subtags/region.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/subtags/script.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/subtags/variant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/subtags/variants.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/errors.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/calendar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/collation.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/currency.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/currency_format.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/emoji.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/first_day.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/hour_cycle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/line_break.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/line_break_word.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/measurement_system.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/measurement_unit_override.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/numbering_system.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/region_override.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/regional_subdivision.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/sentence_supression.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/timezone.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/variant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/macros/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/macros/enum_keyword.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/macros/struct_keyword.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/locale.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/zerovec.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libicu_locale_core-74200f7cd7147a72.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/helpers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/data.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/langid.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/locale.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/parser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/parser/errors.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/parser/langid.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/parser/locale.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/shortvec/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/shortvec/litemap.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/other/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/private/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/private/other.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/transform/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/transform/fields.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/transform/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/transform/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/attribute.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/attributes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/keywords.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/subdivision.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/subtags/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/subtags/language.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/subtags/region.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/subtags/script.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/subtags/variant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/subtags/variants.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/errors.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/calendar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/collation.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/currency.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/currency_format.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/emoji.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/first_day.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/hour_cycle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/line_break.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/line_break_word.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/measurement_system.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/measurement_unit_override.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/numbering_system.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/region_override.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/regional_subdivision.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/sentence_supression.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/timezone.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/variant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/macros/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/macros/enum_keyword.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/macros/struct_keyword.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/locale.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/zerovec.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/helpers.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/data.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/langid.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/locale.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/parser/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/parser/errors.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/parser/langid.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/parser/locale.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/shortvec/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/shortvec/litemap.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/other/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/private/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/private/other.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/transform/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/transform/fields.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/transform/key.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/transform/value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/attribute.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/attributes.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/key.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/keywords.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/subdivision.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/subtags/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/subtags/language.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/subtags/region.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/subtags/script.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/subtags/variant.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/subtags/variants.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/errors.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/calendar.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/collation.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/currency.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/currency_format.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/emoji.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/first_day.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/hour_cycle.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/line_break.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/line_break_word.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/measurement_system.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/measurement_unit_override.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/numbering_system.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/region_override.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/regional_subdivision.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/sentence_supression.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/timezone.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/variant.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/macros/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/macros/enum_keyword.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/macros/struct_keyword.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/locale.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/zerovec.rs: diff --git a/target/debug/deps/icu_locale_core-a299f1d4e556f582.d b/target/debug/deps/icu_locale_core-a299f1d4e556f582.d new file mode 100644 index 0000000..a7b74ef --- /dev/null +++ b/target/debug/deps/icu_locale_core-a299f1d4e556f582.d @@ -0,0 +1,64 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/icu_locale_core-a299f1d4e556f582.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/helpers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/data.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/langid.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/locale.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/parser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/parser/errors.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/parser/langid.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/parser/locale.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/shortvec/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/shortvec/litemap.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/other/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/private/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/private/other.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/transform/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/transform/fields.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/transform/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/transform/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/attribute.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/attributes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/keywords.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/subdivision.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/subtags/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/subtags/language.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/subtags/region.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/subtags/script.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/subtags/variant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/subtags/variants.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/errors.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/calendar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/collation.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/currency.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/currency_format.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/emoji.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/first_day.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/hour_cycle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/line_break.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/line_break_word.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/measurement_system.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/measurement_unit_override.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/numbering_system.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/region_override.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/regional_subdivision.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/sentence_supression.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/timezone.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/variant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/macros/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/macros/enum_keyword.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/macros/struct_keyword.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/locale.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/zerovec.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libicu_locale_core-a299f1d4e556f582.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/helpers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/data.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/langid.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/locale.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/parser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/parser/errors.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/parser/langid.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/parser/locale.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/shortvec/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/shortvec/litemap.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/other/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/private/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/private/other.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/transform/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/transform/fields.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/transform/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/transform/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/attribute.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/attributes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/keywords.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/subdivision.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/subtags/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/subtags/language.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/subtags/region.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/subtags/script.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/subtags/variant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/subtags/variants.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/errors.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/calendar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/collation.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/currency.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/currency_format.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/emoji.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/first_day.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/hour_cycle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/line_break.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/line_break_word.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/measurement_system.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/measurement_unit_override.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/numbering_system.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/region_override.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/regional_subdivision.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/sentence_supression.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/timezone.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/variant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/macros/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/macros/enum_keyword.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/macros/struct_keyword.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/locale.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/zerovec.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/helpers.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/data.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/langid.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/locale.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/parser/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/parser/errors.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/parser/langid.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/parser/locale.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/shortvec/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/shortvec/litemap.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/other/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/private/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/private/other.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/transform/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/transform/fields.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/transform/key.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/transform/value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/attribute.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/attributes.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/key.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/keywords.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/subdivision.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/extensions/unicode/value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/subtags/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/subtags/language.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/subtags/region.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/subtags/script.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/subtags/variant.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/subtags/variants.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/errors.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/calendar.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/collation.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/currency.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/currency_format.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/emoji.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/first_day.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/hour_cycle.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/line_break.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/line_break_word.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/measurement_system.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/measurement_unit_override.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/numbering_system.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/region_override.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/regional_subdivision.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/sentence_supression.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/timezone.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/keywords/variant.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/macros/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/macros/enum_keyword.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/extensions/unicode/macros/struct_keyword.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/preferences/locale.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/zerovec.rs: diff --git a/target/debug/deps/icu_normalizer-221bf5974a45c9c0.d b/target/debug/deps/icu_normalizer-221bf5974a45c9c0.d new file mode 100644 index 0000000..0d5af16 --- /dev/null +++ b/target/debug/deps/icu_normalizer-221bf5974a45c9c0.d @@ -0,0 +1,10 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/icu_normalizer-221bf5974a45c9c0.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/properties.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/provider.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/uts46.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libicu_normalizer-221bf5974a45c9c0.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/properties.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/provider.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/uts46.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libicu_normalizer-221bf5974a45c9c0.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/properties.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/provider.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/uts46.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/properties.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/provider.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/uts46.rs: diff --git a/target/debug/deps/icu_normalizer-c02a8b6e2f5701dd.d b/target/debug/deps/icu_normalizer-c02a8b6e2f5701dd.d new file mode 100644 index 0000000..cc93b76 --- /dev/null +++ b/target/debug/deps/icu_normalizer-c02a8b6e2f5701dd.d @@ -0,0 +1,8 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/icu_normalizer-c02a8b6e2f5701dd.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/properties.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/provider.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/uts46.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libicu_normalizer-c02a8b6e2f5701dd.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/properties.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/provider.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/uts46.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/properties.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/provider.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/uts46.rs: diff --git a/target/debug/deps/icu_normalizer_data-380a74f5128b3a29.d b/target/debug/deps/icu_normalizer_data-380a74f5128b3a29.d new file mode 100644 index 0000000..a54dba7 --- /dev/null +++ b/target/debug/deps/icu_normalizer_data-380a74f5128b3a29.d @@ -0,0 +1,15 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/icu_normalizer_data-380a74f5128b3a29.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfd_tables_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfd_supplement_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfkd_data_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfkd_tables_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfc_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfd_data_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_uts46_data_v1.rs.data + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libicu_normalizer_data-380a74f5128b3a29.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfd_tables_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfd_supplement_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfkd_data_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfkd_tables_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfc_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfd_data_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_uts46_data_v1.rs.data + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libicu_normalizer_data-380a74f5128b3a29.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfd_tables_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfd_supplement_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfkd_data_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfkd_tables_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfc_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfd_data_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_uts46_data_v1.rs.data + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfd_tables_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfd_supplement_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfkd_data_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfkd_tables_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfc_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfd_data_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_uts46_data_v1.rs.data: diff --git a/target/debug/deps/icu_normalizer_data-4e0c7362b6812833.d b/target/debug/deps/icu_normalizer_data-4e0c7362b6812833.d new file mode 100644 index 0000000..4a64279 --- /dev/null +++ b/target/debug/deps/icu_normalizer_data-4e0c7362b6812833.d @@ -0,0 +1,13 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/icu_normalizer_data-4e0c7362b6812833.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfd_tables_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfd_supplement_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfkd_data_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfkd_tables_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfc_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfd_data_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_uts46_data_v1.rs.data + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libicu_normalizer_data-4e0c7362b6812833.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfd_tables_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfd_supplement_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfkd_data_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfkd_tables_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfc_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfd_data_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_uts46_data_v1.rs.data + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfd_tables_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfd_supplement_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfkd_data_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfkd_tables_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfc_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfd_data_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_uts46_data_v1.rs.data: diff --git a/target/debug/deps/icu_properties-5c5ab336441c39db.d b/target/debug/deps/icu_properties-5c5ab336441c39db.d new file mode 100644 index 0000000..d1aef18 --- /dev/null +++ b/target/debug/deps/icu_properties-5c5ab336441c39db.d @@ -0,0 +1,18 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/icu_properties-5c5ab336441c39db.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/code_point_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/code_point_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/emoji.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/names.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/runtime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/props.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/provider.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/provider/names.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/script.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/bidi.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/trievalue.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libicu_properties-5c5ab336441c39db.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/code_point_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/code_point_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/emoji.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/names.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/runtime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/props.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/provider.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/provider/names.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/script.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/bidi.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/trievalue.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libicu_properties-5c5ab336441c39db.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/code_point_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/code_point_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/emoji.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/names.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/runtime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/props.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/provider.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/provider/names.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/script.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/bidi.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/trievalue.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/code_point_set.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/code_point_map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/emoji.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/names.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/runtime.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/props.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/provider.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/provider/names.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/script.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/bidi.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/trievalue.rs: diff --git a/target/debug/deps/icu_properties-a9e7a26130802ff5.d b/target/debug/deps/icu_properties-a9e7a26130802ff5.d new file mode 100644 index 0000000..8c9df9f --- /dev/null +++ b/target/debug/deps/icu_properties-a9e7a26130802ff5.d @@ -0,0 +1,16 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/icu_properties-a9e7a26130802ff5.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/code_point_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/code_point_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/emoji.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/names.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/runtime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/props.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/provider.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/provider/names.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/script.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/bidi.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/trievalue.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libicu_properties-a9e7a26130802ff5.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/code_point_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/code_point_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/emoji.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/names.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/runtime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/props.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/provider.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/provider/names.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/script.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/bidi.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/trievalue.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/code_point_set.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/code_point_map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/emoji.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/names.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/runtime.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/props.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/provider.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/provider/names.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/script.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/bidi.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/trievalue.rs: diff --git a/target/debug/deps/icu_properties_data-018f8a5dd2faebfa.d b/target/debug/deps/icu_properties_data-018f8a5dd2faebfa.d new file mode 100644 index 0000000..7e92032 --- /dev/null +++ b/target/debug/deps/icu_properties_data-018f8a5dd2faebfa.d @@ -0,0 +1,137 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/icu_properties_data-018f8a5dd2faebfa.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_indic_syllabic_category_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_pattern_syntax_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_changes_when_lowercased_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_ids_trinary_operator_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_regional_indicator_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_changes_when_uppercased_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_changes_when_casemapped_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_script_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_indic_syllabic_category_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_ids_binary_operator_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_radical_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_extender_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_indic_syllabic_category_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_emoji_component_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_id_compat_math_continue_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_dash_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_general_category_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_grapheme_cluster_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_emoji_presentation_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_case_sensitive_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_bidi_class_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_nfd_inert_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_graph_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_bidi_control_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_hangul_syllable_type_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_word_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_line_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_white_space_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_unified_ideograph_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_noncharacter_code_point_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_grapheme_cluster_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_indic_syllabic_category_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_east_asian_width_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_script_with_extensions_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_hangul_syllable_type_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_emoji_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_line_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_bidi_class_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_bidi_mirrored_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_grapheme_link_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_script_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_east_asian_width_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_sentence_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_alnum_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_general_category_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_vertical_orientation_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_changes_when_casefolded_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_hangul_syllable_type_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_sentence_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_quotation_mark_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_deprecated_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_xid_start_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_segment_starter_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_hyphen_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_variation_selector_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_word_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_east_asian_width_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_sentence_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_modifier_combining_mark_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_indic_conjunct_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_bidi_class_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_prepended_concatenation_mark_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_joining_type_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_print_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_canonical_combining_class_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_terminal_punctuation_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_vertical_orientation_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_cased_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_nfkc_inert_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_id_continue_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_basic_emoji_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_id_start_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_uppercase_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_script_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_hangul_syllable_type_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_xdigit_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_full_composition_exclusion_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_vertical_orientation_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_changes_when_nfkc_casefolded_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_hex_digit_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_joining_type_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_xid_continue_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_soft_dotted_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_ideographic_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_canonical_combining_class_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_word_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_changes_when_titlecased_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_bidi_class_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_sentence_terminal_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_indic_conjunct_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_general_category_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_ascii_hex_digit_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_line_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_east_asian_width_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_grapheme_cluster_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_indic_conjunct_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_general_category_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_logical_order_exception_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_case_ignorable_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_diacritic_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_grapheme_extend_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_bidi_mirroring_glyph_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_general_category_mask_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_nfc_inert_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_indic_conjunct_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_script_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_lowercase_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_joining_type_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_emoji_modifier_base_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_sentence_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_grapheme_base_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_canonical_combining_class_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_emoji_modifier_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_join_control_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_joining_type_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_line_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_ids_unary_operator_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_word_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_math_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_pattern_white_space_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_nfkd_inert_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_id_compat_math_start_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_alphabetic_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_grapheme_cluster_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_blank_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_default_ignorable_code_point_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_extended_pictographic_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_vertical_orientation_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_canonical_combining_class_v1.rs.data + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libicu_properties_data-018f8a5dd2faebfa.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_indic_syllabic_category_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_pattern_syntax_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_changes_when_lowercased_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_ids_trinary_operator_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_regional_indicator_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_changes_when_uppercased_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_changes_when_casemapped_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_script_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_indic_syllabic_category_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_ids_binary_operator_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_radical_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_extender_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_indic_syllabic_category_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_emoji_component_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_id_compat_math_continue_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_dash_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_general_category_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_grapheme_cluster_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_emoji_presentation_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_case_sensitive_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_bidi_class_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_nfd_inert_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_graph_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_bidi_control_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_hangul_syllable_type_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_word_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_line_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_white_space_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_unified_ideograph_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_noncharacter_code_point_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_grapheme_cluster_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_indic_syllabic_category_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_east_asian_width_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_script_with_extensions_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_hangul_syllable_type_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_emoji_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_line_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_bidi_class_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_bidi_mirrored_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_grapheme_link_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_script_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_east_asian_width_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_sentence_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_alnum_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_general_category_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_vertical_orientation_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_changes_when_casefolded_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_hangul_syllable_type_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_sentence_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_quotation_mark_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_deprecated_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_xid_start_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_segment_starter_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_hyphen_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_variation_selector_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_word_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_east_asian_width_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_sentence_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_modifier_combining_mark_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_indic_conjunct_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_bidi_class_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_prepended_concatenation_mark_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_joining_type_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_print_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_canonical_combining_class_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_terminal_punctuation_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_vertical_orientation_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_cased_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_nfkc_inert_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_id_continue_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_basic_emoji_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_id_start_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_uppercase_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_script_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_hangul_syllable_type_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_xdigit_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_full_composition_exclusion_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_vertical_orientation_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_changes_when_nfkc_casefolded_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_hex_digit_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_joining_type_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_xid_continue_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_soft_dotted_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_ideographic_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_canonical_combining_class_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_word_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_changes_when_titlecased_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_bidi_class_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_sentence_terminal_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_indic_conjunct_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_general_category_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_ascii_hex_digit_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_line_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_east_asian_width_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_grapheme_cluster_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_indic_conjunct_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_general_category_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_logical_order_exception_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_case_ignorable_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_diacritic_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_grapheme_extend_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_bidi_mirroring_glyph_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_general_category_mask_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_nfc_inert_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_indic_conjunct_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_script_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_lowercase_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_joining_type_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_emoji_modifier_base_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_sentence_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_grapheme_base_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_canonical_combining_class_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_emoji_modifier_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_join_control_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_joining_type_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_line_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_ids_unary_operator_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_word_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_math_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_pattern_white_space_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_nfkd_inert_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_id_compat_math_start_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_alphabetic_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_grapheme_cluster_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_blank_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_default_ignorable_code_point_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_extended_pictographic_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_vertical_orientation_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_canonical_combining_class_v1.rs.data + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libicu_properties_data-018f8a5dd2faebfa.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_indic_syllabic_category_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_pattern_syntax_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_changes_when_lowercased_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_ids_trinary_operator_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_regional_indicator_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_changes_when_uppercased_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_changes_when_casemapped_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_script_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_indic_syllabic_category_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_ids_binary_operator_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_radical_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_extender_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_indic_syllabic_category_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_emoji_component_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_id_compat_math_continue_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_dash_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_general_category_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_grapheme_cluster_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_emoji_presentation_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_case_sensitive_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_bidi_class_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_nfd_inert_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_graph_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_bidi_control_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_hangul_syllable_type_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_word_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_line_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_white_space_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_unified_ideograph_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_noncharacter_code_point_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_grapheme_cluster_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_indic_syllabic_category_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_east_asian_width_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_script_with_extensions_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_hangul_syllable_type_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_emoji_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_line_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_bidi_class_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_bidi_mirrored_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_grapheme_link_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_script_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_east_asian_width_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_sentence_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_alnum_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_general_category_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_vertical_orientation_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_changes_when_casefolded_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_hangul_syllable_type_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_sentence_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_quotation_mark_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_deprecated_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_xid_start_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_segment_starter_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_hyphen_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_variation_selector_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_word_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_east_asian_width_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_sentence_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_modifier_combining_mark_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_indic_conjunct_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_bidi_class_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_prepended_concatenation_mark_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_joining_type_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_print_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_canonical_combining_class_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_terminal_punctuation_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_vertical_orientation_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_cased_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_nfkc_inert_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_id_continue_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_basic_emoji_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_id_start_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_uppercase_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_script_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_hangul_syllable_type_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_xdigit_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_full_composition_exclusion_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_vertical_orientation_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_changes_when_nfkc_casefolded_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_hex_digit_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_joining_type_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_xid_continue_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_soft_dotted_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_ideographic_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_canonical_combining_class_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_word_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_changes_when_titlecased_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_bidi_class_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_sentence_terminal_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_indic_conjunct_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_general_category_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_ascii_hex_digit_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_line_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_east_asian_width_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_grapheme_cluster_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_indic_conjunct_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_general_category_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_logical_order_exception_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_case_ignorable_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_diacritic_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_grapheme_extend_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_bidi_mirroring_glyph_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_general_category_mask_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_nfc_inert_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_indic_conjunct_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_script_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_lowercase_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_joining_type_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_emoji_modifier_base_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_sentence_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_grapheme_base_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_canonical_combining_class_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_emoji_modifier_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_join_control_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_joining_type_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_line_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_ids_unary_operator_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_word_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_math_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_pattern_white_space_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_nfkd_inert_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_id_compat_math_start_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_alphabetic_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_grapheme_cluster_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_blank_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_default_ignorable_code_point_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_extended_pictographic_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_vertical_orientation_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_canonical_combining_class_v1.rs.data + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_indic_syllabic_category_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_pattern_syntax_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_changes_when_lowercased_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_ids_trinary_operator_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_regional_indicator_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_changes_when_uppercased_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_changes_when_casemapped_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_script_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_indic_syllabic_category_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_ids_binary_operator_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_radical_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_extender_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_indic_syllabic_category_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_emoji_component_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_id_compat_math_continue_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_dash_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_general_category_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_grapheme_cluster_break_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_emoji_presentation_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_case_sensitive_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_bidi_class_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_nfd_inert_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_graph_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_bidi_control_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_hangul_syllable_type_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_word_break_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_line_break_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_white_space_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_unified_ideograph_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_noncharacter_code_point_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_grapheme_cluster_break_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_indic_syllabic_category_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_east_asian_width_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_script_with_extensions_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_hangul_syllable_type_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_emoji_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_line_break_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_bidi_class_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_bidi_mirrored_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_grapheme_link_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_script_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_east_asian_width_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_sentence_break_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_alnum_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_general_category_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_vertical_orientation_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_changes_when_casefolded_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_hangul_syllable_type_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_sentence_break_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_quotation_mark_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_deprecated_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_xid_start_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_segment_starter_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_hyphen_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_variation_selector_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_word_break_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_east_asian_width_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_sentence_break_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_modifier_combining_mark_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_indic_conjunct_break_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_bidi_class_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_prepended_concatenation_mark_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_joining_type_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_print_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_canonical_combining_class_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_terminal_punctuation_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_vertical_orientation_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_cased_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_nfkc_inert_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_id_continue_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_basic_emoji_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_id_start_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_uppercase_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_script_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_hangul_syllable_type_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_xdigit_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_full_composition_exclusion_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_vertical_orientation_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_changes_when_nfkc_casefolded_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_hex_digit_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_joining_type_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_xid_continue_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_soft_dotted_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_ideographic_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_canonical_combining_class_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_word_break_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_changes_when_titlecased_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_bidi_class_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_sentence_terminal_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_indic_conjunct_break_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_general_category_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_ascii_hex_digit_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_line_break_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_east_asian_width_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_grapheme_cluster_break_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_indic_conjunct_break_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_general_category_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_logical_order_exception_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_case_ignorable_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_diacritic_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_grapheme_extend_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_bidi_mirroring_glyph_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_general_category_mask_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_nfc_inert_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_indic_conjunct_break_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_script_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_lowercase_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_joining_type_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_emoji_modifier_base_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_sentence_break_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_grapheme_base_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_canonical_combining_class_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_emoji_modifier_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_join_control_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_joining_type_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_line_break_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_ids_unary_operator_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_word_break_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_math_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_pattern_white_space_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_nfkd_inert_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_id_compat_math_start_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_alphabetic_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_grapheme_cluster_break_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_blank_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_default_ignorable_code_point_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_extended_pictographic_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_vertical_orientation_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_canonical_combining_class_v1.rs.data: diff --git a/target/debug/deps/icu_properties_data-bf93c9d3cf05a333.d b/target/debug/deps/icu_properties_data-bf93c9d3cf05a333.d new file mode 100644 index 0000000..41fafb1 --- /dev/null +++ b/target/debug/deps/icu_properties_data-bf93c9d3cf05a333.d @@ -0,0 +1,135 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/icu_properties_data-bf93c9d3cf05a333.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_indic_syllabic_category_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_pattern_syntax_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_changes_when_lowercased_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_ids_trinary_operator_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_regional_indicator_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_changes_when_uppercased_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_changes_when_casemapped_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_script_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_indic_syllabic_category_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_ids_binary_operator_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_radical_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_extender_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_indic_syllabic_category_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_emoji_component_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_id_compat_math_continue_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_dash_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_general_category_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_grapheme_cluster_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_emoji_presentation_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_case_sensitive_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_bidi_class_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_nfd_inert_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_graph_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_bidi_control_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_hangul_syllable_type_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_word_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_line_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_white_space_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_unified_ideograph_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_noncharacter_code_point_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_grapheme_cluster_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_indic_syllabic_category_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_east_asian_width_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_script_with_extensions_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_hangul_syllable_type_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_emoji_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_line_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_bidi_class_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_bidi_mirrored_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_grapheme_link_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_script_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_east_asian_width_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_sentence_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_alnum_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_general_category_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_vertical_orientation_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_changes_when_casefolded_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_hangul_syllable_type_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_sentence_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_quotation_mark_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_deprecated_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_xid_start_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_segment_starter_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_hyphen_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_variation_selector_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_word_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_east_asian_width_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_sentence_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_modifier_combining_mark_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_indic_conjunct_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_bidi_class_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_prepended_concatenation_mark_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_joining_type_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_print_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_canonical_combining_class_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_terminal_punctuation_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_vertical_orientation_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_cased_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_nfkc_inert_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_id_continue_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_basic_emoji_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_id_start_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_uppercase_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_script_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_hangul_syllable_type_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_xdigit_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_full_composition_exclusion_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_vertical_orientation_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_changes_when_nfkc_casefolded_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_hex_digit_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_joining_type_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_xid_continue_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_soft_dotted_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_ideographic_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_canonical_combining_class_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_word_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_changes_when_titlecased_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_bidi_class_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_sentence_terminal_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_indic_conjunct_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_general_category_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_ascii_hex_digit_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_line_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_east_asian_width_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_grapheme_cluster_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_indic_conjunct_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_general_category_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_logical_order_exception_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_case_ignorable_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_diacritic_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_grapheme_extend_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_bidi_mirroring_glyph_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_general_category_mask_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_nfc_inert_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_indic_conjunct_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_script_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_lowercase_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_joining_type_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_emoji_modifier_base_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_sentence_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_grapheme_base_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_canonical_combining_class_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_emoji_modifier_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_join_control_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_joining_type_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_line_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_ids_unary_operator_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_word_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_math_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_pattern_white_space_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_nfkd_inert_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_id_compat_math_start_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_alphabetic_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_grapheme_cluster_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_blank_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_default_ignorable_code_point_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_extended_pictographic_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_vertical_orientation_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_canonical_combining_class_v1.rs.data + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libicu_properties_data-bf93c9d3cf05a333.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_indic_syllabic_category_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_pattern_syntax_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_changes_when_lowercased_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_ids_trinary_operator_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_regional_indicator_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_changes_when_uppercased_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_changes_when_casemapped_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_script_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_indic_syllabic_category_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_ids_binary_operator_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_radical_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_extender_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_indic_syllabic_category_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_emoji_component_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_id_compat_math_continue_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_dash_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_general_category_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_grapheme_cluster_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_emoji_presentation_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_case_sensitive_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_bidi_class_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_nfd_inert_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_graph_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_bidi_control_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_hangul_syllable_type_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_word_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_line_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_white_space_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_unified_ideograph_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_noncharacter_code_point_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_grapheme_cluster_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_indic_syllabic_category_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_east_asian_width_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_script_with_extensions_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_hangul_syllable_type_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_emoji_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_line_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_bidi_class_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_bidi_mirrored_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_grapheme_link_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_script_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_east_asian_width_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_sentence_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_alnum_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_general_category_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_vertical_orientation_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_changes_when_casefolded_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_hangul_syllable_type_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_sentence_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_quotation_mark_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_deprecated_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_xid_start_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_segment_starter_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_hyphen_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_variation_selector_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_word_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_east_asian_width_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_sentence_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_modifier_combining_mark_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_indic_conjunct_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_bidi_class_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_prepended_concatenation_mark_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_joining_type_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_print_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_canonical_combining_class_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_terminal_punctuation_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_vertical_orientation_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_cased_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_nfkc_inert_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_id_continue_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_basic_emoji_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_id_start_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_uppercase_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_script_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_hangul_syllable_type_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_xdigit_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_full_composition_exclusion_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_vertical_orientation_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_changes_when_nfkc_casefolded_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_hex_digit_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_joining_type_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_xid_continue_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_soft_dotted_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_ideographic_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_canonical_combining_class_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_word_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_changes_when_titlecased_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_bidi_class_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_sentence_terminal_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_indic_conjunct_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_general_category_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_ascii_hex_digit_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_line_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_east_asian_width_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_grapheme_cluster_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_indic_conjunct_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_general_category_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_logical_order_exception_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_case_ignorable_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_diacritic_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_grapheme_extend_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_bidi_mirroring_glyph_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_general_category_mask_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_nfc_inert_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_indic_conjunct_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_script_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_lowercase_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_joining_type_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_emoji_modifier_base_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_sentence_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_grapheme_base_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_canonical_combining_class_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_emoji_modifier_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_join_control_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_joining_type_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_line_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_ids_unary_operator_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_word_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_math_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_pattern_white_space_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_nfkd_inert_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_id_compat_math_start_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_alphabetic_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_grapheme_cluster_break_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_blank_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_default_ignorable_code_point_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_extended_pictographic_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_vertical_orientation_v1.rs.data /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_canonical_combining_class_v1.rs.data + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_indic_syllabic_category_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_pattern_syntax_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_changes_when_lowercased_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_ids_trinary_operator_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_regional_indicator_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_changes_when_uppercased_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_changes_when_casemapped_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_script_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_indic_syllabic_category_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_ids_binary_operator_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_radical_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_extender_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_indic_syllabic_category_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_emoji_component_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_id_compat_math_continue_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_dash_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_general_category_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_grapheme_cluster_break_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_emoji_presentation_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_case_sensitive_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_bidi_class_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_nfd_inert_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_graph_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_bidi_control_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_hangul_syllable_type_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_word_break_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_line_break_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_white_space_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_unified_ideograph_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_noncharacter_code_point_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_grapheme_cluster_break_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_indic_syllabic_category_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_east_asian_width_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_script_with_extensions_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_hangul_syllable_type_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_emoji_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_line_break_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_bidi_class_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_bidi_mirrored_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_grapheme_link_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_script_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_east_asian_width_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_sentence_break_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_alnum_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_general_category_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_vertical_orientation_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_changes_when_casefolded_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_hangul_syllable_type_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_sentence_break_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_quotation_mark_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_deprecated_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_xid_start_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_segment_starter_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_hyphen_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_variation_selector_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_word_break_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_east_asian_width_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_sentence_break_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_modifier_combining_mark_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_indic_conjunct_break_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_bidi_class_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_prepended_concatenation_mark_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_joining_type_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_print_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_canonical_combining_class_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_terminal_punctuation_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_vertical_orientation_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_cased_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_nfkc_inert_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_id_continue_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_basic_emoji_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_id_start_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_uppercase_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_script_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_hangul_syllable_type_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_xdigit_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_full_composition_exclusion_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_vertical_orientation_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_changes_when_nfkc_casefolded_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_hex_digit_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_joining_type_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_xid_continue_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_soft_dotted_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_ideographic_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_canonical_combining_class_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_word_break_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_changes_when_titlecased_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_bidi_class_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_sentence_terminal_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_indic_conjunct_break_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_general_category_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_ascii_hex_digit_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_line_break_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_east_asian_width_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_grapheme_cluster_break_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_indic_conjunct_break_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_general_category_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_logical_order_exception_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_case_ignorable_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_diacritic_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_grapheme_extend_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_bidi_mirroring_glyph_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_general_category_mask_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_nfc_inert_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_indic_conjunct_break_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_script_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_lowercase_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_joining_type_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_emoji_modifier_base_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_sentence_break_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_grapheme_base_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_long_canonical_combining_class_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_emoji_modifier_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_join_control_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_joining_type_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_short_line_break_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_ids_unary_operator_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_word_break_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_math_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_pattern_white_space_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_nfkd_inert_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_id_compat_math_start_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_alphabetic_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_enum_grapheme_cluster_break_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_blank_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_default_ignorable_code_point_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_binary_extended_pictographic_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_vertical_orientation_v1.rs.data: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/../data/property_name_parse_canonical_combining_class_v1.rs.data: diff --git a/target/debug/deps/icu_provider-9648bd172c012efc.d b/target/debug/deps/icu_provider-9648bd172c012efc.d new file mode 100644 index 0000000..f79c924 --- /dev/null +++ b/target/debug/deps/icu_provider-9648bd172c012efc.d @@ -0,0 +1,19 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/icu_provider-9648bd172c012efc.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/baked.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/baked/zerotrie.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/constructors.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/dynutil.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/data_provider.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/marker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/varule_traits.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/fallback.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libicu_provider-9648bd172c012efc.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/baked.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/baked/zerotrie.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/constructors.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/dynutil.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/data_provider.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/marker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/varule_traits.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/fallback.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libicu_provider-9648bd172c012efc.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/baked.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/baked/zerotrie.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/constructors.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/dynutil.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/data_provider.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/marker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/varule_traits.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/fallback.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/baked.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/baked/zerotrie.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/buf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/constructors.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/dynutil.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/data_provider.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/request.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/response.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/marker.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/varule_traits.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/fallback.rs: diff --git a/target/debug/deps/icu_provider-9ae5693775ce3b6d.d b/target/debug/deps/icu_provider-9ae5693775ce3b6d.d new file mode 100644 index 0000000..ba8b723 --- /dev/null +++ b/target/debug/deps/icu_provider-9ae5693775ce3b6d.d @@ -0,0 +1,17 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/icu_provider-9ae5693775ce3b6d.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/baked.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/baked/zerotrie.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/constructors.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/dynutil.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/data_provider.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/marker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/varule_traits.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/fallback.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libicu_provider-9ae5693775ce3b6d.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/baked.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/baked/zerotrie.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/constructors.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/dynutil.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/data_provider.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/marker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/varule_traits.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/fallback.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/baked.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/baked/zerotrie.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/buf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/constructors.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/dynutil.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/data_provider.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/request.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/response.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/marker.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/varule_traits.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/fallback.rs: diff --git a/target/debug/deps/ident_case-649284103e8b873b.d b/target/debug/deps/ident_case-649284103e8b873b.d new file mode 100644 index 0000000..f053f11 --- /dev/null +++ b/target/debug/deps/ident_case-649284103e8b873b.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/ident_case-649284103e8b873b.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ident_case-1.0.1/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libident_case-649284103e8b873b.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ident_case-1.0.1/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libident_case-649284103e8b873b.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ident_case-1.0.1/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ident_case-1.0.1/src/lib.rs: diff --git a/target/debug/deps/idna-18a04fcd2cfc1140.d b/target/debug/deps/idna-18a04fcd2cfc1140.d new file mode 100644 index 0000000..f6fc86f --- /dev/null +++ b/target/debug/deps/idna-18a04fcd2cfc1140.d @@ -0,0 +1,10 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/idna-18a04fcd2cfc1140.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/deprecated.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/punycode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/uts46.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libidna-18a04fcd2cfc1140.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/deprecated.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/punycode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/uts46.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libidna-18a04fcd2cfc1140.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/deprecated.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/punycode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/uts46.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/deprecated.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/punycode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/uts46.rs: diff --git a/target/debug/deps/idna-cc7887650acf2ec2.d b/target/debug/deps/idna-cc7887650acf2ec2.d new file mode 100644 index 0000000..ed60299 --- /dev/null +++ b/target/debug/deps/idna-cc7887650acf2ec2.d @@ -0,0 +1,8 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/idna-cc7887650acf2ec2.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-0.4.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-0.4.0/src/punycode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-0.4.0/src/uts46.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-0.4.0/src/uts46_mapping_table.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libidna-cc7887650acf2ec2.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-0.4.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-0.4.0/src/punycode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-0.4.0/src/uts46.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-0.4.0/src/uts46_mapping_table.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-0.4.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-0.4.0/src/punycode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-0.4.0/src/uts46.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-0.4.0/src/uts46_mapping_table.rs: diff --git a/target/debug/deps/idna-e2f7b4fdde22cd71.d b/target/debug/deps/idna-e2f7b4fdde22cd71.d new file mode 100644 index 0000000..c817f3e --- /dev/null +++ b/target/debug/deps/idna-e2f7b4fdde22cd71.d @@ -0,0 +1,8 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/idna-e2f7b4fdde22cd71.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-0.5.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-0.5.0/src/punycode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-0.5.0/src/uts46.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-0.5.0/src/uts46_mapping_table.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libidna-e2f7b4fdde22cd71.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-0.5.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-0.5.0/src/punycode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-0.5.0/src/uts46.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-0.5.0/src/uts46_mapping_table.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-0.5.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-0.5.0/src/punycode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-0.5.0/src/uts46.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-0.5.0/src/uts46_mapping_table.rs: diff --git a/target/debug/deps/idna-f273246e7ee02be8.d b/target/debug/deps/idna-f273246e7ee02be8.d new file mode 100644 index 0000000..364ece9 --- /dev/null +++ b/target/debug/deps/idna-f273246e7ee02be8.d @@ -0,0 +1,8 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/idna-f273246e7ee02be8.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/deprecated.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/punycode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/uts46.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libidna-f273246e7ee02be8.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/deprecated.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/punycode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/uts46.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/deprecated.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/punycode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/uts46.rs: diff --git a/target/debug/deps/idna_adapter-9cc4454b6e7dbb28.d b/target/debug/deps/idna_adapter-9cc4454b6e7dbb28.d new file mode 100644 index 0000000..953a1ae --- /dev/null +++ b/target/debug/deps/idna_adapter-9cc4454b6e7dbb28.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/idna_adapter-9cc4454b6e7dbb28.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.1/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libidna_adapter-9cc4454b6e7dbb28.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.1/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libidna_adapter-9cc4454b6e7dbb28.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.1/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.1/src/lib.rs: diff --git a/target/debug/deps/idna_adapter-c57094580fb4c5db.d b/target/debug/deps/idna_adapter-c57094580fb4c5db.d new file mode 100644 index 0000000..aa07ea5 --- /dev/null +++ b/target/debug/deps/idna_adapter-c57094580fb4c5db.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/idna_adapter-c57094580fb4c5db.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.1/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libidna_adapter-c57094580fb4c5db.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.1/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.1/src/lib.rs: diff --git a/target/debug/deps/ignore-452681c5c8034fea.d b/target/debug/deps/ignore-452681c5c8034fea.d new file mode 100644 index 0000000..32bb20b --- /dev/null +++ b/target/debug/deps/ignore-452681c5c8034fea.d @@ -0,0 +1,12 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/ignore-452681c5c8034fea.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/default_types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/dir.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/gitignore.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/overrides.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/pathutil.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/walk.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libignore-452681c5c8034fea.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/default_types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/dir.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/gitignore.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/overrides.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/pathutil.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/walk.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/default_types.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/dir.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/gitignore.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/overrides.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/pathutil.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/types.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/walk.rs: diff --git a/target/debug/deps/ignore-53d54cc58f1f6286.d b/target/debug/deps/ignore-53d54cc58f1f6286.d new file mode 100644 index 0000000..1136982 --- /dev/null +++ b/target/debug/deps/ignore-53d54cc58f1f6286.d @@ -0,0 +1,14 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/ignore-53d54cc58f1f6286.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/default_types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/dir.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/gitignore.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/overrides.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/pathutil.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/walk.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libignore-53d54cc58f1f6286.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/default_types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/dir.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/gitignore.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/overrides.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/pathutil.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/walk.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libignore-53d54cc58f1f6286.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/default_types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/dir.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/gitignore.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/overrides.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/pathutil.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/walk.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/default_types.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/dir.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/gitignore.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/overrides.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/pathutil.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/types.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/walk.rs: diff --git a/target/debug/deps/ignore-55a33c306f784b59.d b/target/debug/deps/ignore-55a33c306f784b59.d new file mode 100644 index 0000000..d6549a5 --- /dev/null +++ b/target/debug/deps/ignore-55a33c306f784b59.d @@ -0,0 +1,14 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/ignore-55a33c306f784b59.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/default_types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/dir.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/gitignore.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/overrides.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/pathutil.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/walk.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libignore-55a33c306f784b59.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/default_types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/dir.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/gitignore.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/overrides.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/pathutil.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/walk.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libignore-55a33c306f784b59.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/default_types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/dir.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/gitignore.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/overrides.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/pathutil.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/walk.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/default_types.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/dir.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/gitignore.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/overrides.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/pathutil.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/types.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/walk.rs: diff --git a/target/debug/deps/ignore-d04fa90e66c4c9d9.d b/target/debug/deps/ignore-d04fa90e66c4c9d9.d new file mode 100644 index 0000000..5faf9b0 --- /dev/null +++ b/target/debug/deps/ignore-d04fa90e66c4c9d9.d @@ -0,0 +1,12 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/ignore-d04fa90e66c4c9d9.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/default_types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/dir.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/gitignore.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/overrides.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/pathutil.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/walk.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libignore-d04fa90e66c4c9d9.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/default_types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/dir.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/gitignore.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/overrides.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/pathutil.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/walk.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/default_types.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/dir.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/gitignore.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/overrides.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/pathutil.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/types.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/walk.rs: diff --git a/target/debug/deps/indexmap-20ff69d8f88c9947.d b/target/debug/deps/indexmap-20ff69d8f88c9947.d new file mode 100644 index 0000000..8623fe0 --- /dev/null +++ b/target/debug/deps/indexmap-20ff69d8f88c9947.d @@ -0,0 +1,25 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/indexmap-20ff69d8f88c9947.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/arbitrary.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/inner.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/inner/entry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/inner/extract.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/serde.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/entry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/mutable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/raw_entry_v1.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/serde_seq.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set/mutable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set/slice.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libindexmap-20ff69d8f88c9947.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/arbitrary.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/inner.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/inner/entry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/inner/extract.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/serde.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/entry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/mutable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/raw_entry_v1.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/serde_seq.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set/mutable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set/slice.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libindexmap-20ff69d8f88c9947.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/arbitrary.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/inner.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/inner/entry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/inner/extract.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/serde.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/entry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/mutable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/raw_entry_v1.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/serde_seq.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set/mutable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set/slice.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/arbitrary.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/inner.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/inner/entry.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/inner/extract.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/serde.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/entry.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/iter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/mutable.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/slice.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/raw_entry_v1.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/serde_seq.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set/iter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set/mutable.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set/slice.rs: diff --git a/target/debug/deps/indexmap-daf0e2edc1c637d9.d b/target/debug/deps/indexmap-daf0e2edc1c637d9.d new file mode 100644 index 0000000..5447109 --- /dev/null +++ b/target/debug/deps/indexmap-daf0e2edc1c637d9.d @@ -0,0 +1,25 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/indexmap-daf0e2edc1c637d9.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/arbitrary.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/inner.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/inner/entry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/inner/extract.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/serde.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/entry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/mutable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/raw_entry_v1.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/serde_seq.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set/mutable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set/slice.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libindexmap-daf0e2edc1c637d9.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/arbitrary.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/inner.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/inner/entry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/inner/extract.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/serde.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/entry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/mutable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/raw_entry_v1.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/serde_seq.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set/mutable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set/slice.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libindexmap-daf0e2edc1c637d9.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/arbitrary.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/inner.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/inner/entry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/inner/extract.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/serde.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/entry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/mutable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/raw_entry_v1.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/serde_seq.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set/mutable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set/slice.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/arbitrary.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/inner.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/inner/entry.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/inner/extract.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/serde.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/entry.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/iter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/mutable.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/slice.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/raw_entry_v1.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/serde_seq.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set/iter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set/mutable.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set/slice.rs: diff --git a/target/debug/deps/indexmap-db65028c25aaf1b9.d b/target/debug/deps/indexmap-db65028c25aaf1b9.d new file mode 100644 index 0000000..ad113ab --- /dev/null +++ b/target/debug/deps/indexmap-db65028c25aaf1b9.d @@ -0,0 +1,23 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/indexmap-db65028c25aaf1b9.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/arbitrary.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/inner.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/inner/entry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/inner/extract.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/serde.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/entry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/mutable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/raw_entry_v1.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/serde_seq.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set/mutable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set/slice.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libindexmap-db65028c25aaf1b9.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/arbitrary.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/inner.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/inner/entry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/inner/extract.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/serde.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/entry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/mutable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/raw_entry_v1.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/serde_seq.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set/mutable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set/slice.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/arbitrary.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/inner.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/inner/entry.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/inner/extract.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/serde.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/entry.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/iter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/mutable.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/slice.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/raw_entry_v1.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/serde_seq.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set/iter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set/mutable.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set/slice.rs: diff --git a/target/debug/deps/indexmap-e3cd99a1caea65af.d b/target/debug/deps/indexmap-e3cd99a1caea65af.d new file mode 100644 index 0000000..bee965f --- /dev/null +++ b/target/debug/deps/indexmap-e3cd99a1caea65af.d @@ -0,0 +1,14 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/indexmap-e3cd99a1caea65af.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/src/arbitrary.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/src/equivalent.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/src/mutable_keys.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/src/map/core.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/src/map/core/raw.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/src/set.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libindexmap-e3cd99a1caea65af.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/src/arbitrary.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/src/equivalent.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/src/mutable_keys.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/src/map/core.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/src/map/core/raw.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/src/set.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/src/arbitrary.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/src/equivalent.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/src/mutable_keys.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/src/util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/src/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/src/map/core.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/src/map/core/raw.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/src/set.rs: diff --git a/target/debug/deps/indexmap-ec79a55de8681bf4.d b/target/debug/deps/indexmap-ec79a55de8681bf4.d new file mode 100644 index 0000000..ae2db64 --- /dev/null +++ b/target/debug/deps/indexmap-ec79a55de8681bf4.d @@ -0,0 +1,23 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/indexmap-ec79a55de8681bf4.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/arbitrary.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/inner.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/inner/entry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/inner/extract.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/serde.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/entry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/mutable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/raw_entry_v1.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/serde_seq.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set/mutable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set/slice.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libindexmap-ec79a55de8681bf4.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/arbitrary.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/inner.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/inner/entry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/inner/extract.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/serde.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/entry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/mutable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/raw_entry_v1.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/serde_seq.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set/mutable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set/slice.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/arbitrary.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/inner.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/inner/entry.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/inner/extract.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/serde.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/entry.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/iter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/mutable.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/slice.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/raw_entry_v1.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/map/serde_seq.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set/iter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set/mutable.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/set/slice.rs: diff --git a/target/debug/deps/inflector-f0e315bfb51fa6c8.d b/target/debug/deps/inflector-f0e315bfb51fa6c8.d new file mode 100644 index 0000000..b8e005c --- /dev/null +++ b/target/debug/deps/inflector-f0e315bfb51fa6c8.d @@ -0,0 +1,24 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/inflector-f0e315bfb51fa6c8.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/case/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/classcase/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/camelcase/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/snakecase/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/screamingsnakecase/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/kebabcase/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/traincase/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/sentencecase/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/titlecase/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/tablecase/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/pascalcase/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/numbers/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/numbers/ordinalize/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/numbers/deordinalize/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/suffix/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/suffix/foreignkey/mod.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libinflector-f0e315bfb51fa6c8.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/case/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/classcase/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/camelcase/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/snakecase/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/screamingsnakecase/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/kebabcase/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/traincase/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/sentencecase/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/titlecase/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/tablecase/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/pascalcase/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/numbers/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/numbers/ordinalize/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/numbers/deordinalize/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/suffix/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/suffix/foreignkey/mod.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libinflector-f0e315bfb51fa6c8.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/case/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/classcase/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/camelcase/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/snakecase/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/screamingsnakecase/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/kebabcase/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/traincase/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/sentencecase/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/titlecase/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/tablecase/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/pascalcase/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/numbers/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/numbers/ordinalize/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/numbers/deordinalize/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/suffix/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/suffix/foreignkey/mod.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/case/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/classcase/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/camelcase/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/snakecase/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/screamingsnakecase/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/kebabcase/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/traincase/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/sentencecase/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/titlecase/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/tablecase/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/cases/pascalcase/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/numbers/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/numbers/ordinalize/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/numbers/deordinalize/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/suffix/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/Inflector-0.11.4/src/suffix/foreignkey/mod.rs: diff --git a/target/debug/deps/inventory-40faf52120228bfc.d b/target/debug/deps/inventory-40faf52120228bfc.d new file mode 100644 index 0000000..6b09a12 --- /dev/null +++ b/target/debug/deps/inventory-40faf52120228bfc.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/inventory-40faf52120228bfc.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inventory-0.3.21/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libinventory-40faf52120228bfc.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inventory-0.3.21/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inventory-0.3.21/src/lib.rs: diff --git a/target/debug/deps/ipnet-7644613948ff990b.d b/target/debug/deps/ipnet-7644613948ff990b.d new file mode 100644 index 0000000..069c29e --- /dev/null +++ b/target/debug/deps/ipnet-7644613948ff990b.d @@ -0,0 +1,9 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/ipnet-7644613948ff990b.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.11.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.11.0/src/ipext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.11.0/src/ipnet.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.11.0/src/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.11.0/src/mask.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libipnet-7644613948ff990b.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.11.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.11.0/src/ipext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.11.0/src/ipnet.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.11.0/src/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.11.0/src/mask.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.11.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.11.0/src/ipext.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.11.0/src/ipnet.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.11.0/src/parser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.11.0/src/mask.rs: diff --git a/target/debug/deps/iri_string-62ec50f0e55e7c76.d b/target/debug/deps/iri_string-62ec50f0e55e7c76.d new file mode 100644 index 0000000..575840b --- /dev/null +++ b/target/debug/deps/iri_string-62ec50f0e55e7c76.d @@ -0,0 +1,53 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/iri_string-62ec50f0e55e7c76.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/build.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/components.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/components/authority.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/convert.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/format.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/mask_password.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/normalize.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/normalize/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/normalize/path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/normalize/pct_case.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/char.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/str.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/str/maybe_pct_encoded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/trusted.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/trusted/authority.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/validate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/validate/authority.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/validate/path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/percent_encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/raw.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/resolve.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/spec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/spec/internal.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/components.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/expand.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/parser/char.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/parser/validate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/simple_context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/string/owned.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/absolute.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/fragment.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/normal.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/query.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/reference.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/relative.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/iri.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/uri.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/validate.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libiri_string-62ec50f0e55e7c76.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/build.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/components.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/components/authority.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/convert.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/format.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/mask_password.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/normalize.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/normalize/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/normalize/path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/normalize/pct_case.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/char.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/str.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/str/maybe_pct_encoded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/trusted.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/trusted/authority.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/validate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/validate/authority.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/validate/path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/percent_encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/raw.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/resolve.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/spec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/spec/internal.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/components.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/expand.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/parser/char.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/parser/validate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/simple_context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/string/owned.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/absolute.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/fragment.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/normal.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/query.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/reference.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/relative.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/iri.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/uri.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/validate.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/build.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/components.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/components/authority.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/convert.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/format.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/mask_password.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/normalize.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/normalize/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/normalize/path.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/normalize/pct_case.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/char.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/str.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/str/maybe_pct_encoded.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/trusted.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/trusted/authority.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/validate.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/validate/authority.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/validate/path.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/percent_encode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/raw.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/resolve.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/spec.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/spec/internal.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/components.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/context.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/expand.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/parser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/parser/char.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/parser/validate.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/simple_context.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/string.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/string/owned.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/absolute.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/fragment.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/normal.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/query.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/reference.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/relative.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/iri.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/uri.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/validate.rs: diff --git a/target/debug/deps/itertools-3c98f19ed3ef0280.d b/target/debug/deps/itertools-3c98f19ed3ef0280.d new file mode 100644 index 0000000..0bae08b --- /dev/null +++ b/target/debug/deps/itertools-3c98f19ed3ef0280.d @@ -0,0 +1,51 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/itertools-3c98f19ed3ef0280.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/impl_macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/adaptors/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/adaptors/coalesce.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/adaptors/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/adaptors/multi_product.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/either_or_both.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/free.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/combinations.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/combinations_with_replacement.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/concat_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/cons_tuples_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/diff.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/exactly_one_err.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/extrema_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/flatten_ok.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/format.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/group_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/groupbylazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/intersperse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/k_smallest.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/kmerge_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/lazy_buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/merge_join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/minmax.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/multipeek_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/pad_tail.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/peek_nth.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/peeking_take_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/permutations.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/powerset.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/process_results_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/put_back_n_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/rciter_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/repeatn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/size_hint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/sources.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/take_while_inclusive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/tee.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/tuple_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/unziptuple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/with_position.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/zip_eq_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/zip_longest.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/ziptuple.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libitertools-3c98f19ed3ef0280.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/impl_macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/adaptors/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/adaptors/coalesce.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/adaptors/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/adaptors/multi_product.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/either_or_both.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/free.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/combinations.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/combinations_with_replacement.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/concat_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/cons_tuples_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/diff.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/exactly_one_err.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/extrema_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/flatten_ok.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/format.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/group_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/groupbylazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/intersperse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/k_smallest.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/kmerge_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/lazy_buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/merge_join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/minmax.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/multipeek_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/pad_tail.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/peek_nth.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/peeking_take_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/permutations.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/powerset.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/process_results_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/put_back_n_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/rciter_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/repeatn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/size_hint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/sources.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/take_while_inclusive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/tee.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/tuple_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/unziptuple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/with_position.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/zip_eq_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/zip_longest.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/ziptuple.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libitertools-3c98f19ed3ef0280.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/impl_macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/adaptors/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/adaptors/coalesce.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/adaptors/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/adaptors/multi_product.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/either_or_both.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/free.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/combinations.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/combinations_with_replacement.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/concat_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/cons_tuples_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/diff.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/exactly_one_err.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/extrema_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/flatten_ok.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/format.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/group_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/groupbylazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/intersperse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/k_smallest.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/kmerge_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/lazy_buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/merge_join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/minmax.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/multipeek_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/pad_tail.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/peek_nth.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/peeking_take_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/permutations.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/powerset.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/process_results_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/put_back_n_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/rciter_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/repeatn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/size_hint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/sources.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/take_while_inclusive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/tee.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/tuple_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/unziptuple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/with_position.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/zip_eq_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/zip_longest.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/ziptuple.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/impl_macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/adaptors/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/adaptors/coalesce.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/adaptors/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/adaptors/multi_product.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/either_or_both.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/free.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/combinations.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/combinations_with_replacement.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/concat_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/cons_tuples_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/diff.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/exactly_one_err.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/extrema_set.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/flatten_ok.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/format.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/group_map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/groupbylazy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/intersperse.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/k_smallest.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/kmerge_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/lazy_buffer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/merge_join.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/minmax.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/multipeek_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/pad_tail.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/peek_nth.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/peeking_take_while.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/permutations.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/powerset.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/process_results_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/put_back_n_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/rciter_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/repeatn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/size_hint.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/sources.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/take_while_inclusive.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/tee.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/tuple_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/unziptuple.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/with_position.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/zip_eq_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/zip_longest.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/ziptuple.rs: diff --git a/target/debug/deps/itertools-4e324f147f2549b7.d b/target/debug/deps/itertools-4e324f147f2549b7.d new file mode 100644 index 0000000..9cedd62 --- /dev/null +++ b/target/debug/deps/itertools-4e324f147f2549b7.d @@ -0,0 +1,54 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/itertools-4e324f147f2549b7.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/impl_macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/coalesce.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/multi_product.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/either_or_both.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/free.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/concat_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/cons_tuples_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/combinations.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/combinations_with_replacement.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/exactly_one_err.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/diff.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/flatten_ok.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/extrema_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/format.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/grouping_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/group_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/groupbylazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/intersperse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/k_smallest.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/kmerge_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/lazy_buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/merge_join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/minmax.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/multipeek_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/pad_tail.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/peek_nth.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/peeking_take_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/permutations.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/powerset.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/process_results_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/put_back_n_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/rciter_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/repeatn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/size_hint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/sources.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/take_while_inclusive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/tee.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/tuple_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/duplicates_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/unique_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/unziptuple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/with_position.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/zip_eq_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/zip_longest.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/ziptuple.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libitertools-4e324f147f2549b7.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/impl_macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/coalesce.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/multi_product.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/either_or_both.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/free.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/concat_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/cons_tuples_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/combinations.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/combinations_with_replacement.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/exactly_one_err.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/diff.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/flatten_ok.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/extrema_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/format.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/grouping_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/group_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/groupbylazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/intersperse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/k_smallest.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/kmerge_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/lazy_buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/merge_join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/minmax.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/multipeek_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/pad_tail.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/peek_nth.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/peeking_take_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/permutations.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/powerset.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/process_results_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/put_back_n_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/rciter_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/repeatn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/size_hint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/sources.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/take_while_inclusive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/tee.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/tuple_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/duplicates_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/unique_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/unziptuple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/with_position.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/zip_eq_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/zip_longest.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/ziptuple.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libitertools-4e324f147f2549b7.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/impl_macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/coalesce.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/multi_product.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/either_or_both.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/free.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/concat_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/cons_tuples_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/combinations.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/combinations_with_replacement.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/exactly_one_err.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/diff.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/flatten_ok.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/extrema_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/format.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/grouping_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/group_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/groupbylazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/intersperse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/k_smallest.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/kmerge_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/lazy_buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/merge_join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/minmax.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/multipeek_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/pad_tail.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/peek_nth.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/peeking_take_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/permutations.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/powerset.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/process_results_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/put_back_n_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/rciter_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/repeatn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/size_hint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/sources.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/take_while_inclusive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/tee.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/tuple_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/duplicates_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/unique_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/unziptuple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/with_position.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/zip_eq_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/zip_longest.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/ziptuple.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/impl_macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/coalesce.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/multi_product.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/either_or_both.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/free.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/concat_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/cons_tuples_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/combinations.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/combinations_with_replacement.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/exactly_one_err.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/diff.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/flatten_ok.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/extrema_set.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/format.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/grouping_map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/group_map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/groupbylazy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/intersperse.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/k_smallest.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/kmerge_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/lazy_buffer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/merge_join.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/minmax.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/multipeek_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/pad_tail.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/peek_nth.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/peeking_take_while.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/permutations.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/powerset.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/process_results_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/put_back_n_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/rciter_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/repeatn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/size_hint.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/sources.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/take_while_inclusive.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/tee.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/tuple_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/duplicates_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/unique_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/unziptuple.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/with_position.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/zip_eq_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/zip_longest.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/ziptuple.rs: diff --git a/target/debug/deps/itertools-72c2d6b8aef1b1c2.d b/target/debug/deps/itertools-72c2d6b8aef1b1c2.d new file mode 100644 index 0000000..f9aff0d --- /dev/null +++ b/target/debug/deps/itertools-72c2d6b8aef1b1c2.d @@ -0,0 +1,52 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/itertools-72c2d6b8aef1b1c2.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/impl_macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/coalesce.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/multi_product.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/either_or_both.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/free.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/concat_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/cons_tuples_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/combinations.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/combinations_with_replacement.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/exactly_one_err.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/diff.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/flatten_ok.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/extrema_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/format.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/grouping_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/group_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/groupbylazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/intersperse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/k_smallest.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/kmerge_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/lazy_buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/merge_join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/minmax.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/multipeek_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/pad_tail.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/peek_nth.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/peeking_take_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/permutations.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/powerset.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/process_results_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/put_back_n_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/rciter_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/repeatn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/size_hint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/sources.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/take_while_inclusive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/tee.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/tuple_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/duplicates_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/unique_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/unziptuple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/with_position.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/zip_eq_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/zip_longest.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/ziptuple.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libitertools-72c2d6b8aef1b1c2.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/impl_macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/coalesce.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/multi_product.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/either_or_both.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/free.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/concat_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/cons_tuples_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/combinations.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/combinations_with_replacement.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/exactly_one_err.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/diff.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/flatten_ok.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/extrema_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/format.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/grouping_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/group_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/groupbylazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/intersperse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/k_smallest.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/kmerge_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/lazy_buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/merge_join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/minmax.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/multipeek_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/pad_tail.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/peek_nth.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/peeking_take_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/permutations.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/powerset.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/process_results_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/put_back_n_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/rciter_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/repeatn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/size_hint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/sources.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/take_while_inclusive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/tee.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/tuple_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/duplicates_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/unique_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/unziptuple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/with_position.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/zip_eq_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/zip_longest.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/ziptuple.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/impl_macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/coalesce.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/multi_product.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/either_or_both.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/free.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/concat_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/cons_tuples_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/combinations.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/combinations_with_replacement.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/exactly_one_err.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/diff.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/flatten_ok.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/extrema_set.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/format.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/grouping_map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/group_map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/groupbylazy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/intersperse.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/k_smallest.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/kmerge_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/lazy_buffer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/merge_join.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/minmax.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/multipeek_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/pad_tail.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/peek_nth.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/peeking_take_while.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/permutations.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/powerset.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/process_results_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/put_back_n_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/rciter_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/repeatn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/size_hint.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/sources.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/take_while_inclusive.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/tee.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/tuple_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/duplicates_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/unique_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/unziptuple.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/with_position.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/zip_eq_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/zip_longest.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/ziptuple.rs: diff --git a/target/debug/deps/itertools-a00f5846643222cb.d b/target/debug/deps/itertools-a00f5846643222cb.d new file mode 100644 index 0000000..bc86dd6 --- /dev/null +++ b/target/debug/deps/itertools-a00f5846643222cb.d @@ -0,0 +1,52 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/itertools-a00f5846643222cb.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/impl_macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/coalesce.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/multi_product.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/either_or_both.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/free.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/concat_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/cons_tuples_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/combinations.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/combinations_with_replacement.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/exactly_one_err.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/diff.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/flatten_ok.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/extrema_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/format.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/grouping_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/group_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/groupbylazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/intersperse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/k_smallest.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/kmerge_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/lazy_buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/merge_join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/minmax.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/multipeek_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/pad_tail.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/peek_nth.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/peeking_take_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/permutations.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/powerset.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/process_results_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/put_back_n_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/rciter_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/repeatn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/size_hint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/sources.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/take_while_inclusive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/tee.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/tuple_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/duplicates_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/unique_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/unziptuple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/with_position.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/zip_eq_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/zip_longest.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/ziptuple.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libitertools-a00f5846643222cb.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/impl_macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/coalesce.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/multi_product.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/either_or_both.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/free.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/concat_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/cons_tuples_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/combinations.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/combinations_with_replacement.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/exactly_one_err.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/diff.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/flatten_ok.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/extrema_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/format.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/grouping_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/group_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/groupbylazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/intersperse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/k_smallest.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/kmerge_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/lazy_buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/merge_join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/minmax.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/multipeek_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/pad_tail.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/peek_nth.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/peeking_take_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/permutations.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/powerset.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/process_results_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/put_back_n_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/rciter_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/repeatn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/size_hint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/sources.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/take_while_inclusive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/tee.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/tuple_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/duplicates_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/unique_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/unziptuple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/with_position.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/zip_eq_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/zip_longest.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/ziptuple.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/impl_macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/coalesce.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/multi_product.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/either_or_both.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/free.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/concat_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/cons_tuples_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/combinations.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/combinations_with_replacement.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/exactly_one_err.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/diff.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/flatten_ok.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/extrema_set.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/format.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/grouping_map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/group_map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/groupbylazy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/intersperse.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/k_smallest.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/kmerge_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/lazy_buffer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/merge_join.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/minmax.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/multipeek_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/pad_tail.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/peek_nth.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/peeking_take_while.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/permutations.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/powerset.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/process_results_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/put_back_n_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/rciter_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/repeatn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/size_hint.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/sources.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/take_while_inclusive.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/tee.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/tuple_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/duplicates_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/unique_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/unziptuple.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/with_position.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/zip_eq_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/zip_longest.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/ziptuple.rs: diff --git a/target/debug/deps/itertools-d6418d36c83031ff.d b/target/debug/deps/itertools-d6418d36c83031ff.d new file mode 100644 index 0000000..d2a25fd --- /dev/null +++ b/target/debug/deps/itertools-d6418d36c83031ff.d @@ -0,0 +1,54 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/itertools-d6418d36c83031ff.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/impl_macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/coalesce.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/multi_product.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/either_or_both.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/free.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/concat_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/cons_tuples_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/combinations.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/combinations_with_replacement.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/exactly_one_err.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/diff.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/flatten_ok.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/extrema_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/format.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/grouping_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/group_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/groupbylazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/intersperse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/k_smallest.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/kmerge_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/lazy_buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/merge_join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/minmax.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/multipeek_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/pad_tail.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/peek_nth.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/peeking_take_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/permutations.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/powerset.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/process_results_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/put_back_n_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/rciter_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/repeatn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/size_hint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/sources.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/take_while_inclusive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/tee.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/tuple_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/duplicates_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/unique_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/unziptuple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/with_position.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/zip_eq_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/zip_longest.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/ziptuple.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libitertools-d6418d36c83031ff.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/impl_macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/coalesce.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/multi_product.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/either_or_both.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/free.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/concat_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/cons_tuples_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/combinations.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/combinations_with_replacement.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/exactly_one_err.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/diff.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/flatten_ok.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/extrema_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/format.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/grouping_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/group_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/groupbylazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/intersperse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/k_smallest.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/kmerge_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/lazy_buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/merge_join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/minmax.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/multipeek_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/pad_tail.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/peek_nth.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/peeking_take_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/permutations.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/powerset.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/process_results_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/put_back_n_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/rciter_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/repeatn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/size_hint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/sources.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/take_while_inclusive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/tee.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/tuple_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/duplicates_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/unique_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/unziptuple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/with_position.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/zip_eq_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/zip_longest.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/ziptuple.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libitertools-d6418d36c83031ff.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/impl_macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/coalesce.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/multi_product.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/either_or_both.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/free.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/concat_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/cons_tuples_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/combinations.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/combinations_with_replacement.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/exactly_one_err.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/diff.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/flatten_ok.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/extrema_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/format.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/grouping_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/group_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/groupbylazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/intersperse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/k_smallest.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/kmerge_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/lazy_buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/merge_join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/minmax.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/multipeek_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/pad_tail.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/peek_nth.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/peeking_take_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/permutations.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/powerset.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/process_results_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/put_back_n_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/rciter_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/repeatn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/size_hint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/sources.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/take_while_inclusive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/tee.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/tuple_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/duplicates_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/unique_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/unziptuple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/with_position.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/zip_eq_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/zip_longest.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/ziptuple.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/impl_macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/coalesce.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/adaptors/multi_product.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/either_or_both.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/free.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/concat_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/cons_tuples_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/combinations.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/combinations_with_replacement.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/exactly_one_err.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/diff.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/flatten_ok.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/extrema_set.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/format.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/grouping_map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/group_map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/groupbylazy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/intersperse.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/k_smallest.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/kmerge_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/lazy_buffer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/merge_join.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/minmax.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/multipeek_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/pad_tail.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/peek_nth.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/peeking_take_while.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/permutations.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/powerset.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/process_results_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/put_back_n_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/rciter_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/repeatn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/size_hint.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/sources.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/take_while_inclusive.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/tee.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/tuple_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/duplicates_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/unique_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/unziptuple.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/with_position.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/zip_eq_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/zip_longest.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.11.0/src/ziptuple.rs: diff --git a/target/debug/deps/itoa-43412b7a2b97f0dd.d b/target/debug/deps/itoa-43412b7a2b97f0dd.d new file mode 100644 index 0000000..26b0647 --- /dev/null +++ b/target/debug/deps/itoa-43412b7a2b97f0dd.d @@ -0,0 +1,6 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/itoa-43412b7a2b97f0dd.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/src/u128_ext.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libitoa-43412b7a2b97f0dd.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/src/u128_ext.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/src/u128_ext.rs: diff --git a/target/debug/deps/itoa-b651b9bae368831f.d b/target/debug/deps/itoa-b651b9bae368831f.d new file mode 100644 index 0000000..bbbf9a8 --- /dev/null +++ b/target/debug/deps/itoa-b651b9bae368831f.d @@ -0,0 +1,8 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/itoa-b651b9bae368831f.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/src/u128_ext.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libitoa-b651b9bae368831f.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/src/u128_ext.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libitoa-b651b9bae368831f.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/src/u128_ext.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/src/u128_ext.rs: diff --git a/target/debug/deps/jobserver-d10de01c88792b10.d b/target/debug/deps/jobserver-d10de01c88792b10.d new file mode 100644 index 0000000..06bc877 --- /dev/null +++ b/target/debug/deps/jobserver-d10de01c88792b10.d @@ -0,0 +1,9 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/jobserver-d10de01c88792b10.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.34/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.34/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.34/src/unix.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libjobserver-d10de01c88792b10.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.34/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.34/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.34/src/unix.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libjobserver-d10de01c88792b10.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.34/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.34/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.34/src/unix.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.34/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.34/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.34/src/unix.rs: diff --git a/target/debug/deps/jsonwebtoken-667d004cbee89b6e.d b/target/debug/deps/jsonwebtoken-667d004cbee89b6e.d new file mode 100644 index 0000000..14355b5 --- /dev/null +++ b/target/debug/deps/jsonwebtoken-667d004cbee89b6e.d @@ -0,0 +1,19 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/jsonwebtoken-667d004cbee89b6e.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-9.3.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-9.3.1/src/algorithms.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-9.3.1/src/crypto/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-9.3.1/src/crypto/ecdsa.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-9.3.1/src/crypto/eddsa.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-9.3.1/src/crypto/rsa.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-9.3.1/src/decoding.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-9.3.1/src/encoding.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-9.3.1/src/errors.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-9.3.1/src/header.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-9.3.1/src/jwk.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-9.3.1/src/pem/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-9.3.1/src/pem/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-9.3.1/src/serialization.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-9.3.1/src/validation.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libjsonwebtoken-667d004cbee89b6e.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-9.3.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-9.3.1/src/algorithms.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-9.3.1/src/crypto/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-9.3.1/src/crypto/ecdsa.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-9.3.1/src/crypto/eddsa.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-9.3.1/src/crypto/rsa.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-9.3.1/src/decoding.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-9.3.1/src/encoding.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-9.3.1/src/errors.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-9.3.1/src/header.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-9.3.1/src/jwk.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-9.3.1/src/pem/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-9.3.1/src/pem/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-9.3.1/src/serialization.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-9.3.1/src/validation.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-9.3.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-9.3.1/src/algorithms.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-9.3.1/src/crypto/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-9.3.1/src/crypto/ecdsa.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-9.3.1/src/crypto/eddsa.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-9.3.1/src/crypto/rsa.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-9.3.1/src/decoding.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-9.3.1/src/encoding.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-9.3.1/src/errors.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-9.3.1/src/header.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-9.3.1/src/jwk.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-9.3.1/src/pem/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-9.3.1/src/pem/decoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-9.3.1/src/serialization.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-9.3.1/src/validation.rs: diff --git a/target/debug/deps/lazy_static-1e9fe774d6c0ed40.d b/target/debug/deps/lazy_static-1e9fe774d6c0ed40.d new file mode 100644 index 0000000..ea793aa --- /dev/null +++ b/target/debug/deps/lazy_static-1e9fe774d6c0ed40.d @@ -0,0 +1,8 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/lazy_static-1e9fe774d6c0ed40.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/inline_lazy.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/liblazy_static-1e9fe774d6c0ed40.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/inline_lazy.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/liblazy_static-1e9fe774d6c0ed40.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/inline_lazy.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/inline_lazy.rs: diff --git a/target/debug/deps/lazy_static-9bf3f646e7e24520.d b/target/debug/deps/lazy_static-9bf3f646e7e24520.d new file mode 100644 index 0000000..e254821 --- /dev/null +++ b/target/debug/deps/lazy_static-9bf3f646e7e24520.d @@ -0,0 +1,6 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/lazy_static-9bf3f646e7e24520.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/inline_lazy.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/liblazy_static-9bf3f646e7e24520.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/inline_lazy.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/inline_lazy.rs: diff --git a/target/debug/deps/libadler2-8ddbfa9477eb984f.rmeta b/target/debug/deps/libadler2-8ddbfa9477eb984f.rmeta new file mode 100644 index 0000000..0d13408 Binary files /dev/null and b/target/debug/deps/libadler2-8ddbfa9477eb984f.rmeta differ diff --git a/target/debug/deps/libaho_corasick-a7ce7b50767babf7.rlib b/target/debug/deps/libaho_corasick-a7ce7b50767babf7.rlib new file mode 100644 index 0000000..b8d489b Binary files /dev/null and b/target/debug/deps/libaho_corasick-a7ce7b50767babf7.rlib differ diff --git a/target/debug/deps/libaho_corasick-a7ce7b50767babf7.rmeta b/target/debug/deps/libaho_corasick-a7ce7b50767babf7.rmeta new file mode 100644 index 0000000..86b7e95 Binary files /dev/null and b/target/debug/deps/libaho_corasick-a7ce7b50767babf7.rmeta differ diff --git a/target/debug/deps/libaho_corasick-b6ee86722d397190.rmeta b/target/debug/deps/libaho_corasick-b6ee86722d397190.rmeta new file mode 100644 index 0000000..3ce4b0e Binary files /dev/null and b/target/debug/deps/libaho_corasick-b6ee86722d397190.rmeta differ diff --git a/target/debug/deps/liballoc_no_stdlib-b9128e3f875e2a14.rmeta b/target/debug/deps/liballoc_no_stdlib-b9128e3f875e2a14.rmeta new file mode 100644 index 0000000..c863dd2 Binary files /dev/null and b/target/debug/deps/liballoc_no_stdlib-b9128e3f875e2a14.rmeta differ diff --git a/target/debug/deps/liballoc_stdlib-76cd445cf7ea7303.rmeta b/target/debug/deps/liballoc_stdlib-76cd445cf7ea7303.rmeta new file mode 100644 index 0000000..fad0643 Binary files /dev/null and b/target/debug/deps/liballoc_stdlib-76cd445cf7ea7303.rmeta differ diff --git a/target/debug/deps/liballocator_api2-00a55c07d0ea4ce1.rmeta b/target/debug/deps/liballocator_api2-00a55c07d0ea4ce1.rmeta new file mode 100644 index 0000000..6b3730f Binary files /dev/null and b/target/debug/deps/liballocator_api2-00a55c07d0ea4ce1.rmeta differ diff --git a/target/debug/deps/liballocator_api2-85a399445ce20b47.rlib b/target/debug/deps/liballocator_api2-85a399445ce20b47.rlib new file mode 100644 index 0000000..752da06 Binary files /dev/null and b/target/debug/deps/liballocator_api2-85a399445ce20b47.rlib differ diff --git a/target/debug/deps/liballocator_api2-85a399445ce20b47.rmeta b/target/debug/deps/liballocator_api2-85a399445ce20b47.rmeta new file mode 100644 index 0000000..9b19ebd Binary files /dev/null and b/target/debug/deps/liballocator_api2-85a399445ce20b47.rmeta differ diff --git a/target/debug/deps/libanyhow-9edfc87a42980078.rlib b/target/debug/deps/libanyhow-9edfc87a42980078.rlib new file mode 100644 index 0000000..4764ab5 Binary files /dev/null and b/target/debug/deps/libanyhow-9edfc87a42980078.rlib differ diff --git a/target/debug/deps/libanyhow-9edfc87a42980078.rmeta b/target/debug/deps/libanyhow-9edfc87a42980078.rmeta new file mode 100644 index 0000000..8d8d047 Binary files /dev/null and b/target/debug/deps/libanyhow-9edfc87a42980078.rmeta differ diff --git a/target/debug/deps/libarc_swap-b43c6966631aebfb.rlib b/target/debug/deps/libarc_swap-b43c6966631aebfb.rlib new file mode 100644 index 0000000..84db6a3 Binary files /dev/null and b/target/debug/deps/libarc_swap-b43c6966631aebfb.rlib differ diff --git a/target/debug/deps/libarc_swap-b43c6966631aebfb.rmeta b/target/debug/deps/libarc_swap-b43c6966631aebfb.rmeta new file mode 100644 index 0000000..62b9919 Binary files /dev/null and b/target/debug/deps/libarc_swap-b43c6966631aebfb.rmeta differ diff --git a/target/debug/deps/libarc_swap-f5cf64692a5c2bae.rmeta b/target/debug/deps/libarc_swap-f5cf64692a5c2bae.rmeta new file mode 100644 index 0000000..893bec6 Binary files /dev/null and b/target/debug/deps/libarc_swap-f5cf64692a5c2bae.rmeta differ diff --git a/target/debug/deps/libascii_utils-69a3dad4e076fc6b.rmeta b/target/debug/deps/libascii_utils-69a3dad4e076fc6b.rmeta new file mode 100644 index 0000000..1b889ba Binary files /dev/null and b/target/debug/deps/libascii_utils-69a3dad4e076fc6b.rmeta differ diff --git a/target/debug/deps/libasync_compression-9a299849b0562ac3.rmeta b/target/debug/deps/libasync_compression-9a299849b0562ac3.rmeta new file mode 100644 index 0000000..5ec1efc Binary files /dev/null and b/target/debug/deps/libasync_compression-9a299849b0562ac3.rmeta differ diff --git a/target/debug/deps/libasync_compression-cb27a862a3735edc.rmeta b/target/debug/deps/libasync_compression-cb27a862a3735edc.rmeta new file mode 100644 index 0000000..833f844 Binary files /dev/null and b/target/debug/deps/libasync_compression-cb27a862a3735edc.rmeta differ diff --git a/target/debug/deps/libasync_graphql_derive-40fd733d0651b2fa.so b/target/debug/deps/libasync_graphql_derive-40fd733d0651b2fa.so new file mode 100755 index 0000000..fd8c9b7 Binary files /dev/null and b/target/debug/deps/libasync_graphql_derive-40fd733d0651b2fa.so differ diff --git a/target/debug/deps/libasync_graphql_parser-27df6d4b17125af3.rlib b/target/debug/deps/libasync_graphql_parser-27df6d4b17125af3.rlib new file mode 100644 index 0000000..d731f38 Binary files /dev/null and b/target/debug/deps/libasync_graphql_parser-27df6d4b17125af3.rlib differ diff --git a/target/debug/deps/libasync_graphql_parser-27df6d4b17125af3.rmeta b/target/debug/deps/libasync_graphql_parser-27df6d4b17125af3.rmeta new file mode 100644 index 0000000..d741c77 Binary files /dev/null and b/target/debug/deps/libasync_graphql_parser-27df6d4b17125af3.rmeta differ diff --git a/target/debug/deps/libasync_graphql_parser-7c0a64362af90853.rmeta b/target/debug/deps/libasync_graphql_parser-7c0a64362af90853.rmeta new file mode 100644 index 0000000..aa76194 Binary files /dev/null and b/target/debug/deps/libasync_graphql_parser-7c0a64362af90853.rmeta differ diff --git a/target/debug/deps/libasync_graphql_value-b23cf2cd9a811f3c.rmeta b/target/debug/deps/libasync_graphql_value-b23cf2cd9a811f3c.rmeta new file mode 100644 index 0000000..ae5abb5 Binary files /dev/null and b/target/debug/deps/libasync_graphql_value-b23cf2cd9a811f3c.rmeta differ diff --git a/target/debug/deps/libasync_graphql_value-d61656691983ed26.rlib b/target/debug/deps/libasync_graphql_value-d61656691983ed26.rlib new file mode 100644 index 0000000..4da7072 Binary files /dev/null and b/target/debug/deps/libasync_graphql_value-d61656691983ed26.rlib differ diff --git a/target/debug/deps/libasync_graphql_value-d61656691983ed26.rmeta b/target/debug/deps/libasync_graphql_value-d61656691983ed26.rmeta new file mode 100644 index 0000000..30fe10b Binary files /dev/null and b/target/debug/deps/libasync_graphql_value-d61656691983ed26.rmeta differ diff --git a/target/debug/deps/libasync_io-c3a40dfb4c81bd62.rmeta b/target/debug/deps/libasync_io-c3a40dfb4c81bd62.rmeta new file mode 100644 index 0000000..34a8404 Binary files /dev/null and b/target/debug/deps/libasync_io-c3a40dfb4c81bd62.rmeta differ diff --git a/target/debug/deps/libasync_stream-651fa74d05e178fb.rmeta b/target/debug/deps/libasync_stream-651fa74d05e178fb.rmeta new file mode 100644 index 0000000..fdb1550 Binary files /dev/null and b/target/debug/deps/libasync_stream-651fa74d05e178fb.rmeta differ diff --git a/target/debug/deps/libasync_stream_impl-e4303d2ba9bf2c5e.so b/target/debug/deps/libasync_stream_impl-e4303d2ba9bf2c5e.so new file mode 100755 index 0000000..b366b53 Binary files /dev/null and b/target/debug/deps/libasync_stream_impl-e4303d2ba9bf2c5e.so differ diff --git a/target/debug/deps/libasync_trait-bd0d8c07b97d5117.so b/target/debug/deps/libasync_trait-bd0d8c07b97d5117.so new file mode 100755 index 0000000..58feb44 Binary files /dev/null and b/target/debug/deps/libasync_trait-bd0d8c07b97d5117.so differ diff --git a/target/debug/deps/libasynk_strim-b2e95fad30b4c0dc.rmeta b/target/debug/deps/libasynk_strim-b2e95fad30b4c0dc.rmeta new file mode 100644 index 0000000..3514fe2 Binary files /dev/null and b/target/debug/deps/libasynk_strim-b2e95fad30b4c0dc.rmeta differ diff --git a/target/debug/deps/libatoi-178af15f50b654e4.rmeta b/target/debug/deps/libatoi-178af15f50b654e4.rmeta new file mode 100644 index 0000000..42c0f95 Binary files /dev/null and b/target/debug/deps/libatoi-178af15f50b654e4.rmeta differ diff --git a/target/debug/deps/libatoi-3294157af90bf18f.rlib b/target/debug/deps/libatoi-3294157af90bf18f.rlib new file mode 100644 index 0000000..aa1eff8 Binary files /dev/null and b/target/debug/deps/libatoi-3294157af90bf18f.rlib differ diff --git a/target/debug/deps/libatoi-3294157af90bf18f.rmeta b/target/debug/deps/libatoi-3294157af90bf18f.rmeta new file mode 100644 index 0000000..0f81060 Binary files /dev/null and b/target/debug/deps/libatoi-3294157af90bf18f.rmeta differ diff --git a/target/debug/deps/libatomic_waker-5d2db5f7d9229e4e.rmeta b/target/debug/deps/libatomic_waker-5d2db5f7d9229e4e.rmeta new file mode 100644 index 0000000..ae4e691 Binary files /dev/null and b/target/debug/deps/libatomic_waker-5d2db5f7d9229e4e.rmeta differ diff --git a/target/debug/deps/libautocfg-38d501c17e68b38c.rlib b/target/debug/deps/libautocfg-38d501c17e68b38c.rlib new file mode 100644 index 0000000..bb52091 Binary files /dev/null and b/target/debug/deps/libautocfg-38d501c17e68b38c.rlib differ diff --git a/target/debug/deps/libautocfg-38d501c17e68b38c.rmeta b/target/debug/deps/libautocfg-38d501c17e68b38c.rmeta new file mode 100644 index 0000000..3a589bf Binary files /dev/null and b/target/debug/deps/libautocfg-38d501c17e68b38c.rmeta differ diff --git a/target/debug/deps/libaxum-4c2d09af0139c4f5.rmeta b/target/debug/deps/libaxum-4c2d09af0139c4f5.rmeta new file mode 100644 index 0000000..b4da2d2 Binary files /dev/null and b/target/debug/deps/libaxum-4c2d09af0139c4f5.rmeta differ diff --git a/target/debug/deps/libaxum-81c716d4a29e9aeb.rmeta b/target/debug/deps/libaxum-81c716d4a29e9aeb.rmeta new file mode 100644 index 0000000..25d3e75 Binary files /dev/null and b/target/debug/deps/libaxum-81c716d4a29e9aeb.rmeta differ diff --git a/target/debug/deps/libaxum_core-2f2f8745eff4531f.rmeta b/target/debug/deps/libaxum_core-2f2f8745eff4531f.rmeta new file mode 100644 index 0000000..2cd33fb Binary files /dev/null and b/target/debug/deps/libaxum_core-2f2f8745eff4531f.rmeta differ diff --git a/target/debug/deps/libaxum_core-3f902f36e88c746a.rmeta b/target/debug/deps/libaxum_core-3f902f36e88c746a.rmeta new file mode 100644 index 0000000..e450dfe Binary files /dev/null and b/target/debug/deps/libaxum_core-3f902f36e88c746a.rmeta differ diff --git a/target/debug/deps/libbase62-62a7323a56eb88eb.rlib b/target/debug/deps/libbase62-62a7323a56eb88eb.rlib new file mode 100644 index 0000000..a6a2482 Binary files /dev/null and b/target/debug/deps/libbase62-62a7323a56eb88eb.rlib differ diff --git a/target/debug/deps/libbase62-62a7323a56eb88eb.rmeta b/target/debug/deps/libbase62-62a7323a56eb88eb.rmeta new file mode 100644 index 0000000..fad2ad0 Binary files /dev/null and b/target/debug/deps/libbase62-62a7323a56eb88eb.rmeta differ diff --git a/target/debug/deps/libbase62-6e3afbd3f16809fb.rmeta b/target/debug/deps/libbase62-6e3afbd3f16809fb.rmeta new file mode 100644 index 0000000..e5a5097 Binary files /dev/null and b/target/debug/deps/libbase62-6e3afbd3f16809fb.rmeta differ diff --git a/target/debug/deps/libbase64-3e7b6dc5f7ff67f0.rlib b/target/debug/deps/libbase64-3e7b6dc5f7ff67f0.rlib new file mode 100644 index 0000000..00d5ac6 Binary files /dev/null and b/target/debug/deps/libbase64-3e7b6dc5f7ff67f0.rlib differ diff --git a/target/debug/deps/libbase64-3e7b6dc5f7ff67f0.rmeta b/target/debug/deps/libbase64-3e7b6dc5f7ff67f0.rmeta new file mode 100644 index 0000000..58f8bea Binary files /dev/null and b/target/debug/deps/libbase64-3e7b6dc5f7ff67f0.rmeta differ diff --git a/target/debug/deps/libbase64-77885587371c3c70.rmeta b/target/debug/deps/libbase64-77885587371c3c70.rmeta new file mode 100644 index 0000000..0e8e67d Binary files /dev/null and b/target/debug/deps/libbase64-77885587371c3c70.rmeta differ diff --git a/target/debug/deps/libbase64-b8865c9f380473df.rmeta b/target/debug/deps/libbase64-b8865c9f380473df.rmeta new file mode 100644 index 0000000..038bb4f Binary files /dev/null and b/target/debug/deps/libbase64-b8865c9f380473df.rmeta differ diff --git a/target/debug/deps/libbitflags-21034579cd4f0859.rmeta b/target/debug/deps/libbitflags-21034579cd4f0859.rmeta new file mode 100644 index 0000000..c7e1b7b Binary files /dev/null and b/target/debug/deps/libbitflags-21034579cd4f0859.rmeta differ diff --git a/target/debug/deps/libbitflags-8d25b584161fdc54.rlib b/target/debug/deps/libbitflags-8d25b584161fdc54.rlib new file mode 100644 index 0000000..20e569b Binary files /dev/null and b/target/debug/deps/libbitflags-8d25b584161fdc54.rlib differ diff --git a/target/debug/deps/libbitflags-8d25b584161fdc54.rmeta b/target/debug/deps/libbitflags-8d25b584161fdc54.rmeta new file mode 100644 index 0000000..4a6ba2e Binary files /dev/null and b/target/debug/deps/libbitflags-8d25b584161fdc54.rmeta differ diff --git a/target/debug/deps/libbitflags-c10f145ac5d2b8b0.rmeta b/target/debug/deps/libbitflags-c10f145ac5d2b8b0.rmeta new file mode 100644 index 0000000..9449caa Binary files /dev/null and b/target/debug/deps/libbitflags-c10f145ac5d2b8b0.rmeta differ diff --git a/target/debug/deps/libblock_buffer-1cd5b47318c3cb74.rmeta b/target/debug/deps/libblock_buffer-1cd5b47318c3cb74.rmeta new file mode 100644 index 0000000..714a307 Binary files /dev/null and b/target/debug/deps/libblock_buffer-1cd5b47318c3cb74.rmeta differ diff --git a/target/debug/deps/libblock_buffer-2249699db01462c5.rlib b/target/debug/deps/libblock_buffer-2249699db01462c5.rlib new file mode 100644 index 0000000..5404c2e Binary files /dev/null and b/target/debug/deps/libblock_buffer-2249699db01462c5.rlib differ diff --git a/target/debug/deps/libblock_buffer-2249699db01462c5.rmeta b/target/debug/deps/libblock_buffer-2249699db01462c5.rmeta new file mode 100644 index 0000000..74f40f8 Binary files /dev/null and b/target/debug/deps/libblock_buffer-2249699db01462c5.rmeta differ diff --git a/target/debug/deps/libbrotli-45afdaa9e5ee9fbb.rmeta b/target/debug/deps/libbrotli-45afdaa9e5ee9fbb.rmeta new file mode 100644 index 0000000..7ad13b4 Binary files /dev/null and b/target/debug/deps/libbrotli-45afdaa9e5ee9fbb.rmeta differ diff --git a/target/debug/deps/libbrotli_decompressor-7da22279429ee382.rmeta b/target/debug/deps/libbrotli_decompressor-7da22279429ee382.rmeta new file mode 100644 index 0000000..848dc16 Binary files /dev/null and b/target/debug/deps/libbrotli_decompressor-7da22279429ee382.rmeta differ diff --git a/target/debug/deps/libbstr-c68cfdb4af1140f3.rlib b/target/debug/deps/libbstr-c68cfdb4af1140f3.rlib new file mode 100644 index 0000000..8c065b4 Binary files /dev/null and b/target/debug/deps/libbstr-c68cfdb4af1140f3.rlib differ diff --git a/target/debug/deps/libbstr-c68cfdb4af1140f3.rmeta b/target/debug/deps/libbstr-c68cfdb4af1140f3.rmeta new file mode 100644 index 0000000..cb53263 Binary files /dev/null and b/target/debug/deps/libbstr-c68cfdb4af1140f3.rmeta differ diff --git a/target/debug/deps/libbstr-e87ad8d898ed10be.rmeta b/target/debug/deps/libbstr-e87ad8d898ed10be.rmeta new file mode 100644 index 0000000..9da642c Binary files /dev/null and b/target/debug/deps/libbstr-e87ad8d898ed10be.rmeta differ diff --git a/target/debug/deps/libbyteorder-694546da291939c4.rmeta b/target/debug/deps/libbyteorder-694546da291939c4.rmeta new file mode 100644 index 0000000..e09367f Binary files /dev/null and b/target/debug/deps/libbyteorder-694546da291939c4.rmeta differ diff --git a/target/debug/deps/libbytes-1c9072c93a1e4c72.rlib b/target/debug/deps/libbytes-1c9072c93a1e4c72.rlib new file mode 100644 index 0000000..3aad244 Binary files /dev/null and b/target/debug/deps/libbytes-1c9072c93a1e4c72.rlib differ diff --git a/target/debug/deps/libbytes-1c9072c93a1e4c72.rmeta b/target/debug/deps/libbytes-1c9072c93a1e4c72.rmeta new file mode 100644 index 0000000..f44d810 Binary files /dev/null and b/target/debug/deps/libbytes-1c9072c93a1e4c72.rmeta differ diff --git a/target/debug/deps/libbytes-22e51706ccb8b8a5.rmeta b/target/debug/deps/libbytes-22e51706ccb8b8a5.rmeta new file mode 100644 index 0000000..ac9cd1d Binary files /dev/null and b/target/debug/deps/libbytes-22e51706ccb8b8a5.rmeta differ diff --git a/target/debug/deps/libbytes-b630d5ed9dfc2f36.rmeta b/target/debug/deps/libbytes-b630d5ed9dfc2f36.rmeta new file mode 100644 index 0000000..6d9a594 Binary files /dev/null and b/target/debug/deps/libbytes-b630d5ed9dfc2f36.rmeta differ diff --git a/target/debug/deps/libc-08ff5286b4aaf65e.d b/target/debug/deps/libc-08ff5286b4aaf65e.d new file mode 100644 index 0000000..e4e0286 --- /dev/null +++ b/target/debug/deps/libc-08ff5286b4aaf65e.d @@ -0,0 +1,41 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libc-08ff5286b4aaf65e.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/common/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/common/linux_like/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/common/linux_like/pthread.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/common/posix/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/common/posix/pthread.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/common/posix/unistd.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/can.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/can/bcm.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/can/j1939.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/can/raw.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/keyctl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/membarrier.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/netlink.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/posix/unistd.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/sysdeps/nptl/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/sysdeps/nptl/pthread.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/sysdeps/unix/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/sysdeps/unix/linux/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/sysdeps/unix/linux/net/route.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/primitives.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/arch/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux_l4re_shared.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/gnu/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/gnu/b64/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/gnu/b64/x86_64/not_x32.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/arch/generic/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/types.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/liblibc-08ff5286b4aaf65e.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/common/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/common/linux_like/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/common/linux_like/pthread.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/common/posix/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/common/posix/pthread.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/common/posix/unistd.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/can.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/can/bcm.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/can/j1939.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/can/raw.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/keyctl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/membarrier.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/netlink.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/posix/unistd.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/sysdeps/nptl/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/sysdeps/nptl/pthread.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/sysdeps/unix/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/sysdeps/unix/linux/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/sysdeps/unix/linux/net/route.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/primitives.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/arch/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux_l4re_shared.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/gnu/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/gnu/b64/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/gnu/b64/x86_64/not_x32.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/arch/generic/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/types.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/common/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/common/linux_like/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/common/linux_like/pthread.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/common/posix/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/common/posix/pthread.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/common/posix/unistd.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/can.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/can/bcm.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/can/j1939.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/can/raw.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/keyctl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/membarrier.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/netlink.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/posix/unistd.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/sysdeps/nptl/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/sysdeps/nptl/pthread.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/sysdeps/unix/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/sysdeps/unix/linux/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/sysdeps/unix/linux/net/route.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/primitives.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/arch/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux_l4re_shared.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/gnu/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/gnu/b64/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/gnu/b64/x86_64/not_x32.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/arch/generic/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/types.rs: diff --git a/target/debug/deps/libc-5862a3a2d44840cd.d b/target/debug/deps/libc-5862a3a2d44840cd.d new file mode 100644 index 0000000..2064115 --- /dev/null +++ b/target/debug/deps/libc-5862a3a2d44840cd.d @@ -0,0 +1,43 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libc-5862a3a2d44840cd.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/common/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/common/linux_like/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/common/linux_like/pthread.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/common/posix/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/common/posix/pthread.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/common/posix/unistd.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/can.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/can/bcm.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/can/j1939.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/can/raw.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/keyctl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/membarrier.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/netlink.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/posix/unistd.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/sysdeps/nptl/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/sysdeps/nptl/pthread.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/sysdeps/unix/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/sysdeps/unix/linux/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/sysdeps/unix/linux/net/route.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/primitives.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/arch/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux_l4re_shared.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/gnu/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/gnu/b64/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/gnu/b64/x86_64/not_x32.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/arch/generic/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/types.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/liblibc-5862a3a2d44840cd.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/common/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/common/linux_like/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/common/linux_like/pthread.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/common/posix/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/common/posix/pthread.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/common/posix/unistd.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/can.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/can/bcm.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/can/j1939.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/can/raw.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/keyctl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/membarrier.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/netlink.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/posix/unistd.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/sysdeps/nptl/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/sysdeps/nptl/pthread.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/sysdeps/unix/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/sysdeps/unix/linux/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/sysdeps/unix/linux/net/route.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/primitives.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/arch/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux_l4re_shared.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/gnu/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/gnu/b64/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/gnu/b64/x86_64/not_x32.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/arch/generic/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/types.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/liblibc-5862a3a2d44840cd.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/common/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/common/linux_like/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/common/linux_like/pthread.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/common/posix/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/common/posix/pthread.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/common/posix/unistd.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/can.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/can/bcm.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/can/j1939.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/can/raw.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/keyctl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/membarrier.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/netlink.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/posix/unistd.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/sysdeps/nptl/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/sysdeps/nptl/pthread.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/sysdeps/unix/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/sysdeps/unix/linux/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/sysdeps/unix/linux/net/route.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/primitives.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/arch/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux_l4re_shared.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/gnu/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/gnu/b64/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/gnu/b64/x86_64/not_x32.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/arch/generic/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/types.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/common/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/common/linux_like/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/common/linux_like/pthread.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/common/posix/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/common/posix/pthread.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/common/posix/unistd.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/can.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/can/bcm.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/can/j1939.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/can/raw.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/keyctl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/membarrier.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/linux_uapi/linux/netlink.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/posix/unistd.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/sysdeps/nptl/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/sysdeps/nptl/pthread.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/sysdeps/unix/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/sysdeps/unix/linux/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/new/glibc/sysdeps/unix/linux/net/route.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/primitives.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/arch/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux_l4re_shared.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/gnu/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/gnu/b64/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/gnu/b64/x86_64/not_x32.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/unix/linux_like/linux/arch/generic/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/types.rs: diff --git a/target/debug/deps/libcc-1ad8d3286ed52826.rlib b/target/debug/deps/libcc-1ad8d3286ed52826.rlib new file mode 100644 index 0000000..495951a Binary files /dev/null and b/target/debug/deps/libcc-1ad8d3286ed52826.rlib differ diff --git a/target/debug/deps/libcc-1ad8d3286ed52826.rmeta b/target/debug/deps/libcc-1ad8d3286ed52826.rmeta new file mode 100644 index 0000000..df6e17a Binary files /dev/null and b/target/debug/deps/libcc-1ad8d3286ed52826.rmeta differ diff --git a/target/debug/deps/libcfg_if-b39a315480926510.rlib b/target/debug/deps/libcfg_if-b39a315480926510.rlib new file mode 100644 index 0000000..332537c Binary files /dev/null and b/target/debug/deps/libcfg_if-b39a315480926510.rlib differ diff --git a/target/debug/deps/libcfg_if-b39a315480926510.rmeta b/target/debug/deps/libcfg_if-b39a315480926510.rmeta new file mode 100644 index 0000000..62e5afa Binary files /dev/null and b/target/debug/deps/libcfg_if-b39a315480926510.rmeta differ diff --git a/target/debug/deps/libcfg_if-e720413b8edafa0a.rmeta b/target/debug/deps/libcfg_if-e720413b8edafa0a.rmeta new file mode 100644 index 0000000..4cbebc4 Binary files /dev/null and b/target/debug/deps/libcfg_if-e720413b8edafa0a.rmeta differ diff --git a/target/debug/deps/libchrono-5db5466516964d9e.rmeta b/target/debug/deps/libchrono-5db5466516964d9e.rmeta new file mode 100644 index 0000000..28dc780 Binary files /dev/null and b/target/debug/deps/libchrono-5db5466516964d9e.rmeta differ diff --git a/target/debug/deps/libchrono-b8905556bb597f3b.rmeta b/target/debug/deps/libchrono-b8905556bb597f3b.rmeta new file mode 100644 index 0000000..e7d55b8 Binary files /dev/null and b/target/debug/deps/libchrono-b8905556bb597f3b.rmeta differ diff --git a/target/debug/deps/libchrono_tz-9d6f23106f0156b5.rmeta b/target/debug/deps/libchrono_tz-9d6f23106f0156b5.rmeta new file mode 100644 index 0000000..fb06ebd Binary files /dev/null and b/target/debug/deps/libchrono_tz-9d6f23106f0156b5.rmeta differ diff --git a/target/debug/deps/libchrono_tz_build-159830ff46400dc4.rlib b/target/debug/deps/libchrono_tz_build-159830ff46400dc4.rlib new file mode 100644 index 0000000..2ddd366 Binary files /dev/null and b/target/debug/deps/libchrono_tz_build-159830ff46400dc4.rlib differ diff --git a/target/debug/deps/libchrono_tz_build-159830ff46400dc4.rmeta b/target/debug/deps/libchrono_tz_build-159830ff46400dc4.rmeta new file mode 100644 index 0000000..e32cf8b Binary files /dev/null and b/target/debug/deps/libchrono_tz_build-159830ff46400dc4.rmeta differ diff --git a/target/debug/deps/libcompression_codecs-270290ae057224e5.rmeta b/target/debug/deps/libcompression_codecs-270290ae057224e5.rmeta new file mode 100644 index 0000000..34a97cc Binary files /dev/null and b/target/debug/deps/libcompression_codecs-270290ae057224e5.rmeta differ diff --git a/target/debug/deps/libcompression_core-b67df853929a014b.rmeta b/target/debug/deps/libcompression_core-b67df853929a014b.rmeta new file mode 100644 index 0000000..0c21148 Binary files /dev/null and b/target/debug/deps/libcompression_core-b67df853929a014b.rmeta differ diff --git a/target/debug/deps/libconcurrent_queue-aafb83b9500e6df2.rmeta b/target/debug/deps/libconcurrent_queue-aafb83b9500e6df2.rmeta new file mode 100644 index 0000000..8330f44 Binary files /dev/null and b/target/debug/deps/libconcurrent_queue-aafb83b9500e6df2.rmeta differ diff --git a/target/debug/deps/libconcurrent_queue-e97b17c8b77a8061.rlib b/target/debug/deps/libconcurrent_queue-e97b17c8b77a8061.rlib new file mode 100644 index 0000000..bef867f Binary files /dev/null and b/target/debug/deps/libconcurrent_queue-e97b17c8b77a8061.rlib differ diff --git a/target/debug/deps/libconcurrent_queue-e97b17c8b77a8061.rmeta b/target/debug/deps/libconcurrent_queue-e97b17c8b77a8061.rmeta new file mode 100644 index 0000000..572c0d0 Binary files /dev/null and b/target/debug/deps/libconcurrent_queue-e97b17c8b77a8061.rmeta differ diff --git a/target/debug/deps/libcookie-0d50f12295a5b407.rmeta b/target/debug/deps/libcookie-0d50f12295a5b407.rmeta new file mode 100644 index 0000000..f5d5fac Binary files /dev/null and b/target/debug/deps/libcookie-0d50f12295a5b407.rmeta differ diff --git a/target/debug/deps/libcpufeatures-20e8ec0a2dd03289.rlib b/target/debug/deps/libcpufeatures-20e8ec0a2dd03289.rlib new file mode 100644 index 0000000..37ee931 Binary files /dev/null and b/target/debug/deps/libcpufeatures-20e8ec0a2dd03289.rlib differ diff --git a/target/debug/deps/libcpufeatures-20e8ec0a2dd03289.rmeta b/target/debug/deps/libcpufeatures-20e8ec0a2dd03289.rmeta new file mode 100644 index 0000000..461690e Binary files /dev/null and b/target/debug/deps/libcpufeatures-20e8ec0a2dd03289.rmeta differ diff --git a/target/debug/deps/libcpufeatures-716b7d326f337e94.rmeta b/target/debug/deps/libcpufeatures-716b7d326f337e94.rmeta new file mode 100644 index 0000000..8e26c82 Binary files /dev/null and b/target/debug/deps/libcpufeatures-716b7d326f337e94.rmeta differ diff --git a/target/debug/deps/libcrc-91e9b45033d93008.rlib b/target/debug/deps/libcrc-91e9b45033d93008.rlib new file mode 100644 index 0000000..22eb15e Binary files /dev/null and b/target/debug/deps/libcrc-91e9b45033d93008.rlib differ diff --git a/target/debug/deps/libcrc-91e9b45033d93008.rmeta b/target/debug/deps/libcrc-91e9b45033d93008.rmeta new file mode 100644 index 0000000..9d19160 Binary files /dev/null and b/target/debug/deps/libcrc-91e9b45033d93008.rmeta differ diff --git a/target/debug/deps/libcrc-fa67fc293c21bf61.rmeta b/target/debug/deps/libcrc-fa67fc293c21bf61.rmeta new file mode 100644 index 0000000..a4d79cd Binary files /dev/null and b/target/debug/deps/libcrc-fa67fc293c21bf61.rmeta differ diff --git a/target/debug/deps/libcrc32fast-69ea6609f925bfa8.rmeta b/target/debug/deps/libcrc32fast-69ea6609f925bfa8.rmeta new file mode 100644 index 0000000..b6aeebc Binary files /dev/null and b/target/debug/deps/libcrc32fast-69ea6609f925bfa8.rmeta differ diff --git a/target/debug/deps/libcrc_catalog-823615f0215e8730.rmeta b/target/debug/deps/libcrc_catalog-823615f0215e8730.rmeta new file mode 100644 index 0000000..5157052 Binary files /dev/null and b/target/debug/deps/libcrc_catalog-823615f0215e8730.rmeta differ diff --git a/target/debug/deps/libcrc_catalog-d9cd0273b16329ad.rlib b/target/debug/deps/libcrc_catalog-d9cd0273b16329ad.rlib new file mode 100644 index 0000000..884aac2 Binary files /dev/null and b/target/debug/deps/libcrc_catalog-d9cd0273b16329ad.rlib differ diff --git a/target/debug/deps/libcrc_catalog-d9cd0273b16329ad.rmeta b/target/debug/deps/libcrc_catalog-d9cd0273b16329ad.rmeta new file mode 100644 index 0000000..6d026ce Binary files /dev/null and b/target/debug/deps/libcrc_catalog-d9cd0273b16329ad.rmeta differ diff --git a/target/debug/deps/libcrossbeam_channel-764c9a8997e38996.rmeta b/target/debug/deps/libcrossbeam_channel-764c9a8997e38996.rmeta new file mode 100644 index 0000000..9b984ed Binary files /dev/null and b/target/debug/deps/libcrossbeam_channel-764c9a8997e38996.rmeta differ diff --git a/target/debug/deps/libcrossbeam_deque-39548485313d4b56.rmeta b/target/debug/deps/libcrossbeam_deque-39548485313d4b56.rmeta new file mode 100644 index 0000000..01a24da Binary files /dev/null and b/target/debug/deps/libcrossbeam_deque-39548485313d4b56.rmeta differ diff --git a/target/debug/deps/libcrossbeam_deque-8ca9216a5f658237.rmeta b/target/debug/deps/libcrossbeam_deque-8ca9216a5f658237.rmeta new file mode 100644 index 0000000..31892c3 Binary files /dev/null and b/target/debug/deps/libcrossbeam_deque-8ca9216a5f658237.rmeta differ diff --git a/target/debug/deps/libcrossbeam_deque-bdd3ae078c1d485e.rlib b/target/debug/deps/libcrossbeam_deque-bdd3ae078c1d485e.rlib new file mode 100644 index 0000000..4ec490a Binary files /dev/null and b/target/debug/deps/libcrossbeam_deque-bdd3ae078c1d485e.rlib differ diff --git a/target/debug/deps/libcrossbeam_deque-bdd3ae078c1d485e.rmeta b/target/debug/deps/libcrossbeam_deque-bdd3ae078c1d485e.rmeta new file mode 100644 index 0000000..5aca0ed Binary files /dev/null and b/target/debug/deps/libcrossbeam_deque-bdd3ae078c1d485e.rmeta differ diff --git a/target/debug/deps/libcrossbeam_deque-e642ccd24ba479a8.rlib b/target/debug/deps/libcrossbeam_deque-e642ccd24ba479a8.rlib new file mode 100644 index 0000000..f301453 Binary files /dev/null and b/target/debug/deps/libcrossbeam_deque-e642ccd24ba479a8.rlib differ diff --git a/target/debug/deps/libcrossbeam_deque-e642ccd24ba479a8.rmeta b/target/debug/deps/libcrossbeam_deque-e642ccd24ba479a8.rmeta new file mode 100644 index 0000000..cad45b3 Binary files /dev/null and b/target/debug/deps/libcrossbeam_deque-e642ccd24ba479a8.rmeta differ diff --git a/target/debug/deps/libcrossbeam_epoch-08bc5a9efa68b829.rlib b/target/debug/deps/libcrossbeam_epoch-08bc5a9efa68b829.rlib new file mode 100644 index 0000000..8e0fb0a Binary files /dev/null and b/target/debug/deps/libcrossbeam_epoch-08bc5a9efa68b829.rlib differ diff --git a/target/debug/deps/libcrossbeam_epoch-08bc5a9efa68b829.rmeta b/target/debug/deps/libcrossbeam_epoch-08bc5a9efa68b829.rmeta new file mode 100644 index 0000000..f0ad942 Binary files /dev/null and b/target/debug/deps/libcrossbeam_epoch-08bc5a9efa68b829.rmeta differ diff --git a/target/debug/deps/libcrossbeam_epoch-898edee4616dca8c.rmeta b/target/debug/deps/libcrossbeam_epoch-898edee4616dca8c.rmeta new file mode 100644 index 0000000..17d0573 Binary files /dev/null and b/target/debug/deps/libcrossbeam_epoch-898edee4616dca8c.rmeta differ diff --git a/target/debug/deps/libcrossbeam_epoch-99cd87a943521886.rlib b/target/debug/deps/libcrossbeam_epoch-99cd87a943521886.rlib new file mode 100644 index 0000000..1402d20 Binary files /dev/null and b/target/debug/deps/libcrossbeam_epoch-99cd87a943521886.rlib differ diff --git a/target/debug/deps/libcrossbeam_epoch-99cd87a943521886.rmeta b/target/debug/deps/libcrossbeam_epoch-99cd87a943521886.rmeta new file mode 100644 index 0000000..423cf6a Binary files /dev/null and b/target/debug/deps/libcrossbeam_epoch-99cd87a943521886.rmeta differ diff --git a/target/debug/deps/libcrossbeam_epoch-f1807dd5c08386fb.rmeta b/target/debug/deps/libcrossbeam_epoch-f1807dd5c08386fb.rmeta new file mode 100644 index 0000000..f9279fe Binary files /dev/null and b/target/debug/deps/libcrossbeam_epoch-f1807dd5c08386fb.rmeta differ diff --git a/target/debug/deps/libcrossbeam_queue-2ebff5cc7a925aaa.rmeta b/target/debug/deps/libcrossbeam_queue-2ebff5cc7a925aaa.rmeta new file mode 100644 index 0000000..970db31 Binary files /dev/null and b/target/debug/deps/libcrossbeam_queue-2ebff5cc7a925aaa.rmeta differ diff --git a/target/debug/deps/libcrossbeam_queue-70f0f9858d63e236.rlib b/target/debug/deps/libcrossbeam_queue-70f0f9858d63e236.rlib new file mode 100644 index 0000000..03007d0 Binary files /dev/null and b/target/debug/deps/libcrossbeam_queue-70f0f9858d63e236.rlib differ diff --git a/target/debug/deps/libcrossbeam_queue-70f0f9858d63e236.rmeta b/target/debug/deps/libcrossbeam_queue-70f0f9858d63e236.rmeta new file mode 100644 index 0000000..865d456 Binary files /dev/null and b/target/debug/deps/libcrossbeam_queue-70f0f9858d63e236.rmeta differ diff --git a/target/debug/deps/libcrossbeam_utils-24209d9f1348300b.rmeta b/target/debug/deps/libcrossbeam_utils-24209d9f1348300b.rmeta new file mode 100644 index 0000000..2a7eef7 Binary files /dev/null and b/target/debug/deps/libcrossbeam_utils-24209d9f1348300b.rmeta differ diff --git a/target/debug/deps/libcrossbeam_utils-30ff13b172e89a74.rmeta b/target/debug/deps/libcrossbeam_utils-30ff13b172e89a74.rmeta new file mode 100644 index 0000000..f6c5cd8 Binary files /dev/null and b/target/debug/deps/libcrossbeam_utils-30ff13b172e89a74.rmeta differ diff --git a/target/debug/deps/libcrossbeam_utils-51747c1fd9ffcbf1.rlib b/target/debug/deps/libcrossbeam_utils-51747c1fd9ffcbf1.rlib new file mode 100644 index 0000000..78e648e Binary files /dev/null and b/target/debug/deps/libcrossbeam_utils-51747c1fd9ffcbf1.rlib differ diff --git a/target/debug/deps/libcrossbeam_utils-51747c1fd9ffcbf1.rmeta b/target/debug/deps/libcrossbeam_utils-51747c1fd9ffcbf1.rmeta new file mode 100644 index 0000000..3fa4700 Binary files /dev/null and b/target/debug/deps/libcrossbeam_utils-51747c1fd9ffcbf1.rmeta differ diff --git a/target/debug/deps/libcrossbeam_utils-d0cff57930197749.rlib b/target/debug/deps/libcrossbeam_utils-d0cff57930197749.rlib new file mode 100644 index 0000000..edc11d1 Binary files /dev/null and b/target/debug/deps/libcrossbeam_utils-d0cff57930197749.rlib differ diff --git a/target/debug/deps/libcrossbeam_utils-d0cff57930197749.rmeta b/target/debug/deps/libcrossbeam_utils-d0cff57930197749.rmeta new file mode 100644 index 0000000..d650ee7 Binary files /dev/null and b/target/debug/deps/libcrossbeam_utils-d0cff57930197749.rmeta differ diff --git a/target/debug/deps/libcrypto_common-83b7ace727777db8.rlib b/target/debug/deps/libcrypto_common-83b7ace727777db8.rlib new file mode 100644 index 0000000..ee21378 Binary files /dev/null and b/target/debug/deps/libcrypto_common-83b7ace727777db8.rlib differ diff --git a/target/debug/deps/libcrypto_common-83b7ace727777db8.rmeta b/target/debug/deps/libcrypto_common-83b7ace727777db8.rmeta new file mode 100644 index 0000000..549a815 Binary files /dev/null and b/target/debug/deps/libcrypto_common-83b7ace727777db8.rmeta differ diff --git a/target/debug/deps/libcrypto_common-c965cabdb068c5d9.rmeta b/target/debug/deps/libcrypto_common-c965cabdb068c5d9.rmeta new file mode 100644 index 0000000..a606dda Binary files /dev/null and b/target/debug/deps/libcrypto_common-c965cabdb068c5d9.rmeta differ diff --git a/target/debug/deps/libdarling-27783ccf1005b300.rlib b/target/debug/deps/libdarling-27783ccf1005b300.rlib new file mode 100644 index 0000000..416b83b Binary files /dev/null and b/target/debug/deps/libdarling-27783ccf1005b300.rlib differ diff --git a/target/debug/deps/libdarling-27783ccf1005b300.rmeta b/target/debug/deps/libdarling-27783ccf1005b300.rmeta new file mode 100644 index 0000000..f5b2fe7 Binary files /dev/null and b/target/debug/deps/libdarling-27783ccf1005b300.rmeta differ diff --git a/target/debug/deps/libdarling-cd401dadf7d8f043.rlib b/target/debug/deps/libdarling-cd401dadf7d8f043.rlib new file mode 100644 index 0000000..c1e1742 Binary files /dev/null and b/target/debug/deps/libdarling-cd401dadf7d8f043.rlib differ diff --git a/target/debug/deps/libdarling-cd401dadf7d8f043.rmeta b/target/debug/deps/libdarling-cd401dadf7d8f043.rmeta new file mode 100644 index 0000000..12a171c Binary files /dev/null and b/target/debug/deps/libdarling-cd401dadf7d8f043.rmeta differ diff --git a/target/debug/deps/libdarling_core-4683dcbf187f45a3.rlib b/target/debug/deps/libdarling_core-4683dcbf187f45a3.rlib new file mode 100644 index 0000000..b48fe01 Binary files /dev/null and b/target/debug/deps/libdarling_core-4683dcbf187f45a3.rlib differ diff --git a/target/debug/deps/libdarling_core-4683dcbf187f45a3.rmeta b/target/debug/deps/libdarling_core-4683dcbf187f45a3.rmeta new file mode 100644 index 0000000..dec7b1d Binary files /dev/null and b/target/debug/deps/libdarling_core-4683dcbf187f45a3.rmeta differ diff --git a/target/debug/deps/libdarling_core-6a406ab9df4d3daf.rlib b/target/debug/deps/libdarling_core-6a406ab9df4d3daf.rlib new file mode 100644 index 0000000..b0ab700 Binary files /dev/null and b/target/debug/deps/libdarling_core-6a406ab9df4d3daf.rlib differ diff --git a/target/debug/deps/libdarling_core-6a406ab9df4d3daf.rmeta b/target/debug/deps/libdarling_core-6a406ab9df4d3daf.rmeta new file mode 100644 index 0000000..0ebb8c2 Binary files /dev/null and b/target/debug/deps/libdarling_core-6a406ab9df4d3daf.rmeta differ diff --git a/target/debug/deps/libdarling_macro-4e0f76c7c63d4d19.so b/target/debug/deps/libdarling_macro-4e0f76c7c63d4d19.so new file mode 100755 index 0000000..f14c219 Binary files /dev/null and b/target/debug/deps/libdarling_macro-4e0f76c7c63d4d19.so differ diff --git a/target/debug/deps/libdarling_macro-f76ebcdc783ef4d1.so b/target/debug/deps/libdarling_macro-f76ebcdc783ef4d1.so new file mode 100755 index 0000000..1419f88 Binary files /dev/null and b/target/debug/deps/libdarling_macro-f76ebcdc783ef4d1.so differ diff --git a/target/debug/deps/libdashmap-0a3d8c3e3b5e9812.rmeta b/target/debug/deps/libdashmap-0a3d8c3e3b5e9812.rmeta new file mode 100644 index 0000000..5a20535 Binary files /dev/null and b/target/debug/deps/libdashmap-0a3d8c3e3b5e9812.rmeta differ diff --git a/target/debug/deps/libdashmap-20300932ca225ed0.rmeta b/target/debug/deps/libdashmap-20300932ca225ed0.rmeta new file mode 100644 index 0000000..20e679a Binary files /dev/null and b/target/debug/deps/libdashmap-20300932ca225ed0.rmeta differ diff --git a/target/debug/deps/libdashmap-a28478f13f0610a8.rmeta b/target/debug/deps/libdashmap-a28478f13f0610a8.rmeta new file mode 100644 index 0000000..2eb84d3 Binary files /dev/null and b/target/debug/deps/libdashmap-a28478f13f0610a8.rmeta differ diff --git a/target/debug/deps/libdata_encoding-376afb044dc87a76.rmeta b/target/debug/deps/libdata_encoding-376afb044dc87a76.rmeta new file mode 100644 index 0000000..85a0413 Binary files /dev/null and b/target/debug/deps/libdata_encoding-376afb044dc87a76.rmeta differ diff --git a/target/debug/deps/libderanged-9f520f3752f4a400.rmeta b/target/debug/deps/libderanged-9f520f3752f4a400.rmeta new file mode 100644 index 0000000..2da045b Binary files /dev/null and b/target/debug/deps/libderanged-9f520f3752f4a400.rmeta differ diff --git a/target/debug/deps/libderive_builder-e26dbd6d1e13f88b.rmeta b/target/debug/deps/libderive_builder-e26dbd6d1e13f88b.rmeta new file mode 100644 index 0000000..7c460d8 Binary files /dev/null and b/target/debug/deps/libderive_builder-e26dbd6d1e13f88b.rmeta differ diff --git a/target/debug/deps/libderive_builder_core-60c1692305d3cca8.rlib b/target/debug/deps/libderive_builder_core-60c1692305d3cca8.rlib new file mode 100644 index 0000000..bc14efd Binary files /dev/null and b/target/debug/deps/libderive_builder_core-60c1692305d3cca8.rlib differ diff --git a/target/debug/deps/libderive_builder_core-60c1692305d3cca8.rmeta b/target/debug/deps/libderive_builder_core-60c1692305d3cca8.rmeta new file mode 100644 index 0000000..e634732 Binary files /dev/null and b/target/debug/deps/libderive_builder_core-60c1692305d3cca8.rmeta differ diff --git a/target/debug/deps/libderive_builder_macro-af63b08996327e82.so b/target/debug/deps/libderive_builder_macro-af63b08996327e82.so new file mode 100755 index 0000000..1053966 Binary files /dev/null and b/target/debug/deps/libderive_builder_macro-af63b08996327e82.so differ diff --git a/target/debug/deps/libdeunicode-ba4d0d72f89d2432.rmeta b/target/debug/deps/libdeunicode-ba4d0d72f89d2432.rmeta new file mode 100644 index 0000000..84f0ef9 Binary files /dev/null and b/target/debug/deps/libdeunicode-ba4d0d72f89d2432.rmeta differ diff --git a/target/debug/deps/libdigest-5f707ea7c28d0ea4.rlib b/target/debug/deps/libdigest-5f707ea7c28d0ea4.rlib new file mode 100644 index 0000000..de742ba Binary files /dev/null and b/target/debug/deps/libdigest-5f707ea7c28d0ea4.rlib differ diff --git a/target/debug/deps/libdigest-5f707ea7c28d0ea4.rmeta b/target/debug/deps/libdigest-5f707ea7c28d0ea4.rmeta new file mode 100644 index 0000000..0ce75fc Binary files /dev/null and b/target/debug/deps/libdigest-5f707ea7c28d0ea4.rmeta differ diff --git a/target/debug/deps/libdigest-810af387d21c7833.rmeta b/target/debug/deps/libdigest-810af387d21c7833.rmeta new file mode 100644 index 0000000..ff6d806 Binary files /dev/null and b/target/debug/deps/libdigest-810af387d21c7833.rmeta differ diff --git a/target/debug/deps/libdisplaydoc-abb3f4b69a0f56d1.so b/target/debug/deps/libdisplaydoc-abb3f4b69a0f56d1.so new file mode 100755 index 0000000..8b9b1bc Binary files /dev/null and b/target/debug/deps/libdisplaydoc-abb3f4b69a0f56d1.so differ diff --git a/target/debug/deps/libdotenvy-2ad8e9863a7a6859.rlib b/target/debug/deps/libdotenvy-2ad8e9863a7a6859.rlib new file mode 100644 index 0000000..b6f8f4a Binary files /dev/null and b/target/debug/deps/libdotenvy-2ad8e9863a7a6859.rlib differ diff --git a/target/debug/deps/libdotenvy-2ad8e9863a7a6859.rmeta b/target/debug/deps/libdotenvy-2ad8e9863a7a6859.rmeta new file mode 100644 index 0000000..6ca0cc9 Binary files /dev/null and b/target/debug/deps/libdotenvy-2ad8e9863a7a6859.rmeta differ diff --git a/target/debug/deps/libdotenvy-457380b81b776ff8.rmeta b/target/debug/deps/libdotenvy-457380b81b776ff8.rmeta new file mode 100644 index 0000000..e355c9f Binary files /dev/null and b/target/debug/deps/libdotenvy-457380b81b776ff8.rmeta differ diff --git a/target/debug/deps/libeither-07a9112600ebb9ae.rmeta b/target/debug/deps/libeither-07a9112600ebb9ae.rmeta new file mode 100644 index 0000000..329ebe7 Binary files /dev/null and b/target/debug/deps/libeither-07a9112600ebb9ae.rmeta differ diff --git a/target/debug/deps/libeither-1218afa481029269.rlib b/target/debug/deps/libeither-1218afa481029269.rlib new file mode 100644 index 0000000..b276bb4 Binary files /dev/null and b/target/debug/deps/libeither-1218afa481029269.rlib differ diff --git a/target/debug/deps/libeither-1218afa481029269.rmeta b/target/debug/deps/libeither-1218afa481029269.rmeta new file mode 100644 index 0000000..de602bd Binary files /dev/null and b/target/debug/deps/libeither-1218afa481029269.rmeta differ diff --git a/target/debug/deps/libeither-47c468f7ec34cb8e.rlib b/target/debug/deps/libeither-47c468f7ec34cb8e.rlib new file mode 100644 index 0000000..3648f97 Binary files /dev/null and b/target/debug/deps/libeither-47c468f7ec34cb8e.rlib differ diff --git a/target/debug/deps/libeither-47c468f7ec34cb8e.rmeta b/target/debug/deps/libeither-47c468f7ec34cb8e.rmeta new file mode 100644 index 0000000..51960b2 Binary files /dev/null and b/target/debug/deps/libeither-47c468f7ec34cb8e.rmeta differ diff --git a/target/debug/deps/libeither-d5303fd443e6a93b.rmeta b/target/debug/deps/libeither-d5303fd443e6a93b.rmeta new file mode 100644 index 0000000..5cffbe7 Binary files /dev/null and b/target/debug/deps/libeither-d5303fd443e6a93b.rmeta differ diff --git a/target/debug/deps/libencoding_rs-e67227d451a5628b.rmeta b/target/debug/deps/libencoding_rs-e67227d451a5628b.rmeta new file mode 100644 index 0000000..203b687 Binary files /dev/null and b/target/debug/deps/libencoding_rs-e67227d451a5628b.rmeta differ diff --git a/target/debug/deps/libenvy-db3d7600ab4082c7.rmeta b/target/debug/deps/libenvy-db3d7600ab4082c7.rmeta new file mode 100644 index 0000000..9fbf8e6 Binary files /dev/null and b/target/debug/deps/libenvy-db3d7600ab4082c7.rmeta differ diff --git a/target/debug/deps/libequivalent-1644bd92a347d6e1.rlib b/target/debug/deps/libequivalent-1644bd92a347d6e1.rlib new file mode 100644 index 0000000..d6c9bdf Binary files /dev/null and b/target/debug/deps/libequivalent-1644bd92a347d6e1.rlib differ diff --git a/target/debug/deps/libequivalent-1644bd92a347d6e1.rmeta b/target/debug/deps/libequivalent-1644bd92a347d6e1.rmeta new file mode 100644 index 0000000..62b6baf Binary files /dev/null and b/target/debug/deps/libequivalent-1644bd92a347d6e1.rmeta differ diff --git a/target/debug/deps/libequivalent-9b88d636aa69c8ed.rmeta b/target/debug/deps/libequivalent-9b88d636aa69c8ed.rmeta new file mode 100644 index 0000000..a391deb Binary files /dev/null and b/target/debug/deps/libequivalent-9b88d636aa69c8ed.rmeta differ diff --git a/target/debug/deps/liberrno-02403c051c0be383.rmeta b/target/debug/deps/liberrno-02403c051c0be383.rmeta new file mode 100644 index 0000000..eba8090 Binary files /dev/null and b/target/debug/deps/liberrno-02403c051c0be383.rmeta differ diff --git a/target/debug/deps/liberrno-9c467438458bc8ba.rlib b/target/debug/deps/liberrno-9c467438458bc8ba.rlib new file mode 100644 index 0000000..55bd554 Binary files /dev/null and b/target/debug/deps/liberrno-9c467438458bc8ba.rlib differ diff --git a/target/debug/deps/liberrno-9c467438458bc8ba.rmeta b/target/debug/deps/liberrno-9c467438458bc8ba.rmeta new file mode 100644 index 0000000..eaf9861 Binary files /dev/null and b/target/debug/deps/liberrno-9c467438458bc8ba.rmeta differ diff --git a/target/debug/deps/libevent_listener-955d9042e7ed01a7.rlib b/target/debug/deps/libevent_listener-955d9042e7ed01a7.rlib new file mode 100644 index 0000000..40531e2 Binary files /dev/null and b/target/debug/deps/libevent_listener-955d9042e7ed01a7.rlib differ diff --git a/target/debug/deps/libevent_listener-955d9042e7ed01a7.rmeta b/target/debug/deps/libevent_listener-955d9042e7ed01a7.rmeta new file mode 100644 index 0000000..e6cee04 Binary files /dev/null and b/target/debug/deps/libevent_listener-955d9042e7ed01a7.rmeta differ diff --git a/target/debug/deps/libevent_listener-d4e064633320410e.rmeta b/target/debug/deps/libevent_listener-d4e064633320410e.rmeta new file mode 100644 index 0000000..a82b47b Binary files /dev/null and b/target/debug/deps/libevent_listener-d4e064633320410e.rmeta differ diff --git a/target/debug/deps/libfast_chemail-ee15180119bd5afc.rmeta b/target/debug/deps/libfast_chemail-ee15180119bd5afc.rmeta new file mode 100644 index 0000000..0cf3a74 Binary files /dev/null and b/target/debug/deps/libfast_chemail-ee15180119bd5afc.rmeta differ diff --git a/target/debug/deps/libfastrand-b1d0e5731e475243.rmeta b/target/debug/deps/libfastrand-b1d0e5731e475243.rmeta new file mode 100644 index 0000000..2018ec4 Binary files /dev/null and b/target/debug/deps/libfastrand-b1d0e5731e475243.rmeta differ diff --git a/target/debug/deps/libfind_msvc_tools-1376f9a5eff20a71.rlib b/target/debug/deps/libfind_msvc_tools-1376f9a5eff20a71.rlib new file mode 100644 index 0000000..80b196d Binary files /dev/null and b/target/debug/deps/libfind_msvc_tools-1376f9a5eff20a71.rlib differ diff --git a/target/debug/deps/libfind_msvc_tools-1376f9a5eff20a71.rmeta b/target/debug/deps/libfind_msvc_tools-1376f9a5eff20a71.rmeta new file mode 100644 index 0000000..041bb36 Binary files /dev/null and b/target/debug/deps/libfind_msvc_tools-1376f9a5eff20a71.rmeta differ diff --git a/target/debug/deps/libflate2-ac8ea6f9c6253b02.rmeta b/target/debug/deps/libflate2-ac8ea6f9c6253b02.rmeta new file mode 100644 index 0000000..d193195 Binary files /dev/null and b/target/debug/deps/libflate2-ac8ea6f9c6253b02.rmeta differ diff --git a/target/debug/deps/libflume-0614c6c5b0529eff.rlib b/target/debug/deps/libflume-0614c6c5b0529eff.rlib new file mode 100644 index 0000000..251ef00 Binary files /dev/null and b/target/debug/deps/libflume-0614c6c5b0529eff.rlib differ diff --git a/target/debug/deps/libflume-0614c6c5b0529eff.rmeta b/target/debug/deps/libflume-0614c6c5b0529eff.rmeta new file mode 100644 index 0000000..902f0c9 Binary files /dev/null and b/target/debug/deps/libflume-0614c6c5b0529eff.rmeta differ diff --git a/target/debug/deps/libflume-3656356a4fa2de4c.rmeta b/target/debug/deps/libflume-3656356a4fa2de4c.rmeta new file mode 100644 index 0000000..a074a8d Binary files /dev/null and b/target/debug/deps/libflume-3656356a4fa2de4c.rmeta differ diff --git a/target/debug/deps/libfnv-4644d4661f025f86.rlib b/target/debug/deps/libfnv-4644d4661f025f86.rlib new file mode 100644 index 0000000..bab9cbe Binary files /dev/null and b/target/debug/deps/libfnv-4644d4661f025f86.rlib differ diff --git a/target/debug/deps/libfnv-4644d4661f025f86.rmeta b/target/debug/deps/libfnv-4644d4661f025f86.rmeta new file mode 100644 index 0000000..41e368b Binary files /dev/null and b/target/debug/deps/libfnv-4644d4661f025f86.rmeta differ diff --git a/target/debug/deps/libfnv-a1342e578286103d.rmeta b/target/debug/deps/libfnv-a1342e578286103d.rmeta new file mode 100644 index 0000000..dfd6175 Binary files /dev/null and b/target/debug/deps/libfnv-a1342e578286103d.rmeta differ diff --git a/target/debug/deps/libfoldhash-5144856b62c39e30.rmeta b/target/debug/deps/libfoldhash-5144856b62c39e30.rmeta new file mode 100644 index 0000000..46c1242 Binary files /dev/null and b/target/debug/deps/libfoldhash-5144856b62c39e30.rmeta differ diff --git a/target/debug/deps/libfoldhash-59e3595213644f5d.rlib b/target/debug/deps/libfoldhash-59e3595213644f5d.rlib new file mode 100644 index 0000000..b6137b2 Binary files /dev/null and b/target/debug/deps/libfoldhash-59e3595213644f5d.rlib differ diff --git a/target/debug/deps/libfoldhash-59e3595213644f5d.rmeta b/target/debug/deps/libfoldhash-59e3595213644f5d.rmeta new file mode 100644 index 0000000..c635e6f Binary files /dev/null and b/target/debug/deps/libfoldhash-59e3595213644f5d.rmeta differ diff --git a/target/debug/deps/libforeign_types-f34ae4ac389fbcdf.rmeta b/target/debug/deps/libforeign_types-f34ae4ac389fbcdf.rmeta new file mode 100644 index 0000000..8e2b7bb Binary files /dev/null and b/target/debug/deps/libforeign_types-f34ae4ac389fbcdf.rmeta differ diff --git a/target/debug/deps/libforeign_types_shared-ac85abd8114f3fcf.rmeta b/target/debug/deps/libforeign_types_shared-ac85abd8114f3fcf.rmeta new file mode 100644 index 0000000..07a1dc9 Binary files /dev/null and b/target/debug/deps/libforeign_types_shared-ac85abd8114f3fcf.rmeta differ diff --git a/target/debug/deps/libform_urlencoded-2036bef24213fd6d.rmeta b/target/debug/deps/libform_urlencoded-2036bef24213fd6d.rmeta new file mode 100644 index 0000000..b89163a Binary files /dev/null and b/target/debug/deps/libform_urlencoded-2036bef24213fd6d.rmeta differ diff --git a/target/debug/deps/libform_urlencoded-75b2296ccb464b85.rlib b/target/debug/deps/libform_urlencoded-75b2296ccb464b85.rlib new file mode 100644 index 0000000..3609b45 Binary files /dev/null and b/target/debug/deps/libform_urlencoded-75b2296ccb464b85.rlib differ diff --git a/target/debug/deps/libform_urlencoded-75b2296ccb464b85.rmeta b/target/debug/deps/libform_urlencoded-75b2296ccb464b85.rmeta new file mode 100644 index 0000000..be99289 Binary files /dev/null and b/target/debug/deps/libform_urlencoded-75b2296ccb464b85.rmeta differ diff --git a/target/debug/deps/libfutures_channel-65b6053681edbc76.rlib b/target/debug/deps/libfutures_channel-65b6053681edbc76.rlib new file mode 100644 index 0000000..b6a0f62 Binary files /dev/null and b/target/debug/deps/libfutures_channel-65b6053681edbc76.rlib differ diff --git a/target/debug/deps/libfutures_channel-65b6053681edbc76.rmeta b/target/debug/deps/libfutures_channel-65b6053681edbc76.rmeta new file mode 100644 index 0000000..7004605 Binary files /dev/null and b/target/debug/deps/libfutures_channel-65b6053681edbc76.rmeta differ diff --git a/target/debug/deps/libfutures_channel-69a5a7754b260f66.rmeta b/target/debug/deps/libfutures_channel-69a5a7754b260f66.rmeta new file mode 100644 index 0000000..41a6d45 Binary files /dev/null and b/target/debug/deps/libfutures_channel-69a5a7754b260f66.rmeta differ diff --git a/target/debug/deps/libfutures_channel-d39068ea65bfac34.rmeta b/target/debug/deps/libfutures_channel-d39068ea65bfac34.rmeta new file mode 100644 index 0000000..8e8e49a Binary files /dev/null and b/target/debug/deps/libfutures_channel-d39068ea65bfac34.rmeta differ diff --git a/target/debug/deps/libfutures_core-7f52aa7fa9d7c992.rlib b/target/debug/deps/libfutures_core-7f52aa7fa9d7c992.rlib new file mode 100644 index 0000000..a40ceec Binary files /dev/null and b/target/debug/deps/libfutures_core-7f52aa7fa9d7c992.rlib differ diff --git a/target/debug/deps/libfutures_core-7f52aa7fa9d7c992.rmeta b/target/debug/deps/libfutures_core-7f52aa7fa9d7c992.rmeta new file mode 100644 index 0000000..eca7d22 Binary files /dev/null and b/target/debug/deps/libfutures_core-7f52aa7fa9d7c992.rmeta differ diff --git a/target/debug/deps/libfutures_core-f012fa4b73a1b51c.rmeta b/target/debug/deps/libfutures_core-f012fa4b73a1b51c.rmeta new file mode 100644 index 0000000..50281a4 Binary files /dev/null and b/target/debug/deps/libfutures_core-f012fa4b73a1b51c.rmeta differ diff --git a/target/debug/deps/libfutures_executor-49ea06d9e9e542a6.rmeta b/target/debug/deps/libfutures_executor-49ea06d9e9e542a6.rmeta new file mode 100644 index 0000000..809091e Binary files /dev/null and b/target/debug/deps/libfutures_executor-49ea06d9e9e542a6.rmeta differ diff --git a/target/debug/deps/libfutures_executor-9c375a292d757dc6.rlib b/target/debug/deps/libfutures_executor-9c375a292d757dc6.rlib new file mode 100644 index 0000000..aa188fe Binary files /dev/null and b/target/debug/deps/libfutures_executor-9c375a292d757dc6.rlib differ diff --git a/target/debug/deps/libfutures_executor-9c375a292d757dc6.rmeta b/target/debug/deps/libfutures_executor-9c375a292d757dc6.rmeta new file mode 100644 index 0000000..23539f2 Binary files /dev/null and b/target/debug/deps/libfutures_executor-9c375a292d757dc6.rmeta differ diff --git a/target/debug/deps/libfutures_intrusive-865c3511bcdc16ad.rmeta b/target/debug/deps/libfutures_intrusive-865c3511bcdc16ad.rmeta new file mode 100644 index 0000000..90b90b5 Binary files /dev/null and b/target/debug/deps/libfutures_intrusive-865c3511bcdc16ad.rmeta differ diff --git a/target/debug/deps/libfutures_intrusive-ef4f241ab17683d4.rlib b/target/debug/deps/libfutures_intrusive-ef4f241ab17683d4.rlib new file mode 100644 index 0000000..733a6b9 Binary files /dev/null and b/target/debug/deps/libfutures_intrusive-ef4f241ab17683d4.rlib differ diff --git a/target/debug/deps/libfutures_intrusive-ef4f241ab17683d4.rmeta b/target/debug/deps/libfutures_intrusive-ef4f241ab17683d4.rmeta new file mode 100644 index 0000000..db8f1f6 Binary files /dev/null and b/target/debug/deps/libfutures_intrusive-ef4f241ab17683d4.rmeta differ diff --git a/target/debug/deps/libfutures_io-54e87d942e96e310.rlib b/target/debug/deps/libfutures_io-54e87d942e96e310.rlib new file mode 100644 index 0000000..713b656 Binary files /dev/null and b/target/debug/deps/libfutures_io-54e87d942e96e310.rlib differ diff --git a/target/debug/deps/libfutures_io-54e87d942e96e310.rmeta b/target/debug/deps/libfutures_io-54e87d942e96e310.rmeta new file mode 100644 index 0000000..5782bf5 Binary files /dev/null and b/target/debug/deps/libfutures_io-54e87d942e96e310.rmeta differ diff --git a/target/debug/deps/libfutures_io-e0dd089f59360708.rmeta b/target/debug/deps/libfutures_io-e0dd089f59360708.rmeta new file mode 100644 index 0000000..172278c Binary files /dev/null and b/target/debug/deps/libfutures_io-e0dd089f59360708.rmeta differ diff --git a/target/debug/deps/libfutures_lite-a91edd471fe32e51.rmeta b/target/debug/deps/libfutures_lite-a91edd471fe32e51.rmeta new file mode 100644 index 0000000..04b37db Binary files /dev/null and b/target/debug/deps/libfutures_lite-a91edd471fe32e51.rmeta differ diff --git a/target/debug/deps/libfutures_macro-252f7292dd0e70f0.so b/target/debug/deps/libfutures_macro-252f7292dd0e70f0.so new file mode 100755 index 0000000..e879f76 Binary files /dev/null and b/target/debug/deps/libfutures_macro-252f7292dd0e70f0.so differ diff --git a/target/debug/deps/libfutures_sink-b7ec721d92175c3a.rlib b/target/debug/deps/libfutures_sink-b7ec721d92175c3a.rlib new file mode 100644 index 0000000..4727326 Binary files /dev/null and b/target/debug/deps/libfutures_sink-b7ec721d92175c3a.rlib differ diff --git a/target/debug/deps/libfutures_sink-b7ec721d92175c3a.rmeta b/target/debug/deps/libfutures_sink-b7ec721d92175c3a.rmeta new file mode 100644 index 0000000..8136e57 Binary files /dev/null and b/target/debug/deps/libfutures_sink-b7ec721d92175c3a.rmeta differ diff --git a/target/debug/deps/libfutures_sink-ce2b11275642f9b5.rmeta b/target/debug/deps/libfutures_sink-ce2b11275642f9b5.rmeta new file mode 100644 index 0000000..c95f7e9 Binary files /dev/null and b/target/debug/deps/libfutures_sink-ce2b11275642f9b5.rmeta differ diff --git a/target/debug/deps/libfutures_task-98357e05b2b79cb3.rmeta b/target/debug/deps/libfutures_task-98357e05b2b79cb3.rmeta new file mode 100644 index 0000000..823b9d8 Binary files /dev/null and b/target/debug/deps/libfutures_task-98357e05b2b79cb3.rmeta differ diff --git a/target/debug/deps/libfutures_task-d26bce042f0a4cde.rlib b/target/debug/deps/libfutures_task-d26bce042f0a4cde.rlib new file mode 100644 index 0000000..c4ef39d Binary files /dev/null and b/target/debug/deps/libfutures_task-d26bce042f0a4cde.rlib differ diff --git a/target/debug/deps/libfutures_task-d26bce042f0a4cde.rmeta b/target/debug/deps/libfutures_task-d26bce042f0a4cde.rmeta new file mode 100644 index 0000000..67e505c Binary files /dev/null and b/target/debug/deps/libfutures_task-d26bce042f0a4cde.rmeta differ diff --git a/target/debug/deps/libfutures_util-1de83e7bf1971401.rmeta b/target/debug/deps/libfutures_util-1de83e7bf1971401.rmeta new file mode 100644 index 0000000..1791587 Binary files /dev/null and b/target/debug/deps/libfutures_util-1de83e7bf1971401.rmeta differ diff --git a/target/debug/deps/libfutures_util-94ad31666da1a6e8.rmeta b/target/debug/deps/libfutures_util-94ad31666da1a6e8.rmeta new file mode 100644 index 0000000..f1c2c69 Binary files /dev/null and b/target/debug/deps/libfutures_util-94ad31666da1a6e8.rmeta differ diff --git a/target/debug/deps/libfutures_util-dcb241ca437f9ed7.rlib b/target/debug/deps/libfutures_util-dcb241ca437f9ed7.rlib new file mode 100644 index 0000000..b27e00e Binary files /dev/null and b/target/debug/deps/libfutures_util-dcb241ca437f9ed7.rlib differ diff --git a/target/debug/deps/libfutures_util-dcb241ca437f9ed7.rmeta b/target/debug/deps/libfutures_util-dcb241ca437f9ed7.rmeta new file mode 100644 index 0000000..0e6eed1 Binary files /dev/null and b/target/debug/deps/libfutures_util-dcb241ca437f9ed7.rmeta differ diff --git a/target/debug/deps/libgeneric_array-92645a6de23ec04a.rlib b/target/debug/deps/libgeneric_array-92645a6de23ec04a.rlib new file mode 100644 index 0000000..bb4a000 Binary files /dev/null and b/target/debug/deps/libgeneric_array-92645a6de23ec04a.rlib differ diff --git a/target/debug/deps/libgeneric_array-92645a6de23ec04a.rmeta b/target/debug/deps/libgeneric_array-92645a6de23ec04a.rmeta new file mode 100644 index 0000000..1d3f7ec Binary files /dev/null and b/target/debug/deps/libgeneric_array-92645a6de23ec04a.rmeta differ diff --git a/target/debug/deps/libgeneric_array-b574fdeef2bf1202.rmeta b/target/debug/deps/libgeneric_array-b574fdeef2bf1202.rmeta new file mode 100644 index 0000000..f2f6c96 Binary files /dev/null and b/target/debug/deps/libgeneric_array-b574fdeef2bf1202.rmeta differ diff --git a/target/debug/deps/libgetrandom-1fd10b73d389d9bb.rmeta b/target/debug/deps/libgetrandom-1fd10b73d389d9bb.rmeta new file mode 100644 index 0000000..4595639 Binary files /dev/null and b/target/debug/deps/libgetrandom-1fd10b73d389d9bb.rmeta differ diff --git a/target/debug/deps/libgetrandom-3a580f8349e4ba46.rlib b/target/debug/deps/libgetrandom-3a580f8349e4ba46.rlib new file mode 100644 index 0000000..4f0d38e Binary files /dev/null and b/target/debug/deps/libgetrandom-3a580f8349e4ba46.rlib differ diff --git a/target/debug/deps/libgetrandom-3a580f8349e4ba46.rmeta b/target/debug/deps/libgetrandom-3a580f8349e4ba46.rmeta new file mode 100644 index 0000000..a18a564 Binary files /dev/null and b/target/debug/deps/libgetrandom-3a580f8349e4ba46.rmeta differ diff --git a/target/debug/deps/libgetrandom-797fb36fb25fb4ed.rmeta b/target/debug/deps/libgetrandom-797fb36fb25fb4ed.rmeta new file mode 100644 index 0000000..631e64a Binary files /dev/null and b/target/debug/deps/libgetrandom-797fb36fb25fb4ed.rmeta differ diff --git a/target/debug/deps/libgetrandom-c6a264a7149a6f08.rlib b/target/debug/deps/libgetrandom-c6a264a7149a6f08.rlib new file mode 100644 index 0000000..baa6f73 Binary files /dev/null and b/target/debug/deps/libgetrandom-c6a264a7149a6f08.rlib differ diff --git a/target/debug/deps/libgetrandom-c6a264a7149a6f08.rmeta b/target/debug/deps/libgetrandom-c6a264a7149a6f08.rmeta new file mode 100644 index 0000000..2696e64 Binary files /dev/null and b/target/debug/deps/libgetrandom-c6a264a7149a6f08.rmeta differ diff --git a/target/debug/deps/libgetrandom-d630810956ea6987.rmeta b/target/debug/deps/libgetrandom-d630810956ea6987.rmeta new file mode 100644 index 0000000..2b4f584 Binary files /dev/null and b/target/debug/deps/libgetrandom-d630810956ea6987.rmeta differ diff --git a/target/debug/deps/libglob-2b6d0711a43a8bf7.rlib b/target/debug/deps/libglob-2b6d0711a43a8bf7.rlib new file mode 100644 index 0000000..e407959 Binary files /dev/null and b/target/debug/deps/libglob-2b6d0711a43a8bf7.rlib differ diff --git a/target/debug/deps/libglob-2b6d0711a43a8bf7.rmeta b/target/debug/deps/libglob-2b6d0711a43a8bf7.rmeta new file mode 100644 index 0000000..dcf977a Binary files /dev/null and b/target/debug/deps/libglob-2b6d0711a43a8bf7.rmeta differ diff --git a/target/debug/deps/libglobset-71dc343309518b78.rmeta b/target/debug/deps/libglobset-71dc343309518b78.rmeta new file mode 100644 index 0000000..fedeaf9 Binary files /dev/null and b/target/debug/deps/libglobset-71dc343309518b78.rmeta differ diff --git a/target/debug/deps/libglobset-8b377d3d305cee4e.rlib b/target/debug/deps/libglobset-8b377d3d305cee4e.rlib new file mode 100644 index 0000000..e57d910 Binary files /dev/null and b/target/debug/deps/libglobset-8b377d3d305cee4e.rlib differ diff --git a/target/debug/deps/libglobset-8b377d3d305cee4e.rmeta b/target/debug/deps/libglobset-8b377d3d305cee4e.rmeta new file mode 100644 index 0000000..33865e0 Binary files /dev/null and b/target/debug/deps/libglobset-8b377d3d305cee4e.rmeta differ diff --git a/target/debug/deps/libglobwalk-210628b8c27a733f.rmeta b/target/debug/deps/libglobwalk-210628b8c27a733f.rmeta new file mode 100644 index 0000000..6c0fba0 Binary files /dev/null and b/target/debug/deps/libglobwalk-210628b8c27a733f.rmeta differ diff --git a/target/debug/deps/libglobwalk-380a074dec5b5a60.rmeta b/target/debug/deps/libglobwalk-380a074dec5b5a60.rmeta new file mode 100644 index 0000000..b776787 Binary files /dev/null and b/target/debug/deps/libglobwalk-380a074dec5b5a60.rmeta differ diff --git a/target/debug/deps/libglobwalk-3afe73e2fe194881.rlib b/target/debug/deps/libglobwalk-3afe73e2fe194881.rlib new file mode 100644 index 0000000..d891a23 Binary files /dev/null and b/target/debug/deps/libglobwalk-3afe73e2fe194881.rlib differ diff --git a/target/debug/deps/libglobwalk-3afe73e2fe194881.rmeta b/target/debug/deps/libglobwalk-3afe73e2fe194881.rmeta new file mode 100644 index 0000000..29ed4a3 Binary files /dev/null and b/target/debug/deps/libglobwalk-3afe73e2fe194881.rmeta differ diff --git a/target/debug/deps/libglobwalk-e7470d577925de1c.rmeta b/target/debug/deps/libglobwalk-e7470d577925de1c.rmeta new file mode 100644 index 0000000..85a4197 Binary files /dev/null and b/target/debug/deps/libglobwalk-e7470d577925de1c.rmeta differ diff --git a/target/debug/deps/libglobwalk-e7e983d95e513401.rlib b/target/debug/deps/libglobwalk-e7e983d95e513401.rlib new file mode 100644 index 0000000..364a7bb Binary files /dev/null and b/target/debug/deps/libglobwalk-e7e983d95e513401.rlib differ diff --git a/target/debug/deps/libglobwalk-e7e983d95e513401.rmeta b/target/debug/deps/libglobwalk-e7e983d95e513401.rmeta new file mode 100644 index 0000000..6402a5d Binary files /dev/null and b/target/debug/deps/libglobwalk-e7e983d95e513401.rmeta differ diff --git a/target/debug/deps/libh2-271a8bd2d139ed56.rmeta b/target/debug/deps/libh2-271a8bd2d139ed56.rmeta new file mode 100644 index 0000000..f3f6f4d Binary files /dev/null and b/target/debug/deps/libh2-271a8bd2d139ed56.rmeta differ diff --git a/target/debug/deps/libh2-5f09454293b602e7.rmeta b/target/debug/deps/libh2-5f09454293b602e7.rmeta new file mode 100644 index 0000000..c33bf60 Binary files /dev/null and b/target/debug/deps/libh2-5f09454293b602e7.rmeta differ diff --git a/target/debug/deps/libh2-861d19fe6f029db4.rmeta b/target/debug/deps/libh2-861d19fe6f029db4.rmeta new file mode 100644 index 0000000..86198d8 Binary files /dev/null and b/target/debug/deps/libh2-861d19fe6f029db4.rmeta differ diff --git a/target/debug/deps/libhandlebars-f040aa35bff6c604.rmeta b/target/debug/deps/libhandlebars-f040aa35bff6c604.rmeta new file mode 100644 index 0000000..932d6ae Binary files /dev/null and b/target/debug/deps/libhandlebars-f040aa35bff6c604.rmeta differ diff --git a/target/debug/deps/libhashbrown-2963b13456b32d69.rmeta b/target/debug/deps/libhashbrown-2963b13456b32d69.rmeta new file mode 100644 index 0000000..3835d19 Binary files /dev/null and b/target/debug/deps/libhashbrown-2963b13456b32d69.rmeta differ diff --git a/target/debug/deps/libhashbrown-3d3c587f4038bc13.rmeta b/target/debug/deps/libhashbrown-3d3c587f4038bc13.rmeta new file mode 100644 index 0000000..647f4c8 Binary files /dev/null and b/target/debug/deps/libhashbrown-3d3c587f4038bc13.rmeta differ diff --git a/target/debug/deps/libhashbrown-45b11af46fae429c.rlib b/target/debug/deps/libhashbrown-45b11af46fae429c.rlib new file mode 100644 index 0000000..f79cce7 Binary files /dev/null and b/target/debug/deps/libhashbrown-45b11af46fae429c.rlib differ diff --git a/target/debug/deps/libhashbrown-45b11af46fae429c.rmeta b/target/debug/deps/libhashbrown-45b11af46fae429c.rmeta new file mode 100644 index 0000000..325b844 Binary files /dev/null and b/target/debug/deps/libhashbrown-45b11af46fae429c.rmeta differ diff --git a/target/debug/deps/libhashbrown-694c661af476c825.rmeta b/target/debug/deps/libhashbrown-694c661af476c825.rmeta new file mode 100644 index 0000000..08e85e6 Binary files /dev/null and b/target/debug/deps/libhashbrown-694c661af476c825.rmeta differ diff --git a/target/debug/deps/libhashbrown-8bab7fbecc6b7704.rmeta b/target/debug/deps/libhashbrown-8bab7fbecc6b7704.rmeta new file mode 100644 index 0000000..765972c Binary files /dev/null and b/target/debug/deps/libhashbrown-8bab7fbecc6b7704.rmeta differ diff --git a/target/debug/deps/libhashbrown-9b43397e47fe83ef.rmeta b/target/debug/deps/libhashbrown-9b43397e47fe83ef.rmeta new file mode 100644 index 0000000..31435db Binary files /dev/null and b/target/debug/deps/libhashbrown-9b43397e47fe83ef.rmeta differ diff --git a/target/debug/deps/libhashbrown-e17620430a458ee7.rlib b/target/debug/deps/libhashbrown-e17620430a458ee7.rlib new file mode 100644 index 0000000..3b8d933 Binary files /dev/null and b/target/debug/deps/libhashbrown-e17620430a458ee7.rlib differ diff --git a/target/debug/deps/libhashbrown-e17620430a458ee7.rmeta b/target/debug/deps/libhashbrown-e17620430a458ee7.rmeta new file mode 100644 index 0000000..bed9394 Binary files /dev/null and b/target/debug/deps/libhashbrown-e17620430a458ee7.rmeta differ diff --git a/target/debug/deps/libhashlink-2ddcef7d107ecdab.rlib b/target/debug/deps/libhashlink-2ddcef7d107ecdab.rlib new file mode 100644 index 0000000..2292f47 Binary files /dev/null and b/target/debug/deps/libhashlink-2ddcef7d107ecdab.rlib differ diff --git a/target/debug/deps/libhashlink-2ddcef7d107ecdab.rmeta b/target/debug/deps/libhashlink-2ddcef7d107ecdab.rmeta new file mode 100644 index 0000000..ced09ab Binary files /dev/null and b/target/debug/deps/libhashlink-2ddcef7d107ecdab.rmeta differ diff --git a/target/debug/deps/libhashlink-3949770edbb9b418.rmeta b/target/debug/deps/libhashlink-3949770edbb9b418.rmeta new file mode 100644 index 0000000..ac7f348 Binary files /dev/null and b/target/debug/deps/libhashlink-3949770edbb9b418.rmeta differ diff --git a/target/debug/deps/libhdrhistogram-8080d075853c6a29.rmeta b/target/debug/deps/libhdrhistogram-8080d075853c6a29.rmeta new file mode 100644 index 0000000..2250b43 Binary files /dev/null and b/target/debug/deps/libhdrhistogram-8080d075853c6a29.rmeta differ diff --git a/target/debug/deps/libhdrhistogram-cba20e37810d6d69.rmeta b/target/debug/deps/libhdrhistogram-cba20e37810d6d69.rmeta new file mode 100644 index 0000000..a1673c8 Binary files /dev/null and b/target/debug/deps/libhdrhistogram-cba20e37810d6d69.rmeta differ diff --git a/target/debug/deps/libheck-97d689db605b5137.rlib b/target/debug/deps/libheck-97d689db605b5137.rlib new file mode 100644 index 0000000..884d6c8 Binary files /dev/null and b/target/debug/deps/libheck-97d689db605b5137.rlib differ diff --git a/target/debug/deps/libheck-97d689db605b5137.rmeta b/target/debug/deps/libheck-97d689db605b5137.rmeta new file mode 100644 index 0000000..147289a Binary files /dev/null and b/target/debug/deps/libheck-97d689db605b5137.rmeta differ diff --git a/target/debug/deps/libhex-303c7699f51fde55.rlib b/target/debug/deps/libhex-303c7699f51fde55.rlib new file mode 100644 index 0000000..288671b Binary files /dev/null and b/target/debug/deps/libhex-303c7699f51fde55.rlib differ diff --git a/target/debug/deps/libhex-303c7699f51fde55.rmeta b/target/debug/deps/libhex-303c7699f51fde55.rmeta new file mode 100644 index 0000000..b02e4cd Binary files /dev/null and b/target/debug/deps/libhex-303c7699f51fde55.rmeta differ diff --git a/target/debug/deps/libhttp-36a4f9990f149b77.rmeta b/target/debug/deps/libhttp-36a4f9990f149b77.rmeta new file mode 100644 index 0000000..eba9115 Binary files /dev/null and b/target/debug/deps/libhttp-36a4f9990f149b77.rmeta differ diff --git a/target/debug/deps/libhttp-bbeb11fed6242f11.rmeta b/target/debug/deps/libhttp-bbeb11fed6242f11.rmeta new file mode 100644 index 0000000..3aca333 Binary files /dev/null and b/target/debug/deps/libhttp-bbeb11fed6242f11.rmeta differ diff --git a/target/debug/deps/libhttp-cf0c38fe809a69ae.rmeta b/target/debug/deps/libhttp-cf0c38fe809a69ae.rmeta new file mode 100644 index 0000000..f0016e1 Binary files /dev/null and b/target/debug/deps/libhttp-cf0c38fe809a69ae.rmeta differ diff --git a/target/debug/deps/libhttp_body-434a71b54c25559a.rmeta b/target/debug/deps/libhttp_body-434a71b54c25559a.rmeta new file mode 100644 index 0000000..568457d Binary files /dev/null and b/target/debug/deps/libhttp_body-434a71b54c25559a.rmeta differ diff --git a/target/debug/deps/libhttp_body-45465d4b5eae2bf6.rmeta b/target/debug/deps/libhttp_body-45465d4b5eae2bf6.rmeta new file mode 100644 index 0000000..e3e170c Binary files /dev/null and b/target/debug/deps/libhttp_body-45465d4b5eae2bf6.rmeta differ diff --git a/target/debug/deps/libhttp_body-6c0e8862d8e9827b.rmeta b/target/debug/deps/libhttp_body-6c0e8862d8e9827b.rmeta new file mode 100644 index 0000000..1d6a1ca Binary files /dev/null and b/target/debug/deps/libhttp_body-6c0e8862d8e9827b.rmeta differ diff --git a/target/debug/deps/libhttp_body_util-552cf8a73b277701.rmeta b/target/debug/deps/libhttp_body_util-552cf8a73b277701.rmeta new file mode 100644 index 0000000..410aa3f Binary files /dev/null and b/target/debug/deps/libhttp_body_util-552cf8a73b277701.rmeta differ diff --git a/target/debug/deps/libhttp_body_util-adf60f80e6af0f27.rmeta b/target/debug/deps/libhttp_body_util-adf60f80e6af0f27.rmeta new file mode 100644 index 0000000..3ea7cb2 Binary files /dev/null and b/target/debug/deps/libhttp_body_util-adf60f80e6af0f27.rmeta differ diff --git a/target/debug/deps/libhttp_range_header-573b4e62b10d8ee2.rmeta b/target/debug/deps/libhttp_range_header-573b4e62b10d8ee2.rmeta new file mode 100644 index 0000000..86faa69 Binary files /dev/null and b/target/debug/deps/libhttp_range_header-573b4e62b10d8ee2.rmeta differ diff --git a/target/debug/deps/libhttparse-5f7771310d1a254c.rmeta b/target/debug/deps/libhttparse-5f7771310d1a254c.rmeta new file mode 100644 index 0000000..f762f9c Binary files /dev/null and b/target/debug/deps/libhttparse-5f7771310d1a254c.rmeta differ diff --git a/target/debug/deps/libhttpdate-b44607faa77cae59.rmeta b/target/debug/deps/libhttpdate-b44607faa77cae59.rmeta new file mode 100644 index 0000000..ac70187 Binary files /dev/null and b/target/debug/deps/libhttpdate-b44607faa77cae59.rmeta differ diff --git a/target/debug/deps/libhumansize-7d5d2dd75a2b1878.rmeta b/target/debug/deps/libhumansize-7d5d2dd75a2b1878.rmeta new file mode 100644 index 0000000..3c455b4 Binary files /dev/null and b/target/debug/deps/libhumansize-7d5d2dd75a2b1878.rmeta differ diff --git a/target/debug/deps/libhyper-4969d707f5fd3563.rmeta b/target/debug/deps/libhyper-4969d707f5fd3563.rmeta new file mode 100644 index 0000000..4d17e80 Binary files /dev/null and b/target/debug/deps/libhyper-4969d707f5fd3563.rmeta differ diff --git a/target/debug/deps/libhyper-9ce6853732964bad.rmeta b/target/debug/deps/libhyper-9ce6853732964bad.rmeta new file mode 100644 index 0000000..d4a1763 Binary files /dev/null and b/target/debug/deps/libhyper-9ce6853732964bad.rmeta differ diff --git a/target/debug/deps/libhyper-edfd8dc8ddbba0a9.rmeta b/target/debug/deps/libhyper-edfd8dc8ddbba0a9.rmeta new file mode 100644 index 0000000..270c868 Binary files /dev/null and b/target/debug/deps/libhyper-edfd8dc8ddbba0a9.rmeta differ diff --git a/target/debug/deps/libhyper_timeout-6e6a2518d54a5e04.rmeta b/target/debug/deps/libhyper_timeout-6e6a2518d54a5e04.rmeta new file mode 100644 index 0000000..18c29c0 Binary files /dev/null and b/target/debug/deps/libhyper_timeout-6e6a2518d54a5e04.rmeta differ diff --git a/target/debug/deps/libhyper_tls-1d3ab210a55a6f33.rmeta b/target/debug/deps/libhyper_tls-1d3ab210a55a6f33.rmeta new file mode 100644 index 0000000..470decd Binary files /dev/null and b/target/debug/deps/libhyper_tls-1d3ab210a55a6f33.rmeta differ diff --git a/target/debug/deps/libhyper_tls-e47382a8f8969425.rmeta b/target/debug/deps/libhyper_tls-e47382a8f8969425.rmeta new file mode 100644 index 0000000..c92cea7 Binary files /dev/null and b/target/debug/deps/libhyper_tls-e47382a8f8969425.rmeta differ diff --git a/target/debug/deps/libhyper_util-719e9fa3a69d6c7c.rmeta b/target/debug/deps/libhyper_util-719e9fa3a69d6c7c.rmeta new file mode 100644 index 0000000..eded8a3 Binary files /dev/null and b/target/debug/deps/libhyper_util-719e9fa3a69d6c7c.rmeta differ diff --git a/target/debug/deps/libhyper_util-a9f31578302e6934.rmeta b/target/debug/deps/libhyper_util-a9f31578302e6934.rmeta new file mode 100644 index 0000000..a479264 Binary files /dev/null and b/target/debug/deps/libhyper_util-a9f31578302e6934.rmeta differ diff --git a/target/debug/deps/libiana_time_zone-64e2e7380d4390cc.rmeta b/target/debug/deps/libiana_time_zone-64e2e7380d4390cc.rmeta new file mode 100644 index 0000000..68f6df8 Binary files /dev/null and b/target/debug/deps/libiana_time_zone-64e2e7380d4390cc.rmeta differ diff --git a/target/debug/deps/libicu_collections-6ee6900183f3ae87.rmeta b/target/debug/deps/libicu_collections-6ee6900183f3ae87.rmeta new file mode 100644 index 0000000..18d8771 Binary files /dev/null and b/target/debug/deps/libicu_collections-6ee6900183f3ae87.rmeta differ diff --git a/target/debug/deps/libicu_collections-a02e36db65b9598f.rlib b/target/debug/deps/libicu_collections-a02e36db65b9598f.rlib new file mode 100644 index 0000000..9ec0229 Binary files /dev/null and b/target/debug/deps/libicu_collections-a02e36db65b9598f.rlib differ diff --git a/target/debug/deps/libicu_collections-a02e36db65b9598f.rmeta b/target/debug/deps/libicu_collections-a02e36db65b9598f.rmeta new file mode 100644 index 0000000..e52dee2 Binary files /dev/null and b/target/debug/deps/libicu_collections-a02e36db65b9598f.rmeta differ diff --git a/target/debug/deps/libicu_locale_core-74200f7cd7147a72.rlib b/target/debug/deps/libicu_locale_core-74200f7cd7147a72.rlib new file mode 100644 index 0000000..85c0b24 Binary files /dev/null and b/target/debug/deps/libicu_locale_core-74200f7cd7147a72.rlib differ diff --git a/target/debug/deps/libicu_locale_core-74200f7cd7147a72.rmeta b/target/debug/deps/libicu_locale_core-74200f7cd7147a72.rmeta new file mode 100644 index 0000000..923734e Binary files /dev/null and b/target/debug/deps/libicu_locale_core-74200f7cd7147a72.rmeta differ diff --git a/target/debug/deps/libicu_locale_core-a299f1d4e556f582.rmeta b/target/debug/deps/libicu_locale_core-a299f1d4e556f582.rmeta new file mode 100644 index 0000000..732a4c0 Binary files /dev/null and b/target/debug/deps/libicu_locale_core-a299f1d4e556f582.rmeta differ diff --git a/target/debug/deps/libicu_normalizer-221bf5974a45c9c0.rlib b/target/debug/deps/libicu_normalizer-221bf5974a45c9c0.rlib new file mode 100644 index 0000000..39a9ef4 Binary files /dev/null and b/target/debug/deps/libicu_normalizer-221bf5974a45c9c0.rlib differ diff --git a/target/debug/deps/libicu_normalizer-221bf5974a45c9c0.rmeta b/target/debug/deps/libicu_normalizer-221bf5974a45c9c0.rmeta new file mode 100644 index 0000000..0924761 Binary files /dev/null and b/target/debug/deps/libicu_normalizer-221bf5974a45c9c0.rmeta differ diff --git a/target/debug/deps/libicu_normalizer-c02a8b6e2f5701dd.rmeta b/target/debug/deps/libicu_normalizer-c02a8b6e2f5701dd.rmeta new file mode 100644 index 0000000..2554516 Binary files /dev/null and b/target/debug/deps/libicu_normalizer-c02a8b6e2f5701dd.rmeta differ diff --git a/target/debug/deps/libicu_normalizer_data-380a74f5128b3a29.rlib b/target/debug/deps/libicu_normalizer_data-380a74f5128b3a29.rlib new file mode 100644 index 0000000..f4b7336 Binary files /dev/null and b/target/debug/deps/libicu_normalizer_data-380a74f5128b3a29.rlib differ diff --git a/target/debug/deps/libicu_normalizer_data-380a74f5128b3a29.rmeta b/target/debug/deps/libicu_normalizer_data-380a74f5128b3a29.rmeta new file mode 100644 index 0000000..09587bb Binary files /dev/null and b/target/debug/deps/libicu_normalizer_data-380a74f5128b3a29.rmeta differ diff --git a/target/debug/deps/libicu_normalizer_data-4e0c7362b6812833.rmeta b/target/debug/deps/libicu_normalizer_data-4e0c7362b6812833.rmeta new file mode 100644 index 0000000..9e86000 Binary files /dev/null and b/target/debug/deps/libicu_normalizer_data-4e0c7362b6812833.rmeta differ diff --git a/target/debug/deps/libicu_properties-5c5ab336441c39db.rlib b/target/debug/deps/libicu_properties-5c5ab336441c39db.rlib new file mode 100644 index 0000000..8cbd551 Binary files /dev/null and b/target/debug/deps/libicu_properties-5c5ab336441c39db.rlib differ diff --git a/target/debug/deps/libicu_properties-5c5ab336441c39db.rmeta b/target/debug/deps/libicu_properties-5c5ab336441c39db.rmeta new file mode 100644 index 0000000..ef6cd6b Binary files /dev/null and b/target/debug/deps/libicu_properties-5c5ab336441c39db.rmeta differ diff --git a/target/debug/deps/libicu_properties-a9e7a26130802ff5.rmeta b/target/debug/deps/libicu_properties-a9e7a26130802ff5.rmeta new file mode 100644 index 0000000..8f5a86c Binary files /dev/null and b/target/debug/deps/libicu_properties-a9e7a26130802ff5.rmeta differ diff --git a/target/debug/deps/libicu_properties_data-018f8a5dd2faebfa.rlib b/target/debug/deps/libicu_properties_data-018f8a5dd2faebfa.rlib new file mode 100644 index 0000000..bbd0865 Binary files /dev/null and b/target/debug/deps/libicu_properties_data-018f8a5dd2faebfa.rlib differ diff --git a/target/debug/deps/libicu_properties_data-018f8a5dd2faebfa.rmeta b/target/debug/deps/libicu_properties_data-018f8a5dd2faebfa.rmeta new file mode 100644 index 0000000..9763854 Binary files /dev/null and b/target/debug/deps/libicu_properties_data-018f8a5dd2faebfa.rmeta differ diff --git a/target/debug/deps/libicu_properties_data-bf93c9d3cf05a333.rmeta b/target/debug/deps/libicu_properties_data-bf93c9d3cf05a333.rmeta new file mode 100644 index 0000000..28219e4 Binary files /dev/null and b/target/debug/deps/libicu_properties_data-bf93c9d3cf05a333.rmeta differ diff --git a/target/debug/deps/libicu_provider-9648bd172c012efc.rlib b/target/debug/deps/libicu_provider-9648bd172c012efc.rlib new file mode 100644 index 0000000..d96de92 Binary files /dev/null and b/target/debug/deps/libicu_provider-9648bd172c012efc.rlib differ diff --git a/target/debug/deps/libicu_provider-9648bd172c012efc.rmeta b/target/debug/deps/libicu_provider-9648bd172c012efc.rmeta new file mode 100644 index 0000000..4a6840b Binary files /dev/null and b/target/debug/deps/libicu_provider-9648bd172c012efc.rmeta differ diff --git a/target/debug/deps/libicu_provider-9ae5693775ce3b6d.rmeta b/target/debug/deps/libicu_provider-9ae5693775ce3b6d.rmeta new file mode 100644 index 0000000..3abb0ff Binary files /dev/null and b/target/debug/deps/libicu_provider-9ae5693775ce3b6d.rmeta differ diff --git a/target/debug/deps/libident_case-649284103e8b873b.rlib b/target/debug/deps/libident_case-649284103e8b873b.rlib new file mode 100644 index 0000000..4a5605e Binary files /dev/null and b/target/debug/deps/libident_case-649284103e8b873b.rlib differ diff --git a/target/debug/deps/libident_case-649284103e8b873b.rmeta b/target/debug/deps/libident_case-649284103e8b873b.rmeta new file mode 100644 index 0000000..6b72be0 Binary files /dev/null and b/target/debug/deps/libident_case-649284103e8b873b.rmeta differ diff --git a/target/debug/deps/libidna-18a04fcd2cfc1140.rlib b/target/debug/deps/libidna-18a04fcd2cfc1140.rlib new file mode 100644 index 0000000..2e96c48 Binary files /dev/null and b/target/debug/deps/libidna-18a04fcd2cfc1140.rlib differ diff --git a/target/debug/deps/libidna-18a04fcd2cfc1140.rmeta b/target/debug/deps/libidna-18a04fcd2cfc1140.rmeta new file mode 100644 index 0000000..f15e89f Binary files /dev/null and b/target/debug/deps/libidna-18a04fcd2cfc1140.rmeta differ diff --git a/target/debug/deps/libidna-cc7887650acf2ec2.rmeta b/target/debug/deps/libidna-cc7887650acf2ec2.rmeta new file mode 100644 index 0000000..086ac25 Binary files /dev/null and b/target/debug/deps/libidna-cc7887650acf2ec2.rmeta differ diff --git a/target/debug/deps/libidna-e2f7b4fdde22cd71.rmeta b/target/debug/deps/libidna-e2f7b4fdde22cd71.rmeta new file mode 100644 index 0000000..ce8c808 Binary files /dev/null and b/target/debug/deps/libidna-e2f7b4fdde22cd71.rmeta differ diff --git a/target/debug/deps/libidna-f273246e7ee02be8.rmeta b/target/debug/deps/libidna-f273246e7ee02be8.rmeta new file mode 100644 index 0000000..d4b20e2 Binary files /dev/null and b/target/debug/deps/libidna-f273246e7ee02be8.rmeta differ diff --git a/target/debug/deps/libidna_adapter-9cc4454b6e7dbb28.rlib b/target/debug/deps/libidna_adapter-9cc4454b6e7dbb28.rlib new file mode 100644 index 0000000..33c1b1c Binary files /dev/null and b/target/debug/deps/libidna_adapter-9cc4454b6e7dbb28.rlib differ diff --git a/target/debug/deps/libidna_adapter-9cc4454b6e7dbb28.rmeta b/target/debug/deps/libidna_adapter-9cc4454b6e7dbb28.rmeta new file mode 100644 index 0000000..980281b Binary files /dev/null and b/target/debug/deps/libidna_adapter-9cc4454b6e7dbb28.rmeta differ diff --git a/target/debug/deps/libidna_adapter-c57094580fb4c5db.rmeta b/target/debug/deps/libidna_adapter-c57094580fb4c5db.rmeta new file mode 100644 index 0000000..810e457 Binary files /dev/null and b/target/debug/deps/libidna_adapter-c57094580fb4c5db.rmeta differ diff --git a/target/debug/deps/libignore-452681c5c8034fea.rmeta b/target/debug/deps/libignore-452681c5c8034fea.rmeta new file mode 100644 index 0000000..32ea6b0 Binary files /dev/null and b/target/debug/deps/libignore-452681c5c8034fea.rmeta differ diff --git a/target/debug/deps/libignore-53d54cc58f1f6286.rlib b/target/debug/deps/libignore-53d54cc58f1f6286.rlib new file mode 100644 index 0000000..0c8e27a Binary files /dev/null and b/target/debug/deps/libignore-53d54cc58f1f6286.rlib differ diff --git a/target/debug/deps/libignore-53d54cc58f1f6286.rmeta b/target/debug/deps/libignore-53d54cc58f1f6286.rmeta new file mode 100644 index 0000000..e9a736d Binary files /dev/null and b/target/debug/deps/libignore-53d54cc58f1f6286.rmeta differ diff --git a/target/debug/deps/libignore-55a33c306f784b59.rlib b/target/debug/deps/libignore-55a33c306f784b59.rlib new file mode 100644 index 0000000..22b0372 Binary files /dev/null and b/target/debug/deps/libignore-55a33c306f784b59.rlib differ diff --git a/target/debug/deps/libignore-55a33c306f784b59.rmeta b/target/debug/deps/libignore-55a33c306f784b59.rmeta new file mode 100644 index 0000000..5c087f4 Binary files /dev/null and b/target/debug/deps/libignore-55a33c306f784b59.rmeta differ diff --git a/target/debug/deps/libignore-d04fa90e66c4c9d9.rmeta b/target/debug/deps/libignore-d04fa90e66c4c9d9.rmeta new file mode 100644 index 0000000..98de4ef Binary files /dev/null and b/target/debug/deps/libignore-d04fa90e66c4c9d9.rmeta differ diff --git a/target/debug/deps/libindexmap-20ff69d8f88c9947.rlib b/target/debug/deps/libindexmap-20ff69d8f88c9947.rlib new file mode 100644 index 0000000..d6a98dd Binary files /dev/null and b/target/debug/deps/libindexmap-20ff69d8f88c9947.rlib differ diff --git a/target/debug/deps/libindexmap-20ff69d8f88c9947.rmeta b/target/debug/deps/libindexmap-20ff69d8f88c9947.rmeta new file mode 100644 index 0000000..ead6e2d Binary files /dev/null and b/target/debug/deps/libindexmap-20ff69d8f88c9947.rmeta differ diff --git a/target/debug/deps/libindexmap-daf0e2edc1c637d9.rlib b/target/debug/deps/libindexmap-daf0e2edc1c637d9.rlib new file mode 100644 index 0000000..48f6b0e Binary files /dev/null and b/target/debug/deps/libindexmap-daf0e2edc1c637d9.rlib differ diff --git a/target/debug/deps/libindexmap-daf0e2edc1c637d9.rmeta b/target/debug/deps/libindexmap-daf0e2edc1c637d9.rmeta new file mode 100644 index 0000000..b2b5d6b Binary files /dev/null and b/target/debug/deps/libindexmap-daf0e2edc1c637d9.rmeta differ diff --git a/target/debug/deps/libindexmap-db65028c25aaf1b9.rmeta b/target/debug/deps/libindexmap-db65028c25aaf1b9.rmeta new file mode 100644 index 0000000..a560f8c Binary files /dev/null and b/target/debug/deps/libindexmap-db65028c25aaf1b9.rmeta differ diff --git a/target/debug/deps/libindexmap-e3cd99a1caea65af.rmeta b/target/debug/deps/libindexmap-e3cd99a1caea65af.rmeta new file mode 100644 index 0000000..c9fe6dc Binary files /dev/null and b/target/debug/deps/libindexmap-e3cd99a1caea65af.rmeta differ diff --git a/target/debug/deps/libindexmap-ec79a55de8681bf4.rmeta b/target/debug/deps/libindexmap-ec79a55de8681bf4.rmeta new file mode 100644 index 0000000..03f5efd Binary files /dev/null and b/target/debug/deps/libindexmap-ec79a55de8681bf4.rmeta differ diff --git a/target/debug/deps/libinflector-f0e315bfb51fa6c8.rlib b/target/debug/deps/libinflector-f0e315bfb51fa6c8.rlib new file mode 100644 index 0000000..2d3f3ba Binary files /dev/null and b/target/debug/deps/libinflector-f0e315bfb51fa6c8.rlib differ diff --git a/target/debug/deps/libinflector-f0e315bfb51fa6c8.rmeta b/target/debug/deps/libinflector-f0e315bfb51fa6c8.rmeta new file mode 100644 index 0000000..09c2085 Binary files /dev/null and b/target/debug/deps/libinflector-f0e315bfb51fa6c8.rmeta differ diff --git a/target/debug/deps/libinventory-40faf52120228bfc.rmeta b/target/debug/deps/libinventory-40faf52120228bfc.rmeta new file mode 100644 index 0000000..0434cff Binary files /dev/null and b/target/debug/deps/libinventory-40faf52120228bfc.rmeta differ diff --git a/target/debug/deps/libipnet-7644613948ff990b.rmeta b/target/debug/deps/libipnet-7644613948ff990b.rmeta new file mode 100644 index 0000000..67392f4 Binary files /dev/null and b/target/debug/deps/libipnet-7644613948ff990b.rmeta differ diff --git a/target/debug/deps/libiri_string-62ec50f0e55e7c76.rmeta b/target/debug/deps/libiri_string-62ec50f0e55e7c76.rmeta new file mode 100644 index 0000000..ef38301 Binary files /dev/null and b/target/debug/deps/libiri_string-62ec50f0e55e7c76.rmeta differ diff --git a/target/debug/deps/libitertools-3c98f19ed3ef0280.rlib b/target/debug/deps/libitertools-3c98f19ed3ef0280.rlib new file mode 100644 index 0000000..22b741a Binary files /dev/null and b/target/debug/deps/libitertools-3c98f19ed3ef0280.rlib differ diff --git a/target/debug/deps/libitertools-3c98f19ed3ef0280.rmeta b/target/debug/deps/libitertools-3c98f19ed3ef0280.rmeta new file mode 100644 index 0000000..9acc106 Binary files /dev/null and b/target/debug/deps/libitertools-3c98f19ed3ef0280.rmeta differ diff --git a/target/debug/deps/libitertools-4e324f147f2549b7.rlib b/target/debug/deps/libitertools-4e324f147f2549b7.rlib new file mode 100644 index 0000000..79da095 Binary files /dev/null and b/target/debug/deps/libitertools-4e324f147f2549b7.rlib differ diff --git a/target/debug/deps/libitertools-4e324f147f2549b7.rmeta b/target/debug/deps/libitertools-4e324f147f2549b7.rmeta new file mode 100644 index 0000000..c07a835 Binary files /dev/null and b/target/debug/deps/libitertools-4e324f147f2549b7.rmeta differ diff --git a/target/debug/deps/libitertools-72c2d6b8aef1b1c2.rmeta b/target/debug/deps/libitertools-72c2d6b8aef1b1c2.rmeta new file mode 100644 index 0000000..e22eb6e Binary files /dev/null and b/target/debug/deps/libitertools-72c2d6b8aef1b1c2.rmeta differ diff --git a/target/debug/deps/libitertools-a00f5846643222cb.rmeta b/target/debug/deps/libitertools-a00f5846643222cb.rmeta new file mode 100644 index 0000000..a966a33 Binary files /dev/null and b/target/debug/deps/libitertools-a00f5846643222cb.rmeta differ diff --git a/target/debug/deps/libitertools-d6418d36c83031ff.rlib b/target/debug/deps/libitertools-d6418d36c83031ff.rlib new file mode 100644 index 0000000..0f7f08e Binary files /dev/null and b/target/debug/deps/libitertools-d6418d36c83031ff.rlib differ diff --git a/target/debug/deps/libitertools-d6418d36c83031ff.rmeta b/target/debug/deps/libitertools-d6418d36c83031ff.rmeta new file mode 100644 index 0000000..14dcfb1 Binary files /dev/null and b/target/debug/deps/libitertools-d6418d36c83031ff.rmeta differ diff --git a/target/debug/deps/libitoa-43412b7a2b97f0dd.rmeta b/target/debug/deps/libitoa-43412b7a2b97f0dd.rmeta new file mode 100644 index 0000000..ac43ce5 Binary files /dev/null and b/target/debug/deps/libitoa-43412b7a2b97f0dd.rmeta differ diff --git a/target/debug/deps/libitoa-b651b9bae368831f.rlib b/target/debug/deps/libitoa-b651b9bae368831f.rlib new file mode 100644 index 0000000..cfd309e Binary files /dev/null and b/target/debug/deps/libitoa-b651b9bae368831f.rlib differ diff --git a/target/debug/deps/libitoa-b651b9bae368831f.rmeta b/target/debug/deps/libitoa-b651b9bae368831f.rmeta new file mode 100644 index 0000000..7389acd Binary files /dev/null and b/target/debug/deps/libitoa-b651b9bae368831f.rmeta differ diff --git a/target/debug/deps/libjobserver-d10de01c88792b10.rlib b/target/debug/deps/libjobserver-d10de01c88792b10.rlib new file mode 100644 index 0000000..e6d275e Binary files /dev/null and b/target/debug/deps/libjobserver-d10de01c88792b10.rlib differ diff --git a/target/debug/deps/libjobserver-d10de01c88792b10.rmeta b/target/debug/deps/libjobserver-d10de01c88792b10.rmeta new file mode 100644 index 0000000..56976bd Binary files /dev/null and b/target/debug/deps/libjobserver-d10de01c88792b10.rmeta differ diff --git a/target/debug/deps/libjsonwebtoken-667d004cbee89b6e.rmeta b/target/debug/deps/libjsonwebtoken-667d004cbee89b6e.rmeta new file mode 100644 index 0000000..2ad5621 Binary files /dev/null and b/target/debug/deps/libjsonwebtoken-667d004cbee89b6e.rmeta differ diff --git a/target/debug/deps/liblazy_static-1e9fe774d6c0ed40.rlib b/target/debug/deps/liblazy_static-1e9fe774d6c0ed40.rlib new file mode 100644 index 0000000..7b3d9bc Binary files /dev/null and b/target/debug/deps/liblazy_static-1e9fe774d6c0ed40.rlib differ diff --git a/target/debug/deps/liblazy_static-1e9fe774d6c0ed40.rmeta b/target/debug/deps/liblazy_static-1e9fe774d6c0ed40.rmeta new file mode 100644 index 0000000..ee9ad8b Binary files /dev/null and b/target/debug/deps/liblazy_static-1e9fe774d6c0ed40.rmeta differ diff --git a/target/debug/deps/liblazy_static-9bf3f646e7e24520.rmeta b/target/debug/deps/liblazy_static-9bf3f646e7e24520.rmeta new file mode 100644 index 0000000..e59eaf1 Binary files /dev/null and b/target/debug/deps/liblazy_static-9bf3f646e7e24520.rmeta differ diff --git a/target/debug/deps/liblibc-08ff5286b4aaf65e.rmeta b/target/debug/deps/liblibc-08ff5286b4aaf65e.rmeta new file mode 100644 index 0000000..3a1a286 Binary files /dev/null and b/target/debug/deps/liblibc-08ff5286b4aaf65e.rmeta differ diff --git a/target/debug/deps/liblibc-5862a3a2d44840cd.rlib b/target/debug/deps/liblibc-5862a3a2d44840cd.rlib new file mode 100644 index 0000000..2cf4f64 Binary files /dev/null and b/target/debug/deps/liblibc-5862a3a2d44840cd.rlib differ diff --git a/target/debug/deps/liblibc-5862a3a2d44840cd.rmeta b/target/debug/deps/liblibc-5862a3a2d44840cd.rmeta new file mode 100644 index 0000000..0a8d594 Binary files /dev/null and b/target/debug/deps/liblibc-5862a3a2d44840cd.rmeta differ diff --git a/target/debug/deps/liblibm-639fc7309e67879b.rmeta b/target/debug/deps/liblibm-639fc7309e67879b.rmeta new file mode 100644 index 0000000..421779f Binary files /dev/null and b/target/debug/deps/liblibm-639fc7309e67879b.rmeta differ diff --git a/target/debug/deps/liblibsqlite3_sys-60129e9057329b4c.rmeta b/target/debug/deps/liblibsqlite3_sys-60129e9057329b4c.rmeta new file mode 100644 index 0000000..2610f35 Binary files /dev/null and b/target/debug/deps/liblibsqlite3_sys-60129e9057329b4c.rmeta differ diff --git a/target/debug/deps/liblibsqlite3_sys-697017257c810d55.rlib b/target/debug/deps/liblibsqlite3_sys-697017257c810d55.rlib new file mode 100644 index 0000000..e643c40 Binary files /dev/null and b/target/debug/deps/liblibsqlite3_sys-697017257c810d55.rlib differ diff --git a/target/debug/deps/liblibsqlite3_sys-697017257c810d55.rmeta b/target/debug/deps/liblibsqlite3_sys-697017257c810d55.rmeta new file mode 100644 index 0000000..72e3f71 Binary files /dev/null and b/target/debug/deps/liblibsqlite3_sys-697017257c810d55.rmeta differ diff --git a/target/debug/deps/liblinkme-4a78ea606fc50682.rmeta b/target/debug/deps/liblinkme-4a78ea606fc50682.rmeta new file mode 100644 index 0000000..860c1ab Binary files /dev/null and b/target/debug/deps/liblinkme-4a78ea606fc50682.rmeta differ diff --git a/target/debug/deps/liblinkme_impl-cad09e93189a3ad6.so b/target/debug/deps/liblinkme_impl-cad09e93189a3ad6.so new file mode 100755 index 0000000..4187450 Binary files /dev/null and b/target/debug/deps/liblinkme_impl-cad09e93189a3ad6.so differ diff --git a/target/debug/deps/liblinux_raw_sys-5f2ae7f575fb30f2.rmeta b/target/debug/deps/liblinux_raw_sys-5f2ae7f575fb30f2.rmeta new file mode 100644 index 0000000..5b6141d Binary files /dev/null and b/target/debug/deps/liblinux_raw_sys-5f2ae7f575fb30f2.rmeta differ diff --git a/target/debug/deps/liblitemap-06503fb95966bed0.rlib b/target/debug/deps/liblitemap-06503fb95966bed0.rlib new file mode 100644 index 0000000..b5360f1 Binary files /dev/null and b/target/debug/deps/liblitemap-06503fb95966bed0.rlib differ diff --git a/target/debug/deps/liblitemap-06503fb95966bed0.rmeta b/target/debug/deps/liblitemap-06503fb95966bed0.rmeta new file mode 100644 index 0000000..7280dbc Binary files /dev/null and b/target/debug/deps/liblitemap-06503fb95966bed0.rmeta differ diff --git a/target/debug/deps/liblitemap-5c7345f5cf125afb.rmeta b/target/debug/deps/liblitemap-5c7345f5cf125afb.rmeta new file mode 100644 index 0000000..171d750 Binary files /dev/null and b/target/debug/deps/liblitemap-5c7345f5cf125afb.rmeta differ diff --git a/target/debug/deps/liblock_api-6f7c20f2ce02eb24.rmeta b/target/debug/deps/liblock_api-6f7c20f2ce02eb24.rmeta new file mode 100644 index 0000000..fe0ae10 Binary files /dev/null and b/target/debug/deps/liblock_api-6f7c20f2ce02eb24.rmeta differ diff --git a/target/debug/deps/liblock_api-d050917127756093.rlib b/target/debug/deps/liblock_api-d050917127756093.rlib new file mode 100644 index 0000000..49ab54d Binary files /dev/null and b/target/debug/deps/liblock_api-d050917127756093.rlib differ diff --git a/target/debug/deps/liblock_api-d050917127756093.rmeta b/target/debug/deps/liblock_api-d050917127756093.rmeta new file mode 100644 index 0000000..16ce01b Binary files /dev/null and b/target/debug/deps/liblock_api-d050917127756093.rmeta differ diff --git a/target/debug/deps/liblog-1d85aa3a34fc293a.rmeta b/target/debug/deps/liblog-1d85aa3a34fc293a.rmeta new file mode 100644 index 0000000..9ec688e Binary files /dev/null and b/target/debug/deps/liblog-1d85aa3a34fc293a.rmeta differ diff --git a/target/debug/deps/liblog-4b4a2b17a67b4656.rlib b/target/debug/deps/liblog-4b4a2b17a67b4656.rlib new file mode 100644 index 0000000..77b2878 Binary files /dev/null and b/target/debug/deps/liblog-4b4a2b17a67b4656.rlib differ diff --git a/target/debug/deps/liblog-4b4a2b17a67b4656.rmeta b/target/debug/deps/liblog-4b4a2b17a67b4656.rmeta new file mode 100644 index 0000000..f6de047 Binary files /dev/null and b/target/debug/deps/liblog-4b4a2b17a67b4656.rmeta differ diff --git a/target/debug/deps/libm-639fc7309e67879b.d b/target/debug/deps/libm-639fc7309e67879b.d new file mode 100644 index 0000000..e16713c --- /dev/null +++ b/target/debug/deps/libm-639fc7309e67879b.d @@ -0,0 +1,146 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libm-639fc7309e67879b.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/libm_helper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/support/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/support/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/support/big.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/support/env.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/support/feature_detect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/support/float_traits.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/support/hex_float.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/support/int_traits.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/support/int_traits/narrowing_div.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/support/modular.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/arch/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/expo2.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/k_cos.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/k_cosf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/k_expo2.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/k_expo2f.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/k_sin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/k_sinf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/k_tan.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/k_tanf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/rem_pio2.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/rem_pio2_large.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/rem_pio2f.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/acos.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/acosf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/acosh.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/acoshf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/asin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/asinf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/asinh.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/asinhf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/atan.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/atan2.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/atan2f.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/atanf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/atanh.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/atanhf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/cbrt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/cbrtf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/ceil.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/copysign.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/cos.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/cosf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/cosh.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/coshf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/erf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/erff.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/exp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/exp10.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/exp10f.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/exp2.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/exp2f.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/expf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/expm1.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/expm1f.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/fabs.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/fdim.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/floor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/fma.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/fmin_fmax.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/fminimum_fmaximum.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/fminimum_fmaximum_num.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/fmod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/frexp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/frexpf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/hypot.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/hypotf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/ilogb.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/ilogbf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/j0.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/j0f.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/j1.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/j1f.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/jn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/jnf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/ldexp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/lgamma.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/lgamma_r.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/lgammaf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/lgammaf_r.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/log.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/log10.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/log10f.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/log1p.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/log1pf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/log2.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/log2f.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/logf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/modf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/modff.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/nextafter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/nextafterf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/pow.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/powf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/remainder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/remainderf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/remquo.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/remquof.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/rint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/round.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/roundeven.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/scalbn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/sin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/sincos.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/sincosf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/sinf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/sinh.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/sinhf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/sqrt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/tan.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/tanf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/tanh.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/tanhf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/tgamma.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/tgammaf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/trunc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/ceil.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/copysign.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/fabs.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/fdim.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/floor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/fma.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/fma_wide.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/fmax.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/fmaximum.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/fmaximum_num.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/fmin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/fminimum.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/fminimum_num.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/fmod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/rint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/round.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/scalbn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/sqrt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/trunc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/arch/x86.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/arch/x86/detect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/arch/x86/fma.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/liblibm-639fc7309e67879b.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/libm_helper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/support/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/support/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/support/big.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/support/env.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/support/feature_detect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/support/float_traits.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/support/hex_float.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/support/int_traits.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/support/int_traits/narrowing_div.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/support/modular.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/arch/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/expo2.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/k_cos.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/k_cosf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/k_expo2.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/k_expo2f.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/k_sin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/k_sinf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/k_tan.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/k_tanf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/rem_pio2.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/rem_pio2_large.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/rem_pio2f.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/acos.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/acosf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/acosh.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/acoshf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/asin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/asinf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/asinh.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/asinhf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/atan.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/atan2.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/atan2f.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/atanf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/atanh.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/atanhf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/cbrt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/cbrtf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/ceil.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/copysign.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/cos.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/cosf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/cosh.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/coshf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/erf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/erff.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/exp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/exp10.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/exp10f.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/exp2.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/exp2f.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/expf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/expm1.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/expm1f.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/fabs.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/fdim.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/floor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/fma.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/fmin_fmax.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/fminimum_fmaximum.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/fminimum_fmaximum_num.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/fmod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/frexp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/frexpf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/hypot.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/hypotf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/ilogb.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/ilogbf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/j0.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/j0f.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/j1.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/j1f.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/jn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/jnf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/ldexp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/lgamma.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/lgamma_r.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/lgammaf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/lgammaf_r.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/log.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/log10.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/log10f.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/log1p.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/log1pf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/log2.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/log2f.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/logf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/modf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/modff.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/nextafter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/nextafterf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/pow.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/powf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/remainder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/remainderf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/remquo.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/remquof.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/rint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/round.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/roundeven.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/scalbn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/sin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/sincos.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/sincosf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/sinf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/sinh.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/sinhf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/sqrt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/tan.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/tanf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/tanh.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/tanhf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/tgamma.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/tgammaf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/trunc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/ceil.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/copysign.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/fabs.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/fdim.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/floor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/fma.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/fma_wide.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/fmax.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/fmaximum.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/fmaximum_num.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/fmin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/fminimum.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/fminimum_num.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/fmod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/rint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/round.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/scalbn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/sqrt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/trunc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/arch/x86.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/arch/x86/detect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/arch/x86/fma.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/libm_helper.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/support/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/support/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/support/big.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/support/env.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/support/feature_detect.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/support/float_traits.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/support/hex_float.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/support/int_traits.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/support/int_traits/narrowing_div.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/support/modular.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/arch/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/expo2.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/k_cos.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/k_cosf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/k_expo2.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/k_expo2f.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/k_sin.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/k_sinf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/k_tan.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/k_tanf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/rem_pio2.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/rem_pio2_large.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/rem_pio2f.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/acos.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/acosf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/acosh.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/acoshf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/asin.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/asinf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/asinh.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/asinhf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/atan.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/atan2.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/atan2f.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/atanf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/atanh.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/atanhf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/cbrt.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/cbrtf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/ceil.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/copysign.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/cos.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/cosf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/cosh.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/coshf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/erf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/erff.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/exp.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/exp10.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/exp10f.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/exp2.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/exp2f.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/expf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/expm1.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/expm1f.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/fabs.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/fdim.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/floor.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/fma.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/fmin_fmax.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/fminimum_fmaximum.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/fminimum_fmaximum_num.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/fmod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/frexp.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/frexpf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/hypot.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/hypotf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/ilogb.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/ilogbf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/j0.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/j0f.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/j1.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/j1f.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/jn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/jnf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/ldexp.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/lgamma.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/lgamma_r.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/lgammaf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/lgammaf_r.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/log.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/log10.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/log10f.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/log1p.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/log1pf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/log2.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/log2f.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/logf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/modf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/modff.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/nextafter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/nextafterf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/pow.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/powf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/remainder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/remainderf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/remquo.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/remquof.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/rint.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/round.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/roundeven.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/scalbn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/sin.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/sincos.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/sincosf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/sinf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/sinh.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/sinhf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/sqrt.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/tan.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/tanf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/tanh.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/tanhf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/tgamma.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/tgammaf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/trunc.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/ceil.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/copysign.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/fabs.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/fdim.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/floor.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/fma.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/fma_wide.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/fmax.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/fmaximum.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/fmaximum_num.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/fmin.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/fminimum.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/fminimum_num.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/fmod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/rint.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/round.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/scalbn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/sqrt.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/generic/trunc.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/arch/x86.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/arch/x86/detect.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/math/arch/x86/fma.rs: diff --git a/target/debug/deps/libmatchers-025be8e7f745a8db.rmeta b/target/debug/deps/libmatchers-025be8e7f745a8db.rmeta new file mode 100644 index 0000000..8021d40 Binary files /dev/null and b/target/debug/deps/libmatchers-025be8e7f745a8db.rmeta differ diff --git a/target/debug/deps/libmatchit-2d0491ced8abf00d.rmeta b/target/debug/deps/libmatchit-2d0491ced8abf00d.rmeta new file mode 100644 index 0000000..d82dc05 Binary files /dev/null and b/target/debug/deps/libmatchit-2d0491ced8abf00d.rmeta differ diff --git a/target/debug/deps/libmatchit-d2aee7d756be1170.rmeta b/target/debug/deps/libmatchit-d2aee7d756be1170.rmeta new file mode 100644 index 0000000..81039d1 Binary files /dev/null and b/target/debug/deps/libmatchit-d2aee7d756be1170.rmeta differ diff --git a/target/debug/deps/libmemchr-4dc715cff86b0c47.rmeta b/target/debug/deps/libmemchr-4dc715cff86b0c47.rmeta new file mode 100644 index 0000000..6a17cdc Binary files /dev/null and b/target/debug/deps/libmemchr-4dc715cff86b0c47.rmeta differ diff --git a/target/debug/deps/libmemchr-4eb4ede79c626bb5.rlib b/target/debug/deps/libmemchr-4eb4ede79c626bb5.rlib new file mode 100644 index 0000000..d86083b Binary files /dev/null and b/target/debug/deps/libmemchr-4eb4ede79c626bb5.rlib differ diff --git a/target/debug/deps/libmemchr-4eb4ede79c626bb5.rmeta b/target/debug/deps/libmemchr-4eb4ede79c626bb5.rmeta new file mode 100644 index 0000000..6de57f0 Binary files /dev/null and b/target/debug/deps/libmemchr-4eb4ede79c626bb5.rmeta differ diff --git a/target/debug/deps/libmicroservices-1af3c13ef2ebf353.rmeta b/target/debug/deps/libmicroservices-1af3c13ef2ebf353.rmeta new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/deps/libmime-b6737001863fd4df.rmeta b/target/debug/deps/libmime-b6737001863fd4df.rmeta new file mode 100644 index 0000000..5d6d6f3 Binary files /dev/null and b/target/debug/deps/libmime-b6737001863fd4df.rmeta differ diff --git a/target/debug/deps/libmime_guess-f74eff08d17e5b49.rmeta b/target/debug/deps/libmime_guess-f74eff08d17e5b49.rmeta new file mode 100644 index 0000000..f8780ff Binary files /dev/null and b/target/debug/deps/libmime_guess-f74eff08d17e5b49.rmeta differ diff --git a/target/debug/deps/libminiz_oxide-aa8b67989a0f2811.rmeta b/target/debug/deps/libminiz_oxide-aa8b67989a0f2811.rmeta new file mode 100644 index 0000000..3df9c95 Binary files /dev/null and b/target/debug/deps/libminiz_oxide-aa8b67989a0f2811.rmeta differ diff --git a/target/debug/deps/libmio-43263e24830b639d.rmeta b/target/debug/deps/libmio-43263e24830b639d.rmeta new file mode 100644 index 0000000..7f2f4d8 Binary files /dev/null and b/target/debug/deps/libmio-43263e24830b639d.rmeta differ diff --git a/target/debug/deps/libmio-9d6c186d1cdda6e9.rlib b/target/debug/deps/libmio-9d6c186d1cdda6e9.rlib new file mode 100644 index 0000000..df1f1dd Binary files /dev/null and b/target/debug/deps/libmio-9d6c186d1cdda6e9.rlib differ diff --git a/target/debug/deps/libmio-9d6c186d1cdda6e9.rmeta b/target/debug/deps/libmio-9d6c186d1cdda6e9.rmeta new file mode 100644 index 0000000..3ac1a98 Binary files /dev/null and b/target/debug/deps/libmio-9d6c186d1cdda6e9.rmeta differ diff --git a/target/debug/deps/libmulter-bfad8849b56298d6.rmeta b/target/debug/deps/libmulter-bfad8849b56298d6.rmeta new file mode 100644 index 0000000..ea31c70 Binary files /dev/null and b/target/debug/deps/libmulter-bfad8849b56298d6.rmeta differ diff --git a/target/debug/deps/libnative_tls-eb501d55956c07d3.rmeta b/target/debug/deps/libnative_tls-eb501d55956c07d3.rmeta new file mode 100644 index 0000000..298ed8a Binary files /dev/null and b/target/debug/deps/libnative_tls-eb501d55956c07d3.rmeta differ diff --git a/target/debug/deps/libnormpath-0fb2c8ec83119a13.rmeta b/target/debug/deps/libnormpath-0fb2c8ec83119a13.rmeta new file mode 100644 index 0000000..6f09f92 Binary files /dev/null and b/target/debug/deps/libnormpath-0fb2c8ec83119a13.rmeta differ diff --git a/target/debug/deps/libnormpath-f186d752fb7c3865.rlib b/target/debug/deps/libnormpath-f186d752fb7c3865.rlib new file mode 100644 index 0000000..2b895d6 Binary files /dev/null and b/target/debug/deps/libnormpath-f186d752fb7c3865.rlib differ diff --git a/target/debug/deps/libnormpath-f186d752fb7c3865.rmeta b/target/debug/deps/libnormpath-f186d752fb7c3865.rmeta new file mode 100644 index 0000000..513e5a2 Binary files /dev/null and b/target/debug/deps/libnormpath-f186d752fb7c3865.rmeta differ diff --git a/target/debug/deps/libnu_ansi_term-2b614c0d6177f1c8.rmeta b/target/debug/deps/libnu_ansi_term-2b614c0d6177f1c8.rmeta new file mode 100644 index 0000000..66e5b04 Binary files /dev/null and b/target/debug/deps/libnu_ansi_term-2b614c0d6177f1c8.rmeta differ diff --git a/target/debug/deps/libnum_bigint-a3754ddc5ca2981d.rmeta b/target/debug/deps/libnum_bigint-a3754ddc5ca2981d.rmeta new file mode 100644 index 0000000..426622c Binary files /dev/null and b/target/debug/deps/libnum_bigint-a3754ddc5ca2981d.rmeta differ diff --git a/target/debug/deps/libnum_conv-3245d70badb231f4.rlib b/target/debug/deps/libnum_conv-3245d70badb231f4.rlib new file mode 100644 index 0000000..242673d Binary files /dev/null and b/target/debug/deps/libnum_conv-3245d70badb231f4.rlib differ diff --git a/target/debug/deps/libnum_conv-3245d70badb231f4.rmeta b/target/debug/deps/libnum_conv-3245d70badb231f4.rmeta new file mode 100644 index 0000000..72302b9 Binary files /dev/null and b/target/debug/deps/libnum_conv-3245d70badb231f4.rmeta differ diff --git a/target/debug/deps/libnum_conv-e72d2ddf3f5ca1e3.rmeta b/target/debug/deps/libnum_conv-e72d2ddf3f5ca1e3.rmeta new file mode 100644 index 0000000..c6e5f56 Binary files /dev/null and b/target/debug/deps/libnum_conv-e72d2ddf3f5ca1e3.rmeta differ diff --git a/target/debug/deps/libnum_integer-da47b573662fb57b.rmeta b/target/debug/deps/libnum_integer-da47b573662fb57b.rmeta new file mode 100644 index 0000000..9080504 Binary files /dev/null and b/target/debug/deps/libnum_integer-da47b573662fb57b.rmeta differ diff --git a/target/debug/deps/libnum_modular-53836268f445a8db.rmeta b/target/debug/deps/libnum_modular-53836268f445a8db.rmeta new file mode 100644 index 0000000..6575eb8 Binary files /dev/null and b/target/debug/deps/libnum_modular-53836268f445a8db.rmeta differ diff --git a/target/debug/deps/libnum_order-02d44920c56928ae.rmeta b/target/debug/deps/libnum_order-02d44920c56928ae.rmeta new file mode 100644 index 0000000..7319c39 Binary files /dev/null and b/target/debug/deps/libnum_order-02d44920c56928ae.rmeta differ diff --git a/target/debug/deps/libnum_traits-09c751addfdfe33b.rmeta b/target/debug/deps/libnum_traits-09c751addfdfe33b.rmeta new file mode 100644 index 0000000..73a930e Binary files /dev/null and b/target/debug/deps/libnum_traits-09c751addfdfe33b.rmeta differ diff --git a/target/debug/deps/libnum_traits-7340f5c1991af5c0.rlib b/target/debug/deps/libnum_traits-7340f5c1991af5c0.rlib new file mode 100644 index 0000000..7e1aca5 Binary files /dev/null and b/target/debug/deps/libnum_traits-7340f5c1991af5c0.rlib differ diff --git a/target/debug/deps/libnum_traits-7340f5c1991af5c0.rmeta b/target/debug/deps/libnum_traits-7340f5c1991af5c0.rmeta new file mode 100644 index 0000000..e320a79 Binary files /dev/null and b/target/debug/deps/libnum_traits-7340f5c1991af5c0.rmeta differ diff --git a/target/debug/deps/libnum_traits-de76dedb3e0afb53.rmeta b/target/debug/deps/libnum_traits-de76dedb3e0afb53.rmeta new file mode 100644 index 0000000..407a3ff Binary files /dev/null and b/target/debug/deps/libnum_traits-de76dedb3e0afb53.rmeta differ diff --git a/target/debug/deps/libonce_cell-9dd2b08ed9c38c44.rmeta b/target/debug/deps/libonce_cell-9dd2b08ed9c38c44.rmeta new file mode 100644 index 0000000..2029ebe Binary files /dev/null and b/target/debug/deps/libonce_cell-9dd2b08ed9c38c44.rmeta differ diff --git a/target/debug/deps/libonce_cell-a3271d59106b29e4.rlib b/target/debug/deps/libonce_cell-a3271d59106b29e4.rlib new file mode 100644 index 0000000..fcedfe1 Binary files /dev/null and b/target/debug/deps/libonce_cell-a3271d59106b29e4.rlib differ diff --git a/target/debug/deps/libonce_cell-a3271d59106b29e4.rmeta b/target/debug/deps/libonce_cell-a3271d59106b29e4.rmeta new file mode 100644 index 0000000..d391557 Binary files /dev/null and b/target/debug/deps/libonce_cell-a3271d59106b29e4.rmeta differ diff --git a/target/debug/deps/libopenssl-923d6a51d1aa3fdc.rmeta b/target/debug/deps/libopenssl-923d6a51d1aa3fdc.rmeta new file mode 100644 index 0000000..c49d6ff Binary files /dev/null and b/target/debug/deps/libopenssl-923d6a51d1aa3fdc.rmeta differ diff --git a/target/debug/deps/libopenssl_macros-08d13aa47383819c.so b/target/debug/deps/libopenssl_macros-08d13aa47383819c.so new file mode 100755 index 0000000..bda5872 Binary files /dev/null and b/target/debug/deps/libopenssl_macros-08d13aa47383819c.so differ diff --git a/target/debug/deps/libopenssl_probe-73373fded7f88842.rmeta b/target/debug/deps/libopenssl_probe-73373fded7f88842.rmeta new file mode 100644 index 0000000..93a9071 Binary files /dev/null and b/target/debug/deps/libopenssl_probe-73373fded7f88842.rmeta differ diff --git a/target/debug/deps/libopenssl_sys-642609fd3993518c.rmeta b/target/debug/deps/libopenssl_sys-642609fd3993518c.rmeta new file mode 100644 index 0000000..5534af9 Binary files /dev/null and b/target/debug/deps/libopenssl_sys-642609fd3993518c.rmeta differ diff --git a/target/debug/deps/libopentelemetry-8b27c52ceb4ad749.rmeta b/target/debug/deps/libopentelemetry-8b27c52ceb4ad749.rmeta new file mode 100644 index 0000000..51b35e7 Binary files /dev/null and b/target/debug/deps/libopentelemetry-8b27c52ceb4ad749.rmeta differ diff --git a/target/debug/deps/libopentelemetry-8f5519fcbc6ff5d5.rmeta b/target/debug/deps/libopentelemetry-8f5519fcbc6ff5d5.rmeta new file mode 100644 index 0000000..de506f7 Binary files /dev/null and b/target/debug/deps/libopentelemetry-8f5519fcbc6ff5d5.rmeta differ diff --git a/target/debug/deps/libopentelemetry_otlp-6876fbe65ce1e3f5.rmeta b/target/debug/deps/libopentelemetry_otlp-6876fbe65ce1e3f5.rmeta new file mode 100644 index 0000000..b0648cf Binary files /dev/null and b/target/debug/deps/libopentelemetry_otlp-6876fbe65ce1e3f5.rmeta differ diff --git a/target/debug/deps/libopentelemetry_proto-541d11c69c1cffb8.rmeta b/target/debug/deps/libopentelemetry_proto-541d11c69c1cffb8.rmeta new file mode 100644 index 0000000..1c21a57 Binary files /dev/null and b/target/debug/deps/libopentelemetry_proto-541d11c69c1cffb8.rmeta differ diff --git a/target/debug/deps/libopentelemetry_sdk-1ebb12fc0861e1cf.rmeta b/target/debug/deps/libopentelemetry_sdk-1ebb12fc0861e1cf.rmeta new file mode 100644 index 0000000..c1af033 Binary files /dev/null and b/target/debug/deps/libopentelemetry_sdk-1ebb12fc0861e1cf.rmeta differ diff --git a/target/debug/deps/libopentelemetry_sdk-299afb2d42da6809.rmeta b/target/debug/deps/libopentelemetry_sdk-299afb2d42da6809.rmeta new file mode 100644 index 0000000..6388080 Binary files /dev/null and b/target/debug/deps/libopentelemetry_sdk-299afb2d42da6809.rmeta differ diff --git a/target/debug/deps/libopentelemetry_semantic_conventions-2cce8a418cca2e4f.rmeta b/target/debug/deps/libopentelemetry_semantic_conventions-2cce8a418cca2e4f.rmeta new file mode 100644 index 0000000..1d10811 Binary files /dev/null and b/target/debug/deps/libopentelemetry_semantic_conventions-2cce8a418cca2e4f.rmeta differ diff --git a/target/debug/deps/liborder_service-bf79ad4668e55d26.rmeta b/target/debug/deps/liborder_service-bf79ad4668e55d26.rmeta new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/deps/libordered_float-806fb29dbf62c274.rmeta b/target/debug/deps/libordered_float-806fb29dbf62c274.rmeta new file mode 100644 index 0000000..6a0a41b Binary files /dev/null and b/target/debug/deps/libordered_float-806fb29dbf62c274.rmeta differ diff --git a/target/debug/deps/libparking-79dbd7fc94175bf0.rlib b/target/debug/deps/libparking-79dbd7fc94175bf0.rlib new file mode 100644 index 0000000..6b1a406 Binary files /dev/null and b/target/debug/deps/libparking-79dbd7fc94175bf0.rlib differ diff --git a/target/debug/deps/libparking-79dbd7fc94175bf0.rmeta b/target/debug/deps/libparking-79dbd7fc94175bf0.rmeta new file mode 100644 index 0000000..c4cb263 Binary files /dev/null and b/target/debug/deps/libparking-79dbd7fc94175bf0.rmeta differ diff --git a/target/debug/deps/libparking-be9b75f8aef4e0b1.rmeta b/target/debug/deps/libparking-be9b75f8aef4e0b1.rmeta new file mode 100644 index 0000000..c422060 Binary files /dev/null and b/target/debug/deps/libparking-be9b75f8aef4e0b1.rmeta differ diff --git a/target/debug/deps/libparking_lot-34d29f29a25343b3.rmeta b/target/debug/deps/libparking_lot-34d29f29a25343b3.rmeta new file mode 100644 index 0000000..cfbd5c4 Binary files /dev/null and b/target/debug/deps/libparking_lot-34d29f29a25343b3.rmeta differ diff --git a/target/debug/deps/libparking_lot-d735ee30ee32f7a5.rlib b/target/debug/deps/libparking_lot-d735ee30ee32f7a5.rlib new file mode 100644 index 0000000..0dceb7e Binary files /dev/null and b/target/debug/deps/libparking_lot-d735ee30ee32f7a5.rlib differ diff --git a/target/debug/deps/libparking_lot-d735ee30ee32f7a5.rmeta b/target/debug/deps/libparking_lot-d735ee30ee32f7a5.rmeta new file mode 100644 index 0000000..b038d4e Binary files /dev/null and b/target/debug/deps/libparking_lot-d735ee30ee32f7a5.rmeta differ diff --git a/target/debug/deps/libparking_lot_core-6a96193478529092.rlib b/target/debug/deps/libparking_lot_core-6a96193478529092.rlib new file mode 100644 index 0000000..3e8bcfd Binary files /dev/null and b/target/debug/deps/libparking_lot_core-6a96193478529092.rlib differ diff --git a/target/debug/deps/libparking_lot_core-6a96193478529092.rmeta b/target/debug/deps/libparking_lot_core-6a96193478529092.rmeta new file mode 100644 index 0000000..03d4177 Binary files /dev/null and b/target/debug/deps/libparking_lot_core-6a96193478529092.rmeta differ diff --git a/target/debug/deps/libparking_lot_core-96fc8f2540c826c7.rmeta b/target/debug/deps/libparking_lot_core-96fc8f2540c826c7.rmeta new file mode 100644 index 0000000..09a3114 Binary files /dev/null and b/target/debug/deps/libparking_lot_core-96fc8f2540c826c7.rmeta differ diff --git a/target/debug/deps/libparse_zoneinfo-06b695ccbf3dbe25.rlib b/target/debug/deps/libparse_zoneinfo-06b695ccbf3dbe25.rlib new file mode 100644 index 0000000..26f5df3 Binary files /dev/null and b/target/debug/deps/libparse_zoneinfo-06b695ccbf3dbe25.rlib differ diff --git a/target/debug/deps/libparse_zoneinfo-06b695ccbf3dbe25.rmeta b/target/debug/deps/libparse_zoneinfo-06b695ccbf3dbe25.rmeta new file mode 100644 index 0000000..be31ad6 Binary files /dev/null and b/target/debug/deps/libparse_zoneinfo-06b695ccbf3dbe25.rmeta differ diff --git a/target/debug/deps/libpem-6af490a3f7af6eeb.rmeta b/target/debug/deps/libpem-6af490a3f7af6eeb.rmeta new file mode 100644 index 0000000..5d8143d Binary files /dev/null and b/target/debug/deps/libpem-6af490a3f7af6eeb.rmeta differ diff --git a/target/debug/deps/libpercent_encoding-2effb2ec806b20a0.rmeta b/target/debug/deps/libpercent_encoding-2effb2ec806b20a0.rmeta new file mode 100644 index 0000000..16be35d Binary files /dev/null and b/target/debug/deps/libpercent_encoding-2effb2ec806b20a0.rmeta differ diff --git a/target/debug/deps/libpercent_encoding-58030f541f82bf29.rlib b/target/debug/deps/libpercent_encoding-58030f541f82bf29.rlib new file mode 100644 index 0000000..81dd787 Binary files /dev/null and b/target/debug/deps/libpercent_encoding-58030f541f82bf29.rlib differ diff --git a/target/debug/deps/libpercent_encoding-58030f541f82bf29.rmeta b/target/debug/deps/libpercent_encoding-58030f541f82bf29.rmeta new file mode 100644 index 0000000..d7e321f Binary files /dev/null and b/target/debug/deps/libpercent_encoding-58030f541f82bf29.rmeta differ diff --git a/target/debug/deps/libpest-63ba717aa758edad.rmeta b/target/debug/deps/libpest-63ba717aa758edad.rmeta new file mode 100644 index 0000000..cdfd9f2 Binary files /dev/null and b/target/debug/deps/libpest-63ba717aa758edad.rmeta differ diff --git a/target/debug/deps/libpest-ece3c1b8713b257f.rlib b/target/debug/deps/libpest-ece3c1b8713b257f.rlib new file mode 100644 index 0000000..4b95f1e Binary files /dev/null and b/target/debug/deps/libpest-ece3c1b8713b257f.rlib differ diff --git a/target/debug/deps/libpest-ece3c1b8713b257f.rmeta b/target/debug/deps/libpest-ece3c1b8713b257f.rmeta new file mode 100644 index 0000000..ff6110b Binary files /dev/null and b/target/debug/deps/libpest-ece3c1b8713b257f.rmeta differ diff --git a/target/debug/deps/libpest_derive-98844a3657747c0a.so b/target/debug/deps/libpest_derive-98844a3657747c0a.so new file mode 100755 index 0000000..78c4a95 Binary files /dev/null and b/target/debug/deps/libpest_derive-98844a3657747c0a.so differ diff --git a/target/debug/deps/libpest_generator-2293baa9e82ea03c.rlib b/target/debug/deps/libpest_generator-2293baa9e82ea03c.rlib new file mode 100644 index 0000000..d7be3fa Binary files /dev/null and b/target/debug/deps/libpest_generator-2293baa9e82ea03c.rlib differ diff --git a/target/debug/deps/libpest_generator-2293baa9e82ea03c.rmeta b/target/debug/deps/libpest_generator-2293baa9e82ea03c.rmeta new file mode 100644 index 0000000..7893a71 Binary files /dev/null and b/target/debug/deps/libpest_generator-2293baa9e82ea03c.rmeta differ diff --git a/target/debug/deps/libpest_meta-d2c115d607abb7f9.rlib b/target/debug/deps/libpest_meta-d2c115d607abb7f9.rlib new file mode 100644 index 0000000..a9b20f8 Binary files /dev/null and b/target/debug/deps/libpest_meta-d2c115d607abb7f9.rlib differ diff --git a/target/debug/deps/libpest_meta-d2c115d607abb7f9.rmeta b/target/debug/deps/libpest_meta-d2c115d607abb7f9.rmeta new file mode 100644 index 0000000..14e80a3 Binary files /dev/null and b/target/debug/deps/libpest_meta-d2c115d607abb7f9.rmeta differ diff --git a/target/debug/deps/libphf-199dd4a30df14e6d.rlib b/target/debug/deps/libphf-199dd4a30df14e6d.rlib new file mode 100644 index 0000000..33ef44d Binary files /dev/null and b/target/debug/deps/libphf-199dd4a30df14e6d.rlib differ diff --git a/target/debug/deps/libphf-199dd4a30df14e6d.rmeta b/target/debug/deps/libphf-199dd4a30df14e6d.rmeta new file mode 100644 index 0000000..f47ef9c Binary files /dev/null and b/target/debug/deps/libphf-199dd4a30df14e6d.rmeta differ diff --git a/target/debug/deps/libphf-5317166ee61632ed.rmeta b/target/debug/deps/libphf-5317166ee61632ed.rmeta new file mode 100644 index 0000000..c40840e Binary files /dev/null and b/target/debug/deps/libphf-5317166ee61632ed.rmeta differ diff --git a/target/debug/deps/libphf_codegen-e349e7261f852e08.rlib b/target/debug/deps/libphf_codegen-e349e7261f852e08.rlib new file mode 100644 index 0000000..d1cd59d Binary files /dev/null and b/target/debug/deps/libphf_codegen-e349e7261f852e08.rlib differ diff --git a/target/debug/deps/libphf_codegen-e349e7261f852e08.rmeta b/target/debug/deps/libphf_codegen-e349e7261f852e08.rmeta new file mode 100644 index 0000000..85197b4 Binary files /dev/null and b/target/debug/deps/libphf_codegen-e349e7261f852e08.rmeta differ diff --git a/target/debug/deps/libphf_generator-cf2c034d92096152.rlib b/target/debug/deps/libphf_generator-cf2c034d92096152.rlib new file mode 100644 index 0000000..05e30b6 Binary files /dev/null and b/target/debug/deps/libphf_generator-cf2c034d92096152.rlib differ diff --git a/target/debug/deps/libphf_generator-cf2c034d92096152.rmeta b/target/debug/deps/libphf_generator-cf2c034d92096152.rmeta new file mode 100644 index 0000000..6e142b2 Binary files /dev/null and b/target/debug/deps/libphf_generator-cf2c034d92096152.rmeta differ diff --git a/target/debug/deps/libphf_shared-0bd23ef4935f0c1c.rmeta b/target/debug/deps/libphf_shared-0bd23ef4935f0c1c.rmeta new file mode 100644 index 0000000..39d29ee Binary files /dev/null and b/target/debug/deps/libphf_shared-0bd23ef4935f0c1c.rmeta differ diff --git a/target/debug/deps/libphf_shared-997dcce8b743e197.rlib b/target/debug/deps/libphf_shared-997dcce8b743e197.rlib new file mode 100644 index 0000000..0baf71d Binary files /dev/null and b/target/debug/deps/libphf_shared-997dcce8b743e197.rlib differ diff --git a/target/debug/deps/libphf_shared-997dcce8b743e197.rmeta b/target/debug/deps/libphf_shared-997dcce8b743e197.rmeta new file mode 100644 index 0000000..9d992b8 Binary files /dev/null and b/target/debug/deps/libphf_shared-997dcce8b743e197.rmeta differ diff --git a/target/debug/deps/libpin_project-0df2d8e23d87cd3f.rmeta b/target/debug/deps/libpin_project-0df2d8e23d87cd3f.rmeta new file mode 100644 index 0000000..93cfae4 Binary files /dev/null and b/target/debug/deps/libpin_project-0df2d8e23d87cd3f.rmeta differ diff --git a/target/debug/deps/libpin_project_internal-38c901a6fcd08045.so b/target/debug/deps/libpin_project_internal-38c901a6fcd08045.so new file mode 100755 index 0000000..36e55a4 Binary files /dev/null and b/target/debug/deps/libpin_project_internal-38c901a6fcd08045.so differ diff --git a/target/debug/deps/libpin_project_lite-49c22181e3d99132.rmeta b/target/debug/deps/libpin_project_lite-49c22181e3d99132.rmeta new file mode 100644 index 0000000..3bc964a Binary files /dev/null and b/target/debug/deps/libpin_project_lite-49c22181e3d99132.rmeta differ diff --git a/target/debug/deps/libpin_project_lite-4cf324a5c0deafe6.rlib b/target/debug/deps/libpin_project_lite-4cf324a5c0deafe6.rlib new file mode 100644 index 0000000..7018dd9 Binary files /dev/null and b/target/debug/deps/libpin_project_lite-4cf324a5c0deafe6.rlib differ diff --git a/target/debug/deps/libpin_project_lite-4cf324a5c0deafe6.rmeta b/target/debug/deps/libpin_project_lite-4cf324a5c0deafe6.rmeta new file mode 100644 index 0000000..e18b3d3 Binary files /dev/null and b/target/debug/deps/libpin_project_lite-4cf324a5c0deafe6.rmeta differ diff --git a/target/debug/deps/libpin_utils-5072515886eff5e9.rmeta b/target/debug/deps/libpin_utils-5072515886eff5e9.rmeta new file mode 100644 index 0000000..725a7b2 Binary files /dev/null and b/target/debug/deps/libpin_utils-5072515886eff5e9.rmeta differ diff --git a/target/debug/deps/libpin_utils-6d69cc6efff583cd.rlib b/target/debug/deps/libpin_utils-6d69cc6efff583cd.rlib new file mode 100644 index 0000000..fd9a1ff Binary files /dev/null and b/target/debug/deps/libpin_utils-6d69cc6efff583cd.rlib differ diff --git a/target/debug/deps/libpin_utils-6d69cc6efff583cd.rmeta b/target/debug/deps/libpin_utils-6d69cc6efff583cd.rmeta new file mode 100644 index 0000000..8b1c732 Binary files /dev/null and b/target/debug/deps/libpin_utils-6d69cc6efff583cd.rmeta differ diff --git a/target/debug/deps/libpkg_config-f6783222fab12a6c.rlib b/target/debug/deps/libpkg_config-f6783222fab12a6c.rlib new file mode 100644 index 0000000..0fe97bf Binary files /dev/null and b/target/debug/deps/libpkg_config-f6783222fab12a6c.rlib differ diff --git a/target/debug/deps/libpkg_config-f6783222fab12a6c.rmeta b/target/debug/deps/libpkg_config-f6783222fab12a6c.rmeta new file mode 100644 index 0000000..db1be5b Binary files /dev/null and b/target/debug/deps/libpkg_config-f6783222fab12a6c.rmeta differ diff --git a/target/debug/deps/libpolling-cca0162a6e593ce8.rmeta b/target/debug/deps/libpolling-cca0162a6e593ce8.rmeta new file mode 100644 index 0000000..9ef0f4b Binary files /dev/null and b/target/debug/deps/libpolling-cca0162a6e593ce8.rmeta differ diff --git a/target/debug/deps/libpotential_utf-3a8bd485eafac587.rmeta b/target/debug/deps/libpotential_utf-3a8bd485eafac587.rmeta new file mode 100644 index 0000000..d0e8354 Binary files /dev/null and b/target/debug/deps/libpotential_utf-3a8bd485eafac587.rmeta differ diff --git a/target/debug/deps/libpotential_utf-ac0a17e46e4d1014.rlib b/target/debug/deps/libpotential_utf-ac0a17e46e4d1014.rlib new file mode 100644 index 0000000..65be93f Binary files /dev/null and b/target/debug/deps/libpotential_utf-ac0a17e46e4d1014.rlib differ diff --git a/target/debug/deps/libpotential_utf-ac0a17e46e4d1014.rmeta b/target/debug/deps/libpotential_utf-ac0a17e46e4d1014.rmeta new file mode 100644 index 0000000..1b550ea Binary files /dev/null and b/target/debug/deps/libpotential_utf-ac0a17e46e4d1014.rmeta differ diff --git a/target/debug/deps/libpowerfmt-278c2f20b8431963.rmeta b/target/debug/deps/libpowerfmt-278c2f20b8431963.rmeta new file mode 100644 index 0000000..1b5aab7 Binary files /dev/null and b/target/debug/deps/libpowerfmt-278c2f20b8431963.rmeta differ diff --git a/target/debug/deps/libppv_lite86-55d6e69b5f542a40.rlib b/target/debug/deps/libppv_lite86-55d6e69b5f542a40.rlib new file mode 100644 index 0000000..6f9b1d3 Binary files /dev/null and b/target/debug/deps/libppv_lite86-55d6e69b5f542a40.rlib differ diff --git a/target/debug/deps/libppv_lite86-55d6e69b5f542a40.rmeta b/target/debug/deps/libppv_lite86-55d6e69b5f542a40.rmeta new file mode 100644 index 0000000..aafabda Binary files /dev/null and b/target/debug/deps/libppv_lite86-55d6e69b5f542a40.rmeta differ diff --git a/target/debug/deps/libppv_lite86-9d90a5c81f7d9b6d.rmeta b/target/debug/deps/libppv_lite86-9d90a5c81f7d9b6d.rmeta new file mode 100644 index 0000000..40741ec Binary files /dev/null and b/target/debug/deps/libppv_lite86-9d90a5c81f7d9b6d.rmeta differ diff --git a/target/debug/deps/libproc_macro2-193e285dcc05aa6e.rlib b/target/debug/deps/libproc_macro2-193e285dcc05aa6e.rlib new file mode 100644 index 0000000..646903c Binary files /dev/null and b/target/debug/deps/libproc_macro2-193e285dcc05aa6e.rlib differ diff --git a/target/debug/deps/libproc_macro2-193e285dcc05aa6e.rmeta b/target/debug/deps/libproc_macro2-193e285dcc05aa6e.rmeta new file mode 100644 index 0000000..b5a8e3d Binary files /dev/null and b/target/debug/deps/libproc_macro2-193e285dcc05aa6e.rmeta differ diff --git a/target/debug/deps/libproc_macro2-69a4eb78e76008d0.rmeta b/target/debug/deps/libproc_macro2-69a4eb78e76008d0.rmeta new file mode 100644 index 0000000..f40b9bf Binary files /dev/null and b/target/debug/deps/libproc_macro2-69a4eb78e76008d0.rmeta differ diff --git a/target/debug/deps/libproc_macro_crate-fc657bc711779d40.rlib b/target/debug/deps/libproc_macro_crate-fc657bc711779d40.rlib new file mode 100644 index 0000000..ca764d0 Binary files /dev/null and b/target/debug/deps/libproc_macro_crate-fc657bc711779d40.rlib differ diff --git a/target/debug/deps/libproc_macro_crate-fc657bc711779d40.rmeta b/target/debug/deps/libproc_macro_crate-fc657bc711779d40.rmeta new file mode 100644 index 0000000..5297505 Binary files /dev/null and b/target/debug/deps/libproc_macro_crate-fc657bc711779d40.rmeta differ diff --git a/target/debug/deps/libproc_macro_error-fae4500100368d20.rlib b/target/debug/deps/libproc_macro_error-fae4500100368d20.rlib new file mode 100644 index 0000000..14e5251 Binary files /dev/null and b/target/debug/deps/libproc_macro_error-fae4500100368d20.rlib differ diff --git a/target/debug/deps/libproc_macro_error-fae4500100368d20.rmeta b/target/debug/deps/libproc_macro_error-fae4500100368d20.rmeta new file mode 100644 index 0000000..c3d9704 Binary files /dev/null and b/target/debug/deps/libproc_macro_error-fae4500100368d20.rmeta differ diff --git a/target/debug/deps/libproc_macro_error_attr-7a0d35bb0f975e0f.so b/target/debug/deps/libproc_macro_error_attr-7a0d35bb0f975e0f.so new file mode 100755 index 0000000..f1e23ed Binary files /dev/null and b/target/debug/deps/libproc_macro_error_attr-7a0d35bb0f975e0f.so differ diff --git a/target/debug/deps/libproduct_service-cab3d4b554619cbe.rmeta b/target/debug/deps/libproduct_service-cab3d4b554619cbe.rmeta new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/deps/libprost-7a567ab2827e84b4.rmeta b/target/debug/deps/libprost-7a567ab2827e84b4.rmeta new file mode 100644 index 0000000..291df98 Binary files /dev/null and b/target/debug/deps/libprost-7a567ab2827e84b4.rmeta differ diff --git a/target/debug/deps/libprost_derive-f6d09d8a164c5a0a.so b/target/debug/deps/libprost_derive-f6d09d8a164c5a0a.so new file mode 100755 index 0000000..3b85def Binary files /dev/null and b/target/debug/deps/libprost_derive-f6d09d8a164c5a0a.so differ diff --git a/target/debug/deps/libquote-80bd4278a2328f87.rlib b/target/debug/deps/libquote-80bd4278a2328f87.rlib new file mode 100644 index 0000000..84b97c1 Binary files /dev/null and b/target/debug/deps/libquote-80bd4278a2328f87.rlib differ diff --git a/target/debug/deps/libquote-80bd4278a2328f87.rmeta b/target/debug/deps/libquote-80bd4278a2328f87.rmeta new file mode 100644 index 0000000..ea49ae2 Binary files /dev/null and b/target/debug/deps/libquote-80bd4278a2328f87.rmeta differ diff --git a/target/debug/deps/librand-127c9c57717576b7.rmeta b/target/debug/deps/librand-127c9c57717576b7.rmeta new file mode 100644 index 0000000..7af3f02 Binary files /dev/null and b/target/debug/deps/librand-127c9c57717576b7.rmeta differ diff --git a/target/debug/deps/librand-207fa99c36f62576.rmeta b/target/debug/deps/librand-207fa99c36f62576.rmeta new file mode 100644 index 0000000..cdc2978 Binary files /dev/null and b/target/debug/deps/librand-207fa99c36f62576.rmeta differ diff --git a/target/debug/deps/librand-ad783594c657bb17.rmeta b/target/debug/deps/librand-ad783594c657bb17.rmeta new file mode 100644 index 0000000..47c7cc6 Binary files /dev/null and b/target/debug/deps/librand-ad783594c657bb17.rmeta differ diff --git a/target/debug/deps/librand-f085ba31edc6c44b.rlib b/target/debug/deps/librand-f085ba31edc6c44b.rlib new file mode 100644 index 0000000..51f858b Binary files /dev/null and b/target/debug/deps/librand-f085ba31edc6c44b.rlib differ diff --git a/target/debug/deps/librand-f085ba31edc6c44b.rmeta b/target/debug/deps/librand-f085ba31edc6c44b.rmeta new file mode 100644 index 0000000..babcf19 Binary files /dev/null and b/target/debug/deps/librand-f085ba31edc6c44b.rmeta differ diff --git a/target/debug/deps/librand_chacha-239586f2dc406064.rmeta b/target/debug/deps/librand_chacha-239586f2dc406064.rmeta new file mode 100644 index 0000000..13f2ccc Binary files /dev/null and b/target/debug/deps/librand_chacha-239586f2dc406064.rmeta differ diff --git a/target/debug/deps/librand_chacha-a185b519e8d38fe6.rmeta b/target/debug/deps/librand_chacha-a185b519e8d38fe6.rmeta new file mode 100644 index 0000000..8c4a239 Binary files /dev/null and b/target/debug/deps/librand_chacha-a185b519e8d38fe6.rmeta differ diff --git a/target/debug/deps/librand_chacha-b60b2c077b223c82.rmeta b/target/debug/deps/librand_chacha-b60b2c077b223c82.rmeta new file mode 100644 index 0000000..8761afc Binary files /dev/null and b/target/debug/deps/librand_chacha-b60b2c077b223c82.rmeta differ diff --git a/target/debug/deps/librand_chacha-e217709165cc1f2c.rlib b/target/debug/deps/librand_chacha-e217709165cc1f2c.rlib new file mode 100644 index 0000000..3f7a1e1 Binary files /dev/null and b/target/debug/deps/librand_chacha-e217709165cc1f2c.rlib differ diff --git a/target/debug/deps/librand_chacha-e217709165cc1f2c.rmeta b/target/debug/deps/librand_chacha-e217709165cc1f2c.rmeta new file mode 100644 index 0000000..d419965 Binary files /dev/null and b/target/debug/deps/librand_chacha-e217709165cc1f2c.rmeta differ diff --git a/target/debug/deps/librand_core-06e9abe8d9f6a8ec.rmeta b/target/debug/deps/librand_core-06e9abe8d9f6a8ec.rmeta new file mode 100644 index 0000000..ccb4ffe Binary files /dev/null and b/target/debug/deps/librand_core-06e9abe8d9f6a8ec.rmeta differ diff --git a/target/debug/deps/librand_core-7a723da0435122ab.rlib b/target/debug/deps/librand_core-7a723da0435122ab.rlib new file mode 100644 index 0000000..5e95c2d Binary files /dev/null and b/target/debug/deps/librand_core-7a723da0435122ab.rlib differ diff --git a/target/debug/deps/librand_core-7a723da0435122ab.rmeta b/target/debug/deps/librand_core-7a723da0435122ab.rmeta new file mode 100644 index 0000000..d018e95 Binary files /dev/null and b/target/debug/deps/librand_core-7a723da0435122ab.rmeta differ diff --git a/target/debug/deps/librand_core-d22eaf1ecb91e9f6.rmeta b/target/debug/deps/librand_core-d22eaf1ecb91e9f6.rmeta new file mode 100644 index 0000000..e105d50 Binary files /dev/null and b/target/debug/deps/librand_core-d22eaf1ecb91e9f6.rmeta differ diff --git a/target/debug/deps/librand_core-f359f189388dcd39.rmeta b/target/debug/deps/librand_core-f359f189388dcd39.rmeta new file mode 100644 index 0000000..ba6f159 Binary files /dev/null and b/target/debug/deps/librand_core-f359f189388dcd39.rmeta differ diff --git a/target/debug/deps/libregex-1708870178da8b22.rlib b/target/debug/deps/libregex-1708870178da8b22.rlib new file mode 100644 index 0000000..ce98c93 Binary files /dev/null and b/target/debug/deps/libregex-1708870178da8b22.rlib differ diff --git a/target/debug/deps/libregex-1708870178da8b22.rmeta b/target/debug/deps/libregex-1708870178da8b22.rmeta new file mode 100644 index 0000000..6bdbc9a Binary files /dev/null and b/target/debug/deps/libregex-1708870178da8b22.rmeta differ diff --git a/target/debug/deps/libregex-d01d8e4a1ea0bcaf.rmeta b/target/debug/deps/libregex-d01d8e4a1ea0bcaf.rmeta new file mode 100644 index 0000000..6d5eec1 Binary files /dev/null and b/target/debug/deps/libregex-d01d8e4a1ea0bcaf.rmeta differ diff --git a/target/debug/deps/libregex_automata-1ff508278ed9cbb5.rlib b/target/debug/deps/libregex_automata-1ff508278ed9cbb5.rlib new file mode 100644 index 0000000..520eb04 Binary files /dev/null and b/target/debug/deps/libregex_automata-1ff508278ed9cbb5.rlib differ diff --git a/target/debug/deps/libregex_automata-1ff508278ed9cbb5.rmeta b/target/debug/deps/libregex_automata-1ff508278ed9cbb5.rmeta new file mode 100644 index 0000000..3f99365 Binary files /dev/null and b/target/debug/deps/libregex_automata-1ff508278ed9cbb5.rmeta differ diff --git a/target/debug/deps/libregex_automata-24f4bb09ce32d121.rmeta b/target/debug/deps/libregex_automata-24f4bb09ce32d121.rmeta new file mode 100644 index 0000000..db60f93 Binary files /dev/null and b/target/debug/deps/libregex_automata-24f4bb09ce32d121.rmeta differ diff --git a/target/debug/deps/libregex_syntax-124bc699cbdd73e4.rlib b/target/debug/deps/libregex_syntax-124bc699cbdd73e4.rlib new file mode 100644 index 0000000..b3d5eb3 Binary files /dev/null and b/target/debug/deps/libregex_syntax-124bc699cbdd73e4.rlib differ diff --git a/target/debug/deps/libregex_syntax-124bc699cbdd73e4.rmeta b/target/debug/deps/libregex_syntax-124bc699cbdd73e4.rmeta new file mode 100644 index 0000000..c07f427 Binary files /dev/null and b/target/debug/deps/libregex_syntax-124bc699cbdd73e4.rmeta differ diff --git a/target/debug/deps/libregex_syntax-6f60a0fc25418602.rmeta b/target/debug/deps/libregex_syntax-6f60a0fc25418602.rmeta new file mode 100644 index 0000000..1386cb0 Binary files /dev/null and b/target/debug/deps/libregex_syntax-6f60a0fc25418602.rmeta differ diff --git a/target/debug/deps/libreqwest-2ee758f0df0d0d4e.rmeta b/target/debug/deps/libreqwest-2ee758f0df0d0d4e.rmeta new file mode 100644 index 0000000..f045786 Binary files /dev/null and b/target/debug/deps/libreqwest-2ee758f0df0d0d4e.rmeta differ diff --git a/target/debug/deps/libreqwest-55aeeb7f20137d82.rmeta b/target/debug/deps/libreqwest-55aeeb7f20137d82.rmeta new file mode 100644 index 0000000..f486ffe Binary files /dev/null and b/target/debug/deps/libreqwest-55aeeb7f20137d82.rmeta differ diff --git a/target/debug/deps/libring-19ffdc09b45d9c9f.rmeta b/target/debug/deps/libring-19ffdc09b45d9c9f.rmeta new file mode 100644 index 0000000..f3f8d06 Binary files /dev/null and b/target/debug/deps/libring-19ffdc09b45d9c9f.rmeta differ diff --git a/target/debug/deps/librust_i18n-062356fc300bcb7a.rmeta b/target/debug/deps/librust_i18n-062356fc300bcb7a.rmeta new file mode 100644 index 0000000..819d328 Binary files /dev/null and b/target/debug/deps/librust_i18n-062356fc300bcb7a.rmeta differ diff --git a/target/debug/deps/librust_i18n-582d1f59f4dee0bd.rmeta b/target/debug/deps/librust_i18n-582d1f59f4dee0bd.rmeta new file mode 100644 index 0000000..63d7417 Binary files /dev/null and b/target/debug/deps/librust_i18n-582d1f59f4dee0bd.rmeta differ diff --git a/target/debug/deps/librust_i18n_macro-747eb4a79e55cff3.so b/target/debug/deps/librust_i18n_macro-747eb4a79e55cff3.so new file mode 100755 index 0000000..7862f08 Binary files /dev/null and b/target/debug/deps/librust_i18n_macro-747eb4a79e55cff3.so differ diff --git a/target/debug/deps/librust_i18n_macro-94e9837c093e68fa.so b/target/debug/deps/librust_i18n_macro-94e9837c093e68fa.so new file mode 100755 index 0000000..df275c3 Binary files /dev/null and b/target/debug/deps/librust_i18n_macro-94e9837c093e68fa.so differ diff --git a/target/debug/deps/librust_i18n_support-009ce460d4ea218a.rlib b/target/debug/deps/librust_i18n_support-009ce460d4ea218a.rlib new file mode 100644 index 0000000..f858773 Binary files /dev/null and b/target/debug/deps/librust_i18n_support-009ce460d4ea218a.rlib differ diff --git a/target/debug/deps/librust_i18n_support-009ce460d4ea218a.rmeta b/target/debug/deps/librust_i18n_support-009ce460d4ea218a.rmeta new file mode 100644 index 0000000..82a8af8 Binary files /dev/null and b/target/debug/deps/librust_i18n_support-009ce460d4ea218a.rmeta differ diff --git a/target/debug/deps/librust_i18n_support-d8abee9ab1dee8db.rmeta b/target/debug/deps/librust_i18n_support-d8abee9ab1dee8db.rmeta new file mode 100644 index 0000000..bc0af6b Binary files /dev/null and b/target/debug/deps/librust_i18n_support-d8abee9ab1dee8db.rmeta differ diff --git a/target/debug/deps/librust_i18n_support-dbb7b62449f32b24.rmeta b/target/debug/deps/librust_i18n_support-dbb7b62449f32b24.rmeta new file mode 100644 index 0000000..3f09b7a Binary files /dev/null and b/target/debug/deps/librust_i18n_support-dbb7b62449f32b24.rmeta differ diff --git a/target/debug/deps/librust_i18n_support-e032433c8fbfb7fc.rlib b/target/debug/deps/librust_i18n_support-e032433c8fbfb7fc.rlib new file mode 100644 index 0000000..e52854c Binary files /dev/null and b/target/debug/deps/librust_i18n_support-e032433c8fbfb7fc.rlib differ diff --git a/target/debug/deps/librust_i18n_support-e032433c8fbfb7fc.rmeta b/target/debug/deps/librust_i18n_support-e032433c8fbfb7fc.rmeta new file mode 100644 index 0000000..1bfdda9 Binary files /dev/null and b/target/debug/deps/librust_i18n_support-e032433c8fbfb7fc.rmeta differ diff --git a/target/debug/deps/librustapi_core-6c91a800e257953f.rmeta b/target/debug/deps/librustapi_core-6c91a800e257953f.rmeta new file mode 100644 index 0000000..c3f6c9c Binary files /dev/null and b/target/debug/deps/librustapi_core-6c91a800e257953f.rmeta differ diff --git a/target/debug/deps/librustapi_core-ab6c3dd0e2da6d8b.rmeta b/target/debug/deps/librustapi_core-ab6c3dd0e2da6d8b.rmeta new file mode 100644 index 0000000..42e9b9e Binary files /dev/null and b/target/debug/deps/librustapi_core-ab6c3dd0e2da6d8b.rmeta differ diff --git a/target/debug/deps/librustapi_extras-4ad5cec43dcc21e7.rmeta b/target/debug/deps/librustapi_extras-4ad5cec43dcc21e7.rmeta new file mode 100644 index 0000000..6026d34 Binary files /dev/null and b/target/debug/deps/librustapi_extras-4ad5cec43dcc21e7.rmeta differ diff --git a/target/debug/deps/librustapi_macros-0c5d0aa7e67a1d57.so b/target/debug/deps/librustapi_macros-0c5d0aa7e67a1d57.so new file mode 100755 index 0000000..18f86cc Binary files /dev/null and b/target/debug/deps/librustapi_macros-0c5d0aa7e67a1d57.so differ diff --git a/target/debug/deps/librustapi_openapi-2f5f7af0033813ca.rmeta b/target/debug/deps/librustapi_openapi-2f5f7af0033813ca.rmeta new file mode 100644 index 0000000..c14ab4a Binary files /dev/null and b/target/debug/deps/librustapi_openapi-2f5f7af0033813ca.rmeta differ diff --git a/target/debug/deps/librustapi_openapi-9b471cd8f338bbca.rmeta b/target/debug/deps/librustapi_openapi-9b471cd8f338bbca.rmeta new file mode 100644 index 0000000..3e7e601 Binary files /dev/null and b/target/debug/deps/librustapi_openapi-9b471cd8f338bbca.rmeta differ diff --git a/target/debug/deps/librustapi_rs-d0aad71f6dacfe1f.rmeta b/target/debug/deps/librustapi_rs-d0aad71f6dacfe1f.rmeta new file mode 100644 index 0000000..f12561c Binary files /dev/null and b/target/debug/deps/librustapi_rs-d0aad71f6dacfe1f.rmeta differ diff --git a/target/debug/deps/librustapi_rs-fa0679205d1ef883.rmeta b/target/debug/deps/librustapi_rs-fa0679205d1ef883.rmeta new file mode 100644 index 0000000..964818f Binary files /dev/null and b/target/debug/deps/librustapi_rs-fa0679205d1ef883.rmeta differ diff --git a/target/debug/deps/librustapi_toon-b43eff3573a45b19.rmeta b/target/debug/deps/librustapi_toon-b43eff3573a45b19.rmeta new file mode 100644 index 0000000..5bf1ce4 Binary files /dev/null and b/target/debug/deps/librustapi_toon-b43eff3573a45b19.rmeta differ diff --git a/target/debug/deps/librustapi_validate-7e27ce73738b242c.rmeta b/target/debug/deps/librustapi_validate-7e27ce73738b242c.rmeta new file mode 100644 index 0000000..0aaf96c Binary files /dev/null and b/target/debug/deps/librustapi_validate-7e27ce73738b242c.rmeta differ diff --git a/target/debug/deps/librustapi_validate-a4997e1e0c39baf7.rmeta b/target/debug/deps/librustapi_validate-a4997e1e0c39baf7.rmeta new file mode 100644 index 0000000..63e6b8a Binary files /dev/null and b/target/debug/deps/librustapi_validate-a4997e1e0c39baf7.rmeta differ diff --git a/target/debug/deps/librustapi_view-1539b779597bbe12.rmeta b/target/debug/deps/librustapi_view-1539b779597bbe12.rmeta new file mode 100644 index 0000000..8abe30f Binary files /dev/null and b/target/debug/deps/librustapi_view-1539b779597bbe12.rmeta differ diff --git a/target/debug/deps/librustapi_ws-51a40dc57afc028d.rmeta b/target/debug/deps/librustapi_ws-51a40dc57afc028d.rmeta new file mode 100644 index 0000000..399746b Binary files /dev/null and b/target/debug/deps/librustapi_ws-51a40dc57afc028d.rmeta differ diff --git a/target/debug/deps/librustix-48b0b7979602738a.rmeta b/target/debug/deps/librustix-48b0b7979602738a.rmeta new file mode 100644 index 0000000..c6f2b01 Binary files /dev/null and b/target/debug/deps/librustix-48b0b7979602738a.rmeta differ diff --git a/target/debug/deps/librustls_pki_types-ea1e6973ac4b3777.rmeta b/target/debug/deps/librustls_pki_types-ea1e6973ac4b3777.rmeta new file mode 100644 index 0000000..8f24421 Binary files /dev/null and b/target/debug/deps/librustls_pki_types-ea1e6973ac4b3777.rmeta differ diff --git a/target/debug/deps/librustversion-211bfd3963d3ccb8.so b/target/debug/deps/librustversion-211bfd3963d3ccb8.so new file mode 100755 index 0000000..101a912 Binary files /dev/null and b/target/debug/deps/librustversion-211bfd3963d3ccb8.so differ diff --git a/target/debug/deps/libryu-0383a96f10be4ebf.rlib b/target/debug/deps/libryu-0383a96f10be4ebf.rlib new file mode 100644 index 0000000..3895237 Binary files /dev/null and b/target/debug/deps/libryu-0383a96f10be4ebf.rlib differ diff --git a/target/debug/deps/libryu-0383a96f10be4ebf.rmeta b/target/debug/deps/libryu-0383a96f10be4ebf.rmeta new file mode 100644 index 0000000..8d7d0b0 Binary files /dev/null and b/target/debug/deps/libryu-0383a96f10be4ebf.rmeta differ diff --git a/target/debug/deps/libryu-ab3fb54e1e78329f.rmeta b/target/debug/deps/libryu-ab3fb54e1e78329f.rmeta new file mode 100644 index 0000000..b23bc4a Binary files /dev/null and b/target/debug/deps/libryu-ab3fb54e1e78329f.rmeta differ diff --git a/target/debug/deps/libsame_file-0fa11d96c298df86.rmeta b/target/debug/deps/libsame_file-0fa11d96c298df86.rmeta new file mode 100644 index 0000000..3b10df0 Binary files /dev/null and b/target/debug/deps/libsame_file-0fa11d96c298df86.rmeta differ diff --git a/target/debug/deps/libsame_file-4393dd0a199412cd.rlib b/target/debug/deps/libsame_file-4393dd0a199412cd.rlib new file mode 100644 index 0000000..3e2e828 Binary files /dev/null and b/target/debug/deps/libsame_file-4393dd0a199412cd.rlib differ diff --git a/target/debug/deps/libsame_file-4393dd0a199412cd.rmeta b/target/debug/deps/libsame_file-4393dd0a199412cd.rmeta new file mode 100644 index 0000000..d30757f Binary files /dev/null and b/target/debug/deps/libsame_file-4393dd0a199412cd.rmeta differ diff --git a/target/debug/deps/libscopeguard-53ae95c864302c1e.rlib b/target/debug/deps/libscopeguard-53ae95c864302c1e.rlib new file mode 100644 index 0000000..d3c306b Binary files /dev/null and b/target/debug/deps/libscopeguard-53ae95c864302c1e.rlib differ diff --git a/target/debug/deps/libscopeguard-53ae95c864302c1e.rmeta b/target/debug/deps/libscopeguard-53ae95c864302c1e.rmeta new file mode 100644 index 0000000..1dc4f62 Binary files /dev/null and b/target/debug/deps/libscopeguard-53ae95c864302c1e.rmeta differ diff --git a/target/debug/deps/libscopeguard-881bf68c2f011ad5.rmeta b/target/debug/deps/libscopeguard-881bf68c2f011ad5.rmeta new file mode 100644 index 0000000..bfe1a07 Binary files /dev/null and b/target/debug/deps/libscopeguard-881bf68c2f011ad5.rmeta differ diff --git a/target/debug/deps/libserde-14b6faba9ed2f2d5.rlib b/target/debug/deps/libserde-14b6faba9ed2f2d5.rlib new file mode 100644 index 0000000..2db032a Binary files /dev/null and b/target/debug/deps/libserde-14b6faba9ed2f2d5.rlib differ diff --git a/target/debug/deps/libserde-14b6faba9ed2f2d5.rmeta b/target/debug/deps/libserde-14b6faba9ed2f2d5.rmeta new file mode 100644 index 0000000..71ee647 Binary files /dev/null and b/target/debug/deps/libserde-14b6faba9ed2f2d5.rmeta differ diff --git a/target/debug/deps/libserde-2734cfd91a2f931a.rlib b/target/debug/deps/libserde-2734cfd91a2f931a.rlib new file mode 100644 index 0000000..288a76c Binary files /dev/null and b/target/debug/deps/libserde-2734cfd91a2f931a.rlib differ diff --git a/target/debug/deps/libserde-2734cfd91a2f931a.rmeta b/target/debug/deps/libserde-2734cfd91a2f931a.rmeta new file mode 100644 index 0000000..9d38cb6 Binary files /dev/null and b/target/debug/deps/libserde-2734cfd91a2f931a.rmeta differ diff --git a/target/debug/deps/libserde-48c117b8186a3d2e.rmeta b/target/debug/deps/libserde-48c117b8186a3d2e.rmeta new file mode 100644 index 0000000..cf6591a Binary files /dev/null and b/target/debug/deps/libserde-48c117b8186a3d2e.rmeta differ diff --git a/target/debug/deps/libserde-fe2aa8950035d711.rmeta b/target/debug/deps/libserde-fe2aa8950035d711.rmeta new file mode 100644 index 0000000..b29b928 Binary files /dev/null and b/target/debug/deps/libserde-fe2aa8950035d711.rmeta differ diff --git a/target/debug/deps/libserde_core-78a644ae372c2d59.rlib b/target/debug/deps/libserde_core-78a644ae372c2d59.rlib new file mode 100644 index 0000000..1da2e46 Binary files /dev/null and b/target/debug/deps/libserde_core-78a644ae372c2d59.rlib differ diff --git a/target/debug/deps/libserde_core-78a644ae372c2d59.rmeta b/target/debug/deps/libserde_core-78a644ae372c2d59.rmeta new file mode 100644 index 0000000..c9afb79 Binary files /dev/null and b/target/debug/deps/libserde_core-78a644ae372c2d59.rmeta differ diff --git a/target/debug/deps/libserde_core-a2045ddd2bbb2331.rmeta b/target/debug/deps/libserde_core-a2045ddd2bbb2331.rmeta new file mode 100644 index 0000000..a2f3f88 Binary files /dev/null and b/target/debug/deps/libserde_core-a2045ddd2bbb2331.rmeta differ diff --git a/target/debug/deps/libserde_core-d0175270678310c4.rmeta b/target/debug/deps/libserde_core-d0175270678310c4.rmeta new file mode 100644 index 0000000..275e642 Binary files /dev/null and b/target/debug/deps/libserde_core-d0175270678310c4.rmeta differ diff --git a/target/debug/deps/libserde_core-f9fc69361ecda2ec.rlib b/target/debug/deps/libserde_core-f9fc69361ecda2ec.rlib new file mode 100644 index 0000000..28cd2d2 Binary files /dev/null and b/target/debug/deps/libserde_core-f9fc69361ecda2ec.rlib differ diff --git a/target/debug/deps/libserde_core-f9fc69361ecda2ec.rmeta b/target/debug/deps/libserde_core-f9fc69361ecda2ec.rmeta new file mode 100644 index 0000000..b59f67c Binary files /dev/null and b/target/debug/deps/libserde_core-f9fc69361ecda2ec.rmeta differ diff --git a/target/debug/deps/libserde_derive-bf75665432df7098.so b/target/debug/deps/libserde_derive-bf75665432df7098.so new file mode 100755 index 0000000..735b719 Binary files /dev/null and b/target/debug/deps/libserde_derive-bf75665432df7098.so differ diff --git a/target/debug/deps/libserde_json-2ee3d593bb8b9674.rlib b/target/debug/deps/libserde_json-2ee3d593bb8b9674.rlib new file mode 100644 index 0000000..4144895 Binary files /dev/null and b/target/debug/deps/libserde_json-2ee3d593bb8b9674.rlib differ diff --git a/target/debug/deps/libserde_json-2ee3d593bb8b9674.rmeta b/target/debug/deps/libserde_json-2ee3d593bb8b9674.rmeta new file mode 100644 index 0000000..7608946 Binary files /dev/null and b/target/debug/deps/libserde_json-2ee3d593bb8b9674.rmeta differ diff --git a/target/debug/deps/libserde_json-6a5dcff92954678b.rmeta b/target/debug/deps/libserde_json-6a5dcff92954678b.rmeta new file mode 100644 index 0000000..6fb93d6 Binary files /dev/null and b/target/debug/deps/libserde_json-6a5dcff92954678b.rmeta differ diff --git a/target/debug/deps/libserde_json-7327703d148871d8.rlib b/target/debug/deps/libserde_json-7327703d148871d8.rlib new file mode 100644 index 0000000..acdb1fc Binary files /dev/null and b/target/debug/deps/libserde_json-7327703d148871d8.rlib differ diff --git a/target/debug/deps/libserde_json-7327703d148871d8.rmeta b/target/debug/deps/libserde_json-7327703d148871d8.rmeta new file mode 100644 index 0000000..345f02b Binary files /dev/null and b/target/debug/deps/libserde_json-7327703d148871d8.rmeta differ diff --git a/target/debug/deps/libserde_json-cffde493e3c8d8c5.rmeta b/target/debug/deps/libserde_json-cffde493e3c8d8c5.rmeta new file mode 100644 index 0000000..5439673 Binary files /dev/null and b/target/debug/deps/libserde_json-cffde493e3c8d8c5.rmeta differ diff --git a/target/debug/deps/libserde_path_to_error-50023d74126589e0.rmeta b/target/debug/deps/libserde_path_to_error-50023d74126589e0.rmeta new file mode 100644 index 0000000..63bafb4 Binary files /dev/null and b/target/debug/deps/libserde_path_to_error-50023d74126589e0.rmeta differ diff --git a/target/debug/deps/libserde_spanned-1ae3dbd58ee6beef.rmeta b/target/debug/deps/libserde_spanned-1ae3dbd58ee6beef.rmeta new file mode 100644 index 0000000..bff2457 Binary files /dev/null and b/target/debug/deps/libserde_spanned-1ae3dbd58ee6beef.rmeta differ diff --git a/target/debug/deps/libserde_spanned-1d1ab3ea498dea68.rlib b/target/debug/deps/libserde_spanned-1d1ab3ea498dea68.rlib new file mode 100644 index 0000000..633e1a9 Binary files /dev/null and b/target/debug/deps/libserde_spanned-1d1ab3ea498dea68.rlib differ diff --git a/target/debug/deps/libserde_spanned-1d1ab3ea498dea68.rmeta b/target/debug/deps/libserde_spanned-1d1ab3ea498dea68.rmeta new file mode 100644 index 0000000..2bc52d8 Binary files /dev/null and b/target/debug/deps/libserde_spanned-1d1ab3ea498dea68.rmeta differ diff --git a/target/debug/deps/libserde_spanned-3a34888cd416cc5a.rmeta b/target/debug/deps/libserde_spanned-3a34888cd416cc5a.rmeta new file mode 100644 index 0000000..ae914be Binary files /dev/null and b/target/debug/deps/libserde_spanned-3a34888cd416cc5a.rmeta differ diff --git a/target/debug/deps/libserde_spanned-f65dc19693b065a2.rlib b/target/debug/deps/libserde_spanned-f65dc19693b065a2.rlib new file mode 100644 index 0000000..443e83c Binary files /dev/null and b/target/debug/deps/libserde_spanned-f65dc19693b065a2.rlib differ diff --git a/target/debug/deps/libserde_spanned-f65dc19693b065a2.rmeta b/target/debug/deps/libserde_spanned-f65dc19693b065a2.rmeta new file mode 100644 index 0000000..659f8a0 Binary files /dev/null and b/target/debug/deps/libserde_spanned-f65dc19693b065a2.rmeta differ diff --git a/target/debug/deps/libserde_urlencoded-54e68d4193d2259b.rmeta b/target/debug/deps/libserde_urlencoded-54e68d4193d2259b.rmeta new file mode 100644 index 0000000..93f2b7e Binary files /dev/null and b/target/debug/deps/libserde_urlencoded-54e68d4193d2259b.rmeta differ diff --git a/target/debug/deps/libserde_urlencoded-9f5eaccd88f2e18a.rlib b/target/debug/deps/libserde_urlencoded-9f5eaccd88f2e18a.rlib new file mode 100644 index 0000000..fdeeb26 Binary files /dev/null and b/target/debug/deps/libserde_urlencoded-9f5eaccd88f2e18a.rlib differ diff --git a/target/debug/deps/libserde_urlencoded-9f5eaccd88f2e18a.rmeta b/target/debug/deps/libserde_urlencoded-9f5eaccd88f2e18a.rmeta new file mode 100644 index 0000000..1ac54ec Binary files /dev/null and b/target/debug/deps/libserde_urlencoded-9f5eaccd88f2e18a.rmeta differ diff --git a/target/debug/deps/libserde_urlencoded-b2c2295de5333763.rmeta b/target/debug/deps/libserde_urlencoded-b2c2295de5333763.rmeta new file mode 100644 index 0000000..56a5998 Binary files /dev/null and b/target/debug/deps/libserde_urlencoded-b2c2295de5333763.rmeta differ diff --git a/target/debug/deps/libserde_yaml-4498936c73815d77.rlib b/target/debug/deps/libserde_yaml-4498936c73815d77.rlib new file mode 100644 index 0000000..c6c1fca Binary files /dev/null and b/target/debug/deps/libserde_yaml-4498936c73815d77.rlib differ diff --git a/target/debug/deps/libserde_yaml-4498936c73815d77.rmeta b/target/debug/deps/libserde_yaml-4498936c73815d77.rmeta new file mode 100644 index 0000000..3a42d79 Binary files /dev/null and b/target/debug/deps/libserde_yaml-4498936c73815d77.rmeta differ diff --git a/target/debug/deps/libserde_yaml-731b9697b865b8b7.rlib b/target/debug/deps/libserde_yaml-731b9697b865b8b7.rlib new file mode 100644 index 0000000..9a36956 Binary files /dev/null and b/target/debug/deps/libserde_yaml-731b9697b865b8b7.rlib differ diff --git a/target/debug/deps/libserde_yaml-731b9697b865b8b7.rmeta b/target/debug/deps/libserde_yaml-731b9697b865b8b7.rmeta new file mode 100644 index 0000000..83b976f Binary files /dev/null and b/target/debug/deps/libserde_yaml-731b9697b865b8b7.rmeta differ diff --git a/target/debug/deps/libserde_yaml-cac8dcff94fd5ace.rmeta b/target/debug/deps/libserde_yaml-cac8dcff94fd5ace.rmeta new file mode 100644 index 0000000..59442ba Binary files /dev/null and b/target/debug/deps/libserde_yaml-cac8dcff94fd5ace.rmeta differ diff --git a/target/debug/deps/libserde_yaml-e6a5bb36829f25b8.rmeta b/target/debug/deps/libserde_yaml-e6a5bb36829f25b8.rmeta new file mode 100644 index 0000000..4d738c1 Binary files /dev/null and b/target/debug/deps/libserde_yaml-e6a5bb36829f25b8.rmeta differ diff --git a/target/debug/deps/libsha1-27ee84489a0c65db.rmeta b/target/debug/deps/libsha1-27ee84489a0c65db.rmeta new file mode 100644 index 0000000..cb9dbcd Binary files /dev/null and b/target/debug/deps/libsha1-27ee84489a0c65db.rmeta differ diff --git a/target/debug/deps/libsha2-b84dcd9a6bc90926.rmeta b/target/debug/deps/libsha2-b84dcd9a6bc90926.rmeta new file mode 100644 index 0000000..03a0ac2 Binary files /dev/null and b/target/debug/deps/libsha2-b84dcd9a6bc90926.rmeta differ diff --git a/target/debug/deps/libsha2-fba7e09f156d0b63.rlib b/target/debug/deps/libsha2-fba7e09f156d0b63.rlib new file mode 100644 index 0000000..36040e5 Binary files /dev/null and b/target/debug/deps/libsha2-fba7e09f156d0b63.rlib differ diff --git a/target/debug/deps/libsha2-fba7e09f156d0b63.rmeta b/target/debug/deps/libsha2-fba7e09f156d0b63.rmeta new file mode 100644 index 0000000..6608565 Binary files /dev/null and b/target/debug/deps/libsha2-fba7e09f156d0b63.rmeta differ diff --git a/target/debug/deps/libsharded_slab-b8e62b199d6c5140.rmeta b/target/debug/deps/libsharded_slab-b8e62b199d6c5140.rmeta new file mode 100644 index 0000000..efd7277 Binary files /dev/null and b/target/debug/deps/libsharded_slab-b8e62b199d6c5140.rmeta differ diff --git a/target/debug/deps/libshlex-3b90976fe851454e.rlib b/target/debug/deps/libshlex-3b90976fe851454e.rlib new file mode 100644 index 0000000..03e1127 Binary files /dev/null and b/target/debug/deps/libshlex-3b90976fe851454e.rlib differ diff --git a/target/debug/deps/libshlex-3b90976fe851454e.rmeta b/target/debug/deps/libshlex-3b90976fe851454e.rmeta new file mode 100644 index 0000000..420ea73 Binary files /dev/null and b/target/debug/deps/libshlex-3b90976fe851454e.rmeta differ diff --git a/target/debug/deps/libsignal_hook_registry-3e723b2aa4964f4a.rlib b/target/debug/deps/libsignal_hook_registry-3e723b2aa4964f4a.rlib new file mode 100644 index 0000000..ab431c3 Binary files /dev/null and b/target/debug/deps/libsignal_hook_registry-3e723b2aa4964f4a.rlib differ diff --git a/target/debug/deps/libsignal_hook_registry-3e723b2aa4964f4a.rmeta b/target/debug/deps/libsignal_hook_registry-3e723b2aa4964f4a.rmeta new file mode 100644 index 0000000..e6e0f50 Binary files /dev/null and b/target/debug/deps/libsignal_hook_registry-3e723b2aa4964f4a.rmeta differ diff --git a/target/debug/deps/libsignal_hook_registry-534e8b9d8fe1169f.rmeta b/target/debug/deps/libsignal_hook_registry-534e8b9d8fe1169f.rmeta new file mode 100644 index 0000000..e00f333 Binary files /dev/null and b/target/debug/deps/libsignal_hook_registry-534e8b9d8fe1169f.rmeta differ diff --git a/target/debug/deps/libsimd_adler32-0c51b99d1c15b0dc.rmeta b/target/debug/deps/libsimd_adler32-0c51b99d1c15b0dc.rmeta new file mode 100644 index 0000000..8a6046b Binary files /dev/null and b/target/debug/deps/libsimd_adler32-0c51b99d1c15b0dc.rmeta differ diff --git a/target/debug/deps/libsimple_asn1-cfafbdf4d0d10307.rmeta b/target/debug/deps/libsimple_asn1-cfafbdf4d0d10307.rmeta new file mode 100644 index 0000000..c6a2e1e Binary files /dev/null and b/target/debug/deps/libsimple_asn1-cfafbdf4d0d10307.rmeta differ diff --git a/target/debug/deps/libsiphasher-16fb49294d3a5a7d.rmeta b/target/debug/deps/libsiphasher-16fb49294d3a5a7d.rmeta new file mode 100644 index 0000000..645623b Binary files /dev/null and b/target/debug/deps/libsiphasher-16fb49294d3a5a7d.rmeta differ diff --git a/target/debug/deps/libsiphasher-b4b13535927ae645.rlib b/target/debug/deps/libsiphasher-b4b13535927ae645.rlib new file mode 100644 index 0000000..ff2e787 Binary files /dev/null and b/target/debug/deps/libsiphasher-b4b13535927ae645.rlib differ diff --git a/target/debug/deps/libsiphasher-b4b13535927ae645.rmeta b/target/debug/deps/libsiphasher-b4b13535927ae645.rmeta new file mode 100644 index 0000000..962919c Binary files /dev/null and b/target/debug/deps/libsiphasher-b4b13535927ae645.rmeta differ diff --git a/target/debug/deps/libslab-6c23cd7fc3b30649.rlib b/target/debug/deps/libslab-6c23cd7fc3b30649.rlib new file mode 100644 index 0000000..a0a9b65 Binary files /dev/null and b/target/debug/deps/libslab-6c23cd7fc3b30649.rlib differ diff --git a/target/debug/deps/libslab-6c23cd7fc3b30649.rmeta b/target/debug/deps/libslab-6c23cd7fc3b30649.rmeta new file mode 100644 index 0000000..4d5159e Binary files /dev/null and b/target/debug/deps/libslab-6c23cd7fc3b30649.rmeta differ diff --git a/target/debug/deps/libslab-7e13a7c437da02b2.rmeta b/target/debug/deps/libslab-7e13a7c437da02b2.rmeta new file mode 100644 index 0000000..f7bed14 Binary files /dev/null and b/target/debug/deps/libslab-7e13a7c437da02b2.rmeta differ diff --git a/target/debug/deps/libslug-1d3db0ad2f5db747.rmeta b/target/debug/deps/libslug-1d3db0ad2f5db747.rmeta new file mode 100644 index 0000000..d27ce83 Binary files /dev/null and b/target/debug/deps/libslug-1d3db0ad2f5db747.rmeta differ diff --git a/target/debug/deps/libsmallvec-627dc2c4b3ff995a.rlib b/target/debug/deps/libsmallvec-627dc2c4b3ff995a.rlib new file mode 100644 index 0000000..3ccb4c5 Binary files /dev/null and b/target/debug/deps/libsmallvec-627dc2c4b3ff995a.rlib differ diff --git a/target/debug/deps/libsmallvec-627dc2c4b3ff995a.rmeta b/target/debug/deps/libsmallvec-627dc2c4b3ff995a.rmeta new file mode 100644 index 0000000..bcab2fc Binary files /dev/null and b/target/debug/deps/libsmallvec-627dc2c4b3ff995a.rmeta differ diff --git a/target/debug/deps/libsmallvec-87b934370d092c9e.rmeta b/target/debug/deps/libsmallvec-87b934370d092c9e.rmeta new file mode 100644 index 0000000..f851d36 Binary files /dev/null and b/target/debug/deps/libsmallvec-87b934370d092c9e.rmeta differ diff --git a/target/debug/deps/libsocket2-6500643f75b90252.rlib b/target/debug/deps/libsocket2-6500643f75b90252.rlib new file mode 100644 index 0000000..e2c374a Binary files /dev/null and b/target/debug/deps/libsocket2-6500643f75b90252.rlib differ diff --git a/target/debug/deps/libsocket2-6500643f75b90252.rmeta b/target/debug/deps/libsocket2-6500643f75b90252.rmeta new file mode 100644 index 0000000..67da0f3 Binary files /dev/null and b/target/debug/deps/libsocket2-6500643f75b90252.rmeta differ diff --git a/target/debug/deps/libsocket2-69217cb3fa319c97.rmeta b/target/debug/deps/libsocket2-69217cb3fa319c97.rmeta new file mode 100644 index 0000000..7fe7c81 Binary files /dev/null and b/target/debug/deps/libsocket2-69217cb3fa319c97.rmeta differ diff --git a/target/debug/deps/libsocket2-764a1ac090f20d9d.rmeta b/target/debug/deps/libsocket2-764a1ac090f20d9d.rmeta new file mode 100644 index 0000000..af0c85b Binary files /dev/null and b/target/debug/deps/libsocket2-764a1ac090f20d9d.rmeta differ diff --git a/target/debug/deps/libspin-9c0c5c5634f5fe9d.rlib b/target/debug/deps/libspin-9c0c5c5634f5fe9d.rlib new file mode 100644 index 0000000..194ec12 Binary files /dev/null and b/target/debug/deps/libspin-9c0c5c5634f5fe9d.rlib differ diff --git a/target/debug/deps/libspin-9c0c5c5634f5fe9d.rmeta b/target/debug/deps/libspin-9c0c5c5634f5fe9d.rmeta new file mode 100644 index 0000000..9876429 Binary files /dev/null and b/target/debug/deps/libspin-9c0c5c5634f5fe9d.rmeta differ diff --git a/target/debug/deps/libspin-da28cc6826e3825d.rmeta b/target/debug/deps/libspin-da28cc6826e3825d.rmeta new file mode 100644 index 0000000..5de369a Binary files /dev/null and b/target/debug/deps/libspin-da28cc6826e3825d.rmeta differ diff --git a/target/debug/deps/libsqlite3_sys-60129e9057329b4c.d b/target/debug/deps/libsqlite3_sys-60129e9057329b4c.d new file mode 100644 index 0000000..1cf8c96 --- /dev/null +++ b/target/debug/deps/libsqlite3_sys-60129e9057329b4c.d @@ -0,0 +1,9 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libsqlite3_sys-60129e9057329b4c.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsqlite3-sys-0.30.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsqlite3-sys-0.30.1/src/error.rs /home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/libsqlite3-sys-1f4f691b569a2dfd/out/bindgen.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/liblibsqlite3_sys-60129e9057329b4c.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsqlite3-sys-0.30.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsqlite3-sys-0.30.1/src/error.rs /home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/libsqlite3-sys-1f4f691b569a2dfd/out/bindgen.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsqlite3-sys-0.30.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsqlite3-sys-0.30.1/src/error.rs: +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/libsqlite3-sys-1f4f691b569a2dfd/out/bindgen.rs: + +# env-dep:OUT_DIR=/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/libsqlite3-sys-1f4f691b569a2dfd/out diff --git a/target/debug/deps/libsqlite3_sys-697017257c810d55.d b/target/debug/deps/libsqlite3_sys-697017257c810d55.d new file mode 100644 index 0000000..2ea9a82 --- /dev/null +++ b/target/debug/deps/libsqlite3_sys-697017257c810d55.d @@ -0,0 +1,11 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libsqlite3_sys-697017257c810d55.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsqlite3-sys-0.30.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsqlite3-sys-0.30.1/src/error.rs /home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/libsqlite3-sys-1f4f691b569a2dfd/out/bindgen.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/liblibsqlite3_sys-697017257c810d55.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsqlite3-sys-0.30.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsqlite3-sys-0.30.1/src/error.rs /home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/libsqlite3-sys-1f4f691b569a2dfd/out/bindgen.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/liblibsqlite3_sys-697017257c810d55.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsqlite3-sys-0.30.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsqlite3-sys-0.30.1/src/error.rs /home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/libsqlite3-sys-1f4f691b569a2dfd/out/bindgen.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsqlite3-sys-0.30.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsqlite3-sys-0.30.1/src/error.rs: +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/libsqlite3-sys-1f4f691b569a2dfd/out/bindgen.rs: + +# env-dep:OUT_DIR=/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/libsqlite3-sys-1f4f691b569a2dfd/out diff --git a/target/debug/deps/libsqlx-fc7008492b6b1cc5.rmeta b/target/debug/deps/libsqlx-fc7008492b6b1cc5.rmeta new file mode 100644 index 0000000..ff70534 Binary files /dev/null and b/target/debug/deps/libsqlx-fc7008492b6b1cc5.rmeta differ diff --git a/target/debug/deps/libsqlx_core-0f46912c8dde07e0.rlib b/target/debug/deps/libsqlx_core-0f46912c8dde07e0.rlib new file mode 100644 index 0000000..c864395 Binary files /dev/null and b/target/debug/deps/libsqlx_core-0f46912c8dde07e0.rlib differ diff --git a/target/debug/deps/libsqlx_core-0f46912c8dde07e0.rmeta b/target/debug/deps/libsqlx_core-0f46912c8dde07e0.rmeta new file mode 100644 index 0000000..2251b11 Binary files /dev/null and b/target/debug/deps/libsqlx_core-0f46912c8dde07e0.rmeta differ diff --git a/target/debug/deps/libsqlx_core-7f3cc6807d995e58.rmeta b/target/debug/deps/libsqlx_core-7f3cc6807d995e58.rmeta new file mode 100644 index 0000000..f64d394 Binary files /dev/null and b/target/debug/deps/libsqlx_core-7f3cc6807d995e58.rmeta differ diff --git a/target/debug/deps/libsqlx_macros-b01e24124b90a398.so b/target/debug/deps/libsqlx_macros-b01e24124b90a398.so new file mode 100755 index 0000000..85d57eb Binary files /dev/null and b/target/debug/deps/libsqlx_macros-b01e24124b90a398.so differ diff --git a/target/debug/deps/libsqlx_macros_core-d8727b68a74f76bb.rlib b/target/debug/deps/libsqlx_macros_core-d8727b68a74f76bb.rlib new file mode 100644 index 0000000..08b8273 Binary files /dev/null and b/target/debug/deps/libsqlx_macros_core-d8727b68a74f76bb.rlib differ diff --git a/target/debug/deps/libsqlx_macros_core-d8727b68a74f76bb.rmeta b/target/debug/deps/libsqlx_macros_core-d8727b68a74f76bb.rmeta new file mode 100644 index 0000000..747172f Binary files /dev/null and b/target/debug/deps/libsqlx_macros_core-d8727b68a74f76bb.rmeta differ diff --git a/target/debug/deps/libsqlx_sqlite-4065bb182e0dc35b.rlib b/target/debug/deps/libsqlx_sqlite-4065bb182e0dc35b.rlib new file mode 100644 index 0000000..76758b7 Binary files /dev/null and b/target/debug/deps/libsqlx_sqlite-4065bb182e0dc35b.rlib differ diff --git a/target/debug/deps/libsqlx_sqlite-4065bb182e0dc35b.rmeta b/target/debug/deps/libsqlx_sqlite-4065bb182e0dc35b.rmeta new file mode 100644 index 0000000..c82118d Binary files /dev/null and b/target/debug/deps/libsqlx_sqlite-4065bb182e0dc35b.rmeta differ diff --git a/target/debug/deps/libsqlx_sqlite-8e90817be66438c3.rmeta b/target/debug/deps/libsqlx_sqlite-8e90817be66438c3.rmeta new file mode 100644 index 0000000..4d5ac05 Binary files /dev/null and b/target/debug/deps/libsqlx_sqlite-8e90817be66438c3.rmeta differ diff --git a/target/debug/deps/libstable_deref_trait-7f79269140ce92e7.rlib b/target/debug/deps/libstable_deref_trait-7f79269140ce92e7.rlib new file mode 100644 index 0000000..4d501e0 Binary files /dev/null and b/target/debug/deps/libstable_deref_trait-7f79269140ce92e7.rlib differ diff --git a/target/debug/deps/libstable_deref_trait-7f79269140ce92e7.rmeta b/target/debug/deps/libstable_deref_trait-7f79269140ce92e7.rmeta new file mode 100644 index 0000000..1fb2f48 Binary files /dev/null and b/target/debug/deps/libstable_deref_trait-7f79269140ce92e7.rmeta differ diff --git a/target/debug/deps/libstable_deref_trait-c1b563a78da1ff57.rmeta b/target/debug/deps/libstable_deref_trait-c1b563a78da1ff57.rmeta new file mode 100644 index 0000000..cf253a4 Binary files /dev/null and b/target/debug/deps/libstable_deref_trait-c1b563a78da1ff57.rmeta differ diff --git a/target/debug/deps/libstatic_assertions_next-a48d3be304008e09.rmeta b/target/debug/deps/libstatic_assertions_next-a48d3be304008e09.rmeta new file mode 100644 index 0000000..3ecd693 Binary files /dev/null and b/target/debug/deps/libstatic_assertions_next-a48d3be304008e09.rmeta differ diff --git a/target/debug/deps/libstrsim-cdfa80b3792e870c.rlib b/target/debug/deps/libstrsim-cdfa80b3792e870c.rlib new file mode 100644 index 0000000..dfd3b39 Binary files /dev/null and b/target/debug/deps/libstrsim-cdfa80b3792e870c.rlib differ diff --git a/target/debug/deps/libstrsim-cdfa80b3792e870c.rmeta b/target/debug/deps/libstrsim-cdfa80b3792e870c.rmeta new file mode 100644 index 0000000..e3a08b7 Binary files /dev/null and b/target/debug/deps/libstrsim-cdfa80b3792e870c.rmeta differ diff --git a/target/debug/deps/libstrum-416d782a1cf3cc6a.rlib b/target/debug/deps/libstrum-416d782a1cf3cc6a.rlib new file mode 100644 index 0000000..a2e1007 Binary files /dev/null and b/target/debug/deps/libstrum-416d782a1cf3cc6a.rlib differ diff --git a/target/debug/deps/libstrum-416d782a1cf3cc6a.rmeta b/target/debug/deps/libstrum-416d782a1cf3cc6a.rmeta new file mode 100644 index 0000000..8c96a50 Binary files /dev/null and b/target/debug/deps/libstrum-416d782a1cf3cc6a.rmeta differ diff --git a/target/debug/deps/libstrum_macros-23c71c3032a95f33.so b/target/debug/deps/libstrum_macros-23c71c3032a95f33.so new file mode 100755 index 0000000..f47eabd Binary files /dev/null and b/target/debug/deps/libstrum_macros-23c71c3032a95f33.so differ diff --git a/target/debug/deps/libsyn-b8069dca327ae3bc.rlib b/target/debug/deps/libsyn-b8069dca327ae3bc.rlib new file mode 100644 index 0000000..9f45fa6 Binary files /dev/null and b/target/debug/deps/libsyn-b8069dca327ae3bc.rlib differ diff --git a/target/debug/deps/libsyn-b8069dca327ae3bc.rmeta b/target/debug/deps/libsyn-b8069dca327ae3bc.rmeta new file mode 100644 index 0000000..a27760f Binary files /dev/null and b/target/debug/deps/libsyn-b8069dca327ae3bc.rmeta differ diff --git a/target/debug/deps/libsyn-f9a2cd9cab39a38e.rlib b/target/debug/deps/libsyn-f9a2cd9cab39a38e.rlib new file mode 100644 index 0000000..63ab414 Binary files /dev/null and b/target/debug/deps/libsyn-f9a2cd9cab39a38e.rlib differ diff --git a/target/debug/deps/libsyn-f9a2cd9cab39a38e.rmeta b/target/debug/deps/libsyn-f9a2cd9cab39a38e.rmeta new file mode 100644 index 0000000..fcaf8c5 Binary files /dev/null and b/target/debug/deps/libsyn-f9a2cd9cab39a38e.rmeta differ diff --git a/target/debug/deps/libsync_wrapper-ae88c46316df8057.rmeta b/target/debug/deps/libsync_wrapper-ae88c46316df8057.rmeta new file mode 100644 index 0000000..016a9ec Binary files /dev/null and b/target/debug/deps/libsync_wrapper-ae88c46316df8057.rmeta differ diff --git a/target/debug/deps/libsync_wrapper-c3e474a5d60d69c6.rmeta b/target/debug/deps/libsync_wrapper-c3e474a5d60d69c6.rmeta new file mode 100644 index 0000000..c447e7a Binary files /dev/null and b/target/debug/deps/libsync_wrapper-c3e474a5d60d69c6.rmeta differ diff --git a/target/debug/deps/libsynstructure-43c1224956a2b1c3.rlib b/target/debug/deps/libsynstructure-43c1224956a2b1c3.rlib new file mode 100644 index 0000000..eee2c23 Binary files /dev/null and b/target/debug/deps/libsynstructure-43c1224956a2b1c3.rlib differ diff --git a/target/debug/deps/libsynstructure-43c1224956a2b1c3.rmeta b/target/debug/deps/libsynstructure-43c1224956a2b1c3.rmeta new file mode 100644 index 0000000..136cb29 Binary files /dev/null and b/target/debug/deps/libsynstructure-43c1224956a2b1c3.rmeta differ diff --git a/target/debug/deps/libtempfile-2410d7b6e6bc3751.rmeta b/target/debug/deps/libtempfile-2410d7b6e6bc3751.rmeta new file mode 100644 index 0000000..84ca5ce Binary files /dev/null and b/target/debug/deps/libtempfile-2410d7b6e6bc3751.rmeta differ diff --git a/target/debug/deps/libtera-300240054a2008db.rmeta b/target/debug/deps/libtera-300240054a2008db.rmeta new file mode 100644 index 0000000..5901500 Binary files /dev/null and b/target/debug/deps/libtera-300240054a2008db.rmeta differ diff --git a/target/debug/deps/libthiserror-17289574bc4a1cbd.rmeta b/target/debug/deps/libthiserror-17289574bc4a1cbd.rmeta new file mode 100644 index 0000000..4300edb Binary files /dev/null and b/target/debug/deps/libthiserror-17289574bc4a1cbd.rmeta differ diff --git a/target/debug/deps/libthiserror-437a386bfa466cb8.rlib b/target/debug/deps/libthiserror-437a386bfa466cb8.rlib new file mode 100644 index 0000000..b4bb554 Binary files /dev/null and b/target/debug/deps/libthiserror-437a386bfa466cb8.rlib differ diff --git a/target/debug/deps/libthiserror-437a386bfa466cb8.rmeta b/target/debug/deps/libthiserror-437a386bfa466cb8.rmeta new file mode 100644 index 0000000..adb4a5f Binary files /dev/null and b/target/debug/deps/libthiserror-437a386bfa466cb8.rmeta differ diff --git a/target/debug/deps/libthiserror-f9e5beb7cc800297.rmeta b/target/debug/deps/libthiserror-f9e5beb7cc800297.rmeta new file mode 100644 index 0000000..c582966 Binary files /dev/null and b/target/debug/deps/libthiserror-f9e5beb7cc800297.rmeta differ diff --git a/target/debug/deps/libthiserror_impl-2188e4137b8801f4.so b/target/debug/deps/libthiserror_impl-2188e4137b8801f4.so new file mode 100755 index 0000000..05c40dd Binary files /dev/null and b/target/debug/deps/libthiserror_impl-2188e4137b8801f4.so differ diff --git a/target/debug/deps/libthiserror_impl-43950d666f6cc470.so b/target/debug/deps/libthiserror_impl-43950d666f6cc470.so new file mode 100755 index 0000000..1171fee Binary files /dev/null and b/target/debug/deps/libthiserror_impl-43950d666f6cc470.so differ diff --git a/target/debug/deps/libthread_local-46c93de8f488b98a.rmeta b/target/debug/deps/libthread_local-46c93de8f488b98a.rmeta new file mode 100644 index 0000000..950f29c Binary files /dev/null and b/target/debug/deps/libthread_local-46c93de8f488b98a.rmeta differ diff --git a/target/debug/deps/libtime-6db96e2fc098167b.rmeta b/target/debug/deps/libtime-6db96e2fc098167b.rmeta new file mode 100644 index 0000000..8cde114 Binary files /dev/null and b/target/debug/deps/libtime-6db96e2fc098167b.rmeta differ diff --git a/target/debug/deps/libtime_core-340098ba84029b7a.rlib b/target/debug/deps/libtime_core-340098ba84029b7a.rlib new file mode 100644 index 0000000..80a489c Binary files /dev/null and b/target/debug/deps/libtime_core-340098ba84029b7a.rlib differ diff --git a/target/debug/deps/libtime_core-340098ba84029b7a.rmeta b/target/debug/deps/libtime_core-340098ba84029b7a.rmeta new file mode 100644 index 0000000..b982872 Binary files /dev/null and b/target/debug/deps/libtime_core-340098ba84029b7a.rmeta differ diff --git a/target/debug/deps/libtime_core-fdc0c8c365759cfd.rmeta b/target/debug/deps/libtime_core-fdc0c8c365759cfd.rmeta new file mode 100644 index 0000000..7fd7d1a Binary files /dev/null and b/target/debug/deps/libtime_core-fdc0c8c365759cfd.rmeta differ diff --git a/target/debug/deps/libtime_macros-3d4aa55385e32ee1.so b/target/debug/deps/libtime_macros-3d4aa55385e32ee1.so new file mode 100755 index 0000000..06efadb Binary files /dev/null and b/target/debug/deps/libtime_macros-3d4aa55385e32ee1.so differ diff --git a/target/debug/deps/libtinystr-8a8ff710f2b5b9c2.rlib b/target/debug/deps/libtinystr-8a8ff710f2b5b9c2.rlib new file mode 100644 index 0000000..3e2af1c Binary files /dev/null and b/target/debug/deps/libtinystr-8a8ff710f2b5b9c2.rlib differ diff --git a/target/debug/deps/libtinystr-8a8ff710f2b5b9c2.rmeta b/target/debug/deps/libtinystr-8a8ff710f2b5b9c2.rmeta new file mode 100644 index 0000000..21fcf67 Binary files /dev/null and b/target/debug/deps/libtinystr-8a8ff710f2b5b9c2.rmeta differ diff --git a/target/debug/deps/libtinystr-c638305acd43b1e0.rmeta b/target/debug/deps/libtinystr-c638305acd43b1e0.rmeta new file mode 100644 index 0000000..1a6da0f Binary files /dev/null and b/target/debug/deps/libtinystr-c638305acd43b1e0.rmeta differ diff --git a/target/debug/deps/libtinyvec-fe03f976cf60bbf5.rmeta b/target/debug/deps/libtinyvec-fe03f976cf60bbf5.rmeta new file mode 100644 index 0000000..23165b3 Binary files /dev/null and b/target/debug/deps/libtinyvec-fe03f976cf60bbf5.rmeta differ diff --git a/target/debug/deps/libtinyvec_macros-18eb71eb0ba5c5c3.rmeta b/target/debug/deps/libtinyvec_macros-18eb71eb0ba5c5c3.rmeta new file mode 100644 index 0000000..0fd0828 Binary files /dev/null and b/target/debug/deps/libtinyvec_macros-18eb71eb0ba5c5c3.rmeta differ diff --git a/target/debug/deps/libtokio-6656cb205e2a1c50.rmeta b/target/debug/deps/libtokio-6656cb205e2a1c50.rmeta new file mode 100644 index 0000000..f4c72f9 Binary files /dev/null and b/target/debug/deps/libtokio-6656cb205e2a1c50.rmeta differ diff --git a/target/debug/deps/libtokio-a9e97f0c5e030d4c.rmeta b/target/debug/deps/libtokio-a9e97f0c5e030d4c.rmeta new file mode 100644 index 0000000..f631d85 Binary files /dev/null and b/target/debug/deps/libtokio-a9e97f0c5e030d4c.rmeta differ diff --git a/target/debug/deps/libtokio-ebb289e22f5fb0a6.rlib b/target/debug/deps/libtokio-ebb289e22f5fb0a6.rlib new file mode 100644 index 0000000..de66510 Binary files /dev/null and b/target/debug/deps/libtokio-ebb289e22f5fb0a6.rlib differ diff --git a/target/debug/deps/libtokio-ebb289e22f5fb0a6.rmeta b/target/debug/deps/libtokio-ebb289e22f5fb0a6.rmeta new file mode 100644 index 0000000..c6e7626 Binary files /dev/null and b/target/debug/deps/libtokio-ebb289e22f5fb0a6.rmeta differ diff --git a/target/debug/deps/libtokio_io_timeout-f30ef92173681b02.rmeta b/target/debug/deps/libtokio_io_timeout-f30ef92173681b02.rmeta new file mode 100644 index 0000000..f3ee28d Binary files /dev/null and b/target/debug/deps/libtokio_io_timeout-f30ef92173681b02.rmeta differ diff --git a/target/debug/deps/libtokio_macros-b49e39855aa7e65b.so b/target/debug/deps/libtokio_macros-b49e39855aa7e65b.so new file mode 100755 index 0000000..58e6b16 Binary files /dev/null and b/target/debug/deps/libtokio_macros-b49e39855aa7e65b.so differ diff --git a/target/debug/deps/libtokio_native_tls-1532f9186e975bbf.rmeta b/target/debug/deps/libtokio_native_tls-1532f9186e975bbf.rmeta new file mode 100644 index 0000000..ad8445d Binary files /dev/null and b/target/debug/deps/libtokio_native_tls-1532f9186e975bbf.rmeta differ diff --git a/target/debug/deps/libtokio_native_tls-ad86e026e4720f90.rmeta b/target/debug/deps/libtokio_native_tls-ad86e026e4720f90.rmeta new file mode 100644 index 0000000..5ed4a46 Binary files /dev/null and b/target/debug/deps/libtokio_native_tls-ad86e026e4720f90.rmeta differ diff --git a/target/debug/deps/libtokio_stream-0da0c1e3fd77bf3c.rmeta b/target/debug/deps/libtokio_stream-0da0c1e3fd77bf3c.rmeta new file mode 100644 index 0000000..bdb88a6 Binary files /dev/null and b/target/debug/deps/libtokio_stream-0da0c1e3fd77bf3c.rmeta differ diff --git a/target/debug/deps/libtokio_stream-1dbf339a52a8ad4e.rlib b/target/debug/deps/libtokio_stream-1dbf339a52a8ad4e.rlib new file mode 100644 index 0000000..a999663 Binary files /dev/null and b/target/debug/deps/libtokio_stream-1dbf339a52a8ad4e.rlib differ diff --git a/target/debug/deps/libtokio_stream-1dbf339a52a8ad4e.rmeta b/target/debug/deps/libtokio_stream-1dbf339a52a8ad4e.rmeta new file mode 100644 index 0000000..9e2939d Binary files /dev/null and b/target/debug/deps/libtokio_stream-1dbf339a52a8ad4e.rmeta differ diff --git a/target/debug/deps/libtokio_tungstenite-97919cdf2263de74.rmeta b/target/debug/deps/libtokio_tungstenite-97919cdf2263de74.rmeta new file mode 100644 index 0000000..e4d6d33 Binary files /dev/null and b/target/debug/deps/libtokio_tungstenite-97919cdf2263de74.rmeta differ diff --git a/target/debug/deps/libtokio_tungstenite-ef2eccde82bdb0d8.rmeta b/target/debug/deps/libtokio_tungstenite-ef2eccde82bdb0d8.rmeta new file mode 100644 index 0000000..a725f9b Binary files /dev/null and b/target/debug/deps/libtokio_tungstenite-ef2eccde82bdb0d8.rmeta differ diff --git a/target/debug/deps/libtokio_util-9a3426cbfd945e6e.rmeta b/target/debug/deps/libtokio_util-9a3426cbfd945e6e.rmeta new file mode 100644 index 0000000..de11a11 Binary files /dev/null and b/target/debug/deps/libtokio_util-9a3426cbfd945e6e.rmeta differ diff --git a/target/debug/deps/libtokio_util-e6b99cff7ed06260.rmeta b/target/debug/deps/libtokio_util-e6b99cff7ed06260.rmeta new file mode 100644 index 0000000..2decde9 Binary files /dev/null and b/target/debug/deps/libtokio_util-e6b99cff7ed06260.rmeta differ diff --git a/target/debug/deps/libtoml-3aeaf8439c07f425.rmeta b/target/debug/deps/libtoml-3aeaf8439c07f425.rmeta new file mode 100644 index 0000000..5ce11a0 Binary files /dev/null and b/target/debug/deps/libtoml-3aeaf8439c07f425.rmeta differ diff --git a/target/debug/deps/libtoml-818538e4d108d313.rlib b/target/debug/deps/libtoml-818538e4d108d313.rlib new file mode 100644 index 0000000..f549135 Binary files /dev/null and b/target/debug/deps/libtoml-818538e4d108d313.rlib differ diff --git a/target/debug/deps/libtoml-818538e4d108d313.rmeta b/target/debug/deps/libtoml-818538e4d108d313.rmeta new file mode 100644 index 0000000..5fbd2ca Binary files /dev/null and b/target/debug/deps/libtoml-818538e4d108d313.rmeta differ diff --git a/target/debug/deps/libtoml-b3cf37b2270a836f.rmeta b/target/debug/deps/libtoml-b3cf37b2270a836f.rmeta new file mode 100644 index 0000000..e4f6a71 Binary files /dev/null and b/target/debug/deps/libtoml-b3cf37b2270a836f.rmeta differ diff --git a/target/debug/deps/libtoml-d24731b6c4bc25fc.rlib b/target/debug/deps/libtoml-d24731b6c4bc25fc.rlib new file mode 100644 index 0000000..c703515 Binary files /dev/null and b/target/debug/deps/libtoml-d24731b6c4bc25fc.rlib differ diff --git a/target/debug/deps/libtoml-d24731b6c4bc25fc.rmeta b/target/debug/deps/libtoml-d24731b6c4bc25fc.rmeta new file mode 100644 index 0000000..7ceffea Binary files /dev/null and b/target/debug/deps/libtoml-d24731b6c4bc25fc.rmeta differ diff --git a/target/debug/deps/libtoml_datetime-01a4b77fadd4c8c2.rlib b/target/debug/deps/libtoml_datetime-01a4b77fadd4c8c2.rlib new file mode 100644 index 0000000..6d79211 Binary files /dev/null and b/target/debug/deps/libtoml_datetime-01a4b77fadd4c8c2.rlib differ diff --git a/target/debug/deps/libtoml_datetime-01a4b77fadd4c8c2.rmeta b/target/debug/deps/libtoml_datetime-01a4b77fadd4c8c2.rmeta new file mode 100644 index 0000000..dc52d24 Binary files /dev/null and b/target/debug/deps/libtoml_datetime-01a4b77fadd4c8c2.rmeta differ diff --git a/target/debug/deps/libtoml_datetime-39a980bca2876347.rmeta b/target/debug/deps/libtoml_datetime-39a980bca2876347.rmeta new file mode 100644 index 0000000..e47fa92 Binary files /dev/null and b/target/debug/deps/libtoml_datetime-39a980bca2876347.rmeta differ diff --git a/target/debug/deps/libtoml_datetime-3c9653ff05f8fc9e.rmeta b/target/debug/deps/libtoml_datetime-3c9653ff05f8fc9e.rmeta new file mode 100644 index 0000000..d41930b Binary files /dev/null and b/target/debug/deps/libtoml_datetime-3c9653ff05f8fc9e.rmeta differ diff --git a/target/debug/deps/libtoml_datetime-431c2beb02caa2f7.rlib b/target/debug/deps/libtoml_datetime-431c2beb02caa2f7.rlib new file mode 100644 index 0000000..19d198d Binary files /dev/null and b/target/debug/deps/libtoml_datetime-431c2beb02caa2f7.rlib differ diff --git a/target/debug/deps/libtoml_datetime-431c2beb02caa2f7.rmeta b/target/debug/deps/libtoml_datetime-431c2beb02caa2f7.rmeta new file mode 100644 index 0000000..1b46830 Binary files /dev/null and b/target/debug/deps/libtoml_datetime-431c2beb02caa2f7.rmeta differ diff --git a/target/debug/deps/libtoml_datetime-67c010ee59a21b7f.rlib b/target/debug/deps/libtoml_datetime-67c010ee59a21b7f.rlib new file mode 100644 index 0000000..216ae23 Binary files /dev/null and b/target/debug/deps/libtoml_datetime-67c010ee59a21b7f.rlib differ diff --git a/target/debug/deps/libtoml_datetime-67c010ee59a21b7f.rmeta b/target/debug/deps/libtoml_datetime-67c010ee59a21b7f.rmeta new file mode 100644 index 0000000..fa6b677 Binary files /dev/null and b/target/debug/deps/libtoml_datetime-67c010ee59a21b7f.rmeta differ diff --git a/target/debug/deps/libtoml_edit-669e2d20a3ac4a56.rmeta b/target/debug/deps/libtoml_edit-669e2d20a3ac4a56.rmeta new file mode 100644 index 0000000..62e5380 Binary files /dev/null and b/target/debug/deps/libtoml_edit-669e2d20a3ac4a56.rmeta differ diff --git a/target/debug/deps/libtoml_edit-84383163cd1688b5.rlib b/target/debug/deps/libtoml_edit-84383163cd1688b5.rlib new file mode 100644 index 0000000..cd02264 Binary files /dev/null and b/target/debug/deps/libtoml_edit-84383163cd1688b5.rlib differ diff --git a/target/debug/deps/libtoml_edit-84383163cd1688b5.rmeta b/target/debug/deps/libtoml_edit-84383163cd1688b5.rmeta new file mode 100644 index 0000000..02df201 Binary files /dev/null and b/target/debug/deps/libtoml_edit-84383163cd1688b5.rmeta differ diff --git a/target/debug/deps/libtoml_edit-aa67c31bda4ef47b.rlib b/target/debug/deps/libtoml_edit-aa67c31bda4ef47b.rlib new file mode 100644 index 0000000..9feea77 Binary files /dev/null and b/target/debug/deps/libtoml_edit-aa67c31bda4ef47b.rlib differ diff --git a/target/debug/deps/libtoml_edit-aa67c31bda4ef47b.rmeta b/target/debug/deps/libtoml_edit-aa67c31bda4ef47b.rmeta new file mode 100644 index 0000000..2b45abe Binary files /dev/null and b/target/debug/deps/libtoml_edit-aa67c31bda4ef47b.rmeta differ diff --git a/target/debug/deps/libtoml_edit-b3871ab36473ef50.rmeta b/target/debug/deps/libtoml_edit-b3871ab36473ef50.rmeta new file mode 100644 index 0000000..93ce845 Binary files /dev/null and b/target/debug/deps/libtoml_edit-b3871ab36473ef50.rmeta differ diff --git a/target/debug/deps/libtoml_edit-e1b06f1f760d1360.rlib b/target/debug/deps/libtoml_edit-e1b06f1f760d1360.rlib new file mode 100644 index 0000000..893382a Binary files /dev/null and b/target/debug/deps/libtoml_edit-e1b06f1f760d1360.rlib differ diff --git a/target/debug/deps/libtoml_edit-e1b06f1f760d1360.rmeta b/target/debug/deps/libtoml_edit-e1b06f1f760d1360.rmeta new file mode 100644 index 0000000..de4c79a Binary files /dev/null and b/target/debug/deps/libtoml_edit-e1b06f1f760d1360.rmeta differ diff --git a/target/debug/deps/libtoml_parser-39f6cfe1b4cf0b08.rlib b/target/debug/deps/libtoml_parser-39f6cfe1b4cf0b08.rlib new file mode 100644 index 0000000..05f73ea Binary files /dev/null and b/target/debug/deps/libtoml_parser-39f6cfe1b4cf0b08.rlib differ diff --git a/target/debug/deps/libtoml_parser-39f6cfe1b4cf0b08.rmeta b/target/debug/deps/libtoml_parser-39f6cfe1b4cf0b08.rmeta new file mode 100644 index 0000000..3a74570 Binary files /dev/null and b/target/debug/deps/libtoml_parser-39f6cfe1b4cf0b08.rmeta differ diff --git a/target/debug/deps/libtoml_write-3b9e6dbe7e6bb85e.rlib b/target/debug/deps/libtoml_write-3b9e6dbe7e6bb85e.rlib new file mode 100644 index 0000000..7b11b1d Binary files /dev/null and b/target/debug/deps/libtoml_write-3b9e6dbe7e6bb85e.rlib differ diff --git a/target/debug/deps/libtoml_write-3b9e6dbe7e6bb85e.rmeta b/target/debug/deps/libtoml_write-3b9e6dbe7e6bb85e.rmeta new file mode 100644 index 0000000..302fa54 Binary files /dev/null and b/target/debug/deps/libtoml_write-3b9e6dbe7e6bb85e.rmeta differ diff --git a/target/debug/deps/libtoml_write-9778582e7f77367c.rmeta b/target/debug/deps/libtoml_write-9778582e7f77367c.rmeta new file mode 100644 index 0000000..229bf57 Binary files /dev/null and b/target/debug/deps/libtoml_write-9778582e7f77367c.rmeta differ diff --git a/target/debug/deps/libtonic-00fe03e42e0b535a.rmeta b/target/debug/deps/libtonic-00fe03e42e0b535a.rmeta new file mode 100644 index 0000000..84b63c5 Binary files /dev/null and b/target/debug/deps/libtonic-00fe03e42e0b535a.rmeta differ diff --git a/target/debug/deps/libtoon_format-217c2054e16fc0a5.rmeta b/target/debug/deps/libtoon_format-217c2054e16fc0a5.rmeta new file mode 100644 index 0000000..fd23a5d Binary files /dev/null and b/target/debug/deps/libtoon_format-217c2054e16fc0a5.rmeta differ diff --git a/target/debug/deps/libtower-00b4fbe713c186c3.rmeta b/target/debug/deps/libtower-00b4fbe713c186c3.rmeta new file mode 100644 index 0000000..36ebc77 Binary files /dev/null and b/target/debug/deps/libtower-00b4fbe713c186c3.rmeta differ diff --git a/target/debug/deps/libtower-4c36230c2cfc6c44.rmeta b/target/debug/deps/libtower-4c36230c2cfc6c44.rmeta new file mode 100644 index 0000000..dbe9c60 Binary files /dev/null and b/target/debug/deps/libtower-4c36230c2cfc6c44.rmeta differ diff --git a/target/debug/deps/libtower-985eef0ab28b497f.rmeta b/target/debug/deps/libtower-985eef0ab28b497f.rmeta new file mode 100644 index 0000000..a557f16 Binary files /dev/null and b/target/debug/deps/libtower-985eef0ab28b497f.rmeta differ diff --git a/target/debug/deps/libtower-eb26c8b7788b4489.rmeta b/target/debug/deps/libtower-eb26c8b7788b4489.rmeta new file mode 100644 index 0000000..b68191d Binary files /dev/null and b/target/debug/deps/libtower-eb26c8b7788b4489.rmeta differ diff --git a/target/debug/deps/libtower_http-2e428eaae3f38f4d.rmeta b/target/debug/deps/libtower_http-2e428eaae3f38f4d.rmeta new file mode 100644 index 0000000..5c78527 Binary files /dev/null and b/target/debug/deps/libtower_http-2e428eaae3f38f4d.rmeta differ diff --git a/target/debug/deps/libtower_http-618f78590bf7d0cf.rmeta b/target/debug/deps/libtower_http-618f78590bf7d0cf.rmeta new file mode 100644 index 0000000..d9d61bb Binary files /dev/null and b/target/debug/deps/libtower_http-618f78590bf7d0cf.rmeta differ diff --git a/target/debug/deps/libtower_http-a11246bc307eb931.rmeta b/target/debug/deps/libtower_http-a11246bc307eb931.rmeta new file mode 100644 index 0000000..1575f58 Binary files /dev/null and b/target/debug/deps/libtower_http-a11246bc307eb931.rmeta differ diff --git a/target/debug/deps/libtower_http-d5b760f0e02e3e46.rmeta b/target/debug/deps/libtower_http-d5b760f0e02e3e46.rmeta new file mode 100644 index 0000000..34f6d8f Binary files /dev/null and b/target/debug/deps/libtower_http-d5b760f0e02e3e46.rmeta differ diff --git a/target/debug/deps/libtower_layer-2818eae78a76061c.rmeta b/target/debug/deps/libtower_layer-2818eae78a76061c.rmeta new file mode 100644 index 0000000..83f3c43 Binary files /dev/null and b/target/debug/deps/libtower_layer-2818eae78a76061c.rmeta differ diff --git a/target/debug/deps/libtower_service-7552ee2ff29ea54a.rmeta b/target/debug/deps/libtower_service-7552ee2ff29ea54a.rmeta new file mode 100644 index 0000000..401126e Binary files /dev/null and b/target/debug/deps/libtower_service-7552ee2ff29ea54a.rmeta differ diff --git a/target/debug/deps/libtracing-65ce8f6713f0b680.rmeta b/target/debug/deps/libtracing-65ce8f6713f0b680.rmeta new file mode 100644 index 0000000..16e8af6 Binary files /dev/null and b/target/debug/deps/libtracing-65ce8f6713f0b680.rmeta differ diff --git a/target/debug/deps/libtracing-b6ba6d27eb90f7ed.rlib b/target/debug/deps/libtracing-b6ba6d27eb90f7ed.rlib new file mode 100644 index 0000000..3450a25 Binary files /dev/null and b/target/debug/deps/libtracing-b6ba6d27eb90f7ed.rlib differ diff --git a/target/debug/deps/libtracing-b6ba6d27eb90f7ed.rmeta b/target/debug/deps/libtracing-b6ba6d27eb90f7ed.rmeta new file mode 100644 index 0000000..adf026d Binary files /dev/null and b/target/debug/deps/libtracing-b6ba6d27eb90f7ed.rmeta differ diff --git a/target/debug/deps/libtracing_attributes-19996bfd12e65500.so b/target/debug/deps/libtracing_attributes-19996bfd12e65500.so new file mode 100755 index 0000000..83039ca Binary files /dev/null and b/target/debug/deps/libtracing_attributes-19996bfd12e65500.so differ diff --git a/target/debug/deps/libtracing_core-653eeb4cc3461430.rmeta b/target/debug/deps/libtracing_core-653eeb4cc3461430.rmeta new file mode 100644 index 0000000..e28cfef Binary files /dev/null and b/target/debug/deps/libtracing_core-653eeb4cc3461430.rmeta differ diff --git a/target/debug/deps/libtracing_core-9812de11b812a273.rlib b/target/debug/deps/libtracing_core-9812de11b812a273.rlib new file mode 100644 index 0000000..ad0edbc Binary files /dev/null and b/target/debug/deps/libtracing_core-9812de11b812a273.rlib differ diff --git a/target/debug/deps/libtracing_core-9812de11b812a273.rmeta b/target/debug/deps/libtracing_core-9812de11b812a273.rmeta new file mode 100644 index 0000000..e8ea8a8 Binary files /dev/null and b/target/debug/deps/libtracing_core-9812de11b812a273.rmeta differ diff --git a/target/debug/deps/libtracing_log-cf09c3cf7e1c9557.rmeta b/target/debug/deps/libtracing_log-cf09c3cf7e1c9557.rmeta new file mode 100644 index 0000000..b84000b Binary files /dev/null and b/target/debug/deps/libtracing_log-cf09c3cf7e1c9557.rmeta differ diff --git a/target/debug/deps/libtracing_opentelemetry-087ad441ac105af7.rmeta b/target/debug/deps/libtracing_opentelemetry-087ad441ac105af7.rmeta new file mode 100644 index 0000000..b0b4eab Binary files /dev/null and b/target/debug/deps/libtracing_opentelemetry-087ad441ac105af7.rmeta differ diff --git a/target/debug/deps/libtracing_subscriber-d34b9998c8af634d.rmeta b/target/debug/deps/libtracing_subscriber-d34b9998c8af634d.rmeta new file mode 100644 index 0000000..2f40886 Binary files /dev/null and b/target/debug/deps/libtracing_subscriber-d34b9998c8af634d.rmeta differ diff --git a/target/debug/deps/libtriomphe-2237db2e9ea43298.rlib b/target/debug/deps/libtriomphe-2237db2e9ea43298.rlib new file mode 100644 index 0000000..78fef7a Binary files /dev/null and b/target/debug/deps/libtriomphe-2237db2e9ea43298.rlib differ diff --git a/target/debug/deps/libtriomphe-2237db2e9ea43298.rmeta b/target/debug/deps/libtriomphe-2237db2e9ea43298.rmeta new file mode 100644 index 0000000..fa7b220 Binary files /dev/null and b/target/debug/deps/libtriomphe-2237db2e9ea43298.rmeta differ diff --git a/target/debug/deps/libtriomphe-3237f80369a2d51b.rmeta b/target/debug/deps/libtriomphe-3237f80369a2d51b.rmeta new file mode 100644 index 0000000..6e2c436 Binary files /dev/null and b/target/debug/deps/libtriomphe-3237f80369a2d51b.rmeta differ diff --git a/target/debug/deps/libtriomphe-93f4a0bb0e0afb63.rmeta b/target/debug/deps/libtriomphe-93f4a0bb0e0afb63.rmeta new file mode 100644 index 0000000..b1a6cb7 Binary files /dev/null and b/target/debug/deps/libtriomphe-93f4a0bb0e0afb63.rmeta differ diff --git a/target/debug/deps/libtriomphe-fa2603cad1b98758.rlib b/target/debug/deps/libtriomphe-fa2603cad1b98758.rlib new file mode 100644 index 0000000..6d49efc Binary files /dev/null and b/target/debug/deps/libtriomphe-fa2603cad1b98758.rlib differ diff --git a/target/debug/deps/libtriomphe-fa2603cad1b98758.rmeta b/target/debug/deps/libtriomphe-fa2603cad1b98758.rmeta new file mode 100644 index 0000000..576e973 Binary files /dev/null and b/target/debug/deps/libtriomphe-fa2603cad1b98758.rmeta differ diff --git a/target/debug/deps/libtry_lock-d369a8cb96356c02.rmeta b/target/debug/deps/libtry_lock-d369a8cb96356c02.rmeta new file mode 100644 index 0000000..dd9daec Binary files /dev/null and b/target/debug/deps/libtry_lock-d369a8cb96356c02.rmeta differ diff --git a/target/debug/deps/libtungstenite-3724fc58b35d80c0.rmeta b/target/debug/deps/libtungstenite-3724fc58b35d80c0.rmeta new file mode 100644 index 0000000..5fb0dab Binary files /dev/null and b/target/debug/deps/libtungstenite-3724fc58b35d80c0.rmeta differ diff --git a/target/debug/deps/libtungstenite-9c353e04dad28687.rmeta b/target/debug/deps/libtungstenite-9c353e04dad28687.rmeta new file mode 100644 index 0000000..cbf8255 Binary files /dev/null and b/target/debug/deps/libtungstenite-9c353e04dad28687.rmeta differ diff --git a/target/debug/deps/libtypenum-25760b79df229d63.rlib b/target/debug/deps/libtypenum-25760b79df229d63.rlib new file mode 100644 index 0000000..4c6dc16 Binary files /dev/null and b/target/debug/deps/libtypenum-25760b79df229d63.rlib differ diff --git a/target/debug/deps/libtypenum-25760b79df229d63.rmeta b/target/debug/deps/libtypenum-25760b79df229d63.rmeta new file mode 100644 index 0000000..b5bb5a5 Binary files /dev/null and b/target/debug/deps/libtypenum-25760b79df229d63.rmeta differ diff --git a/target/debug/deps/libtypenum-ed6fc27c53f13f56.rmeta b/target/debug/deps/libtypenum-ed6fc27c53f13f56.rmeta new file mode 100644 index 0000000..6819682 Binary files /dev/null and b/target/debug/deps/libtypenum-ed6fc27c53f13f56.rmeta differ diff --git a/target/debug/deps/libucd_trie-3db7031fc5d9f7f4.rlib b/target/debug/deps/libucd_trie-3db7031fc5d9f7f4.rlib new file mode 100644 index 0000000..480acce Binary files /dev/null and b/target/debug/deps/libucd_trie-3db7031fc5d9f7f4.rlib differ diff --git a/target/debug/deps/libucd_trie-3db7031fc5d9f7f4.rmeta b/target/debug/deps/libucd_trie-3db7031fc5d9f7f4.rmeta new file mode 100644 index 0000000..24b97ae Binary files /dev/null and b/target/debug/deps/libucd_trie-3db7031fc5d9f7f4.rmeta differ diff --git a/target/debug/deps/libucd_trie-b9b24ae22a9b2ce6.rmeta b/target/debug/deps/libucd_trie-b9b24ae22a9b2ce6.rmeta new file mode 100644 index 0000000..0857172 Binary files /dev/null and b/target/debug/deps/libucd_trie-b9b24ae22a9b2ce6.rmeta differ diff --git a/target/debug/deps/libunicase-8c73d2a6de00ad44.rlib b/target/debug/deps/libunicase-8c73d2a6de00ad44.rlib new file mode 100644 index 0000000..ae8582d Binary files /dev/null and b/target/debug/deps/libunicase-8c73d2a6de00ad44.rlib differ diff --git a/target/debug/deps/libunicase-8c73d2a6de00ad44.rmeta b/target/debug/deps/libunicase-8c73d2a6de00ad44.rmeta new file mode 100644 index 0000000..5ebaba7 Binary files /dev/null and b/target/debug/deps/libunicase-8c73d2a6de00ad44.rmeta differ diff --git a/target/debug/deps/libunicase-909fba5b0efc4d1d.rmeta b/target/debug/deps/libunicase-909fba5b0efc4d1d.rmeta new file mode 100644 index 0000000..0054cb1 Binary files /dev/null and b/target/debug/deps/libunicase-909fba5b0efc4d1d.rmeta differ diff --git a/target/debug/deps/libunicode_bidi-29db93f774740881.rmeta b/target/debug/deps/libunicode_bidi-29db93f774740881.rmeta new file mode 100644 index 0000000..2f5f6ec Binary files /dev/null and b/target/debug/deps/libunicode_bidi-29db93f774740881.rmeta differ diff --git a/target/debug/deps/libunicode_ident-4fec18d14b15363e.rlib b/target/debug/deps/libunicode_ident-4fec18d14b15363e.rlib new file mode 100644 index 0000000..174adae Binary files /dev/null and b/target/debug/deps/libunicode_ident-4fec18d14b15363e.rlib differ diff --git a/target/debug/deps/libunicode_ident-4fec18d14b15363e.rmeta b/target/debug/deps/libunicode_ident-4fec18d14b15363e.rmeta new file mode 100644 index 0000000..cb9d881 Binary files /dev/null and b/target/debug/deps/libunicode_ident-4fec18d14b15363e.rmeta differ diff --git a/target/debug/deps/libunicode_ident-982660b45ed9048f.rmeta b/target/debug/deps/libunicode_ident-982660b45ed9048f.rmeta new file mode 100644 index 0000000..4b30108 Binary files /dev/null and b/target/debug/deps/libunicode_ident-982660b45ed9048f.rmeta differ diff --git a/target/debug/deps/libunicode_normalization-5a6e005c2868c335.rmeta b/target/debug/deps/libunicode_normalization-5a6e005c2868c335.rmeta new file mode 100644 index 0000000..6317f5d Binary files /dev/null and b/target/debug/deps/libunicode_normalization-5a6e005c2868c335.rmeta differ diff --git a/target/debug/deps/libunicode_segmentation-9f2009d72cd5b583.rmeta b/target/debug/deps/libunicode_segmentation-9f2009d72cd5b583.rmeta new file mode 100644 index 0000000..ca4920c Binary files /dev/null and b/target/debug/deps/libunicode_segmentation-9f2009d72cd5b583.rmeta differ diff --git a/target/debug/deps/libunsafe_libyaml-0736d06fd20656a4.rlib b/target/debug/deps/libunsafe_libyaml-0736d06fd20656a4.rlib new file mode 100644 index 0000000..a1c9574 Binary files /dev/null and b/target/debug/deps/libunsafe_libyaml-0736d06fd20656a4.rlib differ diff --git a/target/debug/deps/libunsafe_libyaml-0736d06fd20656a4.rmeta b/target/debug/deps/libunsafe_libyaml-0736d06fd20656a4.rmeta new file mode 100644 index 0000000..a157df3 Binary files /dev/null and b/target/debug/deps/libunsafe_libyaml-0736d06fd20656a4.rmeta differ diff --git a/target/debug/deps/libunsafe_libyaml-5d3cabcbf60870d4.rmeta b/target/debug/deps/libunsafe_libyaml-5d3cabcbf60870d4.rmeta new file mode 100644 index 0000000..2bda194 Binary files /dev/null and b/target/debug/deps/libunsafe_libyaml-5d3cabcbf60870d4.rmeta differ diff --git a/target/debug/deps/libuntrusted-acabc4c26793167e.rmeta b/target/debug/deps/libuntrusted-acabc4c26793167e.rmeta new file mode 100644 index 0000000..5b50c9d Binary files /dev/null and b/target/debug/deps/libuntrusted-acabc4c26793167e.rmeta differ diff --git a/target/debug/deps/liburl-0645997d62b60688.rmeta b/target/debug/deps/liburl-0645997d62b60688.rmeta new file mode 100644 index 0000000..8c63f17 Binary files /dev/null and b/target/debug/deps/liburl-0645997d62b60688.rmeta differ diff --git a/target/debug/deps/liburl-6c7002912a38d085.rlib b/target/debug/deps/liburl-6c7002912a38d085.rlib new file mode 100644 index 0000000..0e268f7 Binary files /dev/null and b/target/debug/deps/liburl-6c7002912a38d085.rlib differ diff --git a/target/debug/deps/liburl-6c7002912a38d085.rmeta b/target/debug/deps/liburl-6c7002912a38d085.rmeta new file mode 100644 index 0000000..30ff386 Binary files /dev/null and b/target/debug/deps/liburl-6c7002912a38d085.rmeta differ diff --git a/target/debug/deps/liburlencoding-0c8b821363acc66a.rmeta b/target/debug/deps/liburlencoding-0c8b821363acc66a.rmeta new file mode 100644 index 0000000..a918073 Binary files /dev/null and b/target/debug/deps/liburlencoding-0c8b821363acc66a.rmeta differ diff --git a/target/debug/deps/libutf8-054a4c2ee46d6c76.rmeta b/target/debug/deps/libutf8-054a4c2ee46d6c76.rmeta new file mode 100644 index 0000000..b6a798d Binary files /dev/null and b/target/debug/deps/libutf8-054a4c2ee46d6c76.rmeta differ diff --git a/target/debug/deps/libutf8_iter-022bba74f2b025dd.rlib b/target/debug/deps/libutf8_iter-022bba74f2b025dd.rlib new file mode 100644 index 0000000..2183b9b Binary files /dev/null and b/target/debug/deps/libutf8_iter-022bba74f2b025dd.rlib differ diff --git a/target/debug/deps/libutf8_iter-022bba74f2b025dd.rmeta b/target/debug/deps/libutf8_iter-022bba74f2b025dd.rmeta new file mode 100644 index 0000000..ecf5ae8 Binary files /dev/null and b/target/debug/deps/libutf8_iter-022bba74f2b025dd.rmeta differ diff --git a/target/debug/deps/libutf8_iter-39d2d421a5b8d55d.rmeta b/target/debug/deps/libutf8_iter-39d2d421a5b8d55d.rmeta new file mode 100644 index 0000000..499fb5f Binary files /dev/null and b/target/debug/deps/libutf8_iter-39d2d421a5b8d55d.rmeta differ diff --git a/target/debug/deps/libutoipa-4b47912f2585f11a.rmeta b/target/debug/deps/libutoipa-4b47912f2585f11a.rmeta new file mode 100644 index 0000000..e15e738 Binary files /dev/null and b/target/debug/deps/libutoipa-4b47912f2585f11a.rmeta differ diff --git a/target/debug/deps/libutoipa-9156b2eb335018be.rmeta b/target/debug/deps/libutoipa-9156b2eb335018be.rmeta new file mode 100644 index 0000000..28a3460 Binary files /dev/null and b/target/debug/deps/libutoipa-9156b2eb335018be.rmeta differ diff --git a/target/debug/deps/libutoipa_gen-701b974a37e28a34.so b/target/debug/deps/libutoipa_gen-701b974a37e28a34.so new file mode 100755 index 0000000..18a99ce Binary files /dev/null and b/target/debug/deps/libutoipa_gen-701b974a37e28a34.so differ diff --git a/target/debug/deps/libutoipa_gen-98e0272af6aab55b.so b/target/debug/deps/libutoipa_gen-98e0272af6aab55b.so new file mode 100755 index 0000000..76ae542 Binary files /dev/null and b/target/debug/deps/libutoipa_gen-98e0272af6aab55b.so differ diff --git a/target/debug/deps/libuuid-2782fa2002529580.rmeta b/target/debug/deps/libuuid-2782fa2002529580.rmeta new file mode 100644 index 0000000..b74b54c Binary files /dev/null and b/target/debug/deps/libuuid-2782fa2002529580.rmeta differ diff --git a/target/debug/deps/libuuid-9321bafc0fd8dd7d.rlib b/target/debug/deps/libuuid-9321bafc0fd8dd7d.rlib new file mode 100644 index 0000000..67647a5 Binary files /dev/null and b/target/debug/deps/libuuid-9321bafc0fd8dd7d.rlib differ diff --git a/target/debug/deps/libuuid-9321bafc0fd8dd7d.rmeta b/target/debug/deps/libuuid-9321bafc0fd8dd7d.rmeta new file mode 100644 index 0000000..eabc34f Binary files /dev/null and b/target/debug/deps/libuuid-9321bafc0fd8dd7d.rmeta differ diff --git a/target/debug/deps/libuuid-bf849bd751d4c6c5.rlib b/target/debug/deps/libuuid-bf849bd751d4c6c5.rlib new file mode 100644 index 0000000..eee1443 Binary files /dev/null and b/target/debug/deps/libuuid-bf849bd751d4c6c5.rlib differ diff --git a/target/debug/deps/libuuid-bf849bd751d4c6c5.rmeta b/target/debug/deps/libuuid-bf849bd751d4c6c5.rmeta new file mode 100644 index 0000000..968fde9 Binary files /dev/null and b/target/debug/deps/libuuid-bf849bd751d4c6c5.rmeta differ diff --git a/target/debug/deps/libuuid-d95cfa254a403c28.rmeta b/target/debug/deps/libuuid-d95cfa254a403c28.rmeta new file mode 100644 index 0000000..82ad094 Binary files /dev/null and b/target/debug/deps/libuuid-d95cfa254a403c28.rmeta differ diff --git a/target/debug/deps/libvalidator-5860359495285abf.rmeta b/target/debug/deps/libvalidator-5860359495285abf.rmeta new file mode 100644 index 0000000..10208b2 Binary files /dev/null and b/target/debug/deps/libvalidator-5860359495285abf.rmeta differ diff --git a/target/debug/deps/libvalidator-9e3738ab64fd461c.rmeta b/target/debug/deps/libvalidator-9e3738ab64fd461c.rmeta new file mode 100644 index 0000000..3306ba9 Binary files /dev/null and b/target/debug/deps/libvalidator-9e3738ab64fd461c.rmeta differ diff --git a/target/debug/deps/libvalidator-f27e2fbdeee5141f.rmeta b/target/debug/deps/libvalidator-f27e2fbdeee5141f.rmeta new file mode 100644 index 0000000..459a930 Binary files /dev/null and b/target/debug/deps/libvalidator-f27e2fbdeee5141f.rmeta differ diff --git a/target/debug/deps/libvalidator_derive-8fae1fdf391f22c7.so b/target/debug/deps/libvalidator_derive-8fae1fdf391f22c7.so new file mode 100755 index 0000000..49d9e0c Binary files /dev/null and b/target/debug/deps/libvalidator_derive-8fae1fdf391f22c7.so differ diff --git a/target/debug/deps/libvcpkg-5425685a8637baec.rlib b/target/debug/deps/libvcpkg-5425685a8637baec.rlib new file mode 100644 index 0000000..08f546f Binary files /dev/null and b/target/debug/deps/libvcpkg-5425685a8637baec.rlib differ diff --git a/target/debug/deps/libvcpkg-5425685a8637baec.rmeta b/target/debug/deps/libvcpkg-5425685a8637baec.rmeta new file mode 100644 index 0000000..d0b93ac Binary files /dev/null and b/target/debug/deps/libvcpkg-5425685a8637baec.rmeta differ diff --git a/target/debug/deps/libversion_check-e67c589c3c1ced77.rlib b/target/debug/deps/libversion_check-e67c589c3c1ced77.rlib new file mode 100644 index 0000000..15d9787 Binary files /dev/null and b/target/debug/deps/libversion_check-e67c589c3c1ced77.rlib differ diff --git a/target/debug/deps/libversion_check-e67c589c3c1ced77.rmeta b/target/debug/deps/libversion_check-e67c589c3c1ced77.rmeta new file mode 100644 index 0000000..4d28ac3 Binary files /dev/null and b/target/debug/deps/libversion_check-e67c589c3c1ced77.rmeta differ diff --git a/target/debug/deps/libwalkdir-20557cbaca703d2f.rmeta b/target/debug/deps/libwalkdir-20557cbaca703d2f.rmeta new file mode 100644 index 0000000..2f7f325 Binary files /dev/null and b/target/debug/deps/libwalkdir-20557cbaca703d2f.rmeta differ diff --git a/target/debug/deps/libwalkdir-5cc6746be0e2993c.rlib b/target/debug/deps/libwalkdir-5cc6746be0e2993c.rlib new file mode 100644 index 0000000..18872dd Binary files /dev/null and b/target/debug/deps/libwalkdir-5cc6746be0e2993c.rlib differ diff --git a/target/debug/deps/libwalkdir-5cc6746be0e2993c.rmeta b/target/debug/deps/libwalkdir-5cc6746be0e2993c.rmeta new file mode 100644 index 0000000..3de4caa Binary files /dev/null and b/target/debug/deps/libwalkdir-5cc6746be0e2993c.rmeta differ diff --git a/target/debug/deps/libwant-e953bceaba135dcb.rmeta b/target/debug/deps/libwant-e953bceaba135dcb.rmeta new file mode 100644 index 0000000..4850548 Binary files /dev/null and b/target/debug/deps/libwant-e953bceaba135dcb.rmeta differ diff --git a/target/debug/deps/libwinnow-a70df8d793627acd.rlib b/target/debug/deps/libwinnow-a70df8d793627acd.rlib new file mode 100644 index 0000000..e7e24a8 Binary files /dev/null and b/target/debug/deps/libwinnow-a70df8d793627acd.rlib differ diff --git a/target/debug/deps/libwinnow-a70df8d793627acd.rmeta b/target/debug/deps/libwinnow-a70df8d793627acd.rmeta new file mode 100644 index 0000000..d4ab83e Binary files /dev/null and b/target/debug/deps/libwinnow-a70df8d793627acd.rmeta differ diff --git a/target/debug/deps/libwinnow-f70f8c00ea585f15.rmeta b/target/debug/deps/libwinnow-f70f8c00ea585f15.rmeta new file mode 100644 index 0000000..91dc0e1 Binary files /dev/null and b/target/debug/deps/libwinnow-f70f8c00ea585f15.rmeta differ diff --git a/target/debug/deps/libwriteable-31c9ba73adda303d.rlib b/target/debug/deps/libwriteable-31c9ba73adda303d.rlib new file mode 100644 index 0000000..86e14a4 Binary files /dev/null and b/target/debug/deps/libwriteable-31c9ba73adda303d.rlib differ diff --git a/target/debug/deps/libwriteable-31c9ba73adda303d.rmeta b/target/debug/deps/libwriteable-31c9ba73adda303d.rmeta new file mode 100644 index 0000000..96f1ea1 Binary files /dev/null and b/target/debug/deps/libwriteable-31c9ba73adda303d.rmeta differ diff --git a/target/debug/deps/libwriteable-579521408cf98134.rmeta b/target/debug/deps/libwriteable-579521408cf98134.rmeta new file mode 100644 index 0000000..df45e54 Binary files /dev/null and b/target/debug/deps/libwriteable-579521408cf98134.rmeta differ diff --git a/target/debug/deps/libyoke-0ccbc86cd7a1f8d7.rlib b/target/debug/deps/libyoke-0ccbc86cd7a1f8d7.rlib new file mode 100644 index 0000000..f1e9f48 Binary files /dev/null and b/target/debug/deps/libyoke-0ccbc86cd7a1f8d7.rlib differ diff --git a/target/debug/deps/libyoke-0ccbc86cd7a1f8d7.rmeta b/target/debug/deps/libyoke-0ccbc86cd7a1f8d7.rmeta new file mode 100644 index 0000000..886c1d1 Binary files /dev/null and b/target/debug/deps/libyoke-0ccbc86cd7a1f8d7.rmeta differ diff --git a/target/debug/deps/libyoke-501faa5a11643775.rmeta b/target/debug/deps/libyoke-501faa5a11643775.rmeta new file mode 100644 index 0000000..57c5e06 Binary files /dev/null and b/target/debug/deps/libyoke-501faa5a11643775.rmeta differ diff --git a/target/debug/deps/libyoke_derive-e52306d65360de31.so b/target/debug/deps/libyoke_derive-e52306d65360de31.so new file mode 100755 index 0000000..356759a Binary files /dev/null and b/target/debug/deps/libyoke_derive-e52306d65360de31.so differ diff --git a/target/debug/deps/libzerocopy-5fc78f4f144589af.rlib b/target/debug/deps/libzerocopy-5fc78f4f144589af.rlib new file mode 100644 index 0000000..6c1ac51 Binary files /dev/null and b/target/debug/deps/libzerocopy-5fc78f4f144589af.rlib differ diff --git a/target/debug/deps/libzerocopy-5fc78f4f144589af.rmeta b/target/debug/deps/libzerocopy-5fc78f4f144589af.rmeta new file mode 100644 index 0000000..0fcb7a9 Binary files /dev/null and b/target/debug/deps/libzerocopy-5fc78f4f144589af.rmeta differ diff --git a/target/debug/deps/libzerocopy-e79c9b0f319e5d36.rmeta b/target/debug/deps/libzerocopy-e79c9b0f319e5d36.rmeta new file mode 100644 index 0000000..9503a0e Binary files /dev/null and b/target/debug/deps/libzerocopy-e79c9b0f319e5d36.rmeta differ diff --git a/target/debug/deps/libzerofrom-393f2070b1484c4c.rlib b/target/debug/deps/libzerofrom-393f2070b1484c4c.rlib new file mode 100644 index 0000000..f8f4dd9 Binary files /dev/null and b/target/debug/deps/libzerofrom-393f2070b1484c4c.rlib differ diff --git a/target/debug/deps/libzerofrom-393f2070b1484c4c.rmeta b/target/debug/deps/libzerofrom-393f2070b1484c4c.rmeta new file mode 100644 index 0000000..8d69325 Binary files /dev/null and b/target/debug/deps/libzerofrom-393f2070b1484c4c.rmeta differ diff --git a/target/debug/deps/libzerofrom-e42cc11b8488ffb6.rmeta b/target/debug/deps/libzerofrom-e42cc11b8488ffb6.rmeta new file mode 100644 index 0000000..805094d Binary files /dev/null and b/target/debug/deps/libzerofrom-e42cc11b8488ffb6.rmeta differ diff --git a/target/debug/deps/libzerofrom_derive-ef604317381752e8.so b/target/debug/deps/libzerofrom_derive-ef604317381752e8.so new file mode 100755 index 0000000..3704617 Binary files /dev/null and b/target/debug/deps/libzerofrom_derive-ef604317381752e8.so differ diff --git a/target/debug/deps/libzeroize-adfa6c36ae8cdec1.rmeta b/target/debug/deps/libzeroize-adfa6c36ae8cdec1.rmeta new file mode 100644 index 0000000..f030335 Binary files /dev/null and b/target/debug/deps/libzeroize-adfa6c36ae8cdec1.rmeta differ diff --git a/target/debug/deps/libzerotrie-2c85c53afed4a6d3.rmeta b/target/debug/deps/libzerotrie-2c85c53afed4a6d3.rmeta new file mode 100644 index 0000000..1e29cfd Binary files /dev/null and b/target/debug/deps/libzerotrie-2c85c53afed4a6d3.rmeta differ diff --git a/target/debug/deps/libzerotrie-dd4e4165f2d24ed8.rlib b/target/debug/deps/libzerotrie-dd4e4165f2d24ed8.rlib new file mode 100644 index 0000000..c94e287 Binary files /dev/null and b/target/debug/deps/libzerotrie-dd4e4165f2d24ed8.rlib differ diff --git a/target/debug/deps/libzerotrie-dd4e4165f2d24ed8.rmeta b/target/debug/deps/libzerotrie-dd4e4165f2d24ed8.rmeta new file mode 100644 index 0000000..1ec8ecd Binary files /dev/null and b/target/debug/deps/libzerotrie-dd4e4165f2d24ed8.rmeta differ diff --git a/target/debug/deps/libzerovec-884b2924d2de8406.rlib b/target/debug/deps/libzerovec-884b2924d2de8406.rlib new file mode 100644 index 0000000..618f7c6 Binary files /dev/null and b/target/debug/deps/libzerovec-884b2924d2de8406.rlib differ diff --git a/target/debug/deps/libzerovec-884b2924d2de8406.rmeta b/target/debug/deps/libzerovec-884b2924d2de8406.rmeta new file mode 100644 index 0000000..3bd6b43 Binary files /dev/null and b/target/debug/deps/libzerovec-884b2924d2de8406.rmeta differ diff --git a/target/debug/deps/libzerovec-8c0becf19051ac6c.rmeta b/target/debug/deps/libzerovec-8c0becf19051ac6c.rmeta new file mode 100644 index 0000000..6f52440 Binary files /dev/null and b/target/debug/deps/libzerovec-8c0becf19051ac6c.rmeta differ diff --git a/target/debug/deps/libzerovec_derive-c021e89437ba0154.so b/target/debug/deps/libzerovec_derive-c021e89437ba0154.so new file mode 100755 index 0000000..d6eb928 Binary files /dev/null and b/target/debug/deps/libzerovec_derive-c021e89437ba0154.so differ diff --git a/target/debug/deps/libzmij-137fdf0b8ab7ac31.rmeta b/target/debug/deps/libzmij-137fdf0b8ab7ac31.rmeta new file mode 100644 index 0000000..e4d6c3c Binary files /dev/null and b/target/debug/deps/libzmij-137fdf0b8ab7ac31.rmeta differ diff --git a/target/debug/deps/libzmij-d788a6efcb6afec2.rlib b/target/debug/deps/libzmij-d788a6efcb6afec2.rlib new file mode 100644 index 0000000..9abc515 Binary files /dev/null and b/target/debug/deps/libzmij-d788a6efcb6afec2.rlib differ diff --git a/target/debug/deps/libzmij-d788a6efcb6afec2.rmeta b/target/debug/deps/libzmij-d788a6efcb6afec2.rmeta new file mode 100644 index 0000000..a3996ba Binary files /dev/null and b/target/debug/deps/libzmij-d788a6efcb6afec2.rmeta differ diff --git a/target/debug/deps/libzstd-fde6b3d26b852ea3.rmeta b/target/debug/deps/libzstd-fde6b3d26b852ea3.rmeta new file mode 100644 index 0000000..4286d63 Binary files /dev/null and b/target/debug/deps/libzstd-fde6b3d26b852ea3.rmeta differ diff --git a/target/debug/deps/libzstd_safe-5021695904f87ba5.rmeta b/target/debug/deps/libzstd_safe-5021695904f87ba5.rmeta new file mode 100644 index 0000000..101bd3f Binary files /dev/null and b/target/debug/deps/libzstd_safe-5021695904f87ba5.rmeta differ diff --git a/target/debug/deps/libzstd_sys-aaa1845b9d008772.rmeta b/target/debug/deps/libzstd_sys-aaa1845b9d008772.rmeta new file mode 100644 index 0000000..21edc01 Binary files /dev/null and b/target/debug/deps/libzstd_sys-aaa1845b9d008772.rmeta differ diff --git a/target/debug/deps/linkme-4a78ea606fc50682.d b/target/debug/deps/linkme-4a78ea606fc50682.d new file mode 100644 index 0000000..0f866a6 --- /dev/null +++ b/target/debug/deps/linkme-4a78ea606fc50682.d @@ -0,0 +1,10 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/linkme-4a78ea606fc50682.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-0.3.35/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-0.3.35/src/distributed_slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-0.3.35/src/private.rs /home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/linkme-d1a3e37188bc0b66/out/private.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/liblinkme-4a78ea606fc50682.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-0.3.35/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-0.3.35/src/distributed_slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-0.3.35/src/private.rs /home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/linkme-d1a3e37188bc0b66/out/private.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-0.3.35/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-0.3.35/src/distributed_slice.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-0.3.35/src/private.rs: +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/linkme-d1a3e37188bc0b66/out/private.rs: + +# env-dep:OUT_DIR=/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/linkme-d1a3e37188bc0b66/out diff --git a/target/debug/deps/linkme_impl-cad09e93189a3ad6.d b/target/debug/deps/linkme_impl-cad09e93189a3ad6.d new file mode 100644 index 0000000..09e9a5a --- /dev/null +++ b/target/debug/deps/linkme_impl-cad09e93189a3ad6.d @@ -0,0 +1,14 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/linkme_impl-cad09e93189a3ad6.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/src/args.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/src/attr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/src/declaration.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/src/element.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/src/hash.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/src/linker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/src/ty.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/liblinkme_impl-cad09e93189a3ad6.so: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/src/args.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/src/attr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/src/declaration.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/src/element.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/src/hash.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/src/linker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/src/ty.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/src/args.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/src/attr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/src/declaration.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/src/element.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/src/hash.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/src/linker.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/src/ty.rs: + +# env-dep:CARGO_PKG_VERSION_PATCH=35 diff --git a/target/debug/deps/linux_raw_sys-5f2ae7f575fb30f2.d b/target/debug/deps/linux_raw_sys-5f2ae7f575fb30f2.d new file mode 100644 index 0000000..238b161 --- /dev/null +++ b/target/debug/deps/linux_raw_sys-5f2ae7f575fb30f2.d @@ -0,0 +1,15 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/linux_raw_sys-5f2ae7f575fb30f2.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/elf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/auxvec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/errno.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/general.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/if_ether.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/ioctl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/net.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/netlink.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/prctl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/xdp.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/liblinux_raw_sys-5f2ae7f575fb30f2.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/elf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/auxvec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/errno.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/general.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/if_ether.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/ioctl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/net.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/netlink.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/prctl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/xdp.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/elf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/auxvec.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/errno.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/general.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/if_ether.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/ioctl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/net.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/netlink.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/prctl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.11.0/src/x86_64/xdp.rs: diff --git a/target/debug/deps/litemap-06503fb95966bed0.d b/target/debug/deps/litemap-06503fb95966bed0.d new file mode 100644 index 0000000..c37e628 --- /dev/null +++ b/target/debug/deps/litemap-06503fb95966bed0.d @@ -0,0 +1,10 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/litemap-06503fb95966bed0.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.1/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.1/src/store/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.1/src/store/slice_impl.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/liblitemap-06503fb95966bed0.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.1/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.1/src/store/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.1/src/store/slice_impl.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/liblitemap-06503fb95966bed0.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.1/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.1/src/store/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.1/src/store/slice_impl.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.1/src/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.1/src/store/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.1/src/store/slice_impl.rs: diff --git a/target/debug/deps/litemap-5c7345f5cf125afb.d b/target/debug/deps/litemap-5c7345f5cf125afb.d new file mode 100644 index 0000000..40d8ab3 --- /dev/null +++ b/target/debug/deps/litemap-5c7345f5cf125afb.d @@ -0,0 +1,8 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/litemap-5c7345f5cf125afb.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.1/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.1/src/store/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.1/src/store/slice_impl.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/liblitemap-5c7345f5cf125afb.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.1/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.1/src/store/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.1/src/store/slice_impl.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.1/src/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.1/src/store/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.1/src/store/slice_impl.rs: diff --git a/target/debug/deps/lock_api-6f7c20f2ce02eb24.d b/target/debug/deps/lock_api-6f7c20f2ce02eb24.d new file mode 100644 index 0000000..5526826 --- /dev/null +++ b/target/debug/deps/lock_api-6f7c20f2ce02eb24.d @@ -0,0 +1,8 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/lock_api-6f7c20f2ce02eb24.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.14/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.14/src/mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.14/src/remutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.14/src/rwlock.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/liblock_api-6f7c20f2ce02eb24.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.14/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.14/src/mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.14/src/remutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.14/src/rwlock.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.14/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.14/src/mutex.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.14/src/remutex.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.14/src/rwlock.rs: diff --git a/target/debug/deps/lock_api-d050917127756093.d b/target/debug/deps/lock_api-d050917127756093.d new file mode 100644 index 0000000..6e7557f --- /dev/null +++ b/target/debug/deps/lock_api-d050917127756093.d @@ -0,0 +1,10 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/lock_api-d050917127756093.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.14/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.14/src/mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.14/src/remutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.14/src/rwlock.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/liblock_api-d050917127756093.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.14/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.14/src/mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.14/src/remutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.14/src/rwlock.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/liblock_api-d050917127756093.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.14/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.14/src/mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.14/src/remutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.14/src/rwlock.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.14/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.14/src/mutex.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.14/src/remutex.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.14/src/rwlock.rs: diff --git a/target/debug/deps/log-1d85aa3a34fc293a.d b/target/debug/deps/log-1d85aa3a34fc293a.d new file mode 100644 index 0000000..c7e2e5d --- /dev/null +++ b/target/debug/deps/log-1d85aa3a34fc293a.d @@ -0,0 +1,8 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/log-1d85aa3a34fc293a.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.29/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.29/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.29/src/serde.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.29/src/__private_api.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/liblog-1d85aa3a34fc293a.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.29/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.29/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.29/src/serde.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.29/src/__private_api.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.29/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.29/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.29/src/serde.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.29/src/__private_api.rs: diff --git a/target/debug/deps/log-4b4a2b17a67b4656.d b/target/debug/deps/log-4b4a2b17a67b4656.d new file mode 100644 index 0000000..8ebb0c2 --- /dev/null +++ b/target/debug/deps/log-4b4a2b17a67b4656.d @@ -0,0 +1,10 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/log-4b4a2b17a67b4656.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.29/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.29/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.29/src/serde.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.29/src/__private_api.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/liblog-4b4a2b17a67b4656.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.29/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.29/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.29/src/serde.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.29/src/__private_api.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/liblog-4b4a2b17a67b4656.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.29/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.29/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.29/src/serde.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.29/src/__private_api.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.29/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.29/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.29/src/serde.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.29/src/__private_api.rs: diff --git a/target/debug/deps/matchers-025be8e7f745a8db.d b/target/debug/deps/matchers-025be8e7f745a8db.d new file mode 100644 index 0000000..663bb67 --- /dev/null +++ b/target/debug/deps/matchers-025be8e7f745a8db.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/matchers-025be8e7f745a8db.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matchers-0.2.0/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libmatchers-025be8e7f745a8db.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matchers-0.2.0/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matchers-0.2.0/src/lib.rs: diff --git a/target/debug/deps/matchit-2d0491ced8abf00d.d b/target/debug/deps/matchit-2d0491ced8abf00d.d new file mode 100644 index 0000000..1fe217c --- /dev/null +++ b/target/debug/deps/matchit-2d0491ced8abf00d.d @@ -0,0 +1,9 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/matchit-2d0491ced8abf00d.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matchit-0.7.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matchit-0.7.3/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matchit-0.7.3/src/params.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matchit-0.7.3/src/router.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matchit-0.7.3/src/tree.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libmatchit-2d0491ced8abf00d.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matchit-0.7.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matchit-0.7.3/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matchit-0.7.3/src/params.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matchit-0.7.3/src/router.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matchit-0.7.3/src/tree.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matchit-0.7.3/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matchit-0.7.3/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matchit-0.7.3/src/params.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matchit-0.7.3/src/router.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matchit-0.7.3/src/tree.rs: diff --git a/target/debug/deps/matchit-d2aee7d756be1170.d b/target/debug/deps/matchit-d2aee7d756be1170.d new file mode 100644 index 0000000..1cb85a1 --- /dev/null +++ b/target/debug/deps/matchit-d2aee7d756be1170.d @@ -0,0 +1,10 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/matchit-d2aee7d756be1170.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matchit-0.8.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matchit-0.8.4/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matchit-0.8.4/src/escape.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matchit-0.8.4/src/params.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matchit-0.8.4/src/router.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matchit-0.8.4/src/tree.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libmatchit-d2aee7d756be1170.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matchit-0.8.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matchit-0.8.4/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matchit-0.8.4/src/escape.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matchit-0.8.4/src/params.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matchit-0.8.4/src/router.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matchit-0.8.4/src/tree.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matchit-0.8.4/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matchit-0.8.4/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matchit-0.8.4/src/escape.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matchit-0.8.4/src/params.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matchit-0.8.4/src/router.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matchit-0.8.4/src/tree.rs: diff --git a/target/debug/deps/memchr-4dc715cff86b0c47.d b/target/debug/deps/memchr-4dc715cff86b0c47.d new file mode 100644 index 0000000..17665ec --- /dev/null +++ b/target/debug/deps/memchr-4dc715cff86b0c47.d @@ -0,0 +1,31 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/memchr-4dc715cff86b0c47.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/packedpair/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/packedpair/default_rank.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/rabinkarp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/shiftor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/twoway.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/generic/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/generic/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/generic/packedpair.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/avx2/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/avx2/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/avx2/packedpair.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/sse2/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/sse2/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/sse2/packedpair.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/cow.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/memmem/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/memmem/searcher.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/vector.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libmemchr-4dc715cff86b0c47.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/packedpair/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/packedpair/default_rank.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/rabinkarp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/shiftor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/twoway.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/generic/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/generic/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/generic/packedpair.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/avx2/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/avx2/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/avx2/packedpair.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/sse2/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/sse2/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/sse2/packedpair.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/cow.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/memmem/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/memmem/searcher.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/vector.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/memchr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/packedpair/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/packedpair/default_rank.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/rabinkarp.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/shiftor.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/twoway.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/generic/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/generic/memchr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/generic/packedpair.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/avx2/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/avx2/memchr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/avx2/packedpair.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/sse2/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/sse2/memchr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/sse2/packedpair.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/memchr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/cow.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/ext.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/memchr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/memmem/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/memmem/searcher.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/vector.rs: diff --git a/target/debug/deps/memchr-4eb4ede79c626bb5.d b/target/debug/deps/memchr-4eb4ede79c626bb5.d new file mode 100644 index 0000000..555e4ce --- /dev/null +++ b/target/debug/deps/memchr-4eb4ede79c626bb5.d @@ -0,0 +1,33 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/memchr-4eb4ede79c626bb5.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/packedpair/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/packedpair/default_rank.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/rabinkarp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/shiftor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/twoway.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/generic/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/generic/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/generic/packedpair.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/avx2/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/avx2/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/avx2/packedpair.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/sse2/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/sse2/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/sse2/packedpair.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/cow.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/memmem/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/memmem/searcher.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/vector.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libmemchr-4eb4ede79c626bb5.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/packedpair/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/packedpair/default_rank.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/rabinkarp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/shiftor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/twoway.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/generic/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/generic/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/generic/packedpair.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/avx2/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/avx2/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/avx2/packedpair.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/sse2/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/sse2/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/sse2/packedpair.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/cow.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/memmem/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/memmem/searcher.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/vector.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libmemchr-4eb4ede79c626bb5.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/packedpair/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/packedpair/default_rank.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/rabinkarp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/shiftor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/twoway.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/generic/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/generic/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/generic/packedpair.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/avx2/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/avx2/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/avx2/packedpair.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/sse2/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/sse2/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/sse2/packedpair.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/cow.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/memmem/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/memmem/searcher.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/vector.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/memchr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/packedpair/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/packedpair/default_rank.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/rabinkarp.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/shiftor.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/all/twoway.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/generic/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/generic/memchr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/generic/packedpair.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/avx2/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/avx2/memchr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/avx2/packedpair.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/sse2/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/sse2/memchr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/sse2/packedpair.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/arch/x86_64/memchr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/cow.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/ext.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/memchr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/memmem/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/memmem/searcher.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.6/src/vector.rs: diff --git a/target/debug/deps/microservices-1af3c13ef2ebf353.d b/target/debug/deps/microservices-1af3c13ef2ebf353.d new file mode 100644 index 0000000..1ecd617 --- /dev/null +++ b/target/debug/deps/microservices-1af3c13ef2ebf353.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/microservices-1af3c13ef2ebf353.d: microservices/src/main.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libmicroservices-1af3c13ef2ebf353.rmeta: microservices/src/main.rs + +microservices/src/main.rs: diff --git a/target/debug/deps/mime-b6737001863fd4df.d b/target/debug/deps/mime-b6737001863fd4df.d new file mode 100644 index 0000000..30817ee --- /dev/null +++ b/target/debug/deps/mime-b6737001863fd4df.d @@ -0,0 +1,6 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/mime-b6737001863fd4df.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.17/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.17/src/parse.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libmime-b6737001863fd4df.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.17/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.17/src/parse.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.17/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.17/src/parse.rs: diff --git a/target/debug/deps/mime_guess-f74eff08d17e5b49.d b/target/debug/deps/mime_guess-f74eff08d17e5b49.d new file mode 100644 index 0000000..53a4e9f --- /dev/null +++ b/target/debug/deps/mime_guess-f74eff08d17e5b49.d @@ -0,0 +1,10 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/mime_guess-f74eff08d17e5b49.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/impl_bin_search.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/mime_types.rs /home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/mime_guess-ff34e39ba07d160b/out/mime_types_generated.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libmime_guess-f74eff08d17e5b49.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/impl_bin_search.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/mime_types.rs /home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/mime_guess-ff34e39ba07d160b/out/mime_types_generated.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/impl_bin_search.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/mime_types.rs: +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/mime_guess-ff34e39ba07d160b/out/mime_types_generated.rs: + +# env-dep:MIME_TYPES_GENERATED_PATH=/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/mime_guess-ff34e39ba07d160b/out/mime_types_generated.rs diff --git a/target/debug/deps/miniz_oxide-aa8b67989a0f2811.d b/target/debug/deps/miniz_oxide-aa8b67989a0f2811.d new file mode 100644 index 0000000..e0b352b --- /dev/null +++ b/target/debug/deps/miniz_oxide-aa8b67989a0f2811.d @@ -0,0 +1,16 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/miniz_oxide-aa8b67989a0f2811.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/deflate/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/deflate/buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/deflate/core.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/deflate/stored.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/deflate/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/deflate/zlib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/inflate/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/inflate/core.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/inflate/output_buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/inflate/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/shared.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libminiz_oxide-aa8b67989a0f2811.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/deflate/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/deflate/buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/deflate/core.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/deflate/stored.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/deflate/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/deflate/zlib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/inflate/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/inflate/core.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/inflate/output_buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/inflate/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/shared.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/deflate/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/deflate/buffer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/deflate/core.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/deflate/stored.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/deflate/stream.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/deflate/zlib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/inflate/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/inflate/core.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/inflate/output_buffer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/inflate/stream.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/shared.rs: diff --git a/target/debug/deps/mio-43263e24830b639d.d b/target/debug/deps/mio-43263e24830b639d.d new file mode 100644 index 0000000..394441f --- /dev/null +++ b/target/debug/deps/mio-43263e24830b639d.d @@ -0,0 +1,38 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/mio-43263e24830b639d.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/interest.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/poll.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/token.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/waker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/event/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/event/event.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/event/events.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/event/source.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/selector/epoll.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/waker/eventfd.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/sourcefd.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/pipe.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/selector/stateless_io_source.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/net.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/tcp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/udp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/uds/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/uds/datagram.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/uds/listener.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/uds/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/io_source.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/tcp/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/tcp/listener.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/tcp/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/udp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/uds/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/uds/datagram.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/uds/listener.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/uds/stream.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libmio-43263e24830b639d.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/interest.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/poll.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/token.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/waker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/event/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/event/event.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/event/events.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/event/source.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/selector/epoll.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/waker/eventfd.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/sourcefd.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/pipe.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/selector/stateless_io_source.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/net.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/tcp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/udp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/uds/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/uds/datagram.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/uds/listener.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/uds/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/io_source.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/tcp/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/tcp/listener.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/tcp/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/udp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/uds/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/uds/datagram.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/uds/listener.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/uds/stream.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/interest.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/poll.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/token.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/waker.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/event/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/event/event.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/event/events.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/event/source.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/selector/epoll.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/waker/eventfd.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/sourcefd.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/pipe.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/selector/stateless_io_source.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/net.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/tcp.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/udp.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/uds/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/uds/datagram.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/uds/listener.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/uds/stream.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/io_source.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/tcp/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/tcp/listener.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/tcp/stream.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/udp.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/uds/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/uds/datagram.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/uds/listener.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/uds/stream.rs: diff --git a/target/debug/deps/mio-9d6c186d1cdda6e9.d b/target/debug/deps/mio-9d6c186d1cdda6e9.d new file mode 100644 index 0000000..b03f020 --- /dev/null +++ b/target/debug/deps/mio-9d6c186d1cdda6e9.d @@ -0,0 +1,40 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/mio-9d6c186d1cdda6e9.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/interest.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/poll.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/token.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/waker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/event/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/event/event.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/event/events.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/event/source.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/selector/epoll.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/waker/eventfd.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/sourcefd.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/pipe.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/selector/stateless_io_source.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/net.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/tcp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/udp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/uds/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/uds/datagram.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/uds/listener.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/uds/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/io_source.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/tcp/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/tcp/listener.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/tcp/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/udp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/uds/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/uds/datagram.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/uds/listener.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/uds/stream.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libmio-9d6c186d1cdda6e9.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/interest.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/poll.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/token.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/waker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/event/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/event/event.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/event/events.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/event/source.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/selector/epoll.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/waker/eventfd.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/sourcefd.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/pipe.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/selector/stateless_io_source.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/net.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/tcp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/udp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/uds/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/uds/datagram.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/uds/listener.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/uds/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/io_source.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/tcp/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/tcp/listener.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/tcp/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/udp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/uds/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/uds/datagram.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/uds/listener.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/uds/stream.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libmio-9d6c186d1cdda6e9.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/interest.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/poll.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/token.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/waker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/event/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/event/event.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/event/events.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/event/source.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/selector/epoll.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/waker/eventfd.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/sourcefd.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/pipe.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/selector/stateless_io_source.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/net.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/tcp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/udp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/uds/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/uds/datagram.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/uds/listener.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/uds/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/io_source.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/tcp/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/tcp/listener.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/tcp/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/udp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/uds/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/uds/datagram.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/uds/listener.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/uds/stream.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/interest.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/poll.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/token.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/waker.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/event/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/event/event.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/event/events.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/event/source.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/selector/epoll.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/waker/eventfd.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/sourcefd.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/pipe.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/selector/stateless_io_source.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/net.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/tcp.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/udp.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/uds/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/uds/datagram.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/uds/listener.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/sys/unix/uds/stream.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/io_source.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/tcp/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/tcp/listener.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/tcp/stream.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/udp.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/uds/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/uds/datagram.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/uds/listener.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.1/src/net/uds/stream.rs: diff --git a/target/debug/deps/multer-bfad8849b56298d6.d b/target/debug/deps/multer-bfad8849b56298d6.d new file mode 100644 index 0000000..18e2470 --- /dev/null +++ b/target/debug/deps/multer-bfad8849b56298d6.d @@ -0,0 +1,14 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/multer-bfad8849b56298d6.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/constants.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/constraints.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/content_disposition.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/helpers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/multipart.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/size_limit.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libmulter-bfad8849b56298d6.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/constants.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/constraints.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/content_disposition.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/helpers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/multipart.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/size_limit.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/buffer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/constants.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/constraints.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/content_disposition.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/field.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/helpers.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/multipart.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/size_limit.rs: diff --git a/target/debug/deps/native_tls-eb501d55956c07d3.d b/target/debug/deps/native_tls-eb501d55956c07d3.d new file mode 100644 index 0000000..dbeeefd --- /dev/null +++ b/target/debug/deps/native_tls-eb501d55956c07d3.d @@ -0,0 +1,6 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/native_tls-eb501d55956c07d3.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.14/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.14/src/imp/openssl.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libnative_tls-eb501d55956c07d3.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.14/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.14/src/imp/openssl.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.14/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.14/src/imp/openssl.rs: diff --git a/target/debug/deps/normpath-0fb2c8ec83119a13.d b/target/debug/deps/normpath-0fb2c8ec83119a13.d new file mode 100644 index 0000000..3a0c485 --- /dev/null +++ b/target/debug/deps/normpath-0fb2c8ec83119a13.d @@ -0,0 +1,9 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/normpath-0fb2c8ec83119a13.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normpath-1.5.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normpath-1.5.0/src/base.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normpath-1.5.0/src/cmp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normpath-1.5.0/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normpath-1.5.0/src/common/mod.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libnormpath-0fb2c8ec83119a13.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normpath-1.5.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normpath-1.5.0/src/base.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normpath-1.5.0/src/cmp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normpath-1.5.0/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normpath-1.5.0/src/common/mod.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normpath-1.5.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normpath-1.5.0/src/base.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normpath-1.5.0/src/cmp.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normpath-1.5.0/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normpath-1.5.0/src/common/mod.rs: diff --git a/target/debug/deps/normpath-f186d752fb7c3865.d b/target/debug/deps/normpath-f186d752fb7c3865.d new file mode 100644 index 0000000..4295d36 --- /dev/null +++ b/target/debug/deps/normpath-f186d752fb7c3865.d @@ -0,0 +1,11 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/normpath-f186d752fb7c3865.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normpath-1.5.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normpath-1.5.0/src/base.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normpath-1.5.0/src/cmp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normpath-1.5.0/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normpath-1.5.0/src/common/mod.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libnormpath-f186d752fb7c3865.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normpath-1.5.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normpath-1.5.0/src/base.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normpath-1.5.0/src/cmp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normpath-1.5.0/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normpath-1.5.0/src/common/mod.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libnormpath-f186d752fb7c3865.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normpath-1.5.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normpath-1.5.0/src/base.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normpath-1.5.0/src/cmp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normpath-1.5.0/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normpath-1.5.0/src/common/mod.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normpath-1.5.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normpath-1.5.0/src/base.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normpath-1.5.0/src/cmp.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normpath-1.5.0/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normpath-1.5.0/src/common/mod.rs: diff --git a/target/debug/deps/nu_ansi_term-2b614c0d6177f1c8.d b/target/debug/deps/nu_ansi_term-2b614c0d6177f1c8.d new file mode 100644 index 0000000..32a311e --- /dev/null +++ b/target/debug/deps/nu_ansi_term-2b614c0d6177f1c8.d @@ -0,0 +1,14 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/nu_ansi_term-2b614c0d6177f1c8.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.3/src/ansi.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.3/src/style.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.3/src/difference.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.3/src/display.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.3/src/write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.3/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.3/src/debug.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.3/src/gradient.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.3/src/rgb.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libnu_ansi_term-2b614c0d6177f1c8.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.3/src/ansi.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.3/src/style.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.3/src/difference.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.3/src/display.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.3/src/write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.3/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.3/src/debug.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.3/src/gradient.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.3/src/rgb.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.3/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.3/src/ansi.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.3/src/style.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.3/src/difference.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.3/src/display.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.3/src/write.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.3/src/util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.3/src/debug.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.3/src/gradient.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.3/src/rgb.rs: diff --git a/target/debug/deps/num_bigint-a3754ddc5ca2981d.d b/target/debug/deps/num_bigint-a3754ddc5ca2981d.d new file mode 100644 index 0000000..4cc7f0b --- /dev/null +++ b/target/debug/deps/num_bigint-a3754ddc5ca2981d.d @@ -0,0 +1,31 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/num_bigint-a3754ddc5ca2981d.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/bigint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/bigint/addition.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/bigint/division.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/bigint/multiplication.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/bigint/subtraction.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/bigint/arbitrary.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/bigint/bits.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/bigint/convert.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/bigint/power.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/bigint/serde.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/bigint/shift.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/bigrand.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/biguint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/biguint/addition.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/biguint/division.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/biguint/multiplication.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/biguint/subtraction.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/biguint/arbitrary.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/biguint/bits.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/biguint/convert.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/biguint/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/biguint/monty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/biguint/power.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/biguint/serde.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/biguint/shift.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libnum_bigint-a3754ddc5ca2981d.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/bigint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/bigint/addition.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/bigint/division.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/bigint/multiplication.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/bigint/subtraction.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/bigint/arbitrary.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/bigint/bits.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/bigint/convert.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/bigint/power.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/bigint/serde.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/bigint/shift.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/bigrand.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/biguint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/biguint/addition.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/biguint/division.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/biguint/multiplication.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/biguint/subtraction.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/biguint/arbitrary.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/biguint/bits.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/biguint/convert.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/biguint/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/biguint/monty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/biguint/power.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/biguint/serde.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/biguint/shift.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/bigint.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/bigint/addition.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/bigint/division.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/bigint/multiplication.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/bigint/subtraction.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/bigint/arbitrary.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/bigint/bits.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/bigint/convert.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/bigint/power.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/bigint/serde.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/bigint/shift.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/bigrand.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/biguint.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/biguint/addition.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/biguint/division.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/biguint/multiplication.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/biguint/subtraction.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/biguint/arbitrary.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/biguint/bits.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/biguint/convert.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/biguint/iter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/biguint/monty.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/biguint/power.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/biguint/serde.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/biguint/shift.rs: diff --git a/target/debug/deps/num_conv-3245d70badb231f4.d b/target/debug/deps/num_conv-3245d70badb231f4.d new file mode 100644 index 0000000..3276cf2 --- /dev/null +++ b/target/debug/deps/num_conv-3245d70badb231f4.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/num_conv-3245d70badb231f4.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.2.0/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libnum_conv-3245d70badb231f4.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.2.0/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libnum_conv-3245d70badb231f4.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.2.0/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.2.0/src/lib.rs: diff --git a/target/debug/deps/num_conv-e72d2ddf3f5ca1e3.d b/target/debug/deps/num_conv-e72d2ddf3f5ca1e3.d new file mode 100644 index 0000000..765acce --- /dev/null +++ b/target/debug/deps/num_conv-e72d2ddf3f5ca1e3.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/num_conv-e72d2ddf3f5ca1e3.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.2.0/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libnum_conv-e72d2ddf3f5ca1e3.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.2.0/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.2.0/src/lib.rs: diff --git a/target/debug/deps/num_integer-da47b573662fb57b.d b/target/debug/deps/num_integer-da47b573662fb57b.d new file mode 100644 index 0000000..79113de --- /dev/null +++ b/target/debug/deps/num_integer-da47b573662fb57b.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/num_integer-da47b573662fb57b.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-integer-0.1.46/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-integer-0.1.46/src/roots.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-integer-0.1.46/src/average.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libnum_integer-da47b573662fb57b.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-integer-0.1.46/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-integer-0.1.46/src/roots.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-integer-0.1.46/src/average.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-integer-0.1.46/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-integer-0.1.46/src/roots.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-integer-0.1.46/src/average.rs: diff --git a/target/debug/deps/num_modular-53836268f445a8db.d b/target/debug/deps/num_modular-53836268f445a8db.d new file mode 100644 index 0000000..f4540dd --- /dev/null +++ b/target/debug/deps/num_modular-53836268f445a8db.d @@ -0,0 +1,13 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/num_modular-53836268f445a8db.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-modular-0.6.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-modular-0.6.1/src/barret.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-modular-0.6.1/src/double.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-modular-0.6.1/src/mersenne.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-modular-0.6.1/src/monty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-modular-0.6.1/src/preinv.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-modular-0.6.1/src/prim.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-modular-0.6.1/src/reduced.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-modular-0.6.1/src/word.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libnum_modular-53836268f445a8db.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-modular-0.6.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-modular-0.6.1/src/barret.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-modular-0.6.1/src/double.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-modular-0.6.1/src/mersenne.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-modular-0.6.1/src/monty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-modular-0.6.1/src/preinv.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-modular-0.6.1/src/prim.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-modular-0.6.1/src/reduced.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-modular-0.6.1/src/word.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-modular-0.6.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-modular-0.6.1/src/barret.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-modular-0.6.1/src/double.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-modular-0.6.1/src/mersenne.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-modular-0.6.1/src/monty.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-modular-0.6.1/src/preinv.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-modular-0.6.1/src/prim.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-modular-0.6.1/src/reduced.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-modular-0.6.1/src/word.rs: diff --git a/target/debug/deps/num_order-02d44920c56928ae.d b/target/debug/deps/num_order-02d44920c56928ae.d new file mode 100644 index 0000000..21899ba --- /dev/null +++ b/target/debug/deps/num_order-02d44920c56928ae.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/num_order-02d44920c56928ae.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-order-1.2.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-order-1.2.0/src/hash.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-order-1.2.0/src/ord.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libnum_order-02d44920c56928ae.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-order-1.2.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-order-1.2.0/src/hash.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-order-1.2.0/src/ord.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-order-1.2.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-order-1.2.0/src/hash.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-order-1.2.0/src/ord.rs: diff --git a/target/debug/deps/num_traits-09c751addfdfe33b.d b/target/debug/deps/num_traits-09c751addfdfe33b.d new file mode 100644 index 0000000..5d0470c --- /dev/null +++ b/target/debug/deps/num_traits-09c751addfdfe33b.d @@ -0,0 +1,23 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/num_traits-09c751addfdfe33b.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/bounds.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/cast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/float.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/identities.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/checked.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/euclid.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/inv.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/mul_add.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/overflowing.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/saturating.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/wrapping.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/pow.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/real.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/sign.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libnum_traits-09c751addfdfe33b.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/bounds.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/cast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/float.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/identities.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/checked.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/euclid.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/inv.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/mul_add.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/overflowing.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/saturating.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/wrapping.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/pow.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/real.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/sign.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/bounds.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/cast.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/float.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/identities.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/int.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/bytes.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/checked.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/euclid.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/inv.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/mul_add.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/overflowing.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/saturating.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/wrapping.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/pow.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/real.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/sign.rs: diff --git a/target/debug/deps/num_traits-7340f5c1991af5c0.d b/target/debug/deps/num_traits-7340f5c1991af5c0.d new file mode 100644 index 0000000..225ea94 --- /dev/null +++ b/target/debug/deps/num_traits-7340f5c1991af5c0.d @@ -0,0 +1,25 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/num_traits-7340f5c1991af5c0.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/bounds.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/cast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/float.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/identities.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/checked.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/euclid.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/inv.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/mul_add.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/overflowing.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/saturating.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/wrapping.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/pow.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/real.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/sign.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libnum_traits-7340f5c1991af5c0.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/bounds.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/cast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/float.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/identities.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/checked.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/euclid.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/inv.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/mul_add.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/overflowing.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/saturating.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/wrapping.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/pow.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/real.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/sign.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libnum_traits-7340f5c1991af5c0.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/bounds.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/cast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/float.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/identities.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/checked.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/euclid.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/inv.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/mul_add.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/overflowing.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/saturating.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/wrapping.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/pow.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/real.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/sign.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/bounds.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/cast.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/float.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/identities.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/int.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/bytes.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/checked.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/euclid.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/inv.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/mul_add.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/overflowing.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/saturating.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/wrapping.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/pow.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/real.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/sign.rs: diff --git a/target/debug/deps/num_traits-de76dedb3e0afb53.d b/target/debug/deps/num_traits-de76dedb3e0afb53.d new file mode 100644 index 0000000..df5cd99 --- /dev/null +++ b/target/debug/deps/num_traits-de76dedb3e0afb53.d @@ -0,0 +1,23 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/num_traits-de76dedb3e0afb53.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/bounds.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/cast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/float.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/identities.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/checked.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/euclid.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/inv.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/mul_add.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/overflowing.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/saturating.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/wrapping.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/pow.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/real.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/sign.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libnum_traits-de76dedb3e0afb53.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/bounds.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/cast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/float.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/identities.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/checked.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/euclid.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/inv.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/mul_add.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/overflowing.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/saturating.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/wrapping.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/pow.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/real.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/sign.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/bounds.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/cast.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/float.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/identities.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/int.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/bytes.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/checked.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/euclid.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/inv.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/mul_add.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/overflowing.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/saturating.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/ops/wrapping.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/pow.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/real.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/sign.rs: diff --git a/target/debug/deps/once_cell-9dd2b08ed9c38c44.d b/target/debug/deps/once_cell-9dd2b08ed9c38c44.d new file mode 100644 index 0000000..1580e77 --- /dev/null +++ b/target/debug/deps/once_cell-9dd2b08ed9c38c44.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/once_cell-9dd2b08ed9c38c44.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/imp_std.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/race.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libonce_cell-9dd2b08ed9c38c44.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/imp_std.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/race.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/imp_std.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/race.rs: diff --git a/target/debug/deps/once_cell-a3271d59106b29e4.d b/target/debug/deps/once_cell-a3271d59106b29e4.d new file mode 100644 index 0000000..cb6fad2 --- /dev/null +++ b/target/debug/deps/once_cell-a3271d59106b29e4.d @@ -0,0 +1,9 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/once_cell-a3271d59106b29e4.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/imp_std.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/race.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libonce_cell-a3271d59106b29e4.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/imp_std.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/race.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libonce_cell-a3271d59106b29e4.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/imp_std.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/race.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/imp_std.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/race.rs: diff --git a/target/debug/deps/openssl-923d6a51d1aa3fdc.d b/target/debug/deps/openssl-923d6a51d1aa3fdc.d new file mode 100644 index 0000000..8c337a1 --- /dev/null +++ b/target/debug/deps/openssl-923d6a51d1aa3fdc.d @@ -0,0 +1,58 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/openssl-923d6a51d1aa3fdc.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/bio.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/aes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/asn1.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/base64.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/bn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/cipher.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/cipher_ctx.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/cms.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/conf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/derive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/dh.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/dsa.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/ec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/ecdsa.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/encrypt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/envelope.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/ex_data.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/hash.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/kdf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/lib_ctx.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/md.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/md_ctx.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/memcmp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/nid.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/ocsp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/ossl_param.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/pkcs12.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/pkcs5.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/pkcs7.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/pkey.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/pkey_ctx.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/provider.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/rand.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/rsa.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/sha.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/sign.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/srtp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/ssl/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/ssl/bio.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/ssl/callbacks.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/ssl/connector.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/ssl/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/stack.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/symm.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/version.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/x509/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/x509/verify.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/x509/extension.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/x509/store.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libopenssl-923d6a51d1aa3fdc.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/bio.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/aes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/asn1.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/base64.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/bn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/cipher.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/cipher_ctx.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/cms.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/conf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/derive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/dh.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/dsa.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/ec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/ecdsa.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/encrypt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/envelope.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/ex_data.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/hash.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/kdf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/lib_ctx.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/md.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/md_ctx.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/memcmp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/nid.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/ocsp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/ossl_param.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/pkcs12.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/pkcs5.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/pkcs7.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/pkey.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/pkey_ctx.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/provider.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/rand.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/rsa.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/sha.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/sign.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/srtp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/ssl/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/ssl/bio.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/ssl/callbacks.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/ssl/connector.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/ssl/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/stack.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/symm.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/version.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/x509/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/x509/verify.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/x509/extension.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/x509/store.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/bio.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/aes.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/asn1.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/base64.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/bn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/cipher.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/cipher_ctx.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/cms.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/conf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/derive.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/dh.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/dsa.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/ec.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/ecdsa.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/encrypt.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/envelope.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/ex_data.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/hash.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/kdf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/lib_ctx.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/md.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/md_ctx.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/memcmp.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/nid.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/ocsp.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/ossl_param.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/pkcs12.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/pkcs5.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/pkcs7.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/pkey.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/pkey_ctx.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/provider.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/rand.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/rsa.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/sha.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/sign.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/srtp.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/ssl/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/ssl/bio.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/ssl/callbacks.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/ssl/connector.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/ssl/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/stack.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/string.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/symm.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/version.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/x509/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/x509/verify.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/x509/extension.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.75/src/x509/store.rs: diff --git a/target/debug/deps/openssl_macros-08d13aa47383819c.d b/target/debug/deps/openssl_macros-08d13aa47383819c.d new file mode 100644 index 0000000..ba18339 --- /dev/null +++ b/target/debug/deps/openssl_macros-08d13aa47383819c.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/openssl_macros-08d13aa47383819c.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-macros-0.1.1/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libopenssl_macros-08d13aa47383819c.so: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-macros-0.1.1/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-macros-0.1.1/src/lib.rs: diff --git a/target/debug/deps/openssl_probe-73373fded7f88842.d b/target/debug/deps/openssl_probe-73373fded7f88842.d new file mode 100644 index 0000000..b5704a1 --- /dev/null +++ b/target/debug/deps/openssl_probe-73373fded7f88842.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/openssl_probe-73373fded7f88842.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.1.6/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libopenssl_probe-73373fded7f88842.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.1.6/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.1.6/src/lib.rs: diff --git a/target/debug/deps/openssl_sys-642609fd3993518c.d b/target/debug/deps/openssl_sys-642609fd3993518c.d new file mode 100644 index 0000000..3947893 --- /dev/null +++ b/target/debug/deps/openssl_sys-642609fd3993518c.d @@ -0,0 +1,70 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/openssl_sys-642609fd3993518c.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./aes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./asn1.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./bio.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./bn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./cms.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./core_dispatch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./crypto.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./dh.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./dsa.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./dtls1.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./ec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./err.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./evp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/aes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/asn1.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/bio.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/bn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/cmac.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/cms.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/conf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/crypto.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/dh.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/dsa.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/ec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/err.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/evp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/hmac.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/kdf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/object.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/ocsp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/params.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/pem.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/pkcs12.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/pkcs7.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/provider.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/rand.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/rsa.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/safestack.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/sha.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/srtp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/ssl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/stack.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/tls1.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/x509.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/x509_vfy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/x509v3.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./obj_mac.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./ocsp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./pem.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./pkcs7.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./rsa.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./sha.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./srtp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./ssl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./ssl3.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./tls1.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./x509.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./x509_vfy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./x509v3.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libopenssl_sys-642609fd3993518c.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./aes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./asn1.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./bio.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./bn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./cms.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./core_dispatch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./crypto.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./dh.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./dsa.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./dtls1.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./ec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./err.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./evp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/aes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/asn1.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/bio.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/bn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/cmac.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/cms.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/conf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/crypto.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/dh.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/dsa.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/ec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/err.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/evp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/hmac.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/kdf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/object.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/ocsp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/params.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/pem.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/pkcs12.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/pkcs7.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/provider.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/rand.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/rsa.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/safestack.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/sha.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/srtp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/ssl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/stack.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/tls1.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/x509.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/x509_vfy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/x509v3.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./obj_mac.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./ocsp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./pem.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./pkcs7.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./rsa.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./sha.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./srtp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./ssl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./ssl3.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./tls1.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./x509.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./x509_vfy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./x509v3.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./aes.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./asn1.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./bio.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./bn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./cms.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./core_dispatch.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./crypto.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./dh.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./dsa.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./dtls1.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./ec.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./err.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./evp.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/aes.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/asn1.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/bio.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/bn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/cmac.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/cms.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/conf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/crypto.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/decoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/dh.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/dsa.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/ec.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/encoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/err.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/evp.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/hmac.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/kdf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/object.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/ocsp.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/params.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/pem.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/pkcs12.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/pkcs7.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/provider.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/rand.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/rsa.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/safestack.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/sha.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/srtp.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/ssl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/stack.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/tls1.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/types.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/x509.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/x509_vfy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./handwritten/x509v3.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./obj_mac.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./ocsp.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./pem.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./pkcs7.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./rsa.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./sha.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./srtp.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./ssl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./ssl3.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./tls1.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./types.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./x509.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./x509_vfy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.111/src/./x509v3.rs: diff --git a/target/debug/deps/opentelemetry-8b27c52ceb4ad749.d b/target/debug/deps/opentelemetry-8b27c52ceb4ad749.d new file mode 100644 index 0000000..46a0a62 --- /dev/null +++ b/target/debug/deps/opentelemetry-8b27c52ceb4ad749.d @@ -0,0 +1,39 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/opentelemetry-8b27c52ceb4ad749.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/global/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/global/internal_logging.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/global/metrics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/global/propagation.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/global/trace.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/baggage.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/context/future_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/trace_context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/common.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/metrics/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/metrics/instruments/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/metrics/instruments/counter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/metrics/instruments/gauge.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/metrics/instruments/histogram.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/metrics/instruments/up_down_counter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/metrics/meter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/metrics/noop.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/propagation/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/propagation/composite.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/propagation/text_map_propagator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/trace/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/trace/context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/trace/noop.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/trace/span.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/trace/span_context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/trace/tracer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/trace/tracer_provider.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/logs/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/logs/logger.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/logs/noop.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/logs/record.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libopentelemetry-8b27c52ceb4ad749.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/global/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/global/internal_logging.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/global/metrics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/global/propagation.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/global/trace.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/baggage.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/context/future_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/trace_context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/common.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/metrics/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/metrics/instruments/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/metrics/instruments/counter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/metrics/instruments/gauge.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/metrics/instruments/histogram.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/metrics/instruments/up_down_counter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/metrics/meter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/metrics/noop.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/propagation/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/propagation/composite.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/propagation/text_map_propagator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/trace/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/trace/context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/trace/noop.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/trace/span.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/trace/span_context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/trace/tracer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/trace/tracer_provider.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/logs/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/logs/logger.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/logs/noop.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/logs/record.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/global/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/global/internal_logging.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/global/metrics.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/global/propagation.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/global/trace.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/baggage.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/context.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/context/future_ext.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/trace_context.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/common.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/metrics/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/metrics/instruments/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/metrics/instruments/counter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/metrics/instruments/gauge.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/metrics/instruments/histogram.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/metrics/instruments/up_down_counter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/metrics/meter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/metrics/noop.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/propagation/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/propagation/composite.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/propagation/text_map_propagator.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/trace/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/trace/context.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/trace/noop.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/trace/span.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/trace/span_context.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/trace/tracer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/trace/tracer_provider.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/logs/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/logs/logger.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/logs/noop.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.31.0/src/logs/record.rs: + +# env-dep:CARGO_PKG_NAME=opentelemetry diff --git a/target/debug/deps/opentelemetry-8f5519fcbc6ff5d5.d b/target/debug/deps/opentelemetry-8f5519fcbc6ff5d5.d new file mode 100644 index 0000000..1b13297 --- /dev/null +++ b/target/debug/deps/opentelemetry-8f5519fcbc6ff5d5.d @@ -0,0 +1,22 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/opentelemetry-8f5519fcbc6ff5d5.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/global/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/global/error_handler.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/global/propagation.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/global/trace.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/baggage.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/common.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/propagation/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/propagation/composite.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/propagation/text_map_propagator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/trace/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/trace/context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/trace/noop.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/trace/span.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/trace/span_context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/trace/tracer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/trace/tracer_provider.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libopentelemetry-8f5519fcbc6ff5d5.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/global/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/global/error_handler.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/global/propagation.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/global/trace.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/baggage.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/common.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/propagation/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/propagation/composite.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/propagation/text_map_propagator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/trace/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/trace/context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/trace/noop.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/trace/span.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/trace/span_context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/trace/tracer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/trace/tracer_provider.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/global/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/global/error_handler.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/global/propagation.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/global/trace.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/baggage.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/context.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/common.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/propagation/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/propagation/composite.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/propagation/text_map_propagator.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/trace/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/trace/context.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/trace/noop.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/trace/span.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/trace/span_context.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/trace/tracer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-0.22.0/src/trace/tracer_provider.rs: diff --git a/target/debug/deps/opentelemetry_otlp-6876fbe65ce1e3f5.d b/target/debug/deps/opentelemetry_otlp-6876fbe65ce1e3f5.d new file mode 100644 index 0000000..8565212 --- /dev/null +++ b/target/debug/deps/opentelemetry_otlp-6876fbe65ce1e3f5.d @@ -0,0 +1,11 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/opentelemetry_otlp-6876fbe65ce1e3f5.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-otlp-0.15.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-otlp-0.15.0/src/exporter/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-otlp-0.15.0/src/exporter/tonic/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-otlp-0.15.0/src/exporter/tonic/trace.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-otlp-0.15.0/src/span.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libopentelemetry_otlp-6876fbe65ce1e3f5.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-otlp-0.15.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-otlp-0.15.0/src/exporter/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-otlp-0.15.0/src/exporter/tonic/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-otlp-0.15.0/src/exporter/tonic/trace.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-otlp-0.15.0/src/span.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-otlp-0.15.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-otlp-0.15.0/src/exporter/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-otlp-0.15.0/src/exporter/tonic/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-otlp-0.15.0/src/exporter/tonic/trace.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-otlp-0.15.0/src/span.rs: + +# env-dep:CARGO_PKG_VERSION=0.15.0 diff --git a/target/debug/deps/opentelemetry_proto-541d11c69c1cffb8.d b/target/debug/deps/opentelemetry_proto-541d11c69c1cffb8.d new file mode 100644 index 0000000..dffc42f --- /dev/null +++ b/target/debug/deps/opentelemetry_proto-541d11c69c1cffb8.d @@ -0,0 +1,13 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/opentelemetry_proto-541d11c69c1cffb8.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-proto-0.5.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-proto-0.5.0/src/transform/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-proto-0.5.0/src/transform/common.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-proto-0.5.0/src/transform/trace.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-proto-0.5.0/src/proto.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-proto-0.5.0/src/proto/tonic/opentelemetry.proto.collector.trace.v1.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-proto-0.5.0/src/proto/tonic/opentelemetry.proto.common.v1.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-proto-0.5.0/src/proto/tonic/opentelemetry.proto.resource.v1.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-proto-0.5.0/src/proto/tonic/opentelemetry.proto.trace.v1.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libopentelemetry_proto-541d11c69c1cffb8.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-proto-0.5.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-proto-0.5.0/src/transform/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-proto-0.5.0/src/transform/common.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-proto-0.5.0/src/transform/trace.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-proto-0.5.0/src/proto.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-proto-0.5.0/src/proto/tonic/opentelemetry.proto.collector.trace.v1.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-proto-0.5.0/src/proto/tonic/opentelemetry.proto.common.v1.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-proto-0.5.0/src/proto/tonic/opentelemetry.proto.resource.v1.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-proto-0.5.0/src/proto/tonic/opentelemetry.proto.trace.v1.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-proto-0.5.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-proto-0.5.0/src/transform/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-proto-0.5.0/src/transform/common.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-proto-0.5.0/src/transform/trace.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-proto-0.5.0/src/proto.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-proto-0.5.0/src/proto/tonic/opentelemetry.proto.collector.trace.v1.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-proto-0.5.0/src/proto/tonic/opentelemetry.proto.common.v1.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-proto-0.5.0/src/proto/tonic/opentelemetry.proto.resource.v1.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-proto-0.5.0/src/proto/tonic/opentelemetry.proto.trace.v1.rs: diff --git a/target/debug/deps/opentelemetry_sdk-1ebb12fc0861e1cf.d b/target/debug/deps/opentelemetry_sdk-1ebb12fc0861e1cf.d new file mode 100644 index 0000000..a48fe0c --- /dev/null +++ b/target/debug/deps/opentelemetry_sdk-1ebb12fc0861e1cf.d @@ -0,0 +1,34 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/opentelemetry_sdk-1ebb12fc0861e1cf.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/attributes/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/attributes/set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/export/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/export/trace.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/instrumentation.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/propagation/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/propagation/baggage.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/propagation/trace_context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/resource/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/resource/env.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/resource/os.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/resource/process.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/resource/telemetry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/runtime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/trace/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/trace/config.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/trace/events.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/trace/id_generator/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/trace/id_generator/aws.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/trace/links.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/trace/provider.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/trace/sampler.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/trace/span.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/trace/span_limit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/trace/span_processor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/trace/tracer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/util.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libopentelemetry_sdk-1ebb12fc0861e1cf.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/attributes/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/attributes/set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/export/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/export/trace.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/instrumentation.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/propagation/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/propagation/baggage.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/propagation/trace_context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/resource/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/resource/env.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/resource/os.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/resource/process.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/resource/telemetry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/runtime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/trace/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/trace/config.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/trace/events.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/trace/id_generator/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/trace/id_generator/aws.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/trace/links.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/trace/provider.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/trace/sampler.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/trace/span.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/trace/span_limit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/trace/span_processor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/trace/tracer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/util.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/attributes/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/attributes/set.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/export/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/export/trace.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/instrumentation.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/propagation/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/propagation/baggage.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/propagation/trace_context.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/resource/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/resource/env.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/resource/os.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/resource/process.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/resource/telemetry.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/runtime.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/trace/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/trace/config.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/trace/events.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/trace/id_generator/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/trace/id_generator/aws.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/trace/links.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/trace/provider.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/trace/sampler.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/trace/span.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/trace/span_limit.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/trace/span_processor.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/trace/tracer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.22.1/src/util.rs: + +# env-dep:CARGO_PKG_VERSION=0.22.1 diff --git a/target/debug/deps/opentelemetry_sdk-299afb2d42da6809.d b/target/debug/deps/opentelemetry_sdk-299afb2d42da6809.d new file mode 100644 index 0000000..db98511 --- /dev/null +++ b/target/debug/deps/opentelemetry_sdk-299afb2d42da6809.d @@ -0,0 +1,60 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/opentelemetry_sdk-299afb2d42da6809.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/growable_array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/logs/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/logs/batch_log_processor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/logs/export.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/logs/log_processor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/logs/logger.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/logs/logger_provider.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/logs/record.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/logs/simple_log_processor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/aggregation.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/data/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/exporter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/instrument.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/internal/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/internal/aggregate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/internal/exponential_histogram.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/internal/histogram.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/internal/last_value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/internal/precomputed_sum.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/internal/sum.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/meter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/meter_provider.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/noop.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/periodic_reader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/pipeline.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/reader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/view.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/propagation/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/propagation/baggage.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/propagation/trace_context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/resource/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/resource/env.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/resource/telemetry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/resource/attributes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/runtime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/trace/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/trace/config.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/trace/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/trace/events.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/trace/export.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/trace/id_generator/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/trace/links.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/trace/provider.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/trace/sampler.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/trace/span.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/trace/span_limit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/trace/span_processor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/trace/tracer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/error.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libopentelemetry_sdk-299afb2d42da6809.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/growable_array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/logs/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/logs/batch_log_processor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/logs/export.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/logs/log_processor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/logs/logger.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/logs/logger_provider.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/logs/record.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/logs/simple_log_processor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/aggregation.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/data/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/exporter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/instrument.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/internal/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/internal/aggregate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/internal/exponential_histogram.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/internal/histogram.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/internal/last_value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/internal/precomputed_sum.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/internal/sum.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/meter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/meter_provider.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/noop.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/periodic_reader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/pipeline.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/reader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/view.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/propagation/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/propagation/baggage.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/propagation/trace_context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/resource/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/resource/env.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/resource/telemetry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/resource/attributes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/runtime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/trace/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/trace/config.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/trace/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/trace/events.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/trace/export.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/trace/id_generator/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/trace/links.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/trace/provider.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/trace/sampler.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/trace/span.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/trace/span_limit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/trace/span_processor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/trace/tracer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/error.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/growable_array.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/logs/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/logs/batch_log_processor.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/logs/export.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/logs/log_processor.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/logs/logger.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/logs/logger_provider.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/logs/record.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/logs/simple_log_processor.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/aggregation.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/data/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/exporter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/instrument.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/internal/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/internal/aggregate.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/internal/exponential_histogram.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/internal/histogram.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/internal/last_value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/internal/precomputed_sum.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/internal/sum.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/meter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/meter_provider.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/noop.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/periodic_reader.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/pipeline.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/reader.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/metrics/view.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/propagation/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/propagation/baggage.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/propagation/trace_context.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/resource/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/resource/env.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/resource/telemetry.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/resource/attributes.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/runtime.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/trace/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/trace/config.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/trace/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/trace/events.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/trace/export.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/trace/id_generator/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/trace/links.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/trace/provider.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/trace/sampler.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/trace/span.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/trace/span_limit.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/trace/span_processor.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/trace/tracer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.31.0/src/error.rs: + +# env-dep:CARGO_PKG_NAME=opentelemetry_sdk +# env-dep:CARGO_PKG_VERSION=0.31.0 diff --git a/target/debug/deps/opentelemetry_semantic_conventions-2cce8a418cca2e4f.d b/target/debug/deps/opentelemetry_semantic_conventions-2cce8a418cca2e4f.d new file mode 100644 index 0000000..6688cde --- /dev/null +++ b/target/debug/deps/opentelemetry_semantic_conventions-2cce8a418cca2e4f.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/opentelemetry_semantic_conventions-2cce8a418cca2e4f.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-semantic-conventions-0.14.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-semantic-conventions-0.14.0/src/resource.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-semantic-conventions-0.14.0/src/trace.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libopentelemetry_semantic_conventions-2cce8a418cca2e4f.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-semantic-conventions-0.14.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-semantic-conventions-0.14.0/src/resource.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-semantic-conventions-0.14.0/src/trace.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-semantic-conventions-0.14.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-semantic-conventions-0.14.0/src/resource.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-semantic-conventions-0.14.0/src/trace.rs: diff --git a/target/debug/deps/order_service-bf79ad4668e55d26.d b/target/debug/deps/order_service-bf79ad4668e55d26.d new file mode 100644 index 0000000..147235b --- /dev/null +++ b/target/debug/deps/order_service-bf79ad4668e55d26.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/order_service-bf79ad4668e55d26.d: microservices-advanced/src/order.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/liborder_service-bf79ad4668e55d26.rmeta: microservices-advanced/src/order.rs + +microservices-advanced/src/order.rs: diff --git a/target/debug/deps/ordered_float-806fb29dbf62c274.d b/target/debug/deps/ordered_float-806fb29dbf62c274.d new file mode 100644 index 0000000..c645e46 --- /dev/null +++ b/target/debug/deps/ordered_float-806fb29dbf62c274.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/ordered_float-806fb29dbf62c274.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ordered-float-4.6.0/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libordered_float-806fb29dbf62c274.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ordered-float-4.6.0/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ordered-float-4.6.0/src/lib.rs: diff --git a/target/debug/deps/parking-79dbd7fc94175bf0.d b/target/debug/deps/parking-79dbd7fc94175bf0.d new file mode 100644 index 0000000..0e1141d --- /dev/null +++ b/target/debug/deps/parking-79dbd7fc94175bf0.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/parking-79dbd7fc94175bf0.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.1/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libparking-79dbd7fc94175bf0.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.1/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libparking-79dbd7fc94175bf0.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.1/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.1/src/lib.rs: diff --git a/target/debug/deps/parking-be9b75f8aef4e0b1.d b/target/debug/deps/parking-be9b75f8aef4e0b1.d new file mode 100644 index 0000000..d504820 --- /dev/null +++ b/target/debug/deps/parking-be9b75f8aef4e0b1.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/parking-be9b75f8aef4e0b1.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.1/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libparking-be9b75f8aef4e0b1.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.1/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.1/src/lib.rs: diff --git a/target/debug/deps/parking_lot-34d29f29a25343b3.d b/target/debug/deps/parking_lot-34d29f29a25343b3.d new file mode 100644 index 0000000..f1f8312 --- /dev/null +++ b/target/debug/deps/parking_lot-34d29f29a25343b3.d @@ -0,0 +1,17 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/parking_lot-34d29f29a25343b3.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/condvar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/elision.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/fair_mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/once.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/raw_fair_mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/raw_mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/raw_rwlock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/remutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/rwlock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/deadlock.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libparking_lot-34d29f29a25343b3.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/condvar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/elision.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/fair_mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/once.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/raw_fair_mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/raw_mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/raw_rwlock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/remutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/rwlock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/deadlock.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/condvar.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/elision.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/fair_mutex.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/mutex.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/once.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/raw_fair_mutex.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/raw_mutex.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/raw_rwlock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/remutex.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/rwlock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/deadlock.rs: diff --git a/target/debug/deps/parking_lot-d735ee30ee32f7a5.d b/target/debug/deps/parking_lot-d735ee30ee32f7a5.d new file mode 100644 index 0000000..952ce65 --- /dev/null +++ b/target/debug/deps/parking_lot-d735ee30ee32f7a5.d @@ -0,0 +1,19 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/parking_lot-d735ee30ee32f7a5.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/condvar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/elision.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/fair_mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/once.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/raw_fair_mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/raw_mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/raw_rwlock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/remutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/rwlock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/deadlock.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libparking_lot-d735ee30ee32f7a5.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/condvar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/elision.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/fair_mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/once.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/raw_fair_mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/raw_mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/raw_rwlock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/remutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/rwlock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/deadlock.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libparking_lot-d735ee30ee32f7a5.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/condvar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/elision.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/fair_mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/once.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/raw_fair_mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/raw_mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/raw_rwlock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/remutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/rwlock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/deadlock.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/condvar.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/elision.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/fair_mutex.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/mutex.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/once.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/raw_fair_mutex.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/raw_mutex.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/raw_rwlock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/remutex.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/rwlock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/deadlock.rs: diff --git a/target/debug/deps/parking_lot_core-6a96193478529092.d b/target/debug/deps/parking_lot_core-6a96193478529092.d new file mode 100644 index 0000000..aa89cf6 --- /dev/null +++ b/target/debug/deps/parking_lot_core-6a96193478529092.d @@ -0,0 +1,13 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/parking_lot_core-6a96193478529092.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/parking_lot.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/spinwait.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/thread_parker/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/word_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/thread_parker/linux.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libparking_lot_core-6a96193478529092.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/parking_lot.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/spinwait.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/thread_parker/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/word_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/thread_parker/linux.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libparking_lot_core-6a96193478529092.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/parking_lot.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/spinwait.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/thread_parker/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/word_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/thread_parker/linux.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/parking_lot.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/spinwait.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/thread_parker/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/word_lock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/thread_parker/linux.rs: diff --git a/target/debug/deps/parking_lot_core-96fc8f2540c826c7.d b/target/debug/deps/parking_lot_core-96fc8f2540c826c7.d new file mode 100644 index 0000000..19f8dfe --- /dev/null +++ b/target/debug/deps/parking_lot_core-96fc8f2540c826c7.d @@ -0,0 +1,11 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/parking_lot_core-96fc8f2540c826c7.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/parking_lot.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/spinwait.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/thread_parker/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/word_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/thread_parker/linux.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libparking_lot_core-96fc8f2540c826c7.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/parking_lot.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/spinwait.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/thread_parker/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/word_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/thread_parker/linux.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/parking_lot.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/spinwait.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/thread_parker/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/word_lock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/thread_parker/linux.rs: diff --git a/target/debug/deps/parse_zoneinfo-06b695ccbf3dbe25.d b/target/debug/deps/parse_zoneinfo-06b695ccbf3dbe25.d new file mode 100644 index 0000000..4e8c008 --- /dev/null +++ b/target/debug/deps/parse_zoneinfo-06b695ccbf3dbe25.d @@ -0,0 +1,11 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/parse_zoneinfo-06b695ccbf3dbe25.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-zoneinfo-0.3.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-zoneinfo-0.3.1/src/line.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-zoneinfo-0.3.1/src/structure.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-zoneinfo-0.3.1/src/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-zoneinfo-0.3.1/src/transitions.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libparse_zoneinfo-06b695ccbf3dbe25.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-zoneinfo-0.3.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-zoneinfo-0.3.1/src/line.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-zoneinfo-0.3.1/src/structure.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-zoneinfo-0.3.1/src/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-zoneinfo-0.3.1/src/transitions.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libparse_zoneinfo-06b695ccbf3dbe25.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-zoneinfo-0.3.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-zoneinfo-0.3.1/src/line.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-zoneinfo-0.3.1/src/structure.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-zoneinfo-0.3.1/src/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-zoneinfo-0.3.1/src/transitions.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-zoneinfo-0.3.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-zoneinfo-0.3.1/src/line.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-zoneinfo-0.3.1/src/structure.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-zoneinfo-0.3.1/src/table.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-zoneinfo-0.3.1/src/transitions.rs: diff --git a/target/debug/deps/pem-6af490a3f7af6eeb.d b/target/debug/deps/pem-6af490a3f7af6eeb.d new file mode 100644 index 0000000..10f9e19 --- /dev/null +++ b/target/debug/deps/pem-6af490a3f7af6eeb.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/pem-6af490a3f7af6eeb.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.0.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.0.6/src/errors.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.0.6/src/parser.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libpem-6af490a3f7af6eeb.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.0.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.0.6/src/errors.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.0.6/src/parser.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.0.6/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.0.6/src/errors.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.0.6/src/parser.rs: diff --git a/target/debug/deps/percent_encoding-2effb2ec806b20a0.d b/target/debug/deps/percent_encoding-2effb2ec806b20a0.d new file mode 100644 index 0000000..dccb2a6 --- /dev/null +++ b/target/debug/deps/percent_encoding-2effb2ec806b20a0.d @@ -0,0 +1,6 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/percent_encoding-2effb2ec806b20a0.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/ascii_set.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libpercent_encoding-2effb2ec806b20a0.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/ascii_set.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/ascii_set.rs: diff --git a/target/debug/deps/percent_encoding-58030f541f82bf29.d b/target/debug/deps/percent_encoding-58030f541f82bf29.d new file mode 100644 index 0000000..eeb609c --- /dev/null +++ b/target/debug/deps/percent_encoding-58030f541f82bf29.d @@ -0,0 +1,8 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/percent_encoding-58030f541f82bf29.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/ascii_set.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libpercent_encoding-58030f541f82bf29.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/ascii_set.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libpercent_encoding-58030f541f82bf29.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/ascii_set.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/ascii_set.rs: diff --git a/target/debug/deps/pest-63ba717aa758edad.d b/target/debug/deps/pest-63ba717aa758edad.d new file mode 100644 index 0000000..8ebb28d --- /dev/null +++ b/target/debug/deps/pest-63ba717aa758edad.d @@ -0,0 +1,26 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/pest-63ba717aa758edad.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/flat_pairs.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/line_index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/pair.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/pairs.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/queueable_token.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/tokens.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/parser_state.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/position.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/pratt_parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/prec_climber.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/span.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/stack.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/token.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/unicode/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/unicode/binary.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/unicode/category.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/unicode/script.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libpest-63ba717aa758edad.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/flat_pairs.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/line_index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/pair.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/pairs.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/queueable_token.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/tokens.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/parser_state.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/position.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/pratt_parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/prec_climber.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/span.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/stack.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/token.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/unicode/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/unicode/binary.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/unicode/category.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/unicode/script.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/flat_pairs.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/line_index.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/pair.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/pairs.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/queueable_token.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/tokens.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/parser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/parser_state.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/position.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/pratt_parser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/prec_climber.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/span.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/stack.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/token.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/unicode/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/unicode/binary.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/unicode/category.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/unicode/script.rs: diff --git a/target/debug/deps/pest-ece3c1b8713b257f.d b/target/debug/deps/pest-ece3c1b8713b257f.d new file mode 100644 index 0000000..efc4c98 --- /dev/null +++ b/target/debug/deps/pest-ece3c1b8713b257f.d @@ -0,0 +1,28 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/pest-ece3c1b8713b257f.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/flat_pairs.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/line_index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/pair.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/pairs.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/queueable_token.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/tokens.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/parser_state.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/position.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/pratt_parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/prec_climber.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/span.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/stack.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/token.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/unicode/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/unicode/binary.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/unicode/category.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/unicode/script.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libpest-ece3c1b8713b257f.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/flat_pairs.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/line_index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/pair.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/pairs.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/queueable_token.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/tokens.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/parser_state.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/position.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/pratt_parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/prec_climber.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/span.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/stack.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/token.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/unicode/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/unicode/binary.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/unicode/category.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/unicode/script.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libpest-ece3c1b8713b257f.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/flat_pairs.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/line_index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/pair.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/pairs.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/queueable_token.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/tokens.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/parser_state.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/position.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/pratt_parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/prec_climber.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/span.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/stack.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/token.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/unicode/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/unicode/binary.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/unicode/category.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/unicode/script.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/flat_pairs.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/line_index.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/pair.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/pairs.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/queueable_token.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/iterators/tokens.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/parser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/parser_state.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/position.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/pratt_parser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/prec_climber.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/span.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/stack.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/token.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/unicode/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/unicode/binary.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/unicode/category.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.5/src/unicode/script.rs: diff --git a/target/debug/deps/pest_derive-98844a3657747c0a.d b/target/debug/deps/pest_derive-98844a3657747c0a.d new file mode 100644 index 0000000..cd1f12d --- /dev/null +++ b/target/debug/deps/pest_derive-98844a3657747c0a.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/pest_derive-98844a3657747c0a.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.8.5/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libpest_derive-98844a3657747c0a.so: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.8.5/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.8.5/src/lib.rs: diff --git a/target/debug/deps/pest_generator-2293baa9e82ea03c.d b/target/debug/deps/pest_generator-2293baa9e82ea03c.d new file mode 100644 index 0000000..317af6c --- /dev/null +++ b/target/debug/deps/pest_generator-2293baa9e82ea03c.d @@ -0,0 +1,11 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/pest_generator-2293baa9e82ea03c.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.5/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.5/src/docs.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.5/src/generator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.5/src/parse_derive.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libpest_generator-2293baa9e82ea03c.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.5/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.5/src/docs.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.5/src/generator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.5/src/parse_derive.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libpest_generator-2293baa9e82ea03c.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.5/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.5/src/docs.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.5/src/generator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.5/src/parse_derive.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.5/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.5/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.5/src/docs.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.5/src/generator.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.5/src/parse_derive.rs: diff --git a/target/debug/deps/pest_meta-d2c115d607abb7f9.d b/target/debug/deps/pest_meta-d2c115d607abb7f9.d new file mode 100644 index 0000000..b1304ee --- /dev/null +++ b/target/debug/deps/pest_meta-d2c115d607abb7f9.d @@ -0,0 +1,19 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/pest_meta-d2c115d607abb7f9.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/ast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/optimizer/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/optimizer/concatenator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/optimizer/factorizer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/optimizer/lister.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/optimizer/restorer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/optimizer/rotator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/optimizer/skipper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/optimizer/unroller.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/validator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/grammar.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libpest_meta-d2c115d607abb7f9.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/ast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/optimizer/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/optimizer/concatenator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/optimizer/factorizer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/optimizer/lister.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/optimizer/restorer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/optimizer/rotator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/optimizer/skipper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/optimizer/unroller.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/validator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/grammar.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libpest_meta-d2c115d607abb7f9.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/ast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/optimizer/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/optimizer/concatenator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/optimizer/factorizer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/optimizer/lister.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/optimizer/restorer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/optimizer/rotator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/optimizer/skipper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/optimizer/unroller.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/validator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/grammar.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/ast.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/optimizer/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/optimizer/concatenator.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/optimizer/factorizer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/optimizer/lister.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/optimizer/restorer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/optimizer/rotator.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/optimizer/skipper.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/optimizer/unroller.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/parser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/validator.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.5/src/grammar.rs: diff --git a/target/debug/deps/phf-199dd4a30df14e6d.d b/target/debug/deps/phf-199dd4a30df14e6d.d new file mode 100644 index 0000000..a34d840 --- /dev/null +++ b/target/debug/deps/phf-199dd4a30df14e6d.d @@ -0,0 +1,11 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/phf-199dd4a30df14e6d.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.3/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.3/src/ordered_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.3/src/ordered_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.3/src/set.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libphf-199dd4a30df14e6d.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.3/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.3/src/ordered_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.3/src/ordered_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.3/src/set.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libphf-199dd4a30df14e6d.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.3/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.3/src/ordered_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.3/src/ordered_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.3/src/set.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.3/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.3/src/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.3/src/ordered_map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.3/src/ordered_set.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.3/src/set.rs: diff --git a/target/debug/deps/phf-5317166ee61632ed.d b/target/debug/deps/phf-5317166ee61632ed.d new file mode 100644 index 0000000..81b6b20 --- /dev/null +++ b/target/debug/deps/phf-5317166ee61632ed.d @@ -0,0 +1,9 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/phf-5317166ee61632ed.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.3/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.3/src/ordered_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.3/src/ordered_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.3/src/set.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libphf-5317166ee61632ed.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.3/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.3/src/ordered_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.3/src/ordered_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.3/src/set.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.3/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.3/src/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.3/src/ordered_map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.3/src/ordered_set.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.3/src/set.rs: diff --git a/target/debug/deps/phf_codegen-e349e7261f852e08.d b/target/debug/deps/phf_codegen-e349e7261f852e08.d new file mode 100644 index 0000000..eff7659 --- /dev/null +++ b/target/debug/deps/phf_codegen-e349e7261f852e08.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/phf_codegen-e349e7261f852e08.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_codegen-0.11.3/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libphf_codegen-e349e7261f852e08.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_codegen-0.11.3/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libphf_codegen-e349e7261f852e08.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_codegen-0.11.3/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_codegen-0.11.3/src/lib.rs: diff --git a/target/debug/deps/phf_generator-cf2c034d92096152.d b/target/debug/deps/phf_generator-cf2c034d92096152.d new file mode 100644 index 0000000..3716707 --- /dev/null +++ b/target/debug/deps/phf_generator-cf2c034d92096152.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/phf_generator-cf2c034d92096152.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_generator-0.11.3/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libphf_generator-cf2c034d92096152.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_generator-0.11.3/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libphf_generator-cf2c034d92096152.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_generator-0.11.3/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_generator-0.11.3/src/lib.rs: diff --git a/target/debug/deps/phf_shared-0bd23ef4935f0c1c.d b/target/debug/deps/phf_shared-0bd23ef4935f0c1c.d new file mode 100644 index 0000000..be361d6 --- /dev/null +++ b/target/debug/deps/phf_shared-0bd23ef4935f0c1c.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/phf_shared-0bd23ef4935f0c1c.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.11.3/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libphf_shared-0bd23ef4935f0c1c.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.11.3/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.11.3/src/lib.rs: diff --git a/target/debug/deps/phf_shared-997dcce8b743e197.d b/target/debug/deps/phf_shared-997dcce8b743e197.d new file mode 100644 index 0000000..66a4fd2 --- /dev/null +++ b/target/debug/deps/phf_shared-997dcce8b743e197.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/phf_shared-997dcce8b743e197.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.11.3/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libphf_shared-997dcce8b743e197.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.11.3/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libphf_shared-997dcce8b743e197.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.11.3/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.11.3/src/lib.rs: diff --git a/target/debug/deps/pin_project-0df2d8e23d87cd3f.d b/target/debug/deps/pin_project-0df2d8e23d87cd3f.d new file mode 100644 index 0000000..a54bf85 --- /dev/null +++ b/target/debug/deps/pin_project-0df2d8e23d87cd3f.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/pin_project-0df2d8e23d87cd3f.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-1.1.10/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libpin_project-0df2d8e23d87cd3f.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-1.1.10/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-1.1.10/src/lib.rs: diff --git a/target/debug/deps/pin_project_internal-38c901a6fcd08045.d b/target/debug/deps/pin_project_internal-38c901a6fcd08045.d new file mode 100644 index 0000000..8c977d9 --- /dev/null +++ b/target/debug/deps/pin_project_internal-38c901a6fcd08045.d @@ -0,0 +1,12 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/pin_project_internal-38c901a6fcd08045.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.10/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.10/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.10/src/utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.10/src/pin_project/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.10/src/pin_project/args.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.10/src/pin_project/attribute.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.10/src/pin_project/derive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.10/src/pinned_drop.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libpin_project_internal-38c901a6fcd08045.so: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.10/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.10/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.10/src/utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.10/src/pin_project/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.10/src/pin_project/args.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.10/src/pin_project/attribute.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.10/src/pin_project/derive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.10/src/pinned_drop.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.10/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.10/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.10/src/utils.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.10/src/pin_project/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.10/src/pin_project/args.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.10/src/pin_project/attribute.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.10/src/pin_project/derive.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.10/src/pinned_drop.rs: diff --git a/target/debug/deps/pin_project_lite-49c22181e3d99132.d b/target/debug/deps/pin_project_lite-49c22181e3d99132.d new file mode 100644 index 0000000..cfa5444 --- /dev/null +++ b/target/debug/deps/pin_project_lite-49c22181e3d99132.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/pin_project_lite-49c22181e3d99132.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libpin_project_lite-49c22181e3d99132.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs: diff --git a/target/debug/deps/pin_project_lite-4cf324a5c0deafe6.d b/target/debug/deps/pin_project_lite-4cf324a5c0deafe6.d new file mode 100644 index 0000000..9fcd575 --- /dev/null +++ b/target/debug/deps/pin_project_lite-4cf324a5c0deafe6.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/pin_project_lite-4cf324a5c0deafe6.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libpin_project_lite-4cf324a5c0deafe6.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libpin_project_lite-4cf324a5c0deafe6.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs: diff --git a/target/debug/deps/pin_utils-5072515886eff5e9.d b/target/debug/deps/pin_utils-5072515886eff5e9.d new file mode 100644 index 0000000..ad49e07 --- /dev/null +++ b/target/debug/deps/pin_utils-5072515886eff5e9.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/pin_utils-5072515886eff5e9.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/stack_pin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/projection.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libpin_utils-5072515886eff5e9.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/stack_pin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/projection.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/stack_pin.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/projection.rs: diff --git a/target/debug/deps/pin_utils-6d69cc6efff583cd.d b/target/debug/deps/pin_utils-6d69cc6efff583cd.d new file mode 100644 index 0000000..da69f6a --- /dev/null +++ b/target/debug/deps/pin_utils-6d69cc6efff583cd.d @@ -0,0 +1,9 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/pin_utils-6d69cc6efff583cd.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/stack_pin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/projection.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libpin_utils-6d69cc6efff583cd.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/stack_pin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/projection.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libpin_utils-6d69cc6efff583cd.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/stack_pin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/projection.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/stack_pin.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/projection.rs: diff --git a/target/debug/deps/pkg_config-f6783222fab12a6c.d b/target/debug/deps/pkg_config-f6783222fab12a6c.d new file mode 100644 index 0000000..b8558db --- /dev/null +++ b/target/debug/deps/pkg_config-f6783222fab12a6c.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/pkg_config-f6783222fab12a6c.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.32/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libpkg_config-f6783222fab12a6c.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.32/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libpkg_config-f6783222fab12a6c.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.32/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.32/src/lib.rs: diff --git a/target/debug/deps/polling-cca0162a6e593ce8.d b/target/debug/deps/polling-cca0162a6e593ce8.d new file mode 100644 index 0000000..6892218 --- /dev/null +++ b/target/debug/deps/polling-cca0162a6e593ce8.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/polling-cca0162a6e593ce8.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polling-3.11.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polling-3.11.0/src/os.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polling-3.11.0/src/epoll.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libpolling-cca0162a6e593ce8.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polling-3.11.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polling-3.11.0/src/os.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polling-3.11.0/src/epoll.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polling-3.11.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polling-3.11.0/src/os.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polling-3.11.0/src/epoll.rs: diff --git a/target/debug/deps/potential_utf-3a8bd485eafac587.d b/target/debug/deps/potential_utf-3a8bd485eafac587.d new file mode 100644 index 0000000..b257539 --- /dev/null +++ b/target/debug/deps/potential_utf-3a8bd485eafac587.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/potential_utf-3a8bd485eafac587.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/potential_utf-0.1.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/potential_utf-0.1.4/src/uchar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/potential_utf-0.1.4/src/ustr.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libpotential_utf-3a8bd485eafac587.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/potential_utf-0.1.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/potential_utf-0.1.4/src/uchar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/potential_utf-0.1.4/src/ustr.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/potential_utf-0.1.4/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/potential_utf-0.1.4/src/uchar.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/potential_utf-0.1.4/src/ustr.rs: diff --git a/target/debug/deps/potential_utf-ac0a17e46e4d1014.d b/target/debug/deps/potential_utf-ac0a17e46e4d1014.d new file mode 100644 index 0000000..137f8ab --- /dev/null +++ b/target/debug/deps/potential_utf-ac0a17e46e4d1014.d @@ -0,0 +1,9 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/potential_utf-ac0a17e46e4d1014.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/potential_utf-0.1.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/potential_utf-0.1.4/src/uchar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/potential_utf-0.1.4/src/ustr.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libpotential_utf-ac0a17e46e4d1014.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/potential_utf-0.1.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/potential_utf-0.1.4/src/uchar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/potential_utf-0.1.4/src/ustr.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libpotential_utf-ac0a17e46e4d1014.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/potential_utf-0.1.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/potential_utf-0.1.4/src/uchar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/potential_utf-0.1.4/src/ustr.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/potential_utf-0.1.4/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/potential_utf-0.1.4/src/uchar.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/potential_utf-0.1.4/src/ustr.rs: diff --git a/target/debug/deps/powerfmt-278c2f20b8431963.d b/target/debug/deps/powerfmt-278c2f20b8431963.d new file mode 100644 index 0000000..3eeb74e --- /dev/null +++ b/target/debug/deps/powerfmt-278c2f20b8431963.d @@ -0,0 +1,9 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/powerfmt-278c2f20b8431963.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/smart_display.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/smart_display_impls.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libpowerfmt-278c2f20b8431963.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/smart_display.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/smart_display_impls.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/buf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/ext.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/smart_display.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/smart_display_impls.rs: diff --git a/target/debug/deps/ppv_lite86-55d6e69b5f542a40.d b/target/debug/deps/ppv_lite86-55d6e69b5f542a40.d new file mode 100644 index 0000000..d2eaaba --- /dev/null +++ b/target/debug/deps/ppv_lite86-55d6e69b5f542a40.d @@ -0,0 +1,11 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/ppv_lite86-55d6e69b5f542a40.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/soft.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/x86_64/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/x86_64/sse2.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libppv_lite86-55d6e69b5f542a40.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/soft.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/x86_64/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/x86_64/sse2.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libppv_lite86-55d6e69b5f542a40.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/soft.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/x86_64/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/x86_64/sse2.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/soft.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/types.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/x86_64/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/x86_64/sse2.rs: diff --git a/target/debug/deps/ppv_lite86-9d90a5c81f7d9b6d.d b/target/debug/deps/ppv_lite86-9d90a5c81f7d9b6d.d new file mode 100644 index 0000000..dcfe459 --- /dev/null +++ b/target/debug/deps/ppv_lite86-9d90a5c81f7d9b6d.d @@ -0,0 +1,9 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/ppv_lite86-9d90a5c81f7d9b6d.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/soft.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/x86_64/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/x86_64/sse2.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libppv_lite86-9d90a5c81f7d9b6d.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/soft.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/x86_64/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/x86_64/sse2.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/soft.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/types.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/x86_64/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/x86_64/sse2.rs: diff --git a/target/debug/deps/proc_macro2-193e285dcc05aa6e.d b/target/debug/deps/proc_macro2-193e285dcc05aa6e.d new file mode 100644 index 0000000..f0d5e3c --- /dev/null +++ b/target/debug/deps/proc_macro2-193e285dcc05aa6e.d @@ -0,0 +1,18 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/proc_macro2-193e285dcc05aa6e.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/marker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/parse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/probe.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/probe/proc_macro_span_file.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/probe/proc_macro_span_location.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/rcvec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/detection.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/fallback.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/extra.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/wrapper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/location.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libproc_macro2-193e285dcc05aa6e.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/marker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/parse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/probe.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/probe/proc_macro_span_file.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/probe/proc_macro_span_location.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/rcvec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/detection.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/fallback.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/extra.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/wrapper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/location.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libproc_macro2-193e285dcc05aa6e.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/marker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/parse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/probe.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/probe/proc_macro_span_file.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/probe/proc_macro_span_location.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/rcvec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/detection.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/fallback.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/extra.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/wrapper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/location.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/marker.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/parse.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/probe.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/probe/proc_macro_span_file.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/probe/proc_macro_span_location.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/rcvec.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/detection.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/fallback.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/extra.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/wrapper.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/location.rs: diff --git a/target/debug/deps/proc_macro2-69a4eb78e76008d0.d b/target/debug/deps/proc_macro2-69a4eb78e76008d0.d new file mode 100644 index 0000000..e0bc4a4 --- /dev/null +++ b/target/debug/deps/proc_macro2-69a4eb78e76008d0.d @@ -0,0 +1,16 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/proc_macro2-69a4eb78e76008d0.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/marker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/parse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/probe.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/probe/proc_macro_span_file.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/probe/proc_macro_span_location.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/rcvec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/detection.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/fallback.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/extra.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/wrapper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/location.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libproc_macro2-69a4eb78e76008d0.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/marker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/parse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/probe.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/probe/proc_macro_span_file.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/probe/proc_macro_span_location.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/rcvec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/detection.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/fallback.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/extra.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/wrapper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/location.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/marker.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/parse.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/probe.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/probe/proc_macro_span_file.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/probe/proc_macro_span_location.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/rcvec.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/detection.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/fallback.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/extra.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/wrapper.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/location.rs: diff --git a/target/debug/deps/proc_macro_crate-fc657bc711779d40.d b/target/debug/deps/proc_macro_crate-fc657bc711779d40.d new file mode 100644 index 0000000..ed9519c --- /dev/null +++ b/target/debug/deps/proc_macro_crate-fc657bc711779d40.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/proc_macro_crate-fc657bc711779d40.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-3.4.0/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libproc_macro_crate-fc657bc711779d40.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-3.4.0/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libproc_macro_crate-fc657bc711779d40.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-3.4.0/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-3.4.0/src/lib.rs: diff --git a/target/debug/deps/proc_macro_error-fae4500100368d20.d b/target/debug/deps/proc_macro_error-fae4500100368d20.d new file mode 100644 index 0000000..e2a9192 --- /dev/null +++ b/target/debug/deps/proc_macro_error-fae4500100368d20.d @@ -0,0 +1,12 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/proc_macro_error-fae4500100368d20.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/src/dummy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/src/diagnostic.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/src/sealed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/src/imp/fallback.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libproc_macro_error-fae4500100368d20.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/src/dummy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/src/diagnostic.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/src/sealed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/src/imp/fallback.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libproc_macro_error-fae4500100368d20.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/src/dummy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/src/diagnostic.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/src/sealed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/src/imp/fallback.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/src/dummy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/src/diagnostic.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/src/sealed.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/src/imp/fallback.rs: diff --git a/target/debug/deps/proc_macro_error_attr-7a0d35bb0f975e0f.d b/target/debug/deps/proc_macro_error_attr-7a0d35bb0f975e0f.d new file mode 100644 index 0000000..9630878 --- /dev/null +++ b/target/debug/deps/proc_macro_error_attr-7a0d35bb0f975e0f.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/proc_macro_error_attr-7a0d35bb0f975e0f.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/src/parse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/src/settings.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libproc_macro_error_attr-7a0d35bb0f975e0f.so: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/src/parse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/src/settings.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/src/parse.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/src/settings.rs: diff --git a/target/debug/deps/product_service-add928bc46d11ec4.d b/target/debug/deps/product_service-add928bc46d11ec4.d new file mode 100644 index 0000000..f654ff5 --- /dev/null +++ b/target/debug/deps/product_service-add928bc46d11ec4.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/product_service-add928bc46d11ec4.d: microservices-advanced/src/product.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libproduct_service-add928bc46d11ec4.rmeta: microservices-advanced/src/product.rs + +microservices-advanced/src/product.rs: diff --git a/target/debug/deps/product_service-cab3d4b554619cbe.d b/target/debug/deps/product_service-cab3d4b554619cbe.d new file mode 100644 index 0000000..bed6a8e --- /dev/null +++ b/target/debug/deps/product_service-cab3d4b554619cbe.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/product_service-cab3d4b554619cbe.d: microservices-advanced/src/product.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libproduct_service-cab3d4b554619cbe.rmeta: microservices-advanced/src/product.rs + +microservices-advanced/src/product.rs: diff --git a/target/debug/deps/prost-7a567ab2827e84b4.d b/target/debug/deps/prost-7a567ab2827e84b4.d new file mode 100644 index 0000000..fe76d85 --- /dev/null +++ b/target/debug/deps/prost-7a567ab2827e84b4.d @@ -0,0 +1,11 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/prost-7a567ab2827e84b4.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-0.12.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-0.12.6/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-0.12.6/src/message.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-0.12.6/src/name.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-0.12.6/src/types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-0.12.6/src/encoding.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-0.12.6/src/../README.md + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libprost-7a567ab2827e84b4.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-0.12.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-0.12.6/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-0.12.6/src/message.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-0.12.6/src/name.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-0.12.6/src/types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-0.12.6/src/encoding.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-0.12.6/src/../README.md + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-0.12.6/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-0.12.6/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-0.12.6/src/message.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-0.12.6/src/name.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-0.12.6/src/types.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-0.12.6/src/encoding.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-0.12.6/src/../README.md: diff --git a/target/debug/deps/prost_derive-f6d09d8a164c5a0a.d b/target/debug/deps/prost_derive-f6d09d8a164c5a0a.d new file mode 100644 index 0000000..2f143c8 --- /dev/null +++ b/target/debug/deps/prost_derive-f6d09d8a164c5a0a.d @@ -0,0 +1,11 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/prost_derive-f6d09d8a164c5a0a.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-derive-0.12.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-derive-0.12.6/src/field/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-derive-0.12.6/src/field/group.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-derive-0.12.6/src/field/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-derive-0.12.6/src/field/message.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-derive-0.12.6/src/field/oneof.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-derive-0.12.6/src/field/scalar.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libprost_derive-f6d09d8a164c5a0a.so: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-derive-0.12.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-derive-0.12.6/src/field/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-derive-0.12.6/src/field/group.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-derive-0.12.6/src/field/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-derive-0.12.6/src/field/message.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-derive-0.12.6/src/field/oneof.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-derive-0.12.6/src/field/scalar.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-derive-0.12.6/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-derive-0.12.6/src/field/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-derive-0.12.6/src/field/group.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-derive-0.12.6/src/field/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-derive-0.12.6/src/field/message.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-derive-0.12.6/src/field/oneof.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-derive-0.12.6/src/field/scalar.rs: diff --git a/target/debug/deps/quote-80bd4278a2328f87.d b/target/debug/deps/quote-80bd4278a2328f87.d new file mode 100644 index 0000000..098ad45 --- /dev/null +++ b/target/debug/deps/quote-80bd4278a2328f87.d @@ -0,0 +1,13 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/quote-80bd4278a2328f87.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.44/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.44/src/ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.44/src/format.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.44/src/ident_fragment.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.44/src/to_tokens.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.44/src/runtime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.44/src/spanned.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libquote-80bd4278a2328f87.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.44/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.44/src/ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.44/src/format.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.44/src/ident_fragment.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.44/src/to_tokens.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.44/src/runtime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.44/src/spanned.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libquote-80bd4278a2328f87.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.44/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.44/src/ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.44/src/format.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.44/src/ident_fragment.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.44/src/to_tokens.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.44/src/runtime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.44/src/spanned.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.44/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.44/src/ext.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.44/src/format.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.44/src/ident_fragment.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.44/src/to_tokens.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.44/src/runtime.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.44/src/spanned.rs: diff --git a/target/debug/deps/rand-127c9c57717576b7.d b/target/debug/deps/rand-127c9c57717576b7.d new file mode 100644 index 0000000..f51f713 --- /dev/null +++ b/target/debug/deps/rand-127c9c57717576b7.d @@ -0,0 +1,34 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/rand-127c9c57717576b7.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/bernoulli.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/distribution.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/float.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/integer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/other.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/uniform.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/uniform_float.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/uniform_int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/uniform_other.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/weighted/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/weighted/weighted_index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/prelude.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/rng.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/rngs/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/rngs/reseeding.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/rngs/mock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/rngs/small.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/rngs/xoshiro256plusplus.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/rngs/std.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/rngs/thread.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/seq/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/seq/coin_flipper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/seq/increasing_uniform.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/seq/iterator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/seq/slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/seq/index.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/librand-127c9c57717576b7.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/bernoulli.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/distribution.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/float.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/integer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/other.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/uniform.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/uniform_float.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/uniform_int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/uniform_other.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/weighted/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/weighted/weighted_index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/prelude.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/rng.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/rngs/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/rngs/reseeding.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/rngs/mock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/rngs/small.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/rngs/xoshiro256plusplus.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/rngs/std.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/rngs/thread.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/seq/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/seq/coin_flipper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/seq/increasing_uniform.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/seq/iterator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/seq/slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/seq/index.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/bernoulli.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/distribution.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/float.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/integer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/other.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/utils.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/slice.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/uniform.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/uniform_float.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/uniform_int.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/uniform_other.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/weighted/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/distr/weighted/weighted_index.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/prelude.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/rng.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/rngs/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/rngs/reseeding.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/rngs/mock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/rngs/small.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/rngs/xoshiro256plusplus.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/rngs/std.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/rngs/thread.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/seq/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/seq/coin_flipper.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/seq/increasing_uniform.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/seq/iterator.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/seq/slice.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/seq/index.rs: diff --git a/target/debug/deps/rand-207fa99c36f62576.d b/target/debug/deps/rand-207fa99c36f62576.d new file mode 100644 index 0000000..7bbcef7 --- /dev/null +++ b/target/debug/deps/rand-207fa99c36f62576.d @@ -0,0 +1,29 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/rand-207fa99c36f62576.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/bernoulli.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/distribution.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/float.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/integer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/other.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/weighted_index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/weighted.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/prelude.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rng.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/adapter/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/adapter/read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/adapter/reseeding.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/mock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/xoshiro256plusplus.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/small.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/std.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/thread.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/seq/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/seq/index.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/librand-207fa99c36f62576.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/bernoulli.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/distribution.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/float.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/integer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/other.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/weighted_index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/weighted.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/prelude.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rng.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/adapter/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/adapter/read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/adapter/reseeding.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/mock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/xoshiro256plusplus.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/small.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/std.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/thread.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/seq/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/seq/index.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/bernoulli.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/distribution.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/float.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/integer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/other.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/slice.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/utils.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/weighted_index.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/weighted.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/prelude.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rng.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/adapter/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/adapter/read.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/adapter/reseeding.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/mock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/xoshiro256plusplus.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/small.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/std.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/thread.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/seq/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/seq/index.rs: diff --git a/target/debug/deps/rand-ad783594c657bb17.d b/target/debug/deps/rand-ad783594c657bb17.d new file mode 100644 index 0000000..ffefdd3 --- /dev/null +++ b/target/debug/deps/rand-ad783594c657bb17.d @@ -0,0 +1,29 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/rand-ad783594c657bb17.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/bernoulli.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/distribution.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/float.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/integer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/other.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/weighted_index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/weighted.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/prelude.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rng.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/adapter/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/adapter/read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/adapter/reseeding.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/mock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/xoshiro256plusplus.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/small.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/std.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/thread.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/seq/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/seq/index.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/librand-ad783594c657bb17.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/bernoulli.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/distribution.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/float.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/integer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/other.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/weighted_index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/weighted.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/prelude.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rng.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/adapter/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/adapter/read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/adapter/reseeding.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/mock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/xoshiro256plusplus.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/small.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/std.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/thread.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/seq/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/seq/index.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/bernoulli.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/distribution.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/float.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/integer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/other.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/slice.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/utils.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/weighted_index.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/weighted.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/prelude.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rng.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/adapter/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/adapter/read.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/adapter/reseeding.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/mock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/xoshiro256plusplus.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/small.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/std.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/thread.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/seq/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/seq/index.rs: diff --git a/target/debug/deps/rand-f085ba31edc6c44b.d b/target/debug/deps/rand-f085ba31edc6c44b.d new file mode 100644 index 0000000..8e54b19 --- /dev/null +++ b/target/debug/deps/rand-f085ba31edc6c44b.d @@ -0,0 +1,31 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/rand-f085ba31edc6c44b.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/bernoulli.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/distribution.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/float.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/integer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/other.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/weighted_index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/weighted.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/prelude.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rng.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/adapter/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/adapter/read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/adapter/reseeding.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/mock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/xoshiro256plusplus.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/small.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/std.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/thread.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/seq/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/seq/index.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/librand-f085ba31edc6c44b.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/bernoulli.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/distribution.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/float.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/integer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/other.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/weighted_index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/weighted.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/prelude.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rng.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/adapter/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/adapter/read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/adapter/reseeding.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/mock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/xoshiro256plusplus.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/small.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/std.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/thread.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/seq/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/seq/index.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/librand-f085ba31edc6c44b.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/bernoulli.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/distribution.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/float.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/integer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/other.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/weighted_index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/weighted.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/prelude.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rng.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/adapter/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/adapter/read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/adapter/reseeding.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/mock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/xoshiro256plusplus.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/small.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/std.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/thread.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/seq/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/seq/index.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/bernoulli.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/distribution.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/float.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/integer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/other.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/slice.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/utils.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/weighted_index.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/uniform.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/distributions/weighted.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/prelude.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rng.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/adapter/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/adapter/read.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/adapter/reseeding.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/mock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/xoshiro256plusplus.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/small.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/std.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/rngs/thread.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/seq/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/seq/index.rs: diff --git a/target/debug/deps/rand_chacha-239586f2dc406064.d b/target/debug/deps/rand_chacha-239586f2dc406064.d new file mode 100644 index 0000000..6dc9174 --- /dev/null +++ b/target/debug/deps/rand_chacha-239586f2dc406064.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/rand_chacha-239586f2dc406064.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/chacha.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/guts.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/librand_chacha-239586f2dc406064.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/chacha.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/guts.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/chacha.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/guts.rs: diff --git a/target/debug/deps/rand_chacha-a185b519e8d38fe6.d b/target/debug/deps/rand_chacha-a185b519e8d38fe6.d new file mode 100644 index 0000000..97b72ed --- /dev/null +++ b/target/debug/deps/rand_chacha-a185b519e8d38fe6.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/rand_chacha-a185b519e8d38fe6.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/chacha.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/guts.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/librand_chacha-a185b519e8d38fe6.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/chacha.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/guts.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/chacha.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/guts.rs: diff --git a/target/debug/deps/rand_chacha-b60b2c077b223c82.d b/target/debug/deps/rand_chacha-b60b2c077b223c82.d new file mode 100644 index 0000000..754707b --- /dev/null +++ b/target/debug/deps/rand_chacha-b60b2c077b223c82.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/rand_chacha-b60b2c077b223c82.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.9.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.9.0/src/chacha.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.9.0/src/guts.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/librand_chacha-b60b2c077b223c82.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.9.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.9.0/src/chacha.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.9.0/src/guts.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.9.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.9.0/src/chacha.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.9.0/src/guts.rs: diff --git a/target/debug/deps/rand_chacha-e217709165cc1f2c.d b/target/debug/deps/rand_chacha-e217709165cc1f2c.d new file mode 100644 index 0000000..b4f6a27 --- /dev/null +++ b/target/debug/deps/rand_chacha-e217709165cc1f2c.d @@ -0,0 +1,9 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/rand_chacha-e217709165cc1f2c.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/chacha.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/guts.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/librand_chacha-e217709165cc1f2c.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/chacha.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/guts.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/librand_chacha-e217709165cc1f2c.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/chacha.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/guts.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/chacha.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/guts.rs: diff --git a/target/debug/deps/rand_core-06e9abe8d9f6a8ec.d b/target/debug/deps/rand_core-06e9abe8d9f6a8ec.d new file mode 100644 index 0000000..dc80811 --- /dev/null +++ b/target/debug/deps/rand_core-06e9abe8d9f6a8ec.d @@ -0,0 +1,10 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/rand_core-06e9abe8d9f6a8ec.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/block.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/le.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/os.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/librand_core-06e9abe8d9f6a8ec.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/block.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/le.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/os.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/block.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/impls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/le.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/os.rs: diff --git a/target/debug/deps/rand_core-7a723da0435122ab.d b/target/debug/deps/rand_core-7a723da0435122ab.d new file mode 100644 index 0000000..72026cd --- /dev/null +++ b/target/debug/deps/rand_core-7a723da0435122ab.d @@ -0,0 +1,12 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/rand_core-7a723da0435122ab.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/block.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/le.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/os.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/librand_core-7a723da0435122ab.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/block.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/le.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/os.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/librand_core-7a723da0435122ab.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/block.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/le.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/os.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/block.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/impls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/le.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/os.rs: diff --git a/target/debug/deps/rand_core-d22eaf1ecb91e9f6.d b/target/debug/deps/rand_core-d22eaf1ecb91e9f6.d new file mode 100644 index 0000000..bee0457 --- /dev/null +++ b/target/debug/deps/rand_core-d22eaf1ecb91e9f6.d @@ -0,0 +1,10 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/rand_core-d22eaf1ecb91e9f6.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/block.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/le.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/os.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/librand_core-d22eaf1ecb91e9f6.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/block.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/le.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/os.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/block.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/impls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/le.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/os.rs: diff --git a/target/debug/deps/rand_core-f359f189388dcd39.d b/target/debug/deps/rand_core-f359f189388dcd39.d new file mode 100644 index 0000000..1a4a157 --- /dev/null +++ b/target/debug/deps/rand_core-f359f189388dcd39.d @@ -0,0 +1,9 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/rand_core-f359f189388dcd39.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/block.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/le.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/os.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/librand_core-f359f189388dcd39.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/block.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/le.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/os.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/block.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/impls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/le.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/os.rs: diff --git a/target/debug/deps/regex-1708870178da8b22.d b/target/debug/deps/regex-1708870178da8b22.d new file mode 100644 index 0000000..cbb8f12 --- /dev/null +++ b/target/debug/deps/regex-1708870178da8b22.d @@ -0,0 +1,17 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/regex-1708870178da8b22.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/builders.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/find_byte.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/regex/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/regex/bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/regex/string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/regexset/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/regexset/bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/regexset/string.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libregex-1708870178da8b22.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/builders.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/find_byte.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/regex/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/regex/bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/regex/string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/regexset/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/regexset/bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/regexset/string.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libregex-1708870178da8b22.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/builders.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/find_byte.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/regex/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/regex/bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/regex/string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/regexset/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/regexset/bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/regexset/string.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/builders.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/bytes.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/find_byte.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/regex/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/regex/bytes.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/regex/string.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/regexset/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/regexset/bytes.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/regexset/string.rs: diff --git a/target/debug/deps/regex-d01d8e4a1ea0bcaf.d b/target/debug/deps/regex-d01d8e4a1ea0bcaf.d new file mode 100644 index 0000000..c6374c3 --- /dev/null +++ b/target/debug/deps/regex-d01d8e4a1ea0bcaf.d @@ -0,0 +1,15 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/regex-d01d8e4a1ea0bcaf.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/builders.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/find_byte.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/regex/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/regex/bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/regex/string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/regexset/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/regexset/bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/regexset/string.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libregex-d01d8e4a1ea0bcaf.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/builders.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/find_byte.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/regex/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/regex/bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/regex/string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/regexset/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/regexset/bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/regexset/string.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/builders.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/bytes.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/find_byte.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/regex/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/regex/bytes.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/regex/string.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/regexset/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/regexset/bytes.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.2/src/regexset/string.rs: diff --git a/target/debug/deps/regex_automata-1ff508278ed9cbb5.d b/target/debug/deps/regex_automata-1ff508278ed9cbb5.d new file mode 100644 index 0000000..e1a9856 --- /dev/null +++ b/target/debug/deps/regex_automata-1ff508278ed9cbb5.d @@ -0,0 +1,75 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/regex_automata-1ff508278ed9cbb5.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/dense.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/onepass.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/regex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/sparse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/accel.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/automaton.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/determinize.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/minimize.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/remapper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/search.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/special.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/start.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/hybrid/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/hybrid/dfa.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/hybrid/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/hybrid/id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/hybrid/regex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/hybrid/search.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/limited.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/literal.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/regex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/reverse_inner.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/stopat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/strategy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/wrappers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/backtrack.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/compiler.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/literal_trie.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/nfa.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/pikevm.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/range_trie.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/alphabet.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/captures.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/escape.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/interpolate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/lazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/look.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/pool.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/prefilter/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/prefilter/aho_corasick.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/prefilter/byteset.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/prefilter/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/prefilter/memmem.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/prefilter/teddy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/primitives.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/start.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/syntax.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/wire.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/determinize/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/determinize/state.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/empty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/search.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/sparse_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/unicode_data/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/utf8.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libregex_automata-1ff508278ed9cbb5.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/dense.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/onepass.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/regex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/sparse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/accel.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/automaton.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/determinize.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/minimize.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/remapper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/search.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/special.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/start.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/hybrid/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/hybrid/dfa.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/hybrid/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/hybrid/id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/hybrid/regex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/hybrid/search.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/limited.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/literal.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/regex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/reverse_inner.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/stopat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/strategy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/wrappers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/backtrack.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/compiler.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/literal_trie.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/nfa.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/pikevm.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/range_trie.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/alphabet.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/captures.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/escape.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/interpolate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/lazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/look.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/pool.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/prefilter/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/prefilter/aho_corasick.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/prefilter/byteset.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/prefilter/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/prefilter/memmem.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/prefilter/teddy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/primitives.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/start.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/syntax.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/wire.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/determinize/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/determinize/state.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/empty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/search.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/sparse_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/unicode_data/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/utf8.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libregex_automata-1ff508278ed9cbb5.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/dense.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/onepass.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/regex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/sparse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/accel.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/automaton.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/determinize.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/minimize.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/remapper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/search.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/special.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/start.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/hybrid/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/hybrid/dfa.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/hybrid/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/hybrid/id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/hybrid/regex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/hybrid/search.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/limited.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/literal.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/regex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/reverse_inner.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/stopat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/strategy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/wrappers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/backtrack.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/compiler.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/literal_trie.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/nfa.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/pikevm.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/range_trie.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/alphabet.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/captures.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/escape.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/interpolate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/lazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/look.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/pool.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/prefilter/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/prefilter/aho_corasick.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/prefilter/byteset.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/prefilter/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/prefilter/memmem.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/prefilter/teddy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/primitives.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/start.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/syntax.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/wire.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/determinize/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/determinize/state.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/empty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/search.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/sparse_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/unicode_data/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/utf8.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/dense.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/onepass.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/regex.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/sparse.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/accel.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/automaton.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/determinize.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/minimize.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/remapper.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/search.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/special.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/start.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/hybrid/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/hybrid/dfa.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/hybrid/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/hybrid/id.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/hybrid/regex.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/hybrid/search.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/limited.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/literal.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/regex.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/reverse_inner.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/stopat.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/strategy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/wrappers.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/backtrack.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/builder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/compiler.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/literal_trie.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/nfa.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/pikevm.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/range_trie.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/alphabet.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/captures.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/escape.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/interpolate.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/iter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/lazy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/look.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/pool.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/prefilter/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/prefilter/aho_corasick.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/prefilter/byteset.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/prefilter/memchr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/prefilter/memmem.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/prefilter/teddy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/primitives.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/start.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/syntax.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/wire.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/determinize/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/determinize/state.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/empty.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/int.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/memchr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/search.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/sparse_set.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/unicode_data/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/utf8.rs: diff --git a/target/debug/deps/regex_automata-24f4bb09ce32d121.d b/target/debug/deps/regex_automata-24f4bb09ce32d121.d new file mode 100644 index 0000000..ee3b9da --- /dev/null +++ b/target/debug/deps/regex_automata-24f4bb09ce32d121.d @@ -0,0 +1,73 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/regex_automata-24f4bb09ce32d121.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/dense.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/onepass.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/regex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/sparse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/accel.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/automaton.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/determinize.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/minimize.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/remapper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/search.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/special.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/start.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/hybrid/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/hybrid/dfa.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/hybrid/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/hybrid/id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/hybrid/regex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/hybrid/search.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/limited.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/literal.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/regex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/reverse_inner.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/stopat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/strategy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/wrappers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/backtrack.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/compiler.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/literal_trie.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/nfa.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/pikevm.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/range_trie.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/alphabet.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/captures.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/escape.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/interpolate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/lazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/look.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/pool.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/prefilter/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/prefilter/aho_corasick.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/prefilter/byteset.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/prefilter/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/prefilter/memmem.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/prefilter/teddy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/primitives.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/start.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/syntax.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/wire.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/determinize/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/determinize/state.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/empty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/search.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/sparse_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/unicode_data/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/utf8.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libregex_automata-24f4bb09ce32d121.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/dense.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/onepass.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/regex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/sparse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/accel.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/automaton.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/determinize.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/minimize.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/remapper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/search.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/special.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/start.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/hybrid/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/hybrid/dfa.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/hybrid/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/hybrid/id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/hybrid/regex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/hybrid/search.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/limited.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/literal.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/regex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/reverse_inner.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/stopat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/strategy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/wrappers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/backtrack.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/compiler.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/literal_trie.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/nfa.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/pikevm.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/range_trie.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/alphabet.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/captures.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/escape.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/interpolate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/lazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/look.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/pool.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/prefilter/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/prefilter/aho_corasick.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/prefilter/byteset.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/prefilter/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/prefilter/memmem.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/prefilter/teddy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/primitives.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/start.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/syntax.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/wire.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/determinize/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/determinize/state.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/empty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/search.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/sparse_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/unicode_data/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/utf8.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/dense.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/onepass.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/regex.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/sparse.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/accel.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/automaton.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/determinize.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/minimize.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/remapper.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/search.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/special.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/dfa/start.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/hybrid/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/hybrid/dfa.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/hybrid/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/hybrid/id.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/hybrid/regex.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/hybrid/search.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/limited.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/literal.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/regex.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/reverse_inner.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/stopat.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/strategy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/meta/wrappers.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/backtrack.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/builder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/compiler.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/literal_trie.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/nfa.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/pikevm.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/nfa/thompson/range_trie.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/alphabet.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/captures.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/escape.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/interpolate.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/iter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/lazy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/look.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/pool.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/prefilter/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/prefilter/aho_corasick.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/prefilter/byteset.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/prefilter/memchr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/prefilter/memmem.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/prefilter/teddy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/primitives.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/start.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/syntax.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/wire.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/determinize/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/determinize/state.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/empty.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/int.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/memchr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/search.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/sparse_set.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/unicode_data/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.13/src/util/utf8.rs: diff --git a/target/debug/deps/regex_syntax-124bc699cbdd73e4.d b/target/debug/deps/regex_syntax-124bc699cbdd73e4.d new file mode 100644 index 0000000..b1ca1e5 --- /dev/null +++ b/target/debug/deps/regex_syntax-124bc699cbdd73e4.d @@ -0,0 +1,37 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/regex_syntax-124bc699cbdd73e4.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/ast/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/ast/parse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/ast/print.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/ast/visitor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/debug.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/either.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/hir/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/hir/interval.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/hir/literal.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/hir/print.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/hir/translate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/hir/visitor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/rank.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/age.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/case_folding_simple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/general_category.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/grapheme_cluster_break.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/perl_word.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/property_bool.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/property_names.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/property_values.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/script.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/script_extension.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/sentence_break.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/word_break.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/utf8.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libregex_syntax-124bc699cbdd73e4.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/ast/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/ast/parse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/ast/print.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/ast/visitor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/debug.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/either.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/hir/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/hir/interval.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/hir/literal.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/hir/print.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/hir/translate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/hir/visitor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/rank.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/age.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/case_folding_simple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/general_category.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/grapheme_cluster_break.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/perl_word.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/property_bool.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/property_names.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/property_values.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/script.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/script_extension.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/sentence_break.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/word_break.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/utf8.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libregex_syntax-124bc699cbdd73e4.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/ast/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/ast/parse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/ast/print.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/ast/visitor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/debug.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/either.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/hir/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/hir/interval.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/hir/literal.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/hir/print.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/hir/translate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/hir/visitor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/rank.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/age.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/case_folding_simple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/general_category.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/grapheme_cluster_break.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/perl_word.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/property_bool.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/property_names.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/property_values.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/script.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/script_extension.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/sentence_break.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/word_break.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/utf8.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/ast/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/ast/parse.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/ast/print.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/ast/visitor.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/debug.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/either.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/hir/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/hir/interval.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/hir/literal.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/hir/print.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/hir/translate.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/hir/visitor.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/parser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/rank.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/age.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/case_folding_simple.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/general_category.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/grapheme_cluster_break.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/perl_word.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/property_bool.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/property_names.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/property_values.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/script.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/script_extension.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/sentence_break.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/word_break.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/utf8.rs: diff --git a/target/debug/deps/regex_syntax-6f60a0fc25418602.d b/target/debug/deps/regex_syntax-6f60a0fc25418602.d new file mode 100644 index 0000000..abff2e0 --- /dev/null +++ b/target/debug/deps/regex_syntax-6f60a0fc25418602.d @@ -0,0 +1,35 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/regex_syntax-6f60a0fc25418602.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/ast/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/ast/parse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/ast/print.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/ast/visitor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/debug.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/either.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/hir/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/hir/interval.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/hir/literal.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/hir/print.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/hir/translate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/hir/visitor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/rank.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/age.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/case_folding_simple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/general_category.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/grapheme_cluster_break.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/perl_word.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/property_bool.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/property_names.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/property_values.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/script.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/script_extension.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/sentence_break.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/word_break.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/utf8.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libregex_syntax-6f60a0fc25418602.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/ast/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/ast/parse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/ast/print.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/ast/visitor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/debug.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/either.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/hir/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/hir/interval.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/hir/literal.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/hir/print.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/hir/translate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/hir/visitor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/rank.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/age.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/case_folding_simple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/general_category.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/grapheme_cluster_break.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/perl_word.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/property_bool.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/property_names.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/property_values.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/script.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/script_extension.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/sentence_break.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/word_break.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/utf8.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/ast/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/ast/parse.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/ast/print.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/ast/visitor.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/debug.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/either.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/hir/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/hir/interval.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/hir/literal.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/hir/print.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/hir/translate.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/hir/visitor.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/parser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/rank.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/age.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/case_folding_simple.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/general_category.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/grapheme_cluster_break.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/perl_word.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/property_bool.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/property_names.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/property_values.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/script.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/script_extension.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/sentence_break.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/unicode_tables/word_break.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.8/src/utf8.rs: diff --git a/target/debug/deps/reqwest-2ee758f0df0d0d4e.d b/target/debug/deps/reqwest-2ee758f0df0d0d4e.d new file mode 100644 index 0000000..484d1c1 --- /dev/null +++ b/target/debug/deps/reqwest-2ee758f0df0d0d4e.d @@ -0,0 +1,25 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/reqwest-2ee758f0df0d0d4e.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/into_url.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/config.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/client.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/h3_client/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/upgrade.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/connect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/dns/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/dns/gai.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/dns/resolve.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/proxy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/redirect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/retry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/tls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/util.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libreqwest-2ee758f0df0d0d4e.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/into_url.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/config.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/client.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/h3_client/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/upgrade.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/connect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/dns/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/dns/gai.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/dns/resolve.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/proxy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/redirect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/retry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/tls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/util.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/into_url.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/response.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/config.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/body.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/client.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/h3_client/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/request.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/response.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/upgrade.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/connect.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/dns/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/dns/gai.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/dns/resolve.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/proxy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/redirect.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/retry.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/tls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/util.rs: diff --git a/target/debug/deps/reqwest-55aeeb7f20137d82.d b/target/debug/deps/reqwest-55aeeb7f20137d82.d new file mode 100644 index 0000000..02c1007 --- /dev/null +++ b/target/debug/deps/reqwest-55aeeb7f20137d82.d @@ -0,0 +1,25 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/reqwest-55aeeb7f20137d82.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/into_url.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/config.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/client.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/h3_client/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/upgrade.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/connect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/dns/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/dns/gai.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/dns/resolve.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/proxy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/redirect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/retry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/tls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/util.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libreqwest-55aeeb7f20137d82.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/into_url.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/config.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/client.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/h3_client/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/upgrade.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/connect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/dns/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/dns/gai.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/dns/resolve.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/proxy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/redirect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/retry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/tls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/util.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/into_url.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/response.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/config.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/body.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/client.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/h3_client/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/request.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/response.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/upgrade.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/connect.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/dns/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/dns/gai.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/dns/resolve.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/proxy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/redirect.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/retry.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/tls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/util.rs: diff --git a/target/debug/deps/ring-19ffdc09b45d9c9f.d b/target/debug/deps/ring-19ffdc09b45d9c9f.d new file mode 100644 index 0000000..ebf61ba --- /dev/null +++ b/target/debug/deps/ring-19ffdc09b45d9c9f.d @@ -0,0 +1,157 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/ring-19ffdc09b45d9c9f.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/debug.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/prefixed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/testutil.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/bssl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/polyfill.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/polyfill/cold_error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/polyfill/array_flat_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/polyfill/array_split_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/polyfill/cstr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/polyfill/sliceutil.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/polyfill/leading_zeros_skipped.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/polyfill/once_cell/race.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/polyfill/notsend.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/polyfill/ptr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/polyfill/slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/polyfill/slice/as_chunks.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/polyfill/slice/as_chunks_mut.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/polyfill/unwrap_const.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/aes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/aes/ffi.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/aes/bs.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/aes/fallback.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/aes/hw.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/aes/vp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/aes_gcm.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/aes_gcm/aarch64.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/aes_gcm/aeshwclmulmovbe.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/aes_gcm/vaesclmulavx2.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/algorithm.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/chacha.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/chacha20_poly1305/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/chacha20_poly1305_openssh.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/gcm.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/gcm/ffi.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/gcm/clmul.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/gcm/clmulavxmovbe.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/gcm/fallback.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/gcm/neon.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/gcm/vclmulavx2.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/less_safe_key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/nonce.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/opening_key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/overlapping/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/overlapping/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/overlapping/base.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/overlapping/partial_block.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/poly1305.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/poly1305/ffi_arm_neon.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/poly1305/ffi_fallback.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/quic.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/sealing_key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/shift.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/unbound_key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/agreement.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/ffi.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/constant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/bigint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/bigint/boxed_limbs.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/bigint/modulus.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/bigint/modulusvalue.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/bigint/private_exponent.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/inout.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/limbs/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/limbs/aarch64/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/limbs/x86_64/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/limbs/x86_64/mont.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/limbs512/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/limbs512/storage.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/montgomery.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/n0.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/bits.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/bb/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/bb/boolmask.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/bb/leaky.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/bb/word.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/c.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/deprecated_constant_time.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/io.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/io/der.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/io/writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/io/der_writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/io/positive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/cpu.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/digest.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/digest/dynstate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/digest/sha1.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/digest/sha2/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/digest/sha2/ffi.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/digest/sha2/fallback.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/digest/sha2/sha2_32.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/digest/sha2/sha2_64.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/curve25519.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/curve25519/ed25519.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/curve25519/ed25519/signing.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/curve25519/ed25519/verification.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/curve25519/x25519.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/curve25519/ops.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/curve25519/scalar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/keys.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/suite_b.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/suite_b/curve.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/suite_b/ecdh.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/suite_b/ecdsa.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/suite_b/ecdsa/digest_scalar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/suite_b/ecdsa/signing.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/suite_b/ecdsa/verification.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/suite_b/ops.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/suite_b/ops/elem.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/suite_b/ops/p256.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/suite_b/ops/p384.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/suite_b/private_key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/suite_b/public_key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/error/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/error/input_too_long.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/error/into_unspecified.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/error/key_rejected.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/error/unspecified.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/hkdf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/hmac.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/limb.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/pbkdf2.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/pkcs8.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/rand.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/rsa.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/rsa/padding.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/rsa/padding/pkcs1.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/rsa/padding/pss.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/rsa/keypair.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/rsa/keypair_components.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/rsa/public_exponent.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/rsa/public_key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/rsa/public_key_components.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/rsa/public_modulus.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/rsa/verification.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/signature.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/deprecated_test.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/chacha/ffi.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/chacha20_poly1305/integrated.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/cpu/intel.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/curve25519/ed25519/ed25519_pkcs8_v2_template.der /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/suite_b/ecdsa/ecPublicKey_p256_pkcs8_v1_template.der /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/suite_b/ecdsa/ecPublicKey_p384_pkcs8_v1_template.der /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/rsa/../data/alg-rsa-encryption.der + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libring-19ffdc09b45d9c9f.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/debug.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/prefixed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/testutil.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/bssl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/polyfill.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/polyfill/cold_error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/polyfill/array_flat_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/polyfill/array_split_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/polyfill/cstr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/polyfill/sliceutil.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/polyfill/leading_zeros_skipped.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/polyfill/once_cell/race.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/polyfill/notsend.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/polyfill/ptr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/polyfill/slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/polyfill/slice/as_chunks.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/polyfill/slice/as_chunks_mut.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/polyfill/unwrap_const.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/aes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/aes/ffi.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/aes/bs.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/aes/fallback.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/aes/hw.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/aes/vp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/aes_gcm.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/aes_gcm/aarch64.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/aes_gcm/aeshwclmulmovbe.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/aes_gcm/vaesclmulavx2.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/algorithm.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/chacha.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/chacha20_poly1305/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/chacha20_poly1305_openssh.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/gcm.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/gcm/ffi.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/gcm/clmul.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/gcm/clmulavxmovbe.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/gcm/fallback.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/gcm/neon.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/gcm/vclmulavx2.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/less_safe_key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/nonce.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/opening_key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/overlapping/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/overlapping/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/overlapping/base.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/overlapping/partial_block.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/poly1305.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/poly1305/ffi_arm_neon.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/poly1305/ffi_fallback.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/quic.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/sealing_key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/shift.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/unbound_key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/agreement.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/ffi.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/constant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/bigint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/bigint/boxed_limbs.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/bigint/modulus.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/bigint/modulusvalue.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/bigint/private_exponent.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/inout.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/limbs/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/limbs/aarch64/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/limbs/x86_64/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/limbs/x86_64/mont.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/limbs512/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/limbs512/storage.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/montgomery.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/n0.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/bits.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/bb/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/bb/boolmask.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/bb/leaky.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/bb/word.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/c.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/deprecated_constant_time.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/io.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/io/der.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/io/writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/io/der_writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/io/positive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/cpu.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/digest.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/digest/dynstate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/digest/sha1.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/digest/sha2/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/digest/sha2/ffi.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/digest/sha2/fallback.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/digest/sha2/sha2_32.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/digest/sha2/sha2_64.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/curve25519.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/curve25519/ed25519.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/curve25519/ed25519/signing.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/curve25519/ed25519/verification.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/curve25519/x25519.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/curve25519/ops.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/curve25519/scalar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/keys.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/suite_b.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/suite_b/curve.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/suite_b/ecdh.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/suite_b/ecdsa.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/suite_b/ecdsa/digest_scalar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/suite_b/ecdsa/signing.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/suite_b/ecdsa/verification.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/suite_b/ops.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/suite_b/ops/elem.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/suite_b/ops/p256.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/suite_b/ops/p384.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/suite_b/private_key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/suite_b/public_key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/error/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/error/input_too_long.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/error/into_unspecified.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/error/key_rejected.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/error/unspecified.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/hkdf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/hmac.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/limb.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/pbkdf2.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/pkcs8.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/rand.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/rsa.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/rsa/padding.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/rsa/padding/pkcs1.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/rsa/padding/pss.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/rsa/keypair.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/rsa/keypair_components.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/rsa/public_exponent.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/rsa/public_key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/rsa/public_key_components.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/rsa/public_modulus.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/rsa/verification.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/signature.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/deprecated_test.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/chacha/ffi.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/chacha20_poly1305/integrated.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/cpu/intel.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/curve25519/ed25519/ed25519_pkcs8_v2_template.der /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/suite_b/ecdsa/ecPublicKey_p256_pkcs8_v1_template.der /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/suite_b/ecdsa/ecPublicKey_p384_pkcs8_v1_template.der /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/rsa/../data/alg-rsa-encryption.der + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/debug.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/prefixed.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/testutil.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/bssl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/polyfill.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/polyfill/cold_error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/polyfill/array_flat_map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/polyfill/array_split_map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/polyfill/cstr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/polyfill/sliceutil.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/polyfill/leading_zeros_skipped.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/polyfill/once_cell/race.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/polyfill/notsend.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/polyfill/ptr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/polyfill/slice.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/polyfill/slice/as_chunks.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/polyfill/slice/as_chunks_mut.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/polyfill/unwrap_const.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/aes.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/aes/ffi.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/aes/bs.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/aes/fallback.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/aes/hw.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/aes/vp.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/aes_gcm.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/aes_gcm/aarch64.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/aes_gcm/aeshwclmulmovbe.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/aes_gcm/vaesclmulavx2.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/algorithm.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/chacha.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/chacha20_poly1305/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/chacha20_poly1305_openssh.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/gcm.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/gcm/ffi.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/gcm/clmul.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/gcm/clmulavxmovbe.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/gcm/fallback.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/gcm/neon.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/gcm/vclmulavx2.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/less_safe_key.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/nonce.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/opening_key.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/overlapping/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/overlapping/array.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/overlapping/base.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/overlapping/partial_block.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/poly1305.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/poly1305/ffi_arm_neon.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/poly1305/ffi_fallback.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/quic.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/sealing_key.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/shift.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/unbound_key.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/agreement.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/ffi.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/constant.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/bigint.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/bigint/boxed_limbs.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/bigint/modulus.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/bigint/modulusvalue.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/bigint/private_exponent.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/inout.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/limbs/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/limbs/aarch64/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/limbs/x86_64/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/limbs/x86_64/mont.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/limbs512/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/limbs512/storage.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/montgomery.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/arithmetic/n0.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/bits.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/bb/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/bb/boolmask.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/bb/leaky.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/bb/word.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/c.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/deprecated_constant_time.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/io.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/io/der.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/io/writer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/io/der_writer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/io/positive.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/cpu.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/digest.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/digest/dynstate.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/digest/sha1.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/digest/sha2/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/digest/sha2/ffi.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/digest/sha2/fallback.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/digest/sha2/sha2_32.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/digest/sha2/sha2_64.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/curve25519.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/curve25519/ed25519.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/curve25519/ed25519/signing.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/curve25519/ed25519/verification.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/curve25519/x25519.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/curve25519/ops.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/curve25519/scalar.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/keys.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/suite_b.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/suite_b/curve.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/suite_b/ecdh.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/suite_b/ecdsa.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/suite_b/ecdsa/digest_scalar.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/suite_b/ecdsa/signing.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/suite_b/ecdsa/verification.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/suite_b/ops.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/suite_b/ops/elem.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/suite_b/ops/p256.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/suite_b/ops/p384.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/suite_b/private_key.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/suite_b/public_key.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/error/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/error/input_too_long.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/error/into_unspecified.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/error/key_rejected.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/error/unspecified.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/hkdf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/hmac.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/limb.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/pbkdf2.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/pkcs8.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/rand.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/rsa.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/rsa/padding.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/rsa/padding/pkcs1.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/rsa/padding/pss.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/rsa/keypair.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/rsa/keypair_components.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/rsa/public_exponent.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/rsa/public_key.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/rsa/public_key_components.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/rsa/public_modulus.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/rsa/verification.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/signature.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/deprecated_test.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/chacha/ffi.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/aead/chacha20_poly1305/integrated.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/cpu/intel.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/curve25519/ed25519/ed25519_pkcs8_v2_template.der: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/suite_b/ecdsa/ecPublicKey_p256_pkcs8_v1_template.der: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/ec/suite_b/ecdsa/ecPublicKey_p384_pkcs8_v1_template.der: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/rsa/../data/alg-rsa-encryption.der: + +# env-dep:CARGO_PKG_NAME=ring +# env-dep:CARGO_PKG_VERSION_MAJOR=0 +# env-dep:CARGO_PKG_VERSION_MINOR=17 +# env-dep:CARGO_PKG_VERSION_PATCH=14 +# env-dep:CARGO_PKG_VERSION_PRE= diff --git a/target/debug/deps/rust_i18n-062356fc300bcb7a.d b/target/debug/deps/rust_i18n-062356fc300bcb7a.d new file mode 100644 index 0000000..2e589d4 --- /dev/null +++ b/target/debug/deps/rust_i18n-062356fc300bcb7a.d @@ -0,0 +1,6 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/rust_i18n-062356fc300bcb7a.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-3.1.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-3.1.5/src/../README.md + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/librust_i18n-062356fc300bcb7a.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-3.1.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-3.1.5/src/../README.md + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-3.1.5/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-3.1.5/src/../README.md: diff --git a/target/debug/deps/rust_i18n-582d1f59f4dee0bd.d b/target/debug/deps/rust_i18n-582d1f59f4dee0bd.d new file mode 100644 index 0000000..30109c7 --- /dev/null +++ b/target/debug/deps/rust_i18n-582d1f59f4dee0bd.d @@ -0,0 +1,6 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/rust_i18n-582d1f59f4dee0bd.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-3.1.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-3.1.5/src/../README.md + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/librust_i18n-582d1f59f4dee0bd.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-3.1.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-3.1.5/src/../README.md + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-3.1.5/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-3.1.5/src/../README.md: diff --git a/target/debug/deps/rust_i18n_macro-747eb4a79e55cff3.d b/target/debug/deps/rust_i18n_macro-747eb4a79e55cff3.d new file mode 100644 index 0000000..2f97655 --- /dev/null +++ b/target/debug/deps/rust_i18n_macro-747eb4a79e55cff3.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/rust_i18n_macro-747eb4a79e55cff3.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-macro-3.1.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-macro-3.1.5/src/minify_key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-macro-3.1.5/src/tr.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/librust_i18n_macro-747eb4a79e55cff3.so: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-macro-3.1.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-macro-3.1.5/src/minify_key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-macro-3.1.5/src/tr.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-macro-3.1.5/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-macro-3.1.5/src/minify_key.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-macro-3.1.5/src/tr.rs: diff --git a/target/debug/deps/rust_i18n_macro-94e9837c093e68fa.d b/target/debug/deps/rust_i18n_macro-94e9837c093e68fa.d new file mode 100644 index 0000000..ee71209 --- /dev/null +++ b/target/debug/deps/rust_i18n_macro-94e9837c093e68fa.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/rust_i18n_macro-94e9837c093e68fa.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-macro-3.1.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-macro-3.1.5/src/minify_key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-macro-3.1.5/src/tr.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/librust_i18n_macro-94e9837c093e68fa.so: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-macro-3.1.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-macro-3.1.5/src/minify_key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-macro-3.1.5/src/tr.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-macro-3.1.5/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-macro-3.1.5/src/minify_key.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-macro-3.1.5/src/tr.rs: diff --git a/target/debug/deps/rust_i18n_support-009ce460d4ea218a.d b/target/debug/deps/rust_i18n_support-009ce460d4ea218a.d new file mode 100644 index 0000000..071208b --- /dev/null +++ b/target/debug/deps/rust_i18n_support-009ce460d4ea218a.d @@ -0,0 +1,12 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/rust_i18n_support-009ce460d4ea218a.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/atomic_str.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/backend.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/config.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/cow_str.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/minify_key.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/librust_i18n_support-009ce460d4ea218a.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/atomic_str.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/backend.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/config.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/cow_str.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/minify_key.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/librust_i18n_support-009ce460d4ea218a.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/atomic_str.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/backend.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/config.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/cow_str.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/minify_key.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/atomic_str.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/backend.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/config.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/cow_str.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/minify_key.rs: diff --git a/target/debug/deps/rust_i18n_support-d8abee9ab1dee8db.d b/target/debug/deps/rust_i18n_support-d8abee9ab1dee8db.d new file mode 100644 index 0000000..b7307d3 --- /dev/null +++ b/target/debug/deps/rust_i18n_support-d8abee9ab1dee8db.d @@ -0,0 +1,10 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/rust_i18n_support-d8abee9ab1dee8db.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/atomic_str.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/backend.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/config.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/cow_str.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/minify_key.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/librust_i18n_support-d8abee9ab1dee8db.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/atomic_str.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/backend.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/config.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/cow_str.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/minify_key.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/atomic_str.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/backend.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/config.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/cow_str.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/minify_key.rs: diff --git a/target/debug/deps/rust_i18n_support-dbb7b62449f32b24.d b/target/debug/deps/rust_i18n_support-dbb7b62449f32b24.d new file mode 100644 index 0000000..3b7734e --- /dev/null +++ b/target/debug/deps/rust_i18n_support-dbb7b62449f32b24.d @@ -0,0 +1,10 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/rust_i18n_support-dbb7b62449f32b24.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/atomic_str.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/backend.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/config.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/cow_str.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/minify_key.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/librust_i18n_support-dbb7b62449f32b24.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/atomic_str.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/backend.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/config.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/cow_str.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/minify_key.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/atomic_str.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/backend.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/config.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/cow_str.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/minify_key.rs: diff --git a/target/debug/deps/rust_i18n_support-e032433c8fbfb7fc.d b/target/debug/deps/rust_i18n_support-e032433c8fbfb7fc.d new file mode 100644 index 0000000..0efef7c --- /dev/null +++ b/target/debug/deps/rust_i18n_support-e032433c8fbfb7fc.d @@ -0,0 +1,12 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/rust_i18n_support-e032433c8fbfb7fc.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/atomic_str.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/backend.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/config.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/cow_str.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/minify_key.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/librust_i18n_support-e032433c8fbfb7fc.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/atomic_str.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/backend.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/config.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/cow_str.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/minify_key.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/librust_i18n_support-e032433c8fbfb7fc.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/atomic_str.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/backend.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/config.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/cow_str.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/minify_key.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/atomic_str.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/backend.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/config.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/cow_str.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-i18n-support-3.1.5/src/minify_key.rs: diff --git a/target/debug/deps/rustapi_core-6c91a800e257953f.d b/target/debug/deps/rustapi_core-6c91a800e257953f.d new file mode 100644 index 0000000..af399df --- /dev/null +++ b/target/debug/deps/rustapi_core-6c91a800e257953f.d @@ -0,0 +1,35 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/rustapi_core-6c91a800e257953f.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/app.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/auto_route.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/auto_schema.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/extract.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/handler.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/hateoas.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/health.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/interceptor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/json.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/middleware/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/middleware/body_limit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/middleware/compression.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/middleware/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/middleware/request_id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/middleware/tracing_layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/multipart.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/path_params.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/path_validation.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/router.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/server.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/sse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/static_files.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/status.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/typed_path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/validation.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/tracing_macros.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/librustapi_core-6c91a800e257953f.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/app.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/auto_route.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/auto_schema.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/extract.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/handler.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/hateoas.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/health.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/interceptor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/json.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/middleware/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/middleware/body_limit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/middleware/compression.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/middleware/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/middleware/request_id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/middleware/tracing_layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/multipart.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/path_params.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/path_validation.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/router.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/server.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/sse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/static_files.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/status.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/typed_path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/validation.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/tracing_macros.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/app.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/auto_route.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/auto_schema.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/extract.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/handler.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/hateoas.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/health.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/interceptor.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/json.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/middleware/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/middleware/body_limit.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/middleware/compression.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/middleware/layer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/middleware/request_id.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/middleware/tracing_layer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/multipart.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/path_params.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/path_validation.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/request.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/response.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/router.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/server.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/sse.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/static_files.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/status.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/stream.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/typed_path.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/validation.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/tracing_macros.rs: diff --git a/target/debug/deps/rustapi_core-ab6c3dd0e2da6d8b.d b/target/debug/deps/rustapi_core-ab6c3dd0e2da6d8b.d new file mode 100644 index 0000000..f6f7173 --- /dev/null +++ b/target/debug/deps/rustapi_core-ab6c3dd0e2da6d8b.d @@ -0,0 +1,34 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/rustapi_core-ab6c3dd0e2da6d8b.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/app.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/auto_route.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/auto_schema.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/extract.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/handler.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/hateoas.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/health.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/interceptor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/json.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/middleware/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/middleware/body_limit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/middleware/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/middleware/request_id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/middleware/tracing_layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/multipart.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/path_params.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/path_validation.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/router.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/server.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/sse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/static_files.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/status.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/typed_path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/validation.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/tracing_macros.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/librustapi_core-ab6c3dd0e2da6d8b.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/app.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/auto_route.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/auto_schema.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/extract.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/handler.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/hateoas.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/health.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/interceptor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/json.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/middleware/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/middleware/body_limit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/middleware/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/middleware/request_id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/middleware/tracing_layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/multipart.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/path_params.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/path_validation.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/router.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/server.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/sse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/static_files.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/status.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/typed_path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/validation.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/tracing_macros.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/app.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/auto_route.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/auto_schema.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/extract.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/handler.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/hateoas.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/health.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/interceptor.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/json.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/middleware/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/middleware/body_limit.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/middleware/layer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/middleware/request_id.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/middleware/tracing_layer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/multipart.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/path_params.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/path_validation.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/request.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/response.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/router.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/server.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/sse.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/static_files.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/status.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/stream.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/typed_path.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/validation.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-core-0.1.207/src/tracing_macros.rs: diff --git a/target/debug/deps/rustapi_extras-4ad5cec43dcc21e7.d b/target/debug/deps/rustapi_extras-4ad5cec43dcc21e7.d new file mode 100644 index 0000000..3f8cb6a --- /dev/null +++ b/target/debug/deps/rustapi_extras-4ad5cec43dcc21e7.d @@ -0,0 +1,33 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/rustapi_extras-4ad5cec43dcc21e7.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/jwt/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/cors/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/rate_limit/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/config/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/sqlx/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/insight/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/insight/config.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/insight/data.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/insight/export.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/insight/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/insight/store.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/timeout/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/guard/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/logging/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/circuit_breaker/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/dedup/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/sanitization/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/security_headers/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/api_key/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/cache/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/otel/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/otel/config.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/otel/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/otel/propagation.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/structured_logging/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/structured_logging/config.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/structured_logging/formats.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/structured_logging/layer.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/librustapi_extras-4ad5cec43dcc21e7.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/jwt/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/cors/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/rate_limit/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/config/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/sqlx/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/insight/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/insight/config.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/insight/data.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/insight/export.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/insight/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/insight/store.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/timeout/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/guard/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/logging/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/circuit_breaker/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/dedup/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/sanitization/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/security_headers/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/api_key/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/cache/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/otel/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/otel/config.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/otel/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/otel/propagation.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/structured_logging/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/structured_logging/config.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/structured_logging/formats.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/structured_logging/layer.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/jwt/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/cors/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/rate_limit/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/config/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/sqlx/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/insight/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/insight/config.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/insight/data.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/insight/export.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/insight/layer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/insight/store.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/timeout/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/guard/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/logging/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/circuit_breaker/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/dedup/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/sanitization/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/security_headers/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/api_key/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/cache/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/otel/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/otel/config.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/otel/layer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/otel/propagation.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/structured_logging/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/structured_logging/config.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/structured_logging/formats.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-extras-0.1.207/src/structured_logging/layer.rs: diff --git a/target/debug/deps/rustapi_macros-0c5d0aa7e67a1d57.d b/target/debug/deps/rustapi_macros-0c5d0aa7e67a1d57.d new file mode 100644 index 0000000..83e3199 --- /dev/null +++ b/target/debug/deps/rustapi_macros-0c5d0aa7e67a1d57.d @@ -0,0 +1,6 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/rustapi_macros-0c5d0aa7e67a1d57.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-macros-0.1.207/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-macros-0.1.207/src/api_error.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/librustapi_macros-0c5d0aa7e67a1d57.so: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-macros-0.1.207/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-macros-0.1.207/src/api_error.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-macros-0.1.207/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-macros-0.1.207/src/api_error.rs: diff --git a/target/debug/deps/rustapi_openapi-2f5f7af0033813ca.d b/target/debug/deps/rustapi_openapi-2f5f7af0033813ca.d new file mode 100644 index 0000000..88c27d0 --- /dev/null +++ b/target/debug/deps/rustapi_openapi-2f5f7af0033813ca.d @@ -0,0 +1,20 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/rustapi_openapi-2f5f7af0033813ca.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/config.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/schemas.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/spec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/swagger.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/v31/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/v31/schema.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/v31/spec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/v31/webhooks.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/versioning/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/versioning/router.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/versioning/strategy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/versioning/version.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/assets/swagger-ui.css /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/assets/swagger-ui-bundle.js /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/assets/swagger-ui-standalone-preset.js + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/librustapi_openapi-2f5f7af0033813ca.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/config.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/schemas.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/spec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/swagger.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/v31/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/v31/schema.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/v31/spec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/v31/webhooks.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/versioning/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/versioning/router.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/versioning/strategy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/versioning/version.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/assets/swagger-ui.css /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/assets/swagger-ui-bundle.js /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/assets/swagger-ui-standalone-preset.js + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/config.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/schemas.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/spec.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/swagger.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/v31/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/v31/schema.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/v31/spec.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/v31/webhooks.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/versioning/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/versioning/router.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/versioning/strategy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/versioning/version.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/assets/swagger-ui.css: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/assets/swagger-ui-bundle.js: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/assets/swagger-ui-standalone-preset.js: diff --git a/target/debug/deps/rustapi_openapi-9b471cd8f338bbca.d b/target/debug/deps/rustapi_openapi-9b471cd8f338bbca.d new file mode 100644 index 0000000..fcee18d --- /dev/null +++ b/target/debug/deps/rustapi_openapi-9b471cd8f338bbca.d @@ -0,0 +1,20 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/rustapi_openapi-9b471cd8f338bbca.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/config.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/schemas.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/spec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/swagger.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/v31/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/v31/schema.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/v31/spec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/v31/webhooks.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/versioning/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/versioning/router.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/versioning/strategy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/versioning/version.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/assets/swagger-ui.css /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/assets/swagger-ui-bundle.js /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/assets/swagger-ui-standalone-preset.js + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/librustapi_openapi-9b471cd8f338bbca.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/config.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/schemas.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/spec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/swagger.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/v31/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/v31/schema.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/v31/spec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/v31/webhooks.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/versioning/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/versioning/router.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/versioning/strategy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/versioning/version.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/assets/swagger-ui.css /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/assets/swagger-ui-bundle.js /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/assets/swagger-ui-standalone-preset.js + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/config.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/schemas.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/spec.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/swagger.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/v31/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/v31/schema.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/v31/spec.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/v31/webhooks.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/versioning/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/versioning/router.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/versioning/strategy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/versioning/version.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/assets/swagger-ui.css: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/assets/swagger-ui-bundle.js: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-openapi-0.1.207/src/assets/swagger-ui-standalone-preset.js: diff --git a/target/debug/deps/rustapi_rs-d0aad71f6dacfe1f.d b/target/debug/deps/rustapi_rs-d0aad71f6dacfe1f.d new file mode 100644 index 0000000..cc4286c --- /dev/null +++ b/target/debug/deps/rustapi_rs-d0aad71f6dacfe1f.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/rustapi_rs-d0aad71f6dacfe1f.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-rs-0.1.207/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/librustapi_rs-d0aad71f6dacfe1f.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-rs-0.1.207/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-rs-0.1.207/src/lib.rs: diff --git a/target/debug/deps/rustapi_rs-fa0679205d1ef883.d b/target/debug/deps/rustapi_rs-fa0679205d1ef883.d new file mode 100644 index 0000000..e077e01 --- /dev/null +++ b/target/debug/deps/rustapi_rs-fa0679205d1ef883.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/rustapi_rs-fa0679205d1ef883.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-rs-0.1.207/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/librustapi_rs-fa0679205d1ef883.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-rs-0.1.207/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-rs-0.1.207/src/lib.rs: diff --git a/target/debug/deps/rustapi_toon-b43eff3573a45b19.d b/target/debug/deps/rustapi_toon-b43eff3573a45b19.d new file mode 100644 index 0000000..57310f7 --- /dev/null +++ b/target/debug/deps/rustapi_toon-b43eff3573a45b19.d @@ -0,0 +1,10 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/rustapi_toon-b43eff3573a45b19.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-toon-0.1.207/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-toon-0.1.207/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-toon-0.1.207/src/extractor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-toon-0.1.207/src/llm_response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-toon-0.1.207/src/negotiate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-toon-0.1.207/src/openapi.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/librustapi_toon-b43eff3573a45b19.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-toon-0.1.207/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-toon-0.1.207/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-toon-0.1.207/src/extractor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-toon-0.1.207/src/llm_response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-toon-0.1.207/src/negotiate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-toon-0.1.207/src/openapi.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-toon-0.1.207/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-toon-0.1.207/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-toon-0.1.207/src/extractor.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-toon-0.1.207/src/llm_response.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-toon-0.1.207/src/negotiate.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-toon-0.1.207/src/openapi.rs: diff --git a/target/debug/deps/rustapi_validate-7e27ce73738b242c.d b/target/debug/deps/rustapi_validate-7e27ce73738b242c.d new file mode 100644 index 0000000..9215424 --- /dev/null +++ b/target/debug/deps/rustapi_validate-7e27ce73738b242c.d @@ -0,0 +1,16 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/rustapi_validate-7e27ce73738b242c.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/custom.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/group.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/i18n.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/rules/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/rules/async_rules.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/rules/sync_rules.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/traits.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/librustapi_validate-7e27ce73738b242c.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/custom.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/group.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/i18n.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/rules/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/rules/async_rules.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/rules/sync_rules.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/traits.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/custom.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/context.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/group.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/i18n.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/rules/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/rules/async_rules.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/rules/sync_rules.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/traits.rs: diff --git a/target/debug/deps/rustapi_validate-a4997e1e0c39baf7.d b/target/debug/deps/rustapi_validate-a4997e1e0c39baf7.d new file mode 100644 index 0000000..2f42c0e --- /dev/null +++ b/target/debug/deps/rustapi_validate-a4997e1e0c39baf7.d @@ -0,0 +1,16 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/rustapi_validate-a4997e1e0c39baf7.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/custom.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/group.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/i18n.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/rules/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/rules/async_rules.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/rules/sync_rules.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/traits.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/librustapi_validate-a4997e1e0c39baf7.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/custom.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/group.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/i18n.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/rules/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/rules/async_rules.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/rules/sync_rules.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/traits.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/custom.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/context.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/group.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/i18n.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/rules/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/rules/async_rules.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/rules/sync_rules.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-validate-0.1.207/src/v2/traits.rs: diff --git a/target/debug/deps/rustapi_view-1539b779597bbe12.d b/target/debug/deps/rustapi_view-1539b779597bbe12.d new file mode 100644 index 0000000..f121a5a --- /dev/null +++ b/target/debug/deps/rustapi_view-1539b779597bbe12.d @@ -0,0 +1,9 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/rustapi_view-1539b779597bbe12.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-view-0.1.207/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-view-0.1.207/src/context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-view-0.1.207/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-view-0.1.207/src/templates.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-view-0.1.207/src/view.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/librustapi_view-1539b779597bbe12.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-view-0.1.207/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-view-0.1.207/src/context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-view-0.1.207/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-view-0.1.207/src/templates.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-view-0.1.207/src/view.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-view-0.1.207/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-view-0.1.207/src/context.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-view-0.1.207/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-view-0.1.207/src/templates.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-view-0.1.207/src/view.rs: diff --git a/target/debug/deps/rustapi_ws-51a40dc57afc028d.d b/target/debug/deps/rustapi_ws-51a40dc57afc028d.d new file mode 100644 index 0000000..3f467f4 --- /dev/null +++ b/target/debug/deps/rustapi_ws-51a40dc57afc028d.d @@ -0,0 +1,14 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/rustapi_ws-51a40dc57afc028d.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-ws-0.1.207/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-ws-0.1.207/src/broadcast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-ws-0.1.207/src/compression.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-ws-0.1.207/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-ws-0.1.207/src/extractor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-ws-0.1.207/src/heartbeat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-ws-0.1.207/src/message.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-ws-0.1.207/src/socket.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-ws-0.1.207/src/upgrade.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-ws-0.1.207/src/auth.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/librustapi_ws-51a40dc57afc028d.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-ws-0.1.207/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-ws-0.1.207/src/broadcast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-ws-0.1.207/src/compression.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-ws-0.1.207/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-ws-0.1.207/src/extractor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-ws-0.1.207/src/heartbeat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-ws-0.1.207/src/message.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-ws-0.1.207/src/socket.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-ws-0.1.207/src/upgrade.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-ws-0.1.207/src/auth.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-ws-0.1.207/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-ws-0.1.207/src/broadcast.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-ws-0.1.207/src/compression.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-ws-0.1.207/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-ws-0.1.207/src/extractor.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-ws-0.1.207/src/heartbeat.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-ws-0.1.207/src/message.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-ws-0.1.207/src/socket.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-ws-0.1.207/src/upgrade.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustapi-ws-0.1.207/src/auth.rs: diff --git a/target/debug/deps/rustix-48b0b7979602738a.d b/target/debug/deps/rustix-48b0b7979602738a.d new file mode 100644 index 0000000..99fbe4c --- /dev/null +++ b/target/debug/deps/rustix-48b0b7979602738a.d @@ -0,0 +1,139 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/rustix-48b0b7979602738a.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/cstr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/std/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/bitcast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/x86_64.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/conv.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/reg.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/vdso.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/vdso_wrappers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/event/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/event/epoll.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/event/poll_fd.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/event/syscalls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/event/types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/dir.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/inotify.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/makedev.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/syscalls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/io/errno.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/io/syscalls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/io/types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/addr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/msghdr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/netdevice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/read_sockaddr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/send_recv.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/sockopt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/syscalls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/write_sockaddr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/param/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/param/auxv.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pipe/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pipe/syscalls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pipe/types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/process/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/process/syscalls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/process/types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/process/wait.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/time/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/time/syscalls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/time/types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/c.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pid/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pid/syscalls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/prctl/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/prctl/syscalls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/ugid/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/ugid/syscalls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/epoll.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/eventfd.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/pause.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/poll.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/select.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/ffi.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/abs.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/at.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/constants.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/copy_file_range.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/dir.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/fadvise.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/fcntl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/fd.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/inotify.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/ioctl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/makedev.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/memfd_create.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/openat2.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/raw_dir.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/seek_from.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/sendfile.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/special.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/statx.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/sync.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/xattr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/close.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/dup.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/errno.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/fcntl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/ioctl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/read_write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/ioctl/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/ioctl/patterns.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/ioctl/linux.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/addr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/send_recv/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/send_recv/msg.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/socket.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/socket_addr_any.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/socketpair.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/netdevice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/sockopt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/path/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/path/arg.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/path/dec_int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/pipe.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/chdir.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/chroot.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/exit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/fcntl_getlk.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/ioctl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/kill.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/pidfd.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/pidfd_getfd.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/pivot_root.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/prctl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/priority.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/rlimit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/umask.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/wait.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/time/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/time/clock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/time/timerfd.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/clockid.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/pid.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/prctl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/signal.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/timespec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/ugid.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/librustix-48b0b7979602738a.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/cstr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/std/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/bitcast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/x86_64.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/conv.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/reg.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/vdso.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/vdso_wrappers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/event/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/event/epoll.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/event/poll_fd.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/event/syscalls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/event/types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/dir.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/inotify.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/makedev.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/syscalls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/io/errno.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/io/syscalls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/io/types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/addr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/msghdr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/netdevice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/read_sockaddr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/send_recv.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/sockopt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/syscalls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/write_sockaddr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/param/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/param/auxv.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pipe/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pipe/syscalls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pipe/types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/process/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/process/syscalls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/process/types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/process/wait.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/time/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/time/syscalls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/time/types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/c.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pid/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pid/syscalls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/prctl/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/prctl/syscalls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/ugid/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/ugid/syscalls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/epoll.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/eventfd.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/pause.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/poll.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/select.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/ffi.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/abs.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/at.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/constants.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/copy_file_range.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/dir.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/fadvise.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/fcntl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/fd.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/inotify.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/ioctl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/makedev.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/memfd_create.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/openat2.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/raw_dir.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/seek_from.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/sendfile.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/special.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/statx.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/sync.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/xattr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/close.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/dup.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/errno.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/fcntl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/ioctl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/read_write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/ioctl/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/ioctl/patterns.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/ioctl/linux.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/addr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/send_recv/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/send_recv/msg.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/socket.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/socket_addr_any.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/socketpair.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/netdevice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/sockopt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/path/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/path/arg.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/path/dec_int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/pipe.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/chdir.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/chroot.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/exit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/fcntl_getlk.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/ioctl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/kill.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/pidfd.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/pidfd_getfd.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/pivot_root.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/prctl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/priority.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/rlimit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/umask.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/wait.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/time/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/time/clock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/time/timerfd.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/clockid.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/pid.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/prctl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/signal.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/timespec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/ugid.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/buffer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/cstr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/utils.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/maybe_polyfill/std/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/bitcast.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/arch/x86_64.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/conv.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/reg.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/vdso.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/vdso_wrappers.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/event/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/event/epoll.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/event/poll_fd.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/event/syscalls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/event/types.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/dir.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/inotify.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/makedev.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/syscalls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/fs/types.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/io/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/io/errno.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/io/syscalls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/io/types.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/addr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/msghdr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/netdevice.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/read_sockaddr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/send_recv.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/sockopt.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/syscalls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/net/write_sockaddr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/param/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/param/auxv.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pipe/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pipe/syscalls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pipe/types.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/process/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/process/syscalls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/process/types.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/process/wait.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/time/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/time/syscalls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/time/types.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/c.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pid/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/pid/syscalls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/prctl/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/prctl/syscalls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/ugid/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/backend/linux_raw/ugid/syscalls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/epoll.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/eventfd.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/pause.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/poll.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/event/select.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/ffi.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/abs.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/at.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/constants.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/copy_file_range.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/dir.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/fadvise.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/fcntl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/fd.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/id.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/inotify.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/ioctl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/makedev.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/memfd_create.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/openat2.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/raw_dir.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/seek_from.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/sendfile.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/special.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/statx.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/sync.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/fs/xattr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/close.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/dup.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/errno.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/fcntl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/ioctl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/io/read_write.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/ioctl/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/ioctl/patterns.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/ioctl/linux.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/addr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/send_recv/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/send_recv/msg.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/socket.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/socket_addr_any.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/socketpair.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/types.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/netdevice.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/net/sockopt.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/path/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/path/arg.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/path/dec_int.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/pipe.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/chdir.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/chroot.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/exit.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/fcntl_getlk.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/id.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/ioctl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/kill.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/pidfd.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/pidfd_getfd.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/pivot_root.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/prctl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/priority.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/rlimit.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/types.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/umask.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/process/wait.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/time/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/time/clock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/time/timerfd.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/clockid.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/pid.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/prctl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/signal.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/timespec.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/ugid.rs: diff --git a/target/debug/deps/rustls_pki_types-ea1e6973ac4b3777.d b/target/debug/deps/rustls_pki_types-ea1e6973ac4b3777.d new file mode 100644 index 0000000..dc1b6a0 --- /dev/null +++ b/target/debug/deps/rustls_pki_types-ea1e6973ac4b3777.d @@ -0,0 +1,28 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/rustls_pki_types-ea1e6973ac4b3777.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/alg_id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/base64.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/server_name.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/pem.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-ml-dsa-44.der /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-ml-dsa-65.der /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-ml-dsa-87.der /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-ecdsa-p256k1.der /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-ecdsa-p256.der /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-ecdsa-p384.der /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-ecdsa-p521.der /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-ecdsa-sha256.der /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-ecdsa-sha384.der /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-ecdsa-sha512.der /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-rsa-encryption.der /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-rsa-pkcs1-sha256.der /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-rsa-pkcs1-sha384.der /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-rsa-pkcs1-sha512.der /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-rsa-pss-sha256.der /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-rsa-pss-sha384.der /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-rsa-pss-sha512.der /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-ed25519.der /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-ed448.der + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/librustls_pki_types-ea1e6973ac4b3777.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/alg_id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/base64.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/server_name.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/pem.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-ml-dsa-44.der /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-ml-dsa-65.der /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-ml-dsa-87.der /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-ecdsa-p256k1.der /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-ecdsa-p256.der /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-ecdsa-p384.der /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-ecdsa-p521.der /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-ecdsa-sha256.der /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-ecdsa-sha384.der /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-ecdsa-sha512.der /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-rsa-encryption.der /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-rsa-pkcs1-sha256.der /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-rsa-pkcs1-sha384.der /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-rsa-pkcs1-sha512.der /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-rsa-pss-sha256.der /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-rsa-pss-sha384.der /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-rsa-pss-sha512.der /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-ed25519.der /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-ed448.der + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/alg_id.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/base64.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/server_name.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/pem.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-ml-dsa-44.der: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-ml-dsa-65.der: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-ml-dsa-87.der: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-ecdsa-p256k1.der: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-ecdsa-p256.der: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-ecdsa-p384.der: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-ecdsa-p521.der: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-ecdsa-sha256.der: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-ecdsa-sha384.der: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-ecdsa-sha512.der: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-rsa-encryption.der: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-rsa-pkcs1-sha256.der: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-rsa-pkcs1-sha384.der: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-rsa-pkcs1-sha512.der: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-rsa-pss-sha256.der: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-rsa-pss-sha384.der: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-rsa-pss-sha512.der: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-ed25519.der: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/data/alg-ed448.der: diff --git a/target/debug/deps/rustversion-211bfd3963d3ccb8.d b/target/debug/deps/rustversion-211bfd3963d3ccb8.d new file mode 100644 index 0000000..c95fa04 --- /dev/null +++ b/target/debug/deps/rustversion-211bfd3963d3ccb8.d @@ -0,0 +1,20 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/rustversion-211bfd3963d3ccb8.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/attr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/bound.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/constfn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/date.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/expand.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/expr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/release.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/time.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/token.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/version.rs /home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/rustversion-d70f972e4b4cf0c8/out/version.expr + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/librustversion-211bfd3963d3ccb8.so: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/attr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/bound.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/constfn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/date.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/expand.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/expr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/release.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/time.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/token.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/version.rs /home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/rustversion-d70f972e4b4cf0c8/out/version.expr + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/attr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/bound.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/constfn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/date.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/expand.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/expr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/iter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/release.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/time.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/token.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/version.rs: +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/rustversion-d70f972e4b4cf0c8/out/version.expr: + +# env-dep:OUT_DIR=/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/rustversion-d70f972e4b4cf0c8/out diff --git a/target/debug/deps/ryu-0383a96f10be4ebf.d b/target/debug/deps/ryu-0383a96f10be4ebf.d new file mode 100644 index 0000000..6246dd7 --- /dev/null +++ b/target/debug/deps/ryu-0383a96f10be4ebf.d @@ -0,0 +1,18 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/ryu-0383a96f10be4ebf.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/buffer/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/common.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/d2s.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/d2s_full_table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/d2s_intrinsics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/digit_table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/f2s.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/f2s_intrinsics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/pretty/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/pretty/exponent.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/pretty/mantissa.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libryu-0383a96f10be4ebf.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/buffer/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/common.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/d2s.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/d2s_full_table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/d2s_intrinsics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/digit_table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/f2s.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/f2s_intrinsics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/pretty/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/pretty/exponent.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/pretty/mantissa.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libryu-0383a96f10be4ebf.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/buffer/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/common.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/d2s.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/d2s_full_table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/d2s_intrinsics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/digit_table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/f2s.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/f2s_intrinsics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/pretty/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/pretty/exponent.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/pretty/mantissa.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/buffer/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/common.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/d2s.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/d2s_full_table.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/d2s_intrinsics.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/digit_table.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/f2s.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/f2s_intrinsics.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/pretty/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/pretty/exponent.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/pretty/mantissa.rs: diff --git a/target/debug/deps/ryu-ab3fb54e1e78329f.d b/target/debug/deps/ryu-ab3fb54e1e78329f.d new file mode 100644 index 0000000..3afc0d2 --- /dev/null +++ b/target/debug/deps/ryu-ab3fb54e1e78329f.d @@ -0,0 +1,16 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/ryu-ab3fb54e1e78329f.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/buffer/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/common.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/d2s.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/d2s_full_table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/d2s_intrinsics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/digit_table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/f2s.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/f2s_intrinsics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/pretty/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/pretty/exponent.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/pretty/mantissa.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libryu-ab3fb54e1e78329f.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/buffer/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/common.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/d2s.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/d2s_full_table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/d2s_intrinsics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/digit_table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/f2s.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/f2s_intrinsics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/pretty/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/pretty/exponent.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/pretty/mantissa.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/buffer/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/common.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/d2s.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/d2s_full_table.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/d2s_intrinsics.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/digit_table.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/f2s.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/f2s_intrinsics.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/pretty/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/pretty/exponent.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.22/src/pretty/mantissa.rs: diff --git a/target/debug/deps/same_file-0fa11d96c298df86.d b/target/debug/deps/same_file-0fa11d96c298df86.d new file mode 100644 index 0000000..887d700 --- /dev/null +++ b/target/debug/deps/same_file-0fa11d96c298df86.d @@ -0,0 +1,6 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/same_file-0fa11d96c298df86.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/unix.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libsame_file-0fa11d96c298df86.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/unix.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/unix.rs: diff --git a/target/debug/deps/same_file-4393dd0a199412cd.d b/target/debug/deps/same_file-4393dd0a199412cd.d new file mode 100644 index 0000000..0823d93 --- /dev/null +++ b/target/debug/deps/same_file-4393dd0a199412cd.d @@ -0,0 +1,8 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/same_file-4393dd0a199412cd.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/unix.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libsame_file-4393dd0a199412cd.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/unix.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libsame_file-4393dd0a199412cd.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/unix.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/unix.rs: diff --git a/target/debug/deps/scopeguard-53ae95c864302c1e.d b/target/debug/deps/scopeguard-53ae95c864302c1e.d new file mode 100644 index 0000000..605b7d2 --- /dev/null +++ b/target/debug/deps/scopeguard-53ae95c864302c1e.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/scopeguard-53ae95c864302c1e.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libscopeguard-53ae95c864302c1e.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libscopeguard-53ae95c864302c1e.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs: diff --git a/target/debug/deps/scopeguard-881bf68c2f011ad5.d b/target/debug/deps/scopeguard-881bf68c2f011ad5.d new file mode 100644 index 0000000..22671ee --- /dev/null +++ b/target/debug/deps/scopeguard-881bf68c2f011ad5.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/scopeguard-881bf68c2f011ad5.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libscopeguard-881bf68c2f011ad5.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs: diff --git a/target/debug/deps/serde-14b6faba9ed2f2d5.d b/target/debug/deps/serde-14b6faba9ed2f2d5.d new file mode 100644 index 0000000..9f5b976 --- /dev/null +++ b/target/debug/deps/serde-14b6faba9ed2f2d5.d @@ -0,0 +1,14 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/serde-14b6faba9ed2f2d5.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/integer128.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/ser.rs /home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde-0c79bc1bb5bf9eba/out/private.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libserde-14b6faba9ed2f2d5.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/integer128.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/ser.rs /home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde-0c79bc1bb5bf9eba/out/private.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libserde-14b6faba9ed2f2d5.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/integer128.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/ser.rs /home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde-0c79bc1bb5bf9eba/out/private.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/integer128.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/ser.rs: +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde-0c79bc1bb5bf9eba/out/private.rs: + +# env-dep:OUT_DIR=/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde-0c79bc1bb5bf9eba/out diff --git a/target/debug/deps/serde-2734cfd91a2f931a.d b/target/debug/deps/serde-2734cfd91a2f931a.d new file mode 100644 index 0000000..a84520a --- /dev/null +++ b/target/debug/deps/serde-2734cfd91a2f931a.d @@ -0,0 +1,14 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/serde-2734cfd91a2f931a.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/integer128.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/ser.rs /home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde-a4ceae42d15d99aa/out/private.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libserde-2734cfd91a2f931a.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/integer128.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/ser.rs /home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde-a4ceae42d15d99aa/out/private.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libserde-2734cfd91a2f931a.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/integer128.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/ser.rs /home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde-a4ceae42d15d99aa/out/private.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/integer128.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/ser.rs: +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde-a4ceae42d15d99aa/out/private.rs: + +# env-dep:OUT_DIR=/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde-a4ceae42d15d99aa/out diff --git a/target/debug/deps/serde-48c117b8186a3d2e.d b/target/debug/deps/serde-48c117b8186a3d2e.d new file mode 100644 index 0000000..886fbcb --- /dev/null +++ b/target/debug/deps/serde-48c117b8186a3d2e.d @@ -0,0 +1,12 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/serde-48c117b8186a3d2e.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/integer128.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/ser.rs /home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde-a4ceae42d15d99aa/out/private.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libserde-48c117b8186a3d2e.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/integer128.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/ser.rs /home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde-a4ceae42d15d99aa/out/private.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/integer128.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/ser.rs: +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde-a4ceae42d15d99aa/out/private.rs: + +# env-dep:OUT_DIR=/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde-a4ceae42d15d99aa/out diff --git a/target/debug/deps/serde-fe2aa8950035d711.d b/target/debug/deps/serde-fe2aa8950035d711.d new file mode 100644 index 0000000..242239b --- /dev/null +++ b/target/debug/deps/serde-fe2aa8950035d711.d @@ -0,0 +1,12 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/serde-fe2aa8950035d711.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/integer128.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/ser.rs /home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde-0c79bc1bb5bf9eba/out/private.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libserde-fe2aa8950035d711.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/integer128.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/ser.rs /home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde-0c79bc1bb5bf9eba/out/private.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/integer128.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/ser.rs: +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde-0c79bc1bb5bf9eba/out/private.rs: + +# env-dep:OUT_DIR=/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde-0c79bc1bb5bf9eba/out diff --git a/target/debug/deps/serde_core-78a644ae372c2d59.d b/target/debug/deps/serde_core-78a644ae372c2d59.d new file mode 100644 index 0000000..ccc81d0 --- /dev/null +++ b/target/debug/deps/serde_core-78a644ae372c2d59.d @@ -0,0 +1,27 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/serde_core-78a644ae372c2d59.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/crate_root.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/ignored_any.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/fmt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/impossible.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/format.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/content.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/seed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/doc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/size_hint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/string.rs /home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde_core-fce0ea8bda10166e/out/private.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libserde_core-78a644ae372c2d59.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/crate_root.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/ignored_any.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/fmt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/impossible.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/format.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/content.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/seed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/doc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/size_hint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/string.rs /home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde_core-fce0ea8bda10166e/out/private.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libserde_core-78a644ae372c2d59.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/crate_root.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/ignored_any.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/fmt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/impossible.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/format.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/content.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/seed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/doc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/size_hint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/string.rs /home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde_core-fce0ea8bda10166e/out/private.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/crate_root.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/ignored_any.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/impls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/fmt.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/impls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/impossible.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/format.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/content.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/seed.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/doc.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/size_hint.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/string.rs: +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde_core-fce0ea8bda10166e/out/private.rs: + +# env-dep:OUT_DIR=/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde_core-fce0ea8bda10166e/out diff --git a/target/debug/deps/serde_core-a2045ddd2bbb2331.d b/target/debug/deps/serde_core-a2045ddd2bbb2331.d new file mode 100644 index 0000000..fdd3217 --- /dev/null +++ b/target/debug/deps/serde_core-a2045ddd2bbb2331.d @@ -0,0 +1,25 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/serde_core-a2045ddd2bbb2331.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/crate_root.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/ignored_any.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/fmt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/impossible.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/format.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/content.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/seed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/doc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/size_hint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/string.rs /home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde_core-7b7cb0cfdf46fc20/out/private.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libserde_core-a2045ddd2bbb2331.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/crate_root.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/ignored_any.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/fmt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/impossible.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/format.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/content.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/seed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/doc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/size_hint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/string.rs /home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde_core-7b7cb0cfdf46fc20/out/private.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/crate_root.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/ignored_any.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/impls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/fmt.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/impls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/impossible.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/format.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/content.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/seed.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/doc.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/size_hint.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/string.rs: +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde_core-7b7cb0cfdf46fc20/out/private.rs: + +# env-dep:OUT_DIR=/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde_core-7b7cb0cfdf46fc20/out diff --git a/target/debug/deps/serde_core-d0175270678310c4.d b/target/debug/deps/serde_core-d0175270678310c4.d new file mode 100644 index 0000000..84b614b --- /dev/null +++ b/target/debug/deps/serde_core-d0175270678310c4.d @@ -0,0 +1,25 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/serde_core-d0175270678310c4.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/crate_root.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/ignored_any.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/fmt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/impossible.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/format.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/content.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/seed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/doc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/size_hint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/string.rs /home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde_core-fce0ea8bda10166e/out/private.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libserde_core-d0175270678310c4.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/crate_root.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/ignored_any.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/fmt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/impossible.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/format.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/content.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/seed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/doc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/size_hint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/string.rs /home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde_core-fce0ea8bda10166e/out/private.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/crate_root.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/ignored_any.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/impls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/fmt.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/impls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/impossible.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/format.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/content.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/seed.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/doc.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/size_hint.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/string.rs: +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde_core-fce0ea8bda10166e/out/private.rs: + +# env-dep:OUT_DIR=/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde_core-fce0ea8bda10166e/out diff --git a/target/debug/deps/serde_core-f9fc69361ecda2ec.d b/target/debug/deps/serde_core-f9fc69361ecda2ec.d new file mode 100644 index 0000000..ceb1f03 --- /dev/null +++ b/target/debug/deps/serde_core-f9fc69361ecda2ec.d @@ -0,0 +1,27 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/serde_core-f9fc69361ecda2ec.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/crate_root.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/ignored_any.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/fmt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/impossible.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/format.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/content.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/seed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/doc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/size_hint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/string.rs /home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde_core-7b7cb0cfdf46fc20/out/private.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libserde_core-f9fc69361ecda2ec.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/crate_root.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/ignored_any.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/fmt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/impossible.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/format.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/content.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/seed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/doc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/size_hint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/string.rs /home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde_core-7b7cb0cfdf46fc20/out/private.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libserde_core-f9fc69361ecda2ec.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/crate_root.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/ignored_any.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/fmt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/impossible.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/format.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/content.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/seed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/doc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/size_hint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/string.rs /home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde_core-7b7cb0cfdf46fc20/out/private.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/crate_root.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/ignored_any.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/de/impls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/fmt.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/impls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/ser/impossible.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/format.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/content.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/seed.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/doc.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/size_hint.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/private/string.rs: +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde_core-7b7cb0cfdf46fc20/out/private.rs: + +# env-dep:OUT_DIR=/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/serde_core-7b7cb0cfdf46fc20/out diff --git a/target/debug/deps/serde_derive-bf75665432df7098.d b/target/debug/deps/serde_derive-bf75665432df7098.d new file mode 100644 index 0000000..cc40890 --- /dev/null +++ b/target/debug/deps/serde_derive-bf75665432df7098.d @@ -0,0 +1,34 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/serde_derive-bf75665432df7098.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/ast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/attr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/name.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/case.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/check.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/ctxt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/receiver.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/respan.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/symbol.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/bound.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/fragment.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/enum_.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/enum_adjacently.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/enum_externally.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/enum_internally.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/enum_untagged.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/identifier.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/struct_.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/tuple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/unit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/deprecated.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/dummy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/pretend.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/ser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/this.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libserde_derive-bf75665432df7098.so: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/ast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/attr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/name.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/case.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/check.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/ctxt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/receiver.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/respan.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/symbol.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/bound.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/fragment.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/enum_.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/enum_adjacently.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/enum_externally.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/enum_internally.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/enum_untagged.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/identifier.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/struct_.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/tuple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/unit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/deprecated.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/dummy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/pretend.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/ser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/this.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/ast.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/attr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/name.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/case.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/check.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/ctxt.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/receiver.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/respan.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/internals/symbol.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/bound.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/fragment.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/enum_.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/enum_adjacently.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/enum_externally.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/enum_internally.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/enum_untagged.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/identifier.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/struct_.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/tuple.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/de/unit.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/deprecated.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/dummy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/pretend.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/ser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/this.rs: + +# env-dep:CARGO_PKG_VERSION_PATCH=228 diff --git a/target/debug/deps/serde_json-2ee3d593bb8b9674.d b/target/debug/deps/serde_json-2ee3d593bb8b9674.d new file mode 100644 index 0000000..cf5ca49 --- /dev/null +++ b/target/debug/deps/serde_json-2ee3d593bb8b9674.d @@ -0,0 +1,22 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/serde_json-2ee3d593bb8b9674.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/ser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/from.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/partial_eq.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/ser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/number.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/read.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libserde_json-2ee3d593bb8b9674.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/ser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/from.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/partial_eq.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/ser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/number.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/read.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libserde_json-2ee3d593bb8b9674.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/ser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/from.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/partial_eq.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/ser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/number.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/read.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/de.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/ser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/de.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/from.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/index.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/partial_eq.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/ser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/io/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/iter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/number.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/read.rs: diff --git a/target/debug/deps/serde_json-6a5dcff92954678b.d b/target/debug/deps/serde_json-6a5dcff92954678b.d new file mode 100644 index 0000000..c236c1c --- /dev/null +++ b/target/debug/deps/serde_json-6a5dcff92954678b.d @@ -0,0 +1,21 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/serde_json-6a5dcff92954678b.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/ser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/from.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/partial_eq.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/ser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/number.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/raw.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libserde_json-6a5dcff92954678b.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/ser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/from.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/partial_eq.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/ser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/number.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/raw.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/de.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/ser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/de.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/from.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/index.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/partial_eq.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/ser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/io/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/iter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/number.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/read.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/raw.rs: diff --git a/target/debug/deps/serde_json-7327703d148871d8.d b/target/debug/deps/serde_json-7327703d148871d8.d new file mode 100644 index 0000000..9f69758 --- /dev/null +++ b/target/debug/deps/serde_json-7327703d148871d8.d @@ -0,0 +1,23 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/serde_json-7327703d148871d8.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/ser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/from.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/partial_eq.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/ser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/number.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/raw.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libserde_json-7327703d148871d8.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/ser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/from.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/partial_eq.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/ser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/number.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/raw.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libserde_json-7327703d148871d8.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/ser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/from.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/partial_eq.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/ser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/number.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/raw.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/de.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/ser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/de.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/from.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/index.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/partial_eq.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/ser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/io/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/iter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/number.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/read.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/raw.rs: diff --git a/target/debug/deps/serde_json-cffde493e3c8d8c5.d b/target/debug/deps/serde_json-cffde493e3c8d8c5.d new file mode 100644 index 0000000..abb93a2 --- /dev/null +++ b/target/debug/deps/serde_json-cffde493e3c8d8c5.d @@ -0,0 +1,20 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/serde_json-cffde493e3c8d8c5.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/ser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/from.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/partial_eq.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/ser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/number.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/read.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libserde_json-cffde493e3c8d8c5.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/ser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/from.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/partial_eq.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/ser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/number.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/read.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/de.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/ser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/de.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/from.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/index.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/partial_eq.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/ser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/io/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/iter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/number.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/read.rs: diff --git a/target/debug/deps/serde_path_to_error-50023d74126589e0.d b/target/debug/deps/serde_path_to_error-50023d74126589e0.d new file mode 100644 index 0000000..87d00cd --- /dev/null +++ b/target/debug/deps/serde_path_to_error-50023d74126589e0.d @@ -0,0 +1,9 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/serde_path_to_error-50023d74126589e0.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.20/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.20/src/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.20/src/path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.20/src/ser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.20/src/wrap.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libserde_path_to_error-50023d74126589e0.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.20/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.20/src/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.20/src/path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.20/src/ser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.20/src/wrap.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.20/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.20/src/de.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.20/src/path.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.20/src/ser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.20/src/wrap.rs: diff --git a/target/debug/deps/serde_spanned-1ae3dbd58ee6beef.d b/target/debug/deps/serde_spanned-1ae3dbd58ee6beef.d new file mode 100644 index 0000000..8a1944e --- /dev/null +++ b/target/debug/deps/serde_spanned-1ae3dbd58ee6beef.d @@ -0,0 +1,6 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/serde_spanned-1ae3dbd58ee6beef.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/src/spanned.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libserde_spanned-1ae3dbd58ee6beef.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/src/spanned.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/src/spanned.rs: diff --git a/target/debug/deps/serde_spanned-1d1ab3ea498dea68.d b/target/debug/deps/serde_spanned-1d1ab3ea498dea68.d new file mode 100644 index 0000000..7beb1b9 --- /dev/null +++ b/target/debug/deps/serde_spanned-1d1ab3ea498dea68.d @@ -0,0 +1,8 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/serde_spanned-1d1ab3ea498dea68.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/src/spanned.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libserde_spanned-1d1ab3ea498dea68.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/src/spanned.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libserde_spanned-1d1ab3ea498dea68.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/src/spanned.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/src/spanned.rs: diff --git a/target/debug/deps/serde_spanned-3a34888cd416cc5a.d b/target/debug/deps/serde_spanned-3a34888cd416cc5a.d new file mode 100644 index 0000000..7495184 --- /dev/null +++ b/target/debug/deps/serde_spanned-3a34888cd416cc5a.d @@ -0,0 +1,6 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/serde_spanned-3a34888cd416cc5a.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/src/spanned.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libserde_spanned-3a34888cd416cc5a.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/src/spanned.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/src/spanned.rs: diff --git a/target/debug/deps/serde_spanned-f65dc19693b065a2.d b/target/debug/deps/serde_spanned-f65dc19693b065a2.d new file mode 100644 index 0000000..0b86a95 --- /dev/null +++ b/target/debug/deps/serde_spanned-f65dc19693b065a2.d @@ -0,0 +1,8 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/serde_spanned-f65dc19693b065a2.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/src/spanned.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libserde_spanned-f65dc19693b065a2.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/src/spanned.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libserde_spanned-f65dc19693b065a2.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/src/spanned.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/src/spanned.rs: diff --git a/target/debug/deps/serde_urlencoded-54e68d4193d2259b.d b/target/debug/deps/serde_urlencoded-54e68d4193d2259b.d new file mode 100644 index 0000000..732111b --- /dev/null +++ b/target/debug/deps/serde_urlencoded-54e68d4193d2259b.d @@ -0,0 +1,11 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/serde_urlencoded-54e68d4193d2259b.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/pair.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/part.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/value.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libserde_urlencoded-54e68d4193d2259b.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/pair.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/part.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/value.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/de.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/key.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/pair.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/part.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/value.rs: diff --git a/target/debug/deps/serde_urlencoded-9f5eaccd88f2e18a.d b/target/debug/deps/serde_urlencoded-9f5eaccd88f2e18a.d new file mode 100644 index 0000000..8cfa16f --- /dev/null +++ b/target/debug/deps/serde_urlencoded-9f5eaccd88f2e18a.d @@ -0,0 +1,13 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/serde_urlencoded-9f5eaccd88f2e18a.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/pair.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/part.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/value.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libserde_urlencoded-9f5eaccd88f2e18a.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/pair.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/part.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/value.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libserde_urlencoded-9f5eaccd88f2e18a.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/pair.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/part.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/value.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/de.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/key.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/pair.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/part.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/value.rs: diff --git a/target/debug/deps/serde_urlencoded-b2c2295de5333763.d b/target/debug/deps/serde_urlencoded-b2c2295de5333763.d new file mode 100644 index 0000000..c9f0b6a --- /dev/null +++ b/target/debug/deps/serde_urlencoded-b2c2295de5333763.d @@ -0,0 +1,11 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/serde_urlencoded-b2c2295de5333763.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/pair.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/part.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/value.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libserde_urlencoded-b2c2295de5333763.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/pair.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/part.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/value.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/de.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/key.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/pair.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/part.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/ser/value.rs: diff --git a/target/debug/deps/serde_yaml-4498936c73815d77.d b/target/debug/deps/serde_yaml-4498936c73815d77.d new file mode 100644 index 0000000..9d7b58e --- /dev/null +++ b/target/debug/deps/serde_yaml-4498936c73815d77.d @@ -0,0 +1,30 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/serde_yaml-4498936c73815d77.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/cstr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/emitter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/tag.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/loader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/mapping.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/number.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/ser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/debug.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/from.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/partial_eq.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/ser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/tagged.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/with.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libserde_yaml-4498936c73815d77.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/cstr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/emitter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/tag.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/loader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/mapping.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/number.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/ser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/debug.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/from.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/partial_eq.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/ser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/tagged.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/with.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libserde_yaml-4498936c73815d77.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/cstr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/emitter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/tag.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/loader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/mapping.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/number.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/ser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/debug.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/from.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/partial_eq.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/ser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/tagged.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/with.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/de.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/cstr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/emitter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/parser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/tag.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/loader.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/mapping.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/number.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/path.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/ser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/de.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/debug.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/from.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/index.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/partial_eq.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/ser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/tagged.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/with.rs: diff --git a/target/debug/deps/serde_yaml-731b9697b865b8b7.d b/target/debug/deps/serde_yaml-731b9697b865b8b7.d new file mode 100644 index 0000000..250a07b --- /dev/null +++ b/target/debug/deps/serde_yaml-731b9697b865b8b7.d @@ -0,0 +1,30 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/serde_yaml-731b9697b865b8b7.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/cstr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/emitter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/tag.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/loader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/mapping.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/number.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/ser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/debug.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/from.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/partial_eq.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/ser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/tagged.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/with.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libserde_yaml-731b9697b865b8b7.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/cstr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/emitter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/tag.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/loader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/mapping.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/number.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/ser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/debug.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/from.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/partial_eq.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/ser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/tagged.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/with.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libserde_yaml-731b9697b865b8b7.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/cstr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/emitter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/tag.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/loader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/mapping.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/number.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/ser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/debug.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/from.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/partial_eq.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/ser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/tagged.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/with.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/de.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/cstr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/emitter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/parser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/tag.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/loader.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/mapping.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/number.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/path.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/ser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/de.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/debug.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/from.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/index.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/partial_eq.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/ser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/tagged.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/with.rs: diff --git a/target/debug/deps/serde_yaml-cac8dcff94fd5ace.d b/target/debug/deps/serde_yaml-cac8dcff94fd5ace.d new file mode 100644 index 0000000..92895de --- /dev/null +++ b/target/debug/deps/serde_yaml-cac8dcff94fd5ace.d @@ -0,0 +1,28 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/serde_yaml-cac8dcff94fd5ace.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/cstr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/emitter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/tag.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/loader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/mapping.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/number.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/ser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/debug.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/from.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/partial_eq.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/ser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/tagged.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/with.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libserde_yaml-cac8dcff94fd5ace.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/cstr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/emitter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/tag.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/loader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/mapping.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/number.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/ser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/debug.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/from.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/partial_eq.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/ser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/tagged.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/with.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/de.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/cstr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/emitter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/parser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/tag.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/loader.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/mapping.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/number.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/path.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/ser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/de.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/debug.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/from.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/index.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/partial_eq.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/ser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/tagged.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/with.rs: diff --git a/target/debug/deps/serde_yaml-e6a5bb36829f25b8.d b/target/debug/deps/serde_yaml-e6a5bb36829f25b8.d new file mode 100644 index 0000000..ae1d587 --- /dev/null +++ b/target/debug/deps/serde_yaml-e6a5bb36829f25b8.d @@ -0,0 +1,28 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/serde_yaml-e6a5bb36829f25b8.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/cstr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/emitter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/tag.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/loader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/mapping.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/number.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/ser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/debug.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/from.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/partial_eq.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/ser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/tagged.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/with.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libserde_yaml-e6a5bb36829f25b8.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/cstr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/emitter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/tag.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/loader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/mapping.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/number.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/ser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/debug.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/from.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/partial_eq.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/ser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/tagged.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/with.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/de.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/cstr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/emitter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/parser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/tag.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/libyaml/util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/loader.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/mapping.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/number.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/path.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/ser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/de.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/debug.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/from.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/index.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/partial_eq.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/ser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/value/tagged.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/with.rs: diff --git a/target/debug/deps/service_registry-8aeb9866334fcaf7.d b/target/debug/deps/service_registry-8aeb9866334fcaf7.d new file mode 100644 index 0000000..6a6237e --- /dev/null +++ b/target/debug/deps/service_registry-8aeb9866334fcaf7.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/service_registry-8aeb9866334fcaf7.d: microservices-advanced/src/registry.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libservice_registry-8aeb9866334fcaf7.rmeta: microservices-advanced/src/registry.rs + +microservices-advanced/src/registry.rs: diff --git a/target/debug/deps/service_registry-8aeb9866334fcaf7.long-type-10718259103142953522.txt b/target/debug/deps/service_registry-8aeb9866334fcaf7.long-type-10718259103142953522.txt new file mode 100644 index 0000000..8d25691 --- /dev/null +++ b/target/debug/deps/service_registry-8aeb9866334fcaf7.long-type-10718259103142953522.txt @@ -0,0 +1,2 @@ +fn(rustapi_rs::State, rustapi_rs::Json) -> impl Future, rustapi_rs::ApiError>> {register} +fn(rustapi_rs::State, rustapi_rs::Json) -> impl Future, rustapi_rs::ApiError>> {register}: Handler<_> diff --git a/target/debug/deps/service_registry-8aeb9866334fcaf7.long-type-11724289475381495149.txt b/target/debug/deps/service_registry-8aeb9866334fcaf7.long-type-11724289475381495149.txt new file mode 100644 index 0000000..589c49c --- /dev/null +++ b/target/debug/deps/service_registry-8aeb9866334fcaf7.long-type-11724289475381495149.txt @@ -0,0 +1,2 @@ +fn(rustapi_rs::State) -> impl Future, rustapi_rs::ApiError>> {list_services} +fn(rustapi_rs::State) -> impl Future, rustapi_rs::ApiError>> {list_services}: Handler<_> diff --git a/target/debug/deps/service_registry-8aeb9866334fcaf7.long-type-11888799449765962841.txt b/target/debug/deps/service_registry-8aeb9866334fcaf7.long-type-11888799449765962841.txt new file mode 100644 index 0000000..ea2b9d7 --- /dev/null +++ b/target/debug/deps/service_registry-8aeb9866334fcaf7.long-type-11888799449765962841.txt @@ -0,0 +1,2 @@ +fn(rustapi_rs::State, rustapi_rs::Json) -> impl Future> {register} +fn(rustapi_rs::State, rustapi_rs::Json) -> impl Future> {register}: Handler<_> diff --git a/target/debug/deps/service_registry-8aeb9866334fcaf7.long-type-1224476100587553535.txt b/target/debug/deps/service_registry-8aeb9866334fcaf7.long-type-1224476100587553535.txt new file mode 100644 index 0000000..589c49c --- /dev/null +++ b/target/debug/deps/service_registry-8aeb9866334fcaf7.long-type-1224476100587553535.txt @@ -0,0 +1,2 @@ +fn(rustapi_rs::State) -> impl Future, rustapi_rs::ApiError>> {list_services} +fn(rustapi_rs::State) -> impl Future, rustapi_rs::ApiError>> {list_services}: Handler<_> diff --git a/target/debug/deps/service_registry-8aeb9866334fcaf7.long-type-12636207757298929336.txt b/target/debug/deps/service_registry-8aeb9866334fcaf7.long-type-12636207757298929336.txt new file mode 100644 index 0000000..d34a266 --- /dev/null +++ b/target/debug/deps/service_registry-8aeb9866334fcaf7.long-type-12636207757298929336.txt @@ -0,0 +1,2 @@ +fn(rustapi_rs::State) -> impl Future> {list_services} +fn(rustapi_rs::State) -> impl Future> {list_services}: Handler<_> diff --git a/target/debug/deps/service_registry-8aeb9866334fcaf7.long-type-13914295184110605000.txt b/target/debug/deps/service_registry-8aeb9866334fcaf7.long-type-13914295184110605000.txt new file mode 100644 index 0000000..589c49c --- /dev/null +++ b/target/debug/deps/service_registry-8aeb9866334fcaf7.long-type-13914295184110605000.txt @@ -0,0 +1,2 @@ +fn(rustapi_rs::State) -> impl Future, rustapi_rs::ApiError>> {list_services} +fn(rustapi_rs::State) -> impl Future, rustapi_rs::ApiError>> {list_services}: Handler<_> diff --git a/target/debug/deps/service_registry-8aeb9866334fcaf7.long-type-15836501749569325815.txt b/target/debug/deps/service_registry-8aeb9866334fcaf7.long-type-15836501749569325815.txt new file mode 100644 index 0000000..8d25691 --- /dev/null +++ b/target/debug/deps/service_registry-8aeb9866334fcaf7.long-type-15836501749569325815.txt @@ -0,0 +1,2 @@ +fn(rustapi_rs::State, rustapi_rs::Json) -> impl Future, rustapi_rs::ApiError>> {register} +fn(rustapi_rs::State, rustapi_rs::Json) -> impl Future, rustapi_rs::ApiError>> {register}: Handler<_> diff --git a/target/debug/deps/service_registry-8aeb9866334fcaf7.long-type-1914140308998306270.txt b/target/debug/deps/service_registry-8aeb9866334fcaf7.long-type-1914140308998306270.txt new file mode 100644 index 0000000..8d25691 --- /dev/null +++ b/target/debug/deps/service_registry-8aeb9866334fcaf7.long-type-1914140308998306270.txt @@ -0,0 +1,2 @@ +fn(rustapi_rs::State, rustapi_rs::Json) -> impl Future, rustapi_rs::ApiError>> {register} +fn(rustapi_rs::State, rustapi_rs::Json) -> impl Future, rustapi_rs::ApiError>> {register}: Handler<_> diff --git a/target/debug/deps/service_registry-8aeb9866334fcaf7.long-type-2614637188229426197.txt b/target/debug/deps/service_registry-8aeb9866334fcaf7.long-type-2614637188229426197.txt new file mode 100644 index 0000000..8d25691 --- /dev/null +++ b/target/debug/deps/service_registry-8aeb9866334fcaf7.long-type-2614637188229426197.txt @@ -0,0 +1,2 @@ +fn(rustapi_rs::State, rustapi_rs::Json) -> impl Future, rustapi_rs::ApiError>> {register} +fn(rustapi_rs::State, rustapi_rs::Json) -> impl Future, rustapi_rs::ApiError>> {register}: Handler<_> diff --git a/target/debug/deps/service_registry-8aeb9866334fcaf7.long-type-4348000541760587065.txt b/target/debug/deps/service_registry-8aeb9866334fcaf7.long-type-4348000541760587065.txt new file mode 100644 index 0000000..ea2b9d7 --- /dev/null +++ b/target/debug/deps/service_registry-8aeb9866334fcaf7.long-type-4348000541760587065.txt @@ -0,0 +1,2 @@ +fn(rustapi_rs::State, rustapi_rs::Json) -> impl Future> {register} +fn(rustapi_rs::State, rustapi_rs::Json) -> impl Future> {register}: Handler<_> diff --git a/target/debug/deps/service_registry-8aeb9866334fcaf7.long-type-4710773249360458247.txt b/target/debug/deps/service_registry-8aeb9866334fcaf7.long-type-4710773249360458247.txt new file mode 100644 index 0000000..8d25691 --- /dev/null +++ b/target/debug/deps/service_registry-8aeb9866334fcaf7.long-type-4710773249360458247.txt @@ -0,0 +1,2 @@ +fn(rustapi_rs::State, rustapi_rs::Json) -> impl Future, rustapi_rs::ApiError>> {register} +fn(rustapi_rs::State, rustapi_rs::Json) -> impl Future, rustapi_rs::ApiError>> {register}: Handler<_> diff --git a/target/debug/deps/service_registry-8aeb9866334fcaf7.long-type-4763326898715002979.txt b/target/debug/deps/service_registry-8aeb9866334fcaf7.long-type-4763326898715002979.txt new file mode 100644 index 0000000..d34a266 --- /dev/null +++ b/target/debug/deps/service_registry-8aeb9866334fcaf7.long-type-4763326898715002979.txt @@ -0,0 +1,2 @@ +fn(rustapi_rs::State) -> impl Future> {list_services} +fn(rustapi_rs::State) -> impl Future> {list_services}: Handler<_> diff --git a/target/debug/deps/service_registry-8aeb9866334fcaf7.long-type-9164907558556057253.txt b/target/debug/deps/service_registry-8aeb9866334fcaf7.long-type-9164907558556057253.txt new file mode 100644 index 0000000..589c49c --- /dev/null +++ b/target/debug/deps/service_registry-8aeb9866334fcaf7.long-type-9164907558556057253.txt @@ -0,0 +1,2 @@ +fn(rustapi_rs::State) -> impl Future, rustapi_rs::ApiError>> {list_services} +fn(rustapi_rs::State) -> impl Future, rustapi_rs::ApiError>> {list_services}: Handler<_> diff --git a/target/debug/deps/service_registry-8aeb9866334fcaf7.long-type-9854254297642853057.txt b/target/debug/deps/service_registry-8aeb9866334fcaf7.long-type-9854254297642853057.txt new file mode 100644 index 0000000..8d25691 --- /dev/null +++ b/target/debug/deps/service_registry-8aeb9866334fcaf7.long-type-9854254297642853057.txt @@ -0,0 +1,2 @@ +fn(rustapi_rs::State, rustapi_rs::Json) -> impl Future, rustapi_rs::ApiError>> {register} +fn(rustapi_rs::State, rustapi_rs::Json) -> impl Future, rustapi_rs::ApiError>> {register}: Handler<_> diff --git a/target/debug/deps/service_registry-d1d61c94b884f78a.d b/target/debug/deps/service_registry-d1d61c94b884f78a.d new file mode 100644 index 0000000..9ec4ea6 --- /dev/null +++ b/target/debug/deps/service_registry-d1d61c94b884f78a.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/service_registry-d1d61c94b884f78a.d: microservices-advanced/src/registry.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libservice_registry-d1d61c94b884f78a.rmeta: microservices-advanced/src/registry.rs + +microservices-advanced/src/registry.rs: diff --git a/target/debug/deps/service_registry-d1d61c94b884f78a.long-type-4326910838308246068.txt b/target/debug/deps/service_registry-d1d61c94b884f78a.long-type-4326910838308246068.txt new file mode 100644 index 0000000..ea2b9d7 --- /dev/null +++ b/target/debug/deps/service_registry-d1d61c94b884f78a.long-type-4326910838308246068.txt @@ -0,0 +1,2 @@ +fn(rustapi_rs::State, rustapi_rs::Json) -> impl Future> {register} +fn(rustapi_rs::State, rustapi_rs::Json) -> impl Future> {register}: Handler<_> diff --git a/target/debug/deps/service_registry-d1d61c94b884f78a.long-type-8818136332183527458.txt b/target/debug/deps/service_registry-d1d61c94b884f78a.long-type-8818136332183527458.txt new file mode 100644 index 0000000..d34a266 --- /dev/null +++ b/target/debug/deps/service_registry-d1d61c94b884f78a.long-type-8818136332183527458.txt @@ -0,0 +1,2 @@ +fn(rustapi_rs::State) -> impl Future> {list_services} +fn(rustapi_rs::State) -> impl Future> {list_services}: Handler<_> diff --git a/target/debug/deps/sha1-27ee84489a0c65db.d b/target/debug/deps/sha1-27ee84489a0c65db.d new file mode 100644 index 0000000..7bf0e72 --- /dev/null +++ b/target/debug/deps/sha1-27ee84489a0c65db.d @@ -0,0 +1,8 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/sha1-27ee84489a0c65db.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/compress.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/compress/soft.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/compress/x86.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libsha1-27ee84489a0c65db.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/compress.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/compress/soft.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/compress/x86.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/compress.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/compress/soft.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/compress/x86.rs: diff --git a/target/debug/deps/sha2-b84dcd9a6bc90926.d b/target/debug/deps/sha2-b84dcd9a6bc90926.d new file mode 100644 index 0000000..4ee1416 --- /dev/null +++ b/target/debug/deps/sha2-b84dcd9a6bc90926.d @@ -0,0 +1,13 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/sha2-b84dcd9a6bc90926.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/core_api.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/sha256.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/sha512.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/consts.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/sha256/soft.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/sha256/x86.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/sha512/soft.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/sha512/x86.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libsha2-b84dcd9a6bc90926.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/core_api.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/sha256.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/sha512.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/consts.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/sha256/soft.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/sha256/x86.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/sha512/soft.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/sha512/x86.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/core_api.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/sha256.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/sha512.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/consts.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/sha256/soft.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/sha256/x86.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/sha512/soft.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/sha512/x86.rs: diff --git a/target/debug/deps/sha2-fba7e09f156d0b63.d b/target/debug/deps/sha2-fba7e09f156d0b63.d new file mode 100644 index 0000000..ba10c9e --- /dev/null +++ b/target/debug/deps/sha2-fba7e09f156d0b63.d @@ -0,0 +1,15 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/sha2-fba7e09f156d0b63.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/core_api.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/sha256.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/sha512.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/consts.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/sha256/soft.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/sha256/x86.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/sha512/soft.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/sha512/x86.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libsha2-fba7e09f156d0b63.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/core_api.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/sha256.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/sha512.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/consts.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/sha256/soft.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/sha256/x86.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/sha512/soft.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/sha512/x86.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libsha2-fba7e09f156d0b63.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/core_api.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/sha256.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/sha512.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/consts.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/sha256/soft.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/sha256/x86.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/sha512/soft.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/sha512/x86.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/core_api.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/sha256.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/sha512.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/consts.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/sha256/soft.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/sha256/x86.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/sha512/soft.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/sha512/x86.rs: diff --git a/target/debug/deps/sharded_slab-b8e62b199d6c5140.d b/target/debug/deps/sharded_slab-b8e62b199d6c5140.d new file mode 100644 index 0000000..dd319f4 --- /dev/null +++ b/target/debug/deps/sharded_slab-b8e62b199d6c5140.d @@ -0,0 +1,17 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/sharded_slab-b8e62b199d6c5140.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/implementation.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/pool.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/cfg.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/sync.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/clear.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/page/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/page/slot.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/page/stack.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/shard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/tid.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libsharded_slab-b8e62b199d6c5140.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/implementation.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/pool.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/cfg.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/sync.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/clear.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/page/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/page/slot.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/page/stack.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/shard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/tid.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/implementation.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/pool.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/cfg.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/sync.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/clear.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/iter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/page/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/page/slot.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/page/stack.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/shard.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/tid.rs: diff --git a/target/debug/deps/shlex-3b90976fe851454e.d b/target/debug/deps/shlex-3b90976fe851454e.d new file mode 100644 index 0000000..69d1b67 --- /dev/null +++ b/target/debug/deps/shlex-3b90976fe851454e.d @@ -0,0 +1,8 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/shlex-3b90976fe851454e.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/bytes.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libshlex-3b90976fe851454e.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/bytes.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libshlex-3b90976fe851454e.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/bytes.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/bytes.rs: diff --git a/target/debug/deps/signal_hook_registry-3e723b2aa4964f4a.d b/target/debug/deps/signal_hook_registry-3e723b2aa4964f4a.d new file mode 100644 index 0000000..69eb82c --- /dev/null +++ b/target/debug/deps/signal_hook_registry-3e723b2aa4964f4a.d @@ -0,0 +1,9 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/signal_hook_registry-3e723b2aa4964f4a.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.8/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.8/src/half_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.8/src/vec_map.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libsignal_hook_registry-3e723b2aa4964f4a.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.8/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.8/src/half_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.8/src/vec_map.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libsignal_hook_registry-3e723b2aa4964f4a.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.8/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.8/src/half_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.8/src/vec_map.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.8/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.8/src/half_lock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.8/src/vec_map.rs: diff --git a/target/debug/deps/signal_hook_registry-534e8b9d8fe1169f.d b/target/debug/deps/signal_hook_registry-534e8b9d8fe1169f.d new file mode 100644 index 0000000..0331c21 --- /dev/null +++ b/target/debug/deps/signal_hook_registry-534e8b9d8fe1169f.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/signal_hook_registry-534e8b9d8fe1169f.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.8/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.8/src/half_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.8/src/vec_map.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libsignal_hook_registry-534e8b9d8fe1169f.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.8/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.8/src/half_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.8/src/vec_map.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.8/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.8/src/half_lock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.8/src/vec_map.rs: diff --git a/target/debug/deps/simd_adler32-0c51b99d1c15b0dc.d b/target/debug/deps/simd_adler32-0c51b99d1c15b0dc.d new file mode 100644 index 0000000..e5c8e4e --- /dev/null +++ b/target/debug/deps/simd_adler32-0c51b99d1c15b0dc.d @@ -0,0 +1,13 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/simd_adler32-0c51b99d1c15b0dc.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.8/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.8/src/hash.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.8/src/imp/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.8/src/imp/avx2.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.8/src/imp/avx512.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.8/src/imp/scalar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.8/src/imp/sse2.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.8/src/imp/ssse3.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.8/src/imp/wasm.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libsimd_adler32-0c51b99d1c15b0dc.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.8/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.8/src/hash.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.8/src/imp/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.8/src/imp/avx2.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.8/src/imp/avx512.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.8/src/imp/scalar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.8/src/imp/sse2.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.8/src/imp/ssse3.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.8/src/imp/wasm.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.8/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.8/src/hash.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.8/src/imp/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.8/src/imp/avx2.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.8/src/imp/avx512.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.8/src/imp/scalar.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.8/src/imp/sse2.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.8/src/imp/ssse3.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.8/src/imp/wasm.rs: diff --git a/target/debug/deps/simple_asn1-cfafbdf4d0d10307.d b/target/debug/deps/simple_asn1-cfafbdf4d0d10307.d new file mode 100644 index 0000000..a12abb9 --- /dev/null +++ b/target/debug/deps/simple_asn1-cfafbdf4d0d10307.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/simple_asn1-cfafbdf4d0d10307.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simple_asn1-0.6.3/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libsimple_asn1-cfafbdf4d0d10307.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simple_asn1-0.6.3/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simple_asn1-0.6.3/src/lib.rs: diff --git a/target/debug/deps/siphasher-16fb49294d3a5a7d.d b/target/debug/deps/siphasher-16fb49294d3a5a7d.d new file mode 100644 index 0000000..4ec0fec --- /dev/null +++ b/target/debug/deps/siphasher-16fb49294d3a5a7d.d @@ -0,0 +1,9 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/siphasher-16fb49294d3a5a7d.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.2/src/common.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.2/src/sip.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.2/src/sip128.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.2/src/../README.md + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libsiphasher-16fb49294d3a5a7d.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.2/src/common.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.2/src/sip.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.2/src/sip128.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.2/src/../README.md + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.2/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.2/src/common.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.2/src/sip.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.2/src/sip128.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.2/src/../README.md: diff --git a/target/debug/deps/siphasher-b4b13535927ae645.d b/target/debug/deps/siphasher-b4b13535927ae645.d new file mode 100644 index 0000000..c96f2ac --- /dev/null +++ b/target/debug/deps/siphasher-b4b13535927ae645.d @@ -0,0 +1,11 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/siphasher-b4b13535927ae645.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.2/src/common.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.2/src/sip.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.2/src/sip128.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.2/src/../README.md + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libsiphasher-b4b13535927ae645.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.2/src/common.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.2/src/sip.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.2/src/sip128.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.2/src/../README.md + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libsiphasher-b4b13535927ae645.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.2/src/common.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.2/src/sip.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.2/src/sip128.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.2/src/../README.md + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.2/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.2/src/common.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.2/src/sip.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.2/src/sip128.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.2/src/../README.md: diff --git a/target/debug/deps/slab-6c23cd7fc3b30649.d b/target/debug/deps/slab-6c23cd7fc3b30649.d new file mode 100644 index 0000000..ffa7216 --- /dev/null +++ b/target/debug/deps/slab-6c23cd7fc3b30649.d @@ -0,0 +1,8 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/slab-6c23cd7fc3b30649.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.11/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.11/src/builder.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libslab-6c23cd7fc3b30649.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.11/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.11/src/builder.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libslab-6c23cd7fc3b30649.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.11/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.11/src/builder.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.11/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.11/src/builder.rs: diff --git a/target/debug/deps/slab-7e13a7c437da02b2.d b/target/debug/deps/slab-7e13a7c437da02b2.d new file mode 100644 index 0000000..bbc5f63 --- /dev/null +++ b/target/debug/deps/slab-7e13a7c437da02b2.d @@ -0,0 +1,6 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/slab-7e13a7c437da02b2.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.11/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.11/src/builder.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libslab-7e13a7c437da02b2.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.11/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.11/src/builder.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.11/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.11/src/builder.rs: diff --git a/target/debug/deps/slug-1d3db0ad2f5db747.d b/target/debug/deps/slug-1d3db0ad2f5db747.d new file mode 100644 index 0000000..8d323b8 --- /dev/null +++ b/target/debug/deps/slug-1d3db0ad2f5db747.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/slug-1d3db0ad2f5db747.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slug-0.1.6/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libslug-1d3db0ad2f5db747.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slug-0.1.6/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slug-0.1.6/src/lib.rs: diff --git a/target/debug/deps/smallvec-627dc2c4b3ff995a.d b/target/debug/deps/smallvec-627dc2c4b3ff995a.d new file mode 100644 index 0000000..c54cbba --- /dev/null +++ b/target/debug/deps/smallvec-627dc2c4b3ff995a.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/smallvec-627dc2c4b3ff995a.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libsmallvec-627dc2c4b3ff995a.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libsmallvec-627dc2c4b3ff995a.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs: diff --git a/target/debug/deps/smallvec-87b934370d092c9e.d b/target/debug/deps/smallvec-87b934370d092c9e.d new file mode 100644 index 0000000..3bbc7ca --- /dev/null +++ b/target/debug/deps/smallvec-87b934370d092c9e.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/smallvec-87b934370d092c9e.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libsmallvec-87b934370d092c9e.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs: diff --git a/target/debug/deps/socket2-6500643f75b90252.d b/target/debug/deps/socket2-6500643f75b90252.d new file mode 100644 index 0000000..dd205a3 --- /dev/null +++ b/target/debug/deps/socket2-6500643f75b90252.d @@ -0,0 +1,11 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/socket2-6500643f75b90252.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.2/src/sockaddr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.2/src/socket.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.2/src/sockref.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.2/src/sys/unix.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libsocket2-6500643f75b90252.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.2/src/sockaddr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.2/src/socket.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.2/src/sockref.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.2/src/sys/unix.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libsocket2-6500643f75b90252.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.2/src/sockaddr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.2/src/socket.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.2/src/sockref.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.2/src/sys/unix.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.2/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.2/src/sockaddr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.2/src/socket.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.2/src/sockref.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.2/src/sys/unix.rs: diff --git a/target/debug/deps/socket2-69217cb3fa319c97.d b/target/debug/deps/socket2-69217cb3fa319c97.d new file mode 100644 index 0000000..94a5749 --- /dev/null +++ b/target/debug/deps/socket2-69217cb3fa319c97.d @@ -0,0 +1,9 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/socket2-69217cb3fa319c97.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.10/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.10/src/sockaddr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.10/src/socket.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.10/src/sockref.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.10/src/sys/unix.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libsocket2-69217cb3fa319c97.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.10/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.10/src/sockaddr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.10/src/socket.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.10/src/sockref.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.10/src/sys/unix.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.10/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.10/src/sockaddr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.10/src/socket.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.10/src/sockref.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.10/src/sys/unix.rs: diff --git a/target/debug/deps/socket2-764a1ac090f20d9d.d b/target/debug/deps/socket2-764a1ac090f20d9d.d new file mode 100644 index 0000000..7348d8f --- /dev/null +++ b/target/debug/deps/socket2-764a1ac090f20d9d.d @@ -0,0 +1,9 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/socket2-764a1ac090f20d9d.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.2/src/sockaddr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.2/src/socket.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.2/src/sockref.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.2/src/sys/unix.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libsocket2-764a1ac090f20d9d.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.2/src/sockaddr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.2/src/socket.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.2/src/sockref.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.2/src/sys/unix.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.2/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.2/src/sockaddr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.2/src/socket.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.2/src/sockref.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.2/src/sys/unix.rs: diff --git a/target/debug/deps/spin-9c0c5c5634f5fe9d.d b/target/debug/deps/spin-9c0c5c5634f5fe9d.d new file mode 100644 index 0000000..9d58867 --- /dev/null +++ b/target/debug/deps/spin-9c0c5c5634f5fe9d.d @@ -0,0 +1,14 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/spin-9c0c5c5634f5fe9d.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/barrier.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/mutex/spin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/once.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/relax.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/rwlock.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libspin-9c0c5c5634f5fe9d.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/barrier.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/mutex/spin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/once.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/relax.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/rwlock.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libspin-9c0c5c5634f5fe9d.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/barrier.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/mutex/spin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/once.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/relax.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/rwlock.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/barrier.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lazy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/mutex.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/mutex/spin.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/once.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/relax.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/rwlock.rs: diff --git a/target/debug/deps/spin-da28cc6826e3825d.d b/target/debug/deps/spin-da28cc6826e3825d.d new file mode 100644 index 0000000..224732c --- /dev/null +++ b/target/debug/deps/spin-da28cc6826e3825d.d @@ -0,0 +1,12 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/spin-da28cc6826e3825d.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/barrier.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/mutex/spin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/once.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/relax.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/rwlock.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libspin-da28cc6826e3825d.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/barrier.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/mutex/spin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/once.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/relax.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/rwlock.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/barrier.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lazy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/mutex.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/mutex/spin.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/once.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/relax.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/rwlock.rs: diff --git a/target/debug/deps/sqlx-fc7008492b6b1cc5.d b/target/debug/deps/sqlx-fc7008492b6b1cc5.d new file mode 100644 index 0000000..fe14827 --- /dev/null +++ b/target/debug/deps/sqlx-fc7008492b6b1cc5.d @@ -0,0 +1,12 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/sqlx-fc7008492b6b1cc5.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-0.8.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-0.8.6/src/any/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-0.8.6/src/macros/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-0.8.6/src/ty_match.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-0.8.6/src/spec_error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-0.8.6/src/lib.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-0.8.6/src/macros/test.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-0.8.6/src/any/install_drivers_note.md + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libsqlx-fc7008492b6b1cc5.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-0.8.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-0.8.6/src/any/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-0.8.6/src/macros/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-0.8.6/src/ty_match.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-0.8.6/src/spec_error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-0.8.6/src/lib.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-0.8.6/src/macros/test.md /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-0.8.6/src/any/install_drivers_note.md + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-0.8.6/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-0.8.6/src/any/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-0.8.6/src/macros/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-0.8.6/src/ty_match.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-0.8.6/src/spec_error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-0.8.6/src/lib.md: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-0.8.6/src/macros/test.md: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-0.8.6/src/any/install_drivers_note.md: diff --git a/target/debug/deps/sqlx_core-0f46912c8dde07e0.d b/target/debug/deps/sqlx_core-0f46912c8dde07e0.d new file mode 100644 index 0000000..c224ac7 --- /dev/null +++ b/target/debug/deps/sqlx_core-0f46912c8dde07e0.d @@ -0,0 +1,94 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/sqlx_core-0f46912c8dde07e0.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/ext/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/ext/ustr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/ext/async_stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/arguments.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/pool/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/pool/executor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/pool/maybe.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/pool/connection.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/pool/inner.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/pool/options.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/connection.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/transaction.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/decode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/types/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/types/non_zero.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/types/json.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/types/text.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/query.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/acquire.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/column.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/statement.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/common/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/common/statement_cache.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/database.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/describe.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/executor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/from_row.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/fs.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/io/buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/io/buf_mut.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/io/decode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/io/encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/io/read_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/logger.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/net/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/net/socket/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/net/socket/buffered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/net/tls/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/net/tls/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/query_as.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/query_builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/query_scalar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/raw_sql.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/row.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/rt_tokio/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/rt_tokio/socket.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/sync.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/type_checking.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/type_info.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/migrate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/migration.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/migration_type.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/migrator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/source.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/arguments.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/column.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/connection/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/connection/backend.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/connection/executor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/database.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/kind.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/options.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/query_result.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/row.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/statement.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/transaction.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/type_info.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/types/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/types/blob.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/types/bool.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/types/float.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/types/int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/types/str.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/driver.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/migrate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/fixtures.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libsqlx_core-0f46912c8dde07e0.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/ext/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/ext/ustr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/ext/async_stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/arguments.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/pool/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/pool/executor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/pool/maybe.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/pool/connection.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/pool/inner.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/pool/options.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/connection.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/transaction.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/decode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/types/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/types/non_zero.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/types/json.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/types/text.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/query.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/acquire.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/column.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/statement.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/common/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/common/statement_cache.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/database.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/describe.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/executor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/from_row.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/fs.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/io/buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/io/buf_mut.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/io/decode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/io/encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/io/read_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/logger.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/net/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/net/socket/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/net/socket/buffered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/net/tls/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/net/tls/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/query_as.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/query_builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/query_scalar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/raw_sql.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/row.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/rt_tokio/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/rt_tokio/socket.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/sync.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/type_checking.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/type_info.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/migrate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/migration.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/migration_type.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/migrator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/source.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/arguments.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/column.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/connection/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/connection/backend.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/connection/executor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/database.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/kind.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/options.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/query_result.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/row.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/statement.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/transaction.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/type_info.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/types/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/types/blob.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/types/bool.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/types/float.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/types/int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/types/str.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/driver.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/migrate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/fixtures.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libsqlx_core-0f46912c8dde07e0.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/ext/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/ext/ustr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/ext/async_stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/arguments.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/pool/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/pool/executor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/pool/maybe.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/pool/connection.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/pool/inner.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/pool/options.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/connection.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/transaction.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/decode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/types/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/types/non_zero.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/types/json.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/types/text.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/query.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/acquire.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/column.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/statement.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/common/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/common/statement_cache.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/database.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/describe.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/executor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/from_row.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/fs.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/io/buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/io/buf_mut.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/io/decode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/io/encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/io/read_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/logger.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/net/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/net/socket/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/net/socket/buffered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/net/tls/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/net/tls/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/query_as.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/query_builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/query_scalar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/raw_sql.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/row.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/rt_tokio/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/rt_tokio/socket.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/sync.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/type_checking.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/type_info.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/migrate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/migration.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/migration_type.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/migrator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/source.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/arguments.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/column.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/connection/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/connection/backend.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/connection/executor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/database.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/kind.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/options.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/query_result.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/row.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/statement.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/transaction.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/type_info.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/types/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/types/blob.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/types/bool.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/types/float.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/types/int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/types/str.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/driver.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/migrate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/fixtures.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/ext/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/ext/ustr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/ext/async_stream.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/arguments.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/pool/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/pool/executor.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/pool/maybe.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/pool/connection.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/pool/inner.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/pool/options.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/connection.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/transaction.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/encode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/decode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/types/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/types/non_zero.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/types/json.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/types/text.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/query.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/acquire.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/column.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/statement.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/common/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/common/statement_cache.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/database.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/describe.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/executor.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/from_row.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/fs.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/io/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/io/buf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/io/buf_mut.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/io/decode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/io/encode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/io/read_buf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/logger.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/net/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/net/socket/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/net/socket/buffered.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/net/tls/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/net/tls/util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/query_as.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/query_builder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/query_scalar.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/raw_sql.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/row.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/rt_tokio/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/rt_tokio/socket.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/sync.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/type_checking.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/type_info.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/migrate.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/migration.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/migration_type.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/migrator.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/source.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/arguments.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/column.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/connection/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/connection/backend.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/connection/executor.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/database.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/kind.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/options.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/query_result.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/row.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/statement.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/transaction.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/type_info.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/types/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/types/blob.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/types/bool.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/types/float.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/types/int.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/types/str.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/driver.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/migrate.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/fixtures.rs: diff --git a/target/debug/deps/sqlx_core-7f3cc6807d995e58.d b/target/debug/deps/sqlx_core-7f3cc6807d995e58.d new file mode 100644 index 0000000..06c0533 --- /dev/null +++ b/target/debug/deps/sqlx_core-7f3cc6807d995e58.d @@ -0,0 +1,92 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/sqlx_core-7f3cc6807d995e58.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/ext/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/ext/ustr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/ext/async_stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/arguments.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/pool/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/pool/executor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/pool/maybe.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/pool/connection.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/pool/inner.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/pool/options.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/connection.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/transaction.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/decode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/types/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/types/non_zero.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/types/json.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/types/text.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/query.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/acquire.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/column.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/statement.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/common/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/common/statement_cache.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/database.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/describe.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/executor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/from_row.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/fs.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/io/buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/io/buf_mut.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/io/decode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/io/encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/io/read_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/logger.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/net/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/net/socket/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/net/socket/buffered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/net/tls/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/net/tls/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/query_as.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/query_builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/query_scalar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/raw_sql.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/row.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/rt_tokio/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/rt_tokio/socket.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/sync.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/type_checking.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/type_info.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/migrate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/migration.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/migration_type.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/migrator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/source.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/arguments.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/column.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/connection/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/connection/backend.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/connection/executor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/database.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/kind.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/options.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/query_result.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/row.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/statement.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/transaction.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/type_info.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/types/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/types/blob.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/types/bool.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/types/float.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/types/int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/types/str.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/driver.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/migrate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/fixtures.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libsqlx_core-7f3cc6807d995e58.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/ext/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/ext/ustr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/ext/async_stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/arguments.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/pool/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/pool/executor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/pool/maybe.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/pool/connection.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/pool/inner.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/pool/options.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/connection.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/transaction.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/decode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/types/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/types/non_zero.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/types/json.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/types/text.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/query.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/acquire.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/column.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/statement.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/common/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/common/statement_cache.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/database.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/describe.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/executor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/from_row.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/fs.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/io/buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/io/buf_mut.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/io/decode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/io/encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/io/read_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/logger.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/net/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/net/socket/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/net/socket/buffered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/net/tls/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/net/tls/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/query_as.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/query_builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/query_scalar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/raw_sql.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/row.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/rt_tokio/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/rt_tokio/socket.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/sync.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/type_checking.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/type_info.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/migrate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/migration.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/migration_type.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/migrator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/source.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/arguments.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/column.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/connection/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/connection/backend.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/connection/executor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/database.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/kind.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/options.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/query_result.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/row.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/statement.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/transaction.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/type_info.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/types/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/types/blob.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/types/bool.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/types/float.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/types/int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/types/str.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/driver.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/migrate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/fixtures.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/ext/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/ext/ustr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/ext/async_stream.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/arguments.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/pool/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/pool/executor.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/pool/maybe.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/pool/connection.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/pool/inner.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/pool/options.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/connection.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/transaction.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/encode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/decode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/types/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/types/non_zero.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/types/json.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/types/text.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/query.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/acquire.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/column.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/statement.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/common/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/common/statement_cache.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/database.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/describe.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/executor.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/from_row.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/fs.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/io/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/io/buf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/io/buf_mut.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/io/decode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/io/encode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/io/read_buf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/logger.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/net/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/net/socket/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/net/socket/buffered.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/net/tls/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/net/tls/util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/query_as.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/query_builder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/query_scalar.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/raw_sql.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/row.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/rt_tokio/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/rt_tokio/socket.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/sync.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/type_checking.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/type_info.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/migrate.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/migration.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/migration_type.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/migrator.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/migrate/source.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/arguments.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/column.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/connection/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/connection/backend.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/connection/executor.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/database.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/kind.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/options.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/query_result.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/row.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/statement.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/transaction.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/type_info.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/types/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/types/blob.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/types/bool.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/types/float.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/types/int.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/types/str.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/driver.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/any/migrate.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/fixtures.rs: diff --git a/target/debug/deps/sqlx_macros-b01e24124b90a398.d b/target/debug/deps/sqlx_macros-b01e24124b90a398.d new file mode 100644 index 0000000..caa618e --- /dev/null +++ b/target/debug/deps/sqlx_macros-b01e24124b90a398.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/sqlx_macros-b01e24124b90a398.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-0.8.6/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libsqlx_macros-b01e24124b90a398.so: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-0.8.6/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-0.8.6/src/lib.rs: diff --git a/target/debug/deps/sqlx_macros_core-d8727b68a74f76bb.d b/target/debug/deps/sqlx_macros_core-d8727b68a74f76bb.d new file mode 100644 index 0000000..850b201 --- /dev/null +++ b/target/debug/deps/sqlx_macros_core-d8727b68a74f76bb.d @@ -0,0 +1,23 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/sqlx_macros_core-d8727b68a74f76bb.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/common.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/database/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/database/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/derives/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/derives/attributes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/derives/decode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/derives/encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/derives/row.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/derives/type.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/query/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/query/args.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/query/data.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/query/input.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/query/output.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/test_attr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/migrate.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libsqlx_macros_core-d8727b68a74f76bb.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/common.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/database/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/database/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/derives/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/derives/attributes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/derives/decode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/derives/encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/derives/row.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/derives/type.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/query/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/query/args.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/query/data.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/query/input.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/query/output.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/test_attr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/migrate.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libsqlx_macros_core-d8727b68a74f76bb.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/common.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/database/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/database/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/derives/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/derives/attributes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/derives/decode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/derives/encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/derives/row.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/derives/type.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/query/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/query/args.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/query/data.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/query/input.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/query/output.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/test_attr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/migrate.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/common.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/database/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/database/impls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/derives/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/derives/attributes.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/derives/decode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/derives/encode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/derives/row.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/derives/type.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/query/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/query/args.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/query/data.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/query/input.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/query/output.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/test_attr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.6/src/migrate.rs: diff --git a/target/debug/deps/sqlx_sqlite-4065bb182e0dc35b.d b/target/debug/deps/sqlx_sqlite-4065bb182e0dc35b.d new file mode 100644 index 0000000..7e7fed9 --- /dev/null +++ b/target/debug/deps/sqlx_sqlite-4065bb182e0dc35b.d @@ -0,0 +1,52 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/sqlx_sqlite-4065bb182e0dc35b.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/arguments.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/column.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/collation.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/describe.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/establish.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/execute.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/executor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/explain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/handle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/intmap.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/serialize.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/worker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/database.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/logger.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/auto_vacuum.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/connect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/journal_mode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/locking_mode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/parse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/synchronous.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/query_result.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/row.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/statement/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/statement/handle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/statement/unlock_notify.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/statement/virtual.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/transaction.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/type_checking.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/type_info.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/bool.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/float.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/json.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/str.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/text.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/uint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/any.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/migrate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/testing/mod.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libsqlx_sqlite-4065bb182e0dc35b.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/arguments.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/column.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/collation.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/describe.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/establish.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/execute.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/executor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/explain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/handle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/intmap.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/serialize.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/worker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/database.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/logger.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/auto_vacuum.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/connect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/journal_mode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/locking_mode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/parse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/synchronous.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/query_result.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/row.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/statement/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/statement/handle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/statement/unlock_notify.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/statement/virtual.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/transaction.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/type_checking.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/type_info.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/bool.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/float.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/json.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/str.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/text.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/uint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/any.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/migrate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/testing/mod.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libsqlx_sqlite-4065bb182e0dc35b.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/arguments.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/column.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/collation.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/describe.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/establish.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/execute.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/executor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/explain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/handle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/intmap.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/serialize.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/worker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/database.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/logger.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/auto_vacuum.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/connect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/journal_mode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/locking_mode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/parse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/synchronous.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/query_result.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/row.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/statement/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/statement/handle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/statement/unlock_notify.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/statement/virtual.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/transaction.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/type_checking.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/type_info.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/bool.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/float.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/json.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/str.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/text.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/uint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/any.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/migrate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/testing/mod.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/arguments.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/column.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/collation.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/describe.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/establish.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/execute.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/executor.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/explain.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/handle.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/intmap.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/serialize.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/worker.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/database.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/logger.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/auto_vacuum.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/connect.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/journal_mode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/locking_mode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/parse.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/synchronous.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/query_result.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/row.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/statement/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/statement/handle.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/statement/unlock_notify.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/statement/virtual.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/transaction.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/type_checking.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/type_info.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/bool.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/bytes.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/float.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/int.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/json.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/str.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/text.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/uint.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/any.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/migrate.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/testing/mod.rs: diff --git a/target/debug/deps/sqlx_sqlite-8e90817be66438c3.d b/target/debug/deps/sqlx_sqlite-8e90817be66438c3.d new file mode 100644 index 0000000..4cd95f7 --- /dev/null +++ b/target/debug/deps/sqlx_sqlite-8e90817be66438c3.d @@ -0,0 +1,50 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/sqlx_sqlite-8e90817be66438c3.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/arguments.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/column.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/collation.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/describe.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/establish.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/execute.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/executor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/explain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/handle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/intmap.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/serialize.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/worker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/database.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/logger.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/auto_vacuum.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/connect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/journal_mode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/locking_mode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/parse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/synchronous.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/query_result.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/row.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/statement/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/statement/handle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/statement/unlock_notify.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/statement/virtual.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/transaction.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/type_checking.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/type_info.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/bool.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/float.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/json.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/str.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/text.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/uint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/any.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/migrate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/testing/mod.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libsqlx_sqlite-8e90817be66438c3.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/arguments.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/column.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/collation.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/describe.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/establish.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/execute.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/executor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/explain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/handle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/intmap.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/serialize.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/worker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/database.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/logger.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/auto_vacuum.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/connect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/journal_mode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/locking_mode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/parse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/synchronous.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/query_result.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/row.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/statement/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/statement/handle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/statement/unlock_notify.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/statement/virtual.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/transaction.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/type_checking.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/type_info.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/bool.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/float.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/json.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/str.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/text.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/uint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/any.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/migrate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/testing/mod.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/arguments.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/column.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/collation.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/describe.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/establish.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/execute.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/executor.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/explain.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/handle.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/intmap.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/serialize.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/worker.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/database.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/logger.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/auto_vacuum.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/connect.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/journal_mode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/locking_mode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/parse.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/options/synchronous.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/query_result.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/row.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/statement/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/statement/handle.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/statement/unlock_notify.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/statement/virtual.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/transaction.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/type_checking.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/type_info.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/bool.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/bytes.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/float.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/int.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/json.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/str.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/text.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/types/uint.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/any.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/migrate.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/testing/mod.rs: diff --git a/target/debug/deps/stable_deref_trait-7f79269140ce92e7.d b/target/debug/deps/stable_deref_trait-7f79269140ce92e7.d new file mode 100644 index 0000000..5a425de --- /dev/null +++ b/target/debug/deps/stable_deref_trait-7f79269140ce92e7.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/stable_deref_trait-7f79269140ce92e7.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.1/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libstable_deref_trait-7f79269140ce92e7.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.1/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libstable_deref_trait-7f79269140ce92e7.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.1/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.1/src/lib.rs: diff --git a/target/debug/deps/stable_deref_trait-c1b563a78da1ff57.d b/target/debug/deps/stable_deref_trait-c1b563a78da1ff57.d new file mode 100644 index 0000000..b12eee6 --- /dev/null +++ b/target/debug/deps/stable_deref_trait-c1b563a78da1ff57.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/stable_deref_trait-c1b563a78da1ff57.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.1/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libstable_deref_trait-c1b563a78da1ff57.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.1/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.1/src/lib.rs: diff --git a/target/debug/deps/static_assertions_next-a48d3be304008e09.d b/target/debug/deps/static_assertions_next-a48d3be304008e09.d new file mode 100644 index 0000000..bf9d87f --- /dev/null +++ b/target/debug/deps/static_assertions_next-a48d3be304008e09.d @@ -0,0 +1,17 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/static_assertions_next-a48d3be304008e09.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions_next-1.1.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions_next-1.1.2/src/assert_align.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions_next-1.1.2/src/assert_cfg.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions_next-1.1.2/src/assert_fields.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions_next-1.1.2/src/assert_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions_next-1.1.2/src/assert_obj_safe.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions_next-1.1.2/src/assert_size.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions_next-1.1.2/src/assert_trait.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions_next-1.1.2/src/assert_type.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions_next-1.1.2/src/const_assert.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions_next-1.1.2/src/does_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions_next-1.1.2/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions_next-1.1.2/src/bool.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libstatic_assertions_next-a48d3be304008e09.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions_next-1.1.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions_next-1.1.2/src/assert_align.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions_next-1.1.2/src/assert_cfg.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions_next-1.1.2/src/assert_fields.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions_next-1.1.2/src/assert_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions_next-1.1.2/src/assert_obj_safe.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions_next-1.1.2/src/assert_size.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions_next-1.1.2/src/assert_trait.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions_next-1.1.2/src/assert_type.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions_next-1.1.2/src/const_assert.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions_next-1.1.2/src/does_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions_next-1.1.2/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions_next-1.1.2/src/bool.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions_next-1.1.2/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions_next-1.1.2/src/assert_align.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions_next-1.1.2/src/assert_cfg.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions_next-1.1.2/src/assert_fields.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions_next-1.1.2/src/assert_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions_next-1.1.2/src/assert_obj_safe.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions_next-1.1.2/src/assert_size.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions_next-1.1.2/src/assert_trait.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions_next-1.1.2/src/assert_type.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions_next-1.1.2/src/const_assert.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions_next-1.1.2/src/does_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions_next-1.1.2/src/util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions_next-1.1.2/src/bool.rs: diff --git a/target/debug/deps/strsim-cdfa80b3792e870c.d b/target/debug/deps/strsim-cdfa80b3792e870c.d new file mode 100644 index 0000000..4505220 --- /dev/null +++ b/target/debug/deps/strsim-cdfa80b3792e870c.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/strsim-cdfa80b3792e870c.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libstrsim-cdfa80b3792e870c.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libstrsim-cdfa80b3792e870c.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/src/lib.rs: diff --git a/target/debug/deps/strum-416d782a1cf3cc6a.d b/target/debug/deps/strum-416d782a1cf3cc6a.d new file mode 100644 index 0000000..d62518d --- /dev/null +++ b/target/debug/deps/strum-416d782a1cf3cc6a.d @@ -0,0 +1,8 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/strum-416d782a1cf3cc6a.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.27.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.27.2/src/additional_attributes.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libstrum-416d782a1cf3cc6a.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.27.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.27.2/src/additional_attributes.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libstrum-416d782a1cf3cc6a.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.27.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.27.2/src/additional_attributes.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.27.2/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.27.2/src/additional_attributes.rs: diff --git a/target/debug/deps/strum_macros-23c71c3032a95f33.d b/target/debug/deps/strum_macros-23c71c3032a95f33.d new file mode 100644 index 0000000..4b60108 --- /dev/null +++ b/target/debug/deps/strum_macros-23c71c3032a95f33.d @@ -0,0 +1,28 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/strum_macros-23c71c3032a95f33.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/helpers/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/helpers/case_style.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/helpers/inner_variant_props.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/helpers/metadata.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/helpers/type_props.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/helpers/variant_props.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/enum_count.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/enum_discriminants.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/enum_is.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/enum_iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/enum_messages.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/enum_properties.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/enum_table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/enum_try_as.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/enum_variant_array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/enum_variant_names.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/from_repr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/strings/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/strings/as_ref_str.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/strings/display.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/strings/from_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/strings/to_string.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libstrum_macros-23c71c3032a95f33.so: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/helpers/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/helpers/case_style.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/helpers/inner_variant_props.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/helpers/metadata.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/helpers/type_props.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/helpers/variant_props.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/enum_count.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/enum_discriminants.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/enum_is.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/enum_iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/enum_messages.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/enum_properties.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/enum_table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/enum_try_as.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/enum_variant_array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/enum_variant_names.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/from_repr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/strings/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/strings/as_ref_str.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/strings/display.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/strings/from_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/strings/to_string.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/helpers/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/helpers/case_style.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/helpers/inner_variant_props.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/helpers/metadata.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/helpers/type_props.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/helpers/variant_props.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/enum_count.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/enum_discriminants.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/enum_is.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/enum_iter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/enum_messages.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/enum_properties.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/enum_table.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/enum_try_as.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/enum_variant_array.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/enum_variant_names.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/from_repr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/strings/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/strings/as_ref_str.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/strings/display.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/strings/from_string.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/macros/strings/to_string.rs: diff --git a/target/debug/deps/syn-b8069dca327ae3bc.d b/target/debug/deps/syn-b8069dca327ae3bc.d new file mode 100644 index 0000000..f9ecf9c --- /dev/null +++ b/target/debug/deps/syn-b8069dca327ae3bc.d @@ -0,0 +1,60 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/syn-b8069dca327ae3bc.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/group.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/token.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/attr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/bigint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/classify.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/custom_keyword.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/custom_punctuation.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/data.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/derive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/drops.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/expr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/file.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/fixup.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/generics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/ident.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/item.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/lifetime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/lit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/lookahead.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/mac.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/meta.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/op.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/parse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/discouraged.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/parse_macro_input.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/parse_quote.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/pat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/precedence.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/print.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/punctuated.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/restriction.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/sealed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/span.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/spanned.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/stmt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/thread.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/tt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/ty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/verbatim.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/whitespace.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/export.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/gen/fold.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/gen/visit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/gen/visit_mut.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/gen/clone.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/gen/debug.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/gen/eq.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/gen/hash.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libsyn-b8069dca327ae3bc.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/group.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/token.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/attr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/bigint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/classify.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/custom_keyword.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/custom_punctuation.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/data.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/derive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/drops.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/expr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/file.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/fixup.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/generics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/ident.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/item.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/lifetime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/lit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/lookahead.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/mac.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/meta.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/op.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/parse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/discouraged.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/parse_macro_input.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/parse_quote.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/pat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/precedence.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/print.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/punctuated.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/restriction.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/sealed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/span.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/spanned.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/stmt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/thread.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/tt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/ty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/verbatim.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/whitespace.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/export.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/gen/fold.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/gen/visit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/gen/visit_mut.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/gen/clone.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/gen/debug.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/gen/eq.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/gen/hash.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libsyn-b8069dca327ae3bc.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/group.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/token.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/attr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/bigint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/classify.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/custom_keyword.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/custom_punctuation.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/data.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/derive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/drops.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/expr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/file.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/fixup.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/generics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/ident.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/item.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/lifetime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/lit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/lookahead.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/mac.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/meta.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/op.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/parse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/discouraged.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/parse_macro_input.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/parse_quote.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/pat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/precedence.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/print.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/punctuated.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/restriction.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/sealed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/span.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/spanned.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/stmt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/thread.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/tt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/ty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/verbatim.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/whitespace.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/export.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/gen/fold.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/gen/visit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/gen/visit_mut.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/gen/clone.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/gen/debug.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/gen/eq.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/gen/hash.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/group.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/token.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/attr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/bigint.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/buffer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/classify.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/custom_keyword.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/custom_punctuation.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/data.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/derive.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/drops.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/expr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/ext.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/file.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/fixup.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/generics.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/ident.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/item.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/lifetime.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/lit.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/lookahead.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/mac.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/meta.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/op.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/parse.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/discouraged.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/parse_macro_input.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/parse_quote.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/pat.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/path.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/precedence.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/print.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/punctuated.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/restriction.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/sealed.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/span.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/spanned.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/stmt.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/thread.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/tt.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/ty.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/verbatim.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/whitespace.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/export.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/gen/fold.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/gen/visit.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/gen/visit_mut.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/gen/clone.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/gen/debug.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/gen/eq.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/gen/hash.rs: diff --git a/target/debug/deps/syn-f9a2cd9cab39a38e.d b/target/debug/deps/syn-f9a2cd9cab39a38e.d new file mode 100644 index 0000000..f7771ed --- /dev/null +++ b/target/debug/deps/syn-f9a2cd9cab39a38e.d @@ -0,0 +1,23 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/syn-f9a2cd9cab39a38e.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/token.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/ident.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/bigint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lifetime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/drops.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/punctuated.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/export.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/custom_keyword.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/custom_punctuation.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/sealed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/span.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/thread.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/await.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libsyn-f9a2cd9cab39a38e.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/token.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/ident.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/bigint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lifetime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/drops.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/punctuated.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/export.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/custom_keyword.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/custom_punctuation.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/sealed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/span.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/thread.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/await.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libsyn-f9a2cd9cab39a38e.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/token.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/ident.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/bigint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lifetime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/drops.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/punctuated.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/export.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/custom_keyword.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/custom_punctuation.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/sealed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/span.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/thread.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/await.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/token.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/ident.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/bigint.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lifetime.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lit.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/drops.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/punctuated.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/export.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/custom_keyword.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/custom_punctuation.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/sealed.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/span.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/thread.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/await.rs: diff --git a/target/debug/deps/sync_wrapper-ae88c46316df8057.d b/target/debug/deps/sync_wrapper-ae88c46316df8057.d new file mode 100644 index 0000000..077ec1f --- /dev/null +++ b/target/debug/deps/sync_wrapper-ae88c46316df8057.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/sync_wrapper-ae88c46316df8057.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-0.1.2/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libsync_wrapper-ae88c46316df8057.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-0.1.2/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-0.1.2/src/lib.rs: diff --git a/target/debug/deps/sync_wrapper-c3e474a5d60d69c6.d b/target/debug/deps/sync_wrapper-c3e474a5d60d69c6.d new file mode 100644 index 0000000..5322e70 --- /dev/null +++ b/target/debug/deps/sync_wrapper-c3e474a5d60d69c6.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/sync_wrapper-c3e474a5d60d69c6.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-1.0.2/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libsync_wrapper-c3e474a5d60d69c6.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-1.0.2/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-1.0.2/src/lib.rs: diff --git a/target/debug/deps/synstructure-43c1224956a2b1c3.d b/target/debug/deps/synstructure-43c1224956a2b1c3.d new file mode 100644 index 0000000..8ffdd46 --- /dev/null +++ b/target/debug/deps/synstructure-43c1224956a2b1c3.d @@ -0,0 +1,8 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/synstructure-43c1224956a2b1c3.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.2/src/macros.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libsynstructure-43c1224956a2b1c3.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.2/src/macros.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libsynstructure-43c1224956a2b1c3.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.2/src/macros.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.2/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.2/src/macros.rs: diff --git a/target/debug/deps/tempfile-2410d7b6e6bc3751.d b/target/debug/deps/tempfile-2410d7b6e6bc3751.d new file mode 100644 index 0000000..6112c79 --- /dev/null +++ b/target/debug/deps/tempfile-2410d7b6e6bc3751.d @@ -0,0 +1,15 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/tempfile-2410d7b6e6bc3751.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.24.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.24.0/src/dir/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.24.0/src/dir/imp/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.24.0/src/dir/imp/unix.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.24.0/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.24.0/src/file/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.24.0/src/file/imp/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.24.0/src/file/imp/unix.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.24.0/src/spooled.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.24.0/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.24.0/src/env.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtempfile-2410d7b6e6bc3751.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.24.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.24.0/src/dir/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.24.0/src/dir/imp/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.24.0/src/dir/imp/unix.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.24.0/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.24.0/src/file/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.24.0/src/file/imp/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.24.0/src/file/imp/unix.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.24.0/src/spooled.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.24.0/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.24.0/src/env.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.24.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.24.0/src/dir/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.24.0/src/dir/imp/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.24.0/src/dir/imp/unix.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.24.0/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.24.0/src/file/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.24.0/src/file/imp/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.24.0/src/file/imp/unix.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.24.0/src/spooled.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.24.0/src/util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.24.0/src/env.rs: diff --git a/target/debug/deps/tera-300240054a2008db.d b/target/debug/deps/tera-300240054a2008db.d new file mode 100644 index 0000000..15eb99b --- /dev/null +++ b/target/debug/deps/tera-300240054a2008db.d @@ -0,0 +1,32 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/tera-300240054a2008db.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/builtins/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/builtins/filters/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/builtins/filters/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/builtins/filters/common.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/builtins/filters/number.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/builtins/filters/object.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/builtins/filters/string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/builtins/functions.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/builtins/testers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/errors.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/filter_utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/parser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/parser/ast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/parser/whitespace.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/renderer/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/renderer/square_brackets.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/renderer/call_stack.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/renderer/for_loop.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/renderer/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/renderer/processor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/renderer/stack_frame.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/template.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/tera.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/parser/tera.pest + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtera-300240054a2008db.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/builtins/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/builtins/filters/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/builtins/filters/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/builtins/filters/common.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/builtins/filters/number.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/builtins/filters/object.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/builtins/filters/string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/builtins/functions.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/builtins/testers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/errors.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/filter_utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/parser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/parser/ast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/parser/whitespace.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/renderer/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/renderer/square_brackets.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/renderer/call_stack.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/renderer/for_loop.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/renderer/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/renderer/processor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/renderer/stack_frame.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/template.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/tera.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/parser/tera.pest + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/builtins/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/builtins/filters/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/builtins/filters/array.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/builtins/filters/common.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/builtins/filters/number.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/builtins/filters/object.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/builtins/filters/string.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/builtins/functions.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/builtins/testers.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/context.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/errors.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/filter_utils.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/parser/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/parser/ast.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/parser/whitespace.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/renderer/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/renderer/square_brackets.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/renderer/call_stack.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/renderer/for_loop.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/renderer/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/renderer/processor.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/renderer/stack_frame.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/template.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/tera.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/utils.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tera-1.20.1/src/parser/tera.pest: diff --git a/target/debug/deps/thiserror-17289574bc4a1cbd.d b/target/debug/deps/thiserror-17289574bc4a1cbd.d new file mode 100644 index 0000000..66811c0 --- /dev/null +++ b/target/debug/deps/thiserror-17289574bc4a1cbd.d @@ -0,0 +1,12 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/thiserror-17289574bc4a1cbd.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/aserror.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/display.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/var.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/private.rs /home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/thiserror-f120952bacb12ece/out/private.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libthiserror-17289574bc4a1cbd.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/aserror.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/display.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/var.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/private.rs /home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/thiserror-f120952bacb12ece/out/private.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/aserror.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/display.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/var.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/private.rs: +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/thiserror-f120952bacb12ece/out/private.rs: + +# env-dep:OUT_DIR=/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/thiserror-f120952bacb12ece/out diff --git a/target/debug/deps/thiserror-437a386bfa466cb8.d b/target/debug/deps/thiserror-437a386bfa466cb8.d new file mode 100644 index 0000000..4609ad1 --- /dev/null +++ b/target/debug/deps/thiserror-437a386bfa466cb8.d @@ -0,0 +1,14 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/thiserror-437a386bfa466cb8.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/aserror.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/display.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/var.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/private.rs /home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/thiserror-f120952bacb12ece/out/private.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libthiserror-437a386bfa466cb8.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/aserror.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/display.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/var.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/private.rs /home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/thiserror-f120952bacb12ece/out/private.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libthiserror-437a386bfa466cb8.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/aserror.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/display.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/var.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/private.rs /home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/thiserror-f120952bacb12ece/out/private.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/aserror.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/display.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/var.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/private.rs: +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/thiserror-f120952bacb12ece/out/private.rs: + +# env-dep:OUT_DIR=/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/build/thiserror-f120952bacb12ece/out diff --git a/target/debug/deps/thiserror-f9e5beb7cc800297.d b/target/debug/deps/thiserror-f9e5beb7cc800297.d new file mode 100644 index 0000000..a1197d7 --- /dev/null +++ b/target/debug/deps/thiserror-f9e5beb7cc800297.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/thiserror-f9e5beb7cc800297.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/aserror.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/display.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libthiserror-f9e5beb7cc800297.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/aserror.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/display.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/aserror.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/display.rs: diff --git a/target/debug/deps/thiserror_impl-2188e4137b8801f4.d b/target/debug/deps/thiserror_impl-2188e4137b8801f4.d new file mode 100644 index 0000000..730950b --- /dev/null +++ b/target/debug/deps/thiserror_impl-2188e4137b8801f4.d @@ -0,0 +1,14 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/thiserror_impl-2188e4137b8801f4.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/ast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/attr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/expand.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/fmt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/generics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/prop.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/scan_expr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/span.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/valid.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libthiserror_impl-2188e4137b8801f4.so: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/ast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/attr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/expand.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/fmt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/generics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/prop.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/scan_expr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/span.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/valid.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/ast.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/attr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/expand.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/fmt.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/generics.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/prop.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/scan_expr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/span.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/valid.rs: diff --git a/target/debug/deps/thiserror_impl-43950d666f6cc470.d b/target/debug/deps/thiserror_impl-43950d666f6cc470.d new file mode 100644 index 0000000..6d5fafe --- /dev/null +++ b/target/debug/deps/thiserror_impl-43950d666f6cc470.d @@ -0,0 +1,17 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/thiserror_impl-43950d666f6cc470.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/ast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/attr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/expand.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/fallback.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/fmt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/generics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/prop.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/scan_expr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/unraw.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/valid.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libthiserror_impl-43950d666f6cc470.so: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/ast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/attr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/expand.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/fallback.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/fmt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/generics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/prop.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/scan_expr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/unraw.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/valid.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/ast.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/attr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/expand.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/fallback.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/fmt.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/generics.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/prop.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/scan_expr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/unraw.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/valid.rs: + +# env-dep:CARGO_PKG_VERSION_PATCH=18 diff --git a/target/debug/deps/thread_local-46c93de8f488b98a.d b/target/debug/deps/thread_local-46c93de8f488b98a.d new file mode 100644 index 0000000..85cc45e --- /dev/null +++ b/target/debug/deps/thread_local-46c93de8f488b98a.d @@ -0,0 +1,8 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/thread_local-46c93de8f488b98a.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.9/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.9/src/cached.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.9/src/thread_id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.9/src/unreachable.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libthread_local-46c93de8f488b98a.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.9/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.9/src/cached.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.9/src/thread_id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.9/src/unreachable.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.9/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.9/src/cached.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.9/src/thread_id.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.9/src/unreachable.rs: diff --git a/target/debug/deps/time-6db96e2fc098167b.d b/target/debug/deps/time-6db96e2fc098167b.d new file mode 100644 index 0000000..4566e0a --- /dev/null +++ b/target/debug/deps/time-6db96e2fc098167b.d @@ -0,0 +1,68 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/time-6db96e2fc098167b.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/date.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/duration.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/error/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/error/component_range.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/error/conversion_range.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/error/different_variant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/error/format.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/error/invalid_format_description.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/error/invalid_variant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/error/parse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/error/parse_from_description.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/error/try_from_parsed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/ext/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/ext/digit_count.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/ext/instant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/ext/numerical_duration.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/ext/numerical_std_duration.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/ext/systemtime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/format_description/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/format_description/borrowed_format_item.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/format_description/component.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/format_description/modifier.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/format_description/owned_format_item.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/format_description/parse/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/format_description/parse/ast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/format_description/parse/format_item.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/format_description/parse/lexer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/format_description/parse/strftime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/format_description/well_known/iso8601.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/format_description/well_known/iso8601/adt_hack.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/format_description/well_known/rfc2822.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/format_description/well_known/rfc3339.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/formatting/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/formatting/formattable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/formatting/iso8601.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/hint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/instant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/internal_macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/interop/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/interop/offsetdatetime_systemtime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/interop/offsetdatetime_utcdatetime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/interop/utcdatetime_systemtime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/month.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/offset_date_time.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/parsing/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/parsing/combinator/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/parsing/combinator/rfc/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/parsing/combinator/rfc/iso8601.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/parsing/combinator/rfc/rfc2234.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/parsing/combinator/rfc/rfc2822.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/parsing/component.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/parsing/iso8601.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/parsing/parsable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/parsing/parsed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/parsing/shim.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/primitive_date_time.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/sys/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/time.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/utc_date_time.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/utc_offset.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/weekday.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtime-6db96e2fc098167b.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/date.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/duration.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/error/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/error/component_range.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/error/conversion_range.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/error/different_variant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/error/format.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/error/invalid_format_description.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/error/invalid_variant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/error/parse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/error/parse_from_description.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/error/try_from_parsed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/ext/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/ext/digit_count.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/ext/instant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/ext/numerical_duration.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/ext/numerical_std_duration.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/ext/systemtime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/format_description/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/format_description/borrowed_format_item.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/format_description/component.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/format_description/modifier.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/format_description/owned_format_item.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/format_description/parse/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/format_description/parse/ast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/format_description/parse/format_item.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/format_description/parse/lexer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/format_description/parse/strftime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/format_description/well_known/iso8601.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/format_description/well_known/iso8601/adt_hack.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/format_description/well_known/rfc2822.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/format_description/well_known/rfc3339.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/formatting/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/formatting/formattable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/formatting/iso8601.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/hint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/instant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/internal_macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/interop/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/interop/offsetdatetime_systemtime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/interop/offsetdatetime_utcdatetime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/interop/utcdatetime_systemtime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/month.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/offset_date_time.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/parsing/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/parsing/combinator/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/parsing/combinator/rfc/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/parsing/combinator/rfc/iso8601.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/parsing/combinator/rfc/rfc2234.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/parsing/combinator/rfc/rfc2822.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/parsing/component.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/parsing/iso8601.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/parsing/parsable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/parsing/parsed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/parsing/shim.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/primitive_date_time.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/sys/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/time.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/utc_date_time.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/utc_offset.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/weekday.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/date.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/duration.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/error/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/error/component_range.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/error/conversion_range.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/error/different_variant.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/error/format.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/error/invalid_format_description.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/error/invalid_variant.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/error/parse.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/error/parse_from_description.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/error/try_from_parsed.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/ext/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/ext/digit_count.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/ext/instant.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/ext/numerical_duration.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/ext/numerical_std_duration.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/ext/systemtime.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/format_description/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/format_description/borrowed_format_item.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/format_description/component.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/format_description/modifier.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/format_description/owned_format_item.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/format_description/parse/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/format_description/parse/ast.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/format_description/parse/format_item.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/format_description/parse/lexer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/format_description/parse/strftime.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/format_description/well_known/iso8601.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/format_description/well_known/iso8601/adt_hack.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/format_description/well_known/rfc2822.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/format_description/well_known/rfc3339.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/formatting/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/formatting/formattable.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/formatting/iso8601.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/hint.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/instant.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/internal_macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/interop/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/interop/offsetdatetime_systemtime.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/interop/offsetdatetime_utcdatetime.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/interop/utcdatetime_systemtime.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/month.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/offset_date_time.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/parsing/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/parsing/combinator/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/parsing/combinator/rfc/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/parsing/combinator/rfc/iso8601.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/parsing/combinator/rfc/rfc2234.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/parsing/combinator/rfc/rfc2822.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/parsing/component.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/parsing/iso8601.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/parsing/parsable.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/parsing/parsed.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/parsing/shim.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/primitive_date_time.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/sys/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/time.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/utc_date_time.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/utc_offset.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.46/src/weekday.rs: diff --git a/target/debug/deps/time_core-340098ba84029b7a.d b/target/debug/deps/time_core-340098ba84029b7a.d new file mode 100644 index 0000000..5ee8943 --- /dev/null +++ b/target/debug/deps/time_core-340098ba84029b7a.d @@ -0,0 +1,10 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/time_core-340098ba84029b7a.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/convert.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/hint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/util.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtime_core-340098ba84029b7a.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/convert.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/hint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/util.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtime_core-340098ba84029b7a.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/convert.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/hint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/util.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/convert.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/hint.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/util.rs: diff --git a/target/debug/deps/time_core-fdc0c8c365759cfd.d b/target/debug/deps/time_core-fdc0c8c365759cfd.d new file mode 100644 index 0000000..496f719 --- /dev/null +++ b/target/debug/deps/time_core-fdc0c8c365759cfd.d @@ -0,0 +1,8 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/time_core-fdc0c8c365759cfd.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/convert.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/hint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/util.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtime_core-fdc0c8c365759cfd.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/convert.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/hint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/util.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/convert.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/hint.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/util.rs: diff --git a/target/debug/deps/time_macros-3d4aa55385e32ee1.d b/target/debug/deps/time_macros-3d4aa55385e32ee1.d new file mode 100644 index 0000000..9722d5d --- /dev/null +++ b/target/debug/deps/time_macros-3d4aa55385e32ee1.d @@ -0,0 +1,22 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/time_macros-3d4aa55385e32ee1.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/quote.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/date.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/datetime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/format_description/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/format_description/ast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/format_description/format_item.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/format_description/lexer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/format_description/public/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/format_description/public/component.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/format_description/public/modifier.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/helpers/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/helpers/string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/offset.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/time.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/to_tokens.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/utc_datetime.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtime_macros-3d4aa55385e32ee1.so: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/quote.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/date.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/datetime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/format_description/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/format_description/ast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/format_description/format_item.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/format_description/lexer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/format_description/public/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/format_description/public/component.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/format_description/public/modifier.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/helpers/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/helpers/string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/offset.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/time.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/to_tokens.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/utc_datetime.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/quote.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/date.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/datetime.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/format_description/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/format_description/ast.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/format_description/format_item.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/format_description/lexer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/format_description/public/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/format_description/public/component.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/format_description/public/modifier.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/helpers/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/helpers/string.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/offset.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/time.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/to_tokens.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.26/src/utc_datetime.rs: diff --git a/target/debug/deps/tinystr-8a8ff710f2b5b9c2.d b/target/debug/deps/tinystr-8a8ff710f2b5b9c2.d new file mode 100644 index 0000000..cf1ab6f --- /dev/null +++ b/target/debug/deps/tinystr-8a8ff710f2b5b9c2.d @@ -0,0 +1,14 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/tinystr-8a8ff710f2b5b9c2.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/ascii.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/asciibyte.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/int_ops.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/unvalidated.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/ule.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtinystr-8a8ff710f2b5b9c2.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/ascii.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/asciibyte.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/int_ops.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/unvalidated.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/ule.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtinystr-8a8ff710f2b5b9c2.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/ascii.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/asciibyte.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/int_ops.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/unvalidated.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/ule.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/ascii.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/asciibyte.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/int_ops.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/unvalidated.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/ule.rs: diff --git a/target/debug/deps/tinystr-c638305acd43b1e0.d b/target/debug/deps/tinystr-c638305acd43b1e0.d new file mode 100644 index 0000000..d6e8ce4 --- /dev/null +++ b/target/debug/deps/tinystr-c638305acd43b1e0.d @@ -0,0 +1,12 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/tinystr-c638305acd43b1e0.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/ascii.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/asciibyte.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/int_ops.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/unvalidated.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/ule.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtinystr-c638305acd43b1e0.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/ascii.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/asciibyte.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/int_ops.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/unvalidated.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/ule.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/ascii.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/asciibyte.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/int_ops.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/unvalidated.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/ule.rs: diff --git a/target/debug/deps/tinyvec-fe03f976cf60bbf5.d b/target/debug/deps/tinyvec-fe03f976cf60bbf5.d new file mode 100644 index 0000000..a354bb4 --- /dev/null +++ b/target/debug/deps/tinyvec-fe03f976cf60bbf5.d @@ -0,0 +1,11 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/tinyvec-fe03f976cf60bbf5.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.10.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.10.0/src/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.10.0/src/array/const_generic_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.10.0/src/arrayvec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.10.0/src/arrayvec_drain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.10.0/src/slicevec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.10.0/src/tinyvec.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtinyvec-fe03f976cf60bbf5.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.10.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.10.0/src/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.10.0/src/array/const_generic_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.10.0/src/arrayvec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.10.0/src/arrayvec_drain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.10.0/src/slicevec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.10.0/src/tinyvec.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.10.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.10.0/src/array.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.10.0/src/array/const_generic_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.10.0/src/arrayvec.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.10.0/src/arrayvec_drain.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.10.0/src/slicevec.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.10.0/src/tinyvec.rs: diff --git a/target/debug/deps/tinyvec_macros-18eb71eb0ba5c5c3.d b/target/debug/deps/tinyvec_macros-18eb71eb0ba5c5c3.d new file mode 100644 index 0000000..05b1839 --- /dev/null +++ b/target/debug/deps/tinyvec_macros-18eb71eb0ba5c5c3.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/tinyvec_macros-18eb71eb0ba5c5c3.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec_macros-0.1.1/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtinyvec_macros-18eb71eb0ba5c5c3.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec_macros-0.1.1/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec_macros-0.1.1/src/lib.rs: diff --git a/target/debug/deps/tokio-6656cb205e2a1c50.d b/target/debug/deps/tokio-6656cb205e2a1c50.d new file mode 100644 index 0000000..6bdb3b7 --- /dev/null +++ b/target/debug/deps/tokio-6656cb205e2a1c50.d @@ -0,0 +1,287 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/tokio-6656cb205e2a1c50.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/cfg.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/loom.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/pin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/thread_local.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/addr_of.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/support.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/future/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/future/maybe_done.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_buf_read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_seek.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/read_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/addr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_u16.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_u32.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_u64.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_usize.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/barrier.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/parking_lot.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/rwlock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/unsafe_cell.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/blocking.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/as_ref.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/atomic_cell.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/blocking_check.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/metric_atomics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/wake_list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/linked_list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/rand.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/trace.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/typeid.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/markers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/cacheline.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/select.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/try_join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/canonicalize.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/create_dir.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/create_dir_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/dir_builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/file.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/hard_link.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/metadata.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/open_options.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/read_dir.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/read_link.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/read_to_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/remove_dir.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/remove_dir_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/remove_file.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/rename.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/set_permissions.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/symlink_metadata.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/copy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/try_exists.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/symlink.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/future/try_join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/future/block_on.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/blocking.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/interest.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/ready.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/poll_evented.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_fd.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/stdio_common.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/stderr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/stdin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/stdout.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/split.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/seek.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/async_buf_read_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/async_read_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/async_seek_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/async_write_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/buf_reader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/buf_stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/buf_writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/chain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/copy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/copy_bidirectional.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/copy_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/empty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/flush.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/lines.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/mem.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_exact.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_line.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/fill_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_to_end.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/vec_with_initialized.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_to_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_until.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/repeat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/shutdown.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/sink.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/split.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/take.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_vectored.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_all_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/lookup_host.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/listener.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/split.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/split_owned.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/socket.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/udp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/datagram/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/datagram/socket.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/listener.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/socket.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/split.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/split_owned.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/socketaddr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/ucred.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/pipe.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_u64_native.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/unix/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/unix/orphan.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/unix/reap.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/unix/pidfd_reaper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/kill.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/park.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/driver.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/blocking.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/current.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime_mt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/defer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/pop.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/shared.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/synced.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/metrics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/rt_multi_thread.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/block_in_place.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/counters.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/handle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/handle/metrics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/overflow.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/idle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/stats.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/park.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/queue.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/worker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/worker/metrics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/worker/taskdump_mock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/trace_mock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/driver.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/registration.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/registration_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/scheduled_io.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/metrics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/driver/signal.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/process.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/entry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/handle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/source.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/wheel/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/wheel/level.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/signal/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/core.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/harness.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/abort.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/raw.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/state.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/waker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/config.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/pool.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/schedule.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/shutdown.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/task.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task_hooks.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/handle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/thread_id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/runtime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/batch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/worker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/mock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/ctrl_c.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/registry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/unix.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/windows.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/reusable_box.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/barrier.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/broadcast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/block.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/bounded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/chan.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/unbounded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/notify.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/oneshot.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/batch_semaphore.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/semaphore.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/owned_read_guard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/owned_write_guard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/owned_write_guard_mapped.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/read_guard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/write_guard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/write_guard_mapped.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/task/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/task/atomic_waker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/once_cell.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/set_once.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/watch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/blocking.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/spawn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/yield_now.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/task_local.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/join_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/consume_budget.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/unconstrained.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/clock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/instant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/interval.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/sleep.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/timeout.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/bit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/sharded_list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/rand/rt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/idle_notified_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/wake.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/sync_wrapper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/rc_cell.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/try_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/ptr_expose.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtokio-6656cb205e2a1c50.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/cfg.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/loom.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/pin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/thread_local.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/addr_of.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/support.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/future/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/future/maybe_done.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_buf_read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_seek.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/read_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/addr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_u16.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_u32.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_u64.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_usize.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/barrier.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/parking_lot.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/rwlock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/unsafe_cell.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/blocking.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/as_ref.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/atomic_cell.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/blocking_check.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/metric_atomics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/wake_list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/linked_list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/rand.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/trace.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/typeid.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/markers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/cacheline.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/select.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/try_join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/canonicalize.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/create_dir.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/create_dir_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/dir_builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/file.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/hard_link.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/metadata.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/open_options.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/read_dir.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/read_link.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/read_to_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/remove_dir.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/remove_dir_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/remove_file.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/rename.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/set_permissions.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/symlink_metadata.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/copy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/try_exists.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/symlink.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/future/try_join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/future/block_on.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/blocking.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/interest.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/ready.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/poll_evented.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_fd.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/stdio_common.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/stderr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/stdin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/stdout.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/split.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/seek.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/async_buf_read_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/async_read_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/async_seek_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/async_write_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/buf_reader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/buf_stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/buf_writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/chain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/copy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/copy_bidirectional.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/copy_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/empty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/flush.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/lines.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/mem.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_exact.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_line.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/fill_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_to_end.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/vec_with_initialized.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_to_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_until.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/repeat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/shutdown.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/sink.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/split.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/take.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_vectored.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_all_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/lookup_host.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/listener.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/split.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/split_owned.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/socket.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/udp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/datagram/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/datagram/socket.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/listener.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/socket.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/split.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/split_owned.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/socketaddr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/ucred.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/pipe.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_u64_native.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/unix/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/unix/orphan.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/unix/reap.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/unix/pidfd_reaper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/kill.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/park.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/driver.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/blocking.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/current.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime_mt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/defer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/pop.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/shared.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/synced.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/metrics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/rt_multi_thread.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/block_in_place.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/counters.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/handle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/handle/metrics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/overflow.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/idle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/stats.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/park.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/queue.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/worker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/worker/metrics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/worker/taskdump_mock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/trace_mock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/driver.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/registration.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/registration_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/scheduled_io.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/metrics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/driver/signal.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/process.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/entry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/handle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/source.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/wheel/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/wheel/level.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/signal/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/core.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/harness.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/abort.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/raw.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/state.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/waker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/config.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/pool.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/schedule.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/shutdown.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/task.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task_hooks.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/handle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/thread_id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/runtime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/batch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/worker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/mock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/ctrl_c.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/registry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/unix.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/windows.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/reusable_box.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/barrier.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/broadcast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/block.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/bounded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/chan.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/unbounded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/notify.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/oneshot.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/batch_semaphore.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/semaphore.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/owned_read_guard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/owned_write_guard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/owned_write_guard_mapped.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/read_guard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/write_guard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/write_guard_mapped.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/task/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/task/atomic_waker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/once_cell.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/set_once.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/watch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/blocking.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/spawn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/yield_now.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/task_local.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/join_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/consume_budget.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/unconstrained.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/clock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/instant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/interval.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/sleep.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/timeout.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/bit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/sharded_list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/rand/rt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/idle_notified_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/wake.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/sync_wrapper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/rc_cell.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/try_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/ptr_expose.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/cfg.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/loom.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/pin.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/thread_local.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/addr_of.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/support.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/future/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/future/maybe_done.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_buf_read.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_read.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_seek.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_write.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/read_buf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/addr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_u16.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_u32.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_u64.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_usize.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/barrier.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/mutex.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/parking_lot.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/rwlock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/unsafe_cell.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/blocking.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/as_ref.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/atomic_cell.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/blocking_check.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/metric_atomics.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/wake_list.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/linked_list.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/rand.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/trace.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/typeid.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/memchr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/markers.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/cacheline.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/select.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/join.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/try_join.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/canonicalize.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/create_dir.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/create_dir_all.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/dir_builder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/file.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/hard_link.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/metadata.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/open_options.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/read.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/read_dir.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/read_link.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/read_to_string.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/remove_dir.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/remove_dir_all.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/remove_file.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/rename.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/set_permissions.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/symlink_metadata.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/write.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/copy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/try_exists.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/symlink.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/future/try_join.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/future/block_on.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/blocking.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/interest.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/ready.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/poll_evented.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_fd.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/stdio_common.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/stderr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/stdin.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/stdout.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/split.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/join.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/seek.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/async_buf_read_ext.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/async_read_ext.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/async_seek_ext.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/async_write_ext.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/buf_reader.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/buf_stream.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/buf_writer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/chain.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/copy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/copy_bidirectional.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/copy_buf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/empty.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/flush.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/lines.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/mem.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_buf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_exact.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_int.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_line.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/fill_buf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_to_end.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/vec_with_initialized.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_to_string.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_until.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/repeat.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/shutdown.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/sink.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/split.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/take.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_vectored.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_all.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_buf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_all_buf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_int.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/lookup_host.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/listener.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/split.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/split_owned.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/stream.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/socket.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/udp.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/datagram/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/datagram/socket.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/listener.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/socket.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/split.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/split_owned.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/socketaddr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/stream.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/ucred.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/pipe.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_u64_native.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/unix/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/unix/orphan.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/unix/reap.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/unix/pidfd_reaper.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/kill.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/park.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/driver.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/util/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/blocking.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/current.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime_mt.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/defer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/pop.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/shared.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/synced.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/metrics.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/rt_multi_thread.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/block_in_place.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/lock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/counters.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/handle.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/handle/metrics.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/overflow.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/idle.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/stats.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/park.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/queue.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/worker.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/worker/metrics.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/worker/taskdump_mock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/trace_mock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/driver.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/registration.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/registration_set.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/scheduled_io.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/metrics.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/driver/signal.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/process.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/entry.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/handle.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/source.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/wheel/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/wheel/level.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/signal/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/core.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/harness.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/id.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/abort.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/join.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/list.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/raw.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/state.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/waker.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/config.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/pool.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/schedule.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/shutdown.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/task.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/builder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task_hooks.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/handle.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/id.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/thread_id.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/runtime.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/batch.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/worker.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/mock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/ctrl_c.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/registry.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/unix.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/windows.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/reusable_box.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/barrier.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/broadcast.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/block.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/bounded.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/chan.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/list.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/unbounded.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mutex.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/notify.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/oneshot.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/batch_semaphore.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/semaphore.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/owned_read_guard.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/owned_write_guard.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/owned_write_guard_mapped.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/read_guard.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/write_guard.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/write_guard_mapped.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/task/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/task/atomic_waker.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/once_cell.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/set_once.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/watch.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/blocking.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/spawn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/yield_now.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/task_local.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/join_set.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/consume_budget.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/unconstrained.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/clock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/instant.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/interval.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/sleep.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/timeout.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/bit.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/sharded_list.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/rand/rt.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/idle_notified_set.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/wake.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/sync_wrapper.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/rc_cell.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/try_lock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/ptr_expose.rs: diff --git a/target/debug/deps/tokio-a9e97f0c5e030d4c.d b/target/debug/deps/tokio-a9e97f0c5e030d4c.d new file mode 100644 index 0000000..bfc50fd --- /dev/null +++ b/target/debug/deps/tokio-a9e97f0c5e030d4c.d @@ -0,0 +1,287 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/tokio-a9e97f0c5e030d4c.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/cfg.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/loom.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/pin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/thread_local.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/addr_of.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/support.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/future/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/future/maybe_done.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_buf_read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_seek.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/read_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/addr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_u16.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_u32.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_u64.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_usize.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/barrier.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/parking_lot.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/rwlock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/unsafe_cell.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/blocking.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/as_ref.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/atomic_cell.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/blocking_check.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/metric_atomics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/wake_list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/linked_list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/rand.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/trace.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/typeid.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/markers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/cacheline.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/select.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/try_join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/canonicalize.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/create_dir.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/create_dir_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/dir_builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/file.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/hard_link.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/metadata.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/open_options.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/read_dir.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/read_link.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/read_to_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/remove_dir.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/remove_dir_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/remove_file.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/rename.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/set_permissions.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/symlink_metadata.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/copy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/try_exists.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/symlink.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/future/try_join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/future/block_on.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/blocking.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/interest.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/ready.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/poll_evented.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_fd.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/stdio_common.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/stderr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/stdin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/stdout.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/split.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/seek.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/async_buf_read_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/async_read_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/async_seek_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/async_write_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/buf_reader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/buf_stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/buf_writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/chain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/copy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/copy_bidirectional.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/copy_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/empty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/flush.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/lines.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/mem.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_exact.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_line.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/fill_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_to_end.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/vec_with_initialized.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_to_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_until.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/repeat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/shutdown.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/sink.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/split.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/take.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_vectored.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_all_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/lookup_host.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/listener.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/split.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/split_owned.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/socket.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/udp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/datagram/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/datagram/socket.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/listener.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/socket.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/split.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/split_owned.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/socketaddr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/ucred.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/pipe.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_u64_native.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/unix/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/unix/orphan.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/unix/reap.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/unix/pidfd_reaper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/kill.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/park.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/driver.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/blocking.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/current.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime_mt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/defer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/pop.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/shared.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/synced.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/metrics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/rt_multi_thread.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/block_in_place.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/counters.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/handle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/handle/metrics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/overflow.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/idle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/stats.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/park.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/queue.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/worker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/worker/metrics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/worker/taskdump_mock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/trace_mock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/driver.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/registration.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/registration_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/scheduled_io.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/metrics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/driver/signal.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/process.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/entry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/handle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/source.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/wheel/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/wheel/level.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/signal/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/core.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/harness.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/abort.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/raw.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/state.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/waker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/config.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/pool.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/schedule.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/shutdown.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/task.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task_hooks.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/handle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/thread_id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/runtime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/batch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/worker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/mock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/ctrl_c.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/registry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/unix.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/windows.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/reusable_box.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/barrier.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/broadcast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/block.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/bounded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/chan.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/unbounded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/notify.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/oneshot.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/batch_semaphore.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/semaphore.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/owned_read_guard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/owned_write_guard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/owned_write_guard_mapped.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/read_guard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/write_guard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/write_guard_mapped.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/task/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/task/atomic_waker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/once_cell.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/set_once.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/watch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/blocking.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/spawn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/yield_now.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/task_local.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/join_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/consume_budget.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/unconstrained.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/clock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/instant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/interval.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/sleep.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/timeout.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/bit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/sharded_list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/rand/rt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/idle_notified_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/wake.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/sync_wrapper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/rc_cell.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/try_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/ptr_expose.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtokio-a9e97f0c5e030d4c.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/cfg.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/loom.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/pin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/thread_local.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/addr_of.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/support.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/future/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/future/maybe_done.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_buf_read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_seek.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/read_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/addr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_u16.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_u32.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_u64.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_usize.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/barrier.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/parking_lot.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/rwlock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/unsafe_cell.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/blocking.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/as_ref.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/atomic_cell.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/blocking_check.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/metric_atomics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/wake_list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/linked_list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/rand.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/trace.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/typeid.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/markers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/cacheline.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/select.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/try_join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/canonicalize.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/create_dir.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/create_dir_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/dir_builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/file.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/hard_link.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/metadata.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/open_options.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/read_dir.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/read_link.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/read_to_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/remove_dir.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/remove_dir_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/remove_file.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/rename.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/set_permissions.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/symlink_metadata.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/copy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/try_exists.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/symlink.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/future/try_join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/future/block_on.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/blocking.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/interest.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/ready.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/poll_evented.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_fd.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/stdio_common.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/stderr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/stdin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/stdout.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/split.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/seek.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/async_buf_read_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/async_read_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/async_seek_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/async_write_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/buf_reader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/buf_stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/buf_writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/chain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/copy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/copy_bidirectional.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/copy_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/empty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/flush.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/lines.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/mem.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_exact.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_line.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/fill_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_to_end.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/vec_with_initialized.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_to_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_until.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/repeat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/shutdown.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/sink.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/split.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/take.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_vectored.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_all_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/lookup_host.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/listener.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/split.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/split_owned.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/socket.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/udp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/datagram/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/datagram/socket.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/listener.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/socket.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/split.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/split_owned.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/socketaddr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/ucred.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/pipe.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_u64_native.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/unix/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/unix/orphan.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/unix/reap.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/unix/pidfd_reaper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/kill.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/park.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/driver.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/blocking.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/current.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime_mt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/defer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/pop.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/shared.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/synced.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/metrics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/rt_multi_thread.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/block_in_place.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/counters.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/handle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/handle/metrics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/overflow.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/idle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/stats.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/park.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/queue.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/worker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/worker/metrics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/worker/taskdump_mock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/trace_mock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/driver.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/registration.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/registration_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/scheduled_io.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/metrics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/driver/signal.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/process.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/entry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/handle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/source.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/wheel/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/wheel/level.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/signal/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/core.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/harness.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/abort.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/raw.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/state.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/waker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/config.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/pool.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/schedule.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/shutdown.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/task.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task_hooks.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/handle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/thread_id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/runtime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/batch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/worker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/mock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/ctrl_c.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/registry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/unix.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/windows.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/reusable_box.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/barrier.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/broadcast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/block.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/bounded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/chan.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/unbounded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/notify.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/oneshot.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/batch_semaphore.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/semaphore.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/owned_read_guard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/owned_write_guard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/owned_write_guard_mapped.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/read_guard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/write_guard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/write_guard_mapped.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/task/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/task/atomic_waker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/once_cell.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/set_once.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/watch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/blocking.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/spawn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/yield_now.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/task_local.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/join_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/consume_budget.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/unconstrained.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/clock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/instant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/interval.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/sleep.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/timeout.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/bit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/sharded_list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/rand/rt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/idle_notified_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/wake.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/sync_wrapper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/rc_cell.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/try_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/ptr_expose.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/cfg.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/loom.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/pin.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/thread_local.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/addr_of.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/support.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/future/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/future/maybe_done.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_buf_read.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_read.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_seek.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_write.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/read_buf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/addr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_u16.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_u32.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_u64.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_usize.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/barrier.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/mutex.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/parking_lot.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/rwlock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/unsafe_cell.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/blocking.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/as_ref.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/atomic_cell.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/blocking_check.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/metric_atomics.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/wake_list.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/linked_list.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/rand.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/trace.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/typeid.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/memchr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/markers.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/cacheline.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/select.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/join.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/try_join.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/canonicalize.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/create_dir.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/create_dir_all.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/dir_builder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/file.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/hard_link.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/metadata.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/open_options.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/read.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/read_dir.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/read_link.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/read_to_string.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/remove_dir.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/remove_dir_all.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/remove_file.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/rename.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/set_permissions.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/symlink_metadata.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/write.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/copy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/try_exists.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/symlink.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/future/try_join.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/future/block_on.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/blocking.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/interest.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/ready.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/poll_evented.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_fd.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/stdio_common.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/stderr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/stdin.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/stdout.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/split.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/join.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/seek.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/async_buf_read_ext.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/async_read_ext.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/async_seek_ext.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/async_write_ext.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/buf_reader.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/buf_stream.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/buf_writer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/chain.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/copy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/copy_bidirectional.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/copy_buf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/empty.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/flush.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/lines.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/mem.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_buf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_exact.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_int.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_line.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/fill_buf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_to_end.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/vec_with_initialized.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_to_string.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_until.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/repeat.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/shutdown.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/sink.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/split.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/take.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_vectored.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_all.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_buf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_all_buf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_int.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/lookup_host.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/listener.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/split.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/split_owned.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/stream.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/socket.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/udp.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/datagram/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/datagram/socket.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/listener.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/socket.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/split.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/split_owned.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/socketaddr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/stream.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/ucred.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/pipe.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_u64_native.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/unix/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/unix/orphan.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/unix/reap.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/unix/pidfd_reaper.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/kill.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/park.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/driver.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/util/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/blocking.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/current.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime_mt.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/defer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/pop.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/shared.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/synced.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/metrics.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/rt_multi_thread.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/block_in_place.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/lock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/counters.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/handle.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/handle/metrics.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/overflow.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/idle.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/stats.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/park.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/queue.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/worker.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/worker/metrics.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/worker/taskdump_mock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/trace_mock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/driver.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/registration.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/registration_set.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/scheduled_io.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/metrics.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/driver/signal.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/process.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/entry.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/handle.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/source.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/wheel/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/wheel/level.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/signal/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/core.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/harness.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/id.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/abort.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/join.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/list.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/raw.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/state.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/waker.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/config.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/pool.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/schedule.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/shutdown.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/task.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/builder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task_hooks.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/handle.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/id.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/thread_id.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/runtime.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/batch.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/worker.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/mock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/ctrl_c.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/registry.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/unix.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/windows.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/reusable_box.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/barrier.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/broadcast.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/block.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/bounded.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/chan.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/list.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/unbounded.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mutex.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/notify.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/oneshot.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/batch_semaphore.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/semaphore.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/owned_read_guard.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/owned_write_guard.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/owned_write_guard_mapped.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/read_guard.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/write_guard.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/write_guard_mapped.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/task/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/task/atomic_waker.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/once_cell.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/set_once.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/watch.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/blocking.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/spawn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/yield_now.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/task_local.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/join_set.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/consume_budget.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/unconstrained.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/clock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/instant.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/interval.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/sleep.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/timeout.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/bit.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/sharded_list.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/rand/rt.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/idle_notified_set.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/wake.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/sync_wrapper.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/rc_cell.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/try_lock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/ptr_expose.rs: diff --git a/target/debug/deps/tokio-ebb289e22f5fb0a6.d b/target/debug/deps/tokio-ebb289e22f5fb0a6.d new file mode 100644 index 0000000..d7f5c34 --- /dev/null +++ b/target/debug/deps/tokio-ebb289e22f5fb0a6.d @@ -0,0 +1,289 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/tokio-ebb289e22f5fb0a6.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/cfg.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/loom.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/pin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/thread_local.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/addr_of.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/support.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/future/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/future/maybe_done.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_buf_read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_seek.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/read_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/addr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_u16.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_u32.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_u64.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_usize.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/barrier.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/parking_lot.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/rwlock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/unsafe_cell.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/blocking.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/as_ref.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/atomic_cell.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/blocking_check.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/metric_atomics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/wake_list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/linked_list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/rand.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/trace.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/typeid.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/markers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/cacheline.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/select.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/try_join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/canonicalize.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/create_dir.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/create_dir_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/dir_builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/file.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/hard_link.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/metadata.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/open_options.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/read_dir.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/read_link.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/read_to_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/remove_dir.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/remove_dir_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/remove_file.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/rename.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/set_permissions.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/symlink_metadata.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/copy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/try_exists.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/symlink.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/future/try_join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/future/block_on.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/blocking.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/interest.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/ready.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/poll_evented.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_fd.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/stdio_common.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/stderr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/stdin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/stdout.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/split.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/seek.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/async_buf_read_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/async_read_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/async_seek_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/async_write_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/buf_reader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/buf_stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/buf_writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/chain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/copy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/copy_bidirectional.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/copy_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/empty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/flush.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/lines.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/mem.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_exact.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_line.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/fill_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_to_end.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/vec_with_initialized.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_to_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_until.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/repeat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/shutdown.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/sink.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/split.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/take.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_vectored.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_all_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/lookup_host.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/listener.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/split.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/split_owned.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/socket.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/udp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/datagram/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/datagram/socket.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/listener.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/socket.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/split.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/split_owned.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/socketaddr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/ucred.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/pipe.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_u64_native.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/unix/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/unix/orphan.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/unix/reap.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/unix/pidfd_reaper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/kill.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/park.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/driver.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/blocking.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/current.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime_mt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/defer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/pop.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/shared.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/synced.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/metrics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/rt_multi_thread.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/block_in_place.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/counters.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/handle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/handle/metrics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/overflow.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/idle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/stats.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/park.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/queue.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/worker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/worker/metrics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/worker/taskdump_mock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/trace_mock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/driver.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/registration.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/registration_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/scheduled_io.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/metrics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/driver/signal.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/process.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/entry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/handle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/source.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/wheel/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/wheel/level.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/signal/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/core.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/harness.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/abort.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/raw.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/state.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/waker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/config.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/pool.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/schedule.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/shutdown.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/task.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task_hooks.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/handle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/thread_id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/runtime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/batch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/worker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/mock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/ctrl_c.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/registry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/unix.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/windows.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/reusable_box.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/barrier.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/broadcast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/block.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/bounded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/chan.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/unbounded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/notify.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/oneshot.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/batch_semaphore.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/semaphore.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/owned_read_guard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/owned_write_guard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/owned_write_guard_mapped.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/read_guard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/write_guard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/write_guard_mapped.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/task/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/task/atomic_waker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/once_cell.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/set_once.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/watch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/blocking.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/spawn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/yield_now.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/task_local.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/join_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/consume_budget.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/unconstrained.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/clock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/instant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/interval.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/sleep.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/timeout.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/bit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/sharded_list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/rand/rt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/idle_notified_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/wake.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/sync_wrapper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/rc_cell.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/try_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/ptr_expose.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtokio-ebb289e22f5fb0a6.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/cfg.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/loom.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/pin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/thread_local.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/addr_of.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/support.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/future/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/future/maybe_done.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_buf_read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_seek.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/read_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/addr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_u16.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_u32.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_u64.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_usize.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/barrier.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/parking_lot.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/rwlock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/unsafe_cell.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/blocking.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/as_ref.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/atomic_cell.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/blocking_check.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/metric_atomics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/wake_list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/linked_list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/rand.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/trace.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/typeid.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/markers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/cacheline.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/select.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/try_join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/canonicalize.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/create_dir.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/create_dir_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/dir_builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/file.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/hard_link.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/metadata.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/open_options.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/read_dir.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/read_link.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/read_to_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/remove_dir.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/remove_dir_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/remove_file.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/rename.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/set_permissions.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/symlink_metadata.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/copy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/try_exists.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/symlink.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/future/try_join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/future/block_on.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/blocking.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/interest.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/ready.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/poll_evented.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_fd.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/stdio_common.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/stderr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/stdin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/stdout.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/split.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/seek.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/async_buf_read_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/async_read_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/async_seek_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/async_write_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/buf_reader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/buf_stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/buf_writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/chain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/copy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/copy_bidirectional.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/copy_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/empty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/flush.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/lines.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/mem.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_exact.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_line.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/fill_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_to_end.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/vec_with_initialized.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_to_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_until.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/repeat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/shutdown.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/sink.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/split.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/take.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_vectored.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_all_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/lookup_host.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/listener.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/split.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/split_owned.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/socket.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/udp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/datagram/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/datagram/socket.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/listener.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/socket.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/split.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/split_owned.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/socketaddr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/ucred.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/pipe.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_u64_native.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/unix/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/unix/orphan.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/unix/reap.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/unix/pidfd_reaper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/kill.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/park.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/driver.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/blocking.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/current.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime_mt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/defer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/pop.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/shared.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/synced.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/metrics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/rt_multi_thread.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/block_in_place.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/counters.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/handle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/handle/metrics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/overflow.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/idle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/stats.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/park.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/queue.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/worker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/worker/metrics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/worker/taskdump_mock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/trace_mock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/driver.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/registration.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/registration_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/scheduled_io.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/metrics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/driver/signal.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/process.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/entry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/handle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/source.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/wheel/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/wheel/level.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/signal/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/core.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/harness.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/abort.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/raw.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/state.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/waker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/config.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/pool.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/schedule.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/shutdown.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/task.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task_hooks.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/handle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/thread_id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/runtime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/batch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/worker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/mock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/ctrl_c.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/registry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/unix.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/windows.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/reusable_box.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/barrier.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/broadcast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/block.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/bounded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/chan.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/unbounded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/notify.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/oneshot.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/batch_semaphore.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/semaphore.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/owned_read_guard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/owned_write_guard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/owned_write_guard_mapped.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/read_guard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/write_guard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/write_guard_mapped.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/task/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/task/atomic_waker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/once_cell.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/set_once.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/watch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/blocking.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/spawn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/yield_now.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/task_local.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/join_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/consume_budget.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/unconstrained.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/clock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/instant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/interval.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/sleep.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/timeout.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/bit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/sharded_list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/rand/rt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/idle_notified_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/wake.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/sync_wrapper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/rc_cell.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/try_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/ptr_expose.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtokio-ebb289e22f5fb0a6.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/cfg.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/loom.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/pin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/thread_local.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/addr_of.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/support.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/future/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/future/maybe_done.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_buf_read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_seek.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/read_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/addr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_u16.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_u32.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_u64.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_usize.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/barrier.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/parking_lot.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/rwlock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/unsafe_cell.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/blocking.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/as_ref.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/atomic_cell.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/blocking_check.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/metric_atomics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/wake_list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/linked_list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/rand.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/trace.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/typeid.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/memchr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/markers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/cacheline.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/select.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/try_join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/canonicalize.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/create_dir.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/create_dir_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/dir_builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/file.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/hard_link.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/metadata.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/open_options.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/read_dir.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/read_link.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/read_to_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/remove_dir.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/remove_dir_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/remove_file.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/rename.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/set_permissions.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/symlink_metadata.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/copy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/try_exists.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/symlink.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/future/try_join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/future/block_on.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/blocking.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/interest.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/ready.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/poll_evented.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_fd.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/stdio_common.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/stderr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/stdin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/stdout.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/split.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/seek.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/async_buf_read_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/async_read_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/async_seek_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/async_write_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/buf_reader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/buf_stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/buf_writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/chain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/copy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/copy_bidirectional.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/copy_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/empty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/flush.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/lines.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/mem.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_exact.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_line.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/fill_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_to_end.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/vec_with_initialized.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_to_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_until.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/repeat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/shutdown.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/sink.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/split.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/take.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_vectored.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_all_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/lookup_host.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/listener.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/split.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/split_owned.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/socket.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/udp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/datagram/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/datagram/socket.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/listener.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/socket.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/split.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/split_owned.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/socketaddr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/ucred.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/pipe.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_u64_native.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/unix/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/unix/orphan.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/unix/reap.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/unix/pidfd_reaper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/kill.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/park.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/driver.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/blocking.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/current.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime_mt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/defer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/pop.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/shared.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/synced.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/metrics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/rt_multi_thread.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/block_in_place.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/counters.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/handle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/handle/metrics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/overflow.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/idle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/stats.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/park.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/queue.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/worker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/worker/metrics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/worker/taskdump_mock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/trace_mock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/driver.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/registration.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/registration_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/scheduled_io.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/metrics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/driver/signal.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/process.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/entry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/handle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/source.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/wheel/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/wheel/level.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/signal/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/core.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/harness.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/abort.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/join.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/raw.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/state.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/waker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/config.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/pool.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/schedule.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/shutdown.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/task.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task_hooks.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/handle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/thread_id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/runtime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/batch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/worker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/mock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/ctrl_c.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/registry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/unix.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/windows.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/reusable_box.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/barrier.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/broadcast.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/block.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/bounded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/chan.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/unbounded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mutex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/notify.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/oneshot.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/batch_semaphore.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/semaphore.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/owned_read_guard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/owned_write_guard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/owned_write_guard_mapped.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/read_guard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/write_guard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/write_guard_mapped.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/task/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/task/atomic_waker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/once_cell.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/set_once.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/watch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/blocking.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/spawn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/yield_now.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/task_local.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/join_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/consume_budget.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/unconstrained.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/clock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/instant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/interval.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/sleep.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/timeout.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/bit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/sharded_list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/rand/rt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/idle_notified_set.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/wake.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/sync_wrapper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/rc_cell.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/try_lock.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/ptr_expose.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/cfg.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/loom.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/pin.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/thread_local.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/addr_of.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/support.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/future/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/future/maybe_done.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_buf_read.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_read.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_seek.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_write.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/read_buf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/addr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_u16.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_u32.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_u64.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_usize.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/barrier.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/mutex.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/parking_lot.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/rwlock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/unsafe_cell.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/blocking.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/as_ref.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/atomic_cell.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/blocking_check.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/metric_atomics.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/wake_list.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/linked_list.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/rand.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/trace.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/typeid.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/memchr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/markers.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/cacheline.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/select.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/join.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/macros/try_join.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/canonicalize.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/create_dir.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/create_dir_all.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/dir_builder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/file.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/hard_link.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/metadata.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/open_options.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/read.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/read_dir.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/read_link.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/read_to_string.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/remove_dir.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/remove_dir_all.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/remove_file.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/rename.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/set_permissions.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/symlink_metadata.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/write.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/copy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/try_exists.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/fs/symlink.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/future/try_join.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/future/block_on.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/blocking.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/interest.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/ready.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/poll_evented.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/async_fd.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/stdio_common.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/stderr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/stdin.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/stdout.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/split.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/join.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/seek.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/async_buf_read_ext.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/async_read_ext.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/async_seek_ext.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/async_write_ext.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/buf_reader.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/buf_stream.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/buf_writer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/chain.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/copy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/copy_bidirectional.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/copy_buf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/empty.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/flush.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/lines.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/mem.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_buf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_exact.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_int.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_line.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/fill_buf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_to_end.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/vec_with_initialized.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_to_string.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/read_until.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/repeat.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/shutdown.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/sink.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/split.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/take.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_vectored.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_all.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_buf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_all_buf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/io/util/write_int.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/lookup_host.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/listener.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/split.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/split_owned.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/stream.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/tcp/socket.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/udp.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/datagram/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/datagram/socket.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/listener.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/socket.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/split.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/split_owned.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/socketaddr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/stream.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/ucred.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/net/unix/pipe.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/loom/std/atomic_u64_native.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/unix/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/unix/orphan.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/unix/reap.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/unix/pidfd_reaper.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/process/kill.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/park.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/driver.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/util/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/blocking.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/current.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime_mt.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/defer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/pop.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/shared.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/synced.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/metrics.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/inject/rt_multi_thread.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/block_in_place.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/lock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/counters.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/handle.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/handle/metrics.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/overflow.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/idle.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/stats.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/park.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/queue.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/worker.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/worker/metrics.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/worker/taskdump_mock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/multi_thread/trace_mock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/driver.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/registration.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/registration_set.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/scheduled_io.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/metrics.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/io/driver/signal.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/process.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/entry.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/handle.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/source.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/wheel/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/time/wheel/level.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/signal/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/core.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/harness.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/id.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/abort.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/join.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/list.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/raw.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/state.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task/waker.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/config.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/pool.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/schedule.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/shutdown.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/blocking/task.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/builder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/task_hooks.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/handle.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/id.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/thread_id.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/runtime.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/batch.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/worker.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/metrics/mock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/ctrl_c.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/registry.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/unix.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/windows.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/signal/reusable_box.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/barrier.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/broadcast.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/block.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/bounded.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/chan.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/list.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/unbounded.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mpsc/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/mutex.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/notify.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/oneshot.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/batch_semaphore.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/semaphore.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/owned_read_guard.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/owned_write_guard.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/owned_write_guard_mapped.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/read_guard.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/write_guard.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/rwlock/write_guard_mapped.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/task/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/task/atomic_waker.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/once_cell.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/set_once.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/sync/watch.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/blocking.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/spawn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/yield_now.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/local.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/task_local.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/join_set.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/consume_budget.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/unconstrained.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/clock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/instant.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/interval.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/sleep.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/time/timeout.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/bit.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/sharded_list.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/rand/rt.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/idle_notified_set.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/wake.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/sync_wrapper.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/rc_cell.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/try_lock.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/util/ptr_expose.rs: diff --git a/target/debug/deps/tokio_io_timeout-f30ef92173681b02.d b/target/debug/deps/tokio_io_timeout-f30ef92173681b02.d new file mode 100644 index 0000000..eb2e449 --- /dev/null +++ b/target/debug/deps/tokio_io_timeout-f30ef92173681b02.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/tokio_io_timeout-f30ef92173681b02.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-io-timeout-1.2.1/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtokio_io_timeout-f30ef92173681b02.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-io-timeout-1.2.1/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-io-timeout-1.2.1/src/lib.rs: diff --git a/target/debug/deps/tokio_macros-b49e39855aa7e65b.d b/target/debug/deps/tokio_macros-b49e39855aa7e65b.d new file mode 100644 index 0000000..6c8f71b --- /dev/null +++ b/target/debug/deps/tokio_macros-b49e39855aa7e65b.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/tokio_macros-b49e39855aa7e65b.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.6.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.6.0/src/entry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.6.0/src/select.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtokio_macros-b49e39855aa7e65b.so: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.6.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.6.0/src/entry.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.6.0/src/select.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.6.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.6.0/src/entry.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.6.0/src/select.rs: diff --git a/target/debug/deps/tokio_native_tls-1532f9186e975bbf.d b/target/debug/deps/tokio_native_tls-1532f9186e975bbf.d new file mode 100644 index 0000000..e9c17b5 --- /dev/null +++ b/target/debug/deps/tokio_native_tls-1532f9186e975bbf.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/tokio_native_tls-1532f9186e975bbf.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-native-tls-0.3.1/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtokio_native_tls-1532f9186e975bbf.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-native-tls-0.3.1/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-native-tls-0.3.1/src/lib.rs: diff --git a/target/debug/deps/tokio_native_tls-ad86e026e4720f90.d b/target/debug/deps/tokio_native_tls-ad86e026e4720f90.d new file mode 100644 index 0000000..d1d26c9 --- /dev/null +++ b/target/debug/deps/tokio_native_tls-ad86e026e4720f90.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/tokio_native_tls-ad86e026e4720f90.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-native-tls-0.3.1/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtokio_native_tls-ad86e026e4720f90.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-native-tls-0.3.1/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-native-tls-0.3.1/src/lib.rs: diff --git a/target/debug/deps/tokio_stream-0da0c1e3fd77bf3c.d b/target/debug/deps/tokio_stream-0da0c1e3fd77bf3c.d new file mode 100644 index 0000000..5fe2137 --- /dev/null +++ b/target/debug/deps/tokio_stream-0da0c1e3fd77bf3c.d @@ -0,0 +1,41 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/tokio_stream-0da0c1e3fd77bf3c.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/wrappers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/wrappers/mpsc_bounded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/wrappers/mpsc_unbounded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/any.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/chain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/collect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/filter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/filter_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/fold.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/fuse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/map_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/merge.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/next.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/skip.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/skip_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/take.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/take_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/then.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/try_next.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/peekable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/empty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/once.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/pending.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_close.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/wrappers/interval.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/wrappers/read_dir.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/timeout.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/timeout_repeating.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/throttle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/chunks_timeout.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtokio_stream-0da0c1e3fd77bf3c.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/wrappers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/wrappers/mpsc_bounded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/wrappers/mpsc_unbounded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/any.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/chain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/collect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/filter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/filter_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/fold.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/fuse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/map_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/merge.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/next.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/skip.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/skip_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/take.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/take_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/then.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/try_next.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/peekable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/empty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/once.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/pending.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_close.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/wrappers/interval.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/wrappers/read_dir.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/timeout.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/timeout_repeating.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/throttle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/chunks_timeout.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/wrappers.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/wrappers/mpsc_bounded.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/wrappers/mpsc_unbounded.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/all.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/any.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/chain.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/collect.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/filter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/filter_map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/fold.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/fuse.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/map_while.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/merge.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/next.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/skip.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/skip_while.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/take.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/take_while.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/then.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/try_next.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/peekable.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/empty.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/iter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/once.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/pending.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_close.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/wrappers/interval.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/wrappers/read_dir.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/timeout.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/timeout_repeating.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/throttle.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/chunks_timeout.rs: diff --git a/target/debug/deps/tokio_stream-1dbf339a52a8ad4e.d b/target/debug/deps/tokio_stream-1dbf339a52a8ad4e.d new file mode 100644 index 0000000..fed31ca --- /dev/null +++ b/target/debug/deps/tokio_stream-1dbf339a52a8ad4e.d @@ -0,0 +1,43 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/tokio_stream-1dbf339a52a8ad4e.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/wrappers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/wrappers/mpsc_bounded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/wrappers/mpsc_unbounded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/any.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/chain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/collect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/filter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/filter_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/fold.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/fuse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/map_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/merge.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/next.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/skip.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/skip_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/take.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/take_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/then.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/try_next.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/peekable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/empty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/once.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/pending.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_close.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/wrappers/interval.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/wrappers/read_dir.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/timeout.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/timeout_repeating.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/throttle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/chunks_timeout.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtokio_stream-1dbf339a52a8ad4e.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/wrappers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/wrappers/mpsc_bounded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/wrappers/mpsc_unbounded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/any.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/chain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/collect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/filter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/filter_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/fold.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/fuse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/map_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/merge.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/next.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/skip.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/skip_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/take.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/take_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/then.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/try_next.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/peekable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/empty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/once.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/pending.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_close.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/wrappers/interval.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/wrappers/read_dir.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/timeout.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/timeout_repeating.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/throttle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/chunks_timeout.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtokio_stream-1dbf339a52a8ad4e.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/wrappers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/wrappers/mpsc_bounded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/wrappers/mpsc_unbounded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/all.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/any.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/chain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/collect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/filter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/filter_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/fold.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/fuse.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/map_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/merge.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/next.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/skip.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/skip_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/take.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/take_while.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/then.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/try_next.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/peekable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/empty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/iter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/once.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/pending.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_close.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/wrappers/interval.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/wrappers/read_dir.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/timeout.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/timeout_repeating.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/throttle.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/chunks_timeout.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/wrappers.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/wrappers/mpsc_bounded.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/wrappers/mpsc_unbounded.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/all.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/any.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/chain.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/collect.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/filter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/filter_map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/fold.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/fuse.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/map_while.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/merge.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/next.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/skip.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/skip_while.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/take.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/take_while.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/then.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/try_next.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/peekable.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/empty.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/iter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/once.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/pending.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_close.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/wrappers/interval.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/wrappers/read_dir.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/timeout.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/timeout_repeating.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/throttle.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/stream_ext/chunks_timeout.rs: diff --git a/target/debug/deps/tokio_tungstenite-97919cdf2263de74.d b/target/debug/deps/tokio_tungstenite-97919cdf2263de74.d new file mode 100644 index 0000000..d95d10a --- /dev/null +++ b/target/debug/deps/tokio_tungstenite-97919cdf2263de74.d @@ -0,0 +1,10 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/tokio_tungstenite-97919cdf2263de74.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.24.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.24.0/src/compat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.24.0/src/connect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.24.0/src/handshake.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.24.0/src/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.24.0/src/tls.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtokio_tungstenite-97919cdf2263de74.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.24.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.24.0/src/compat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.24.0/src/connect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.24.0/src/handshake.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.24.0/src/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.24.0/src/tls.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.24.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.24.0/src/compat.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.24.0/src/connect.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.24.0/src/handshake.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.24.0/src/stream.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.24.0/src/tls.rs: diff --git a/target/debug/deps/tokio_tungstenite-ef2eccde82bdb0d8.d b/target/debug/deps/tokio_tungstenite-ef2eccde82bdb0d8.d new file mode 100644 index 0000000..5818634 --- /dev/null +++ b/target/debug/deps/tokio_tungstenite-ef2eccde82bdb0d8.d @@ -0,0 +1,10 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/tokio_tungstenite-ef2eccde82bdb0d8.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.28.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.28.0/src/compat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.28.0/src/connect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.28.0/src/handshake.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.28.0/src/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.28.0/src/tls.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtokio_tungstenite-ef2eccde82bdb0d8.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.28.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.28.0/src/compat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.28.0/src/connect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.28.0/src/handshake.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.28.0/src/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.28.0/src/tls.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.28.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.28.0/src/compat.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.28.0/src/connect.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.28.0/src/handshake.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.28.0/src/stream.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.28.0/src/tls.rs: diff --git a/target/debug/deps/tokio_util-9a3426cbfd945e6e.d b/target/debug/deps/tokio_util-9a3426cbfd945e6e.d new file mode 100644 index 0000000..7a9b18a --- /dev/null +++ b/target/debug/deps/tokio_util-9a3426cbfd945e6e.d @@ -0,0 +1,41 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/tokio_util-9a3426cbfd945e6e.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/cfg.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/loom.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/cancellation_token.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/cancellation_token/guard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/cancellation_token/guard_ref.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/cancellation_token/tree_node.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/mpsc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/poll_semaphore.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/reusable_box.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/either.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/util/maybe_dangling.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/util/poll_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/future/with_cancellation_token.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/tracing.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/bytes_codec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/framed_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/framed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/framed_read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/framed_write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/length_delimited.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/lines_codec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/any_delimiter_codec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/copy_to_bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/inspect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/read_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/reader_stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/simplex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/sink_writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/stream_reader.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtokio_util-9a3426cbfd945e6e.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/cfg.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/loom.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/cancellation_token.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/cancellation_token/guard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/cancellation_token/guard_ref.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/cancellation_token/tree_node.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/mpsc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/poll_semaphore.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/reusable_box.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/either.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/util/maybe_dangling.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/util/poll_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/future/with_cancellation_token.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/tracing.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/bytes_codec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/framed_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/framed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/framed_read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/framed_write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/length_delimited.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/lines_codec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/any_delimiter_codec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/copy_to_bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/inspect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/read_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/reader_stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/simplex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/sink_writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/stream_reader.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/cfg.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/loom.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/cancellation_token.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/cancellation_token/guard.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/cancellation_token/guard_ref.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/cancellation_token/tree_node.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/mpsc.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/poll_semaphore.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/reusable_box.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/either.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/util/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/util/maybe_dangling.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/util/poll_buf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/future/with_cancellation_token.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/tracing.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/bytes_codec.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/decoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/encoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/framed_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/framed.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/framed_read.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/framed_write.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/length_delimited.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/lines_codec.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/any_delimiter_codec.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/copy_to_bytes.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/inspect.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/read_buf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/reader_stream.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/simplex.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/sink_writer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/stream_reader.rs: diff --git a/target/debug/deps/tokio_util-e6b99cff7ed06260.d b/target/debug/deps/tokio_util-e6b99cff7ed06260.d new file mode 100644 index 0000000..e3b7ed3 --- /dev/null +++ b/target/debug/deps/tokio_util-e6b99cff7ed06260.d @@ -0,0 +1,42 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/tokio_util-e6b99cff7ed06260.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/cfg.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/loom.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/cancellation_token.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/cancellation_token/guard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/cancellation_token/guard_ref.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/cancellation_token/tree_node.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/mpsc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/poll_semaphore.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/reusable_box.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/either.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/util/maybe_dangling.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/util/poll_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/future/with_cancellation_token.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/tracing.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/bytes_codec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/framed_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/framed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/framed_read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/framed_write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/length_delimited.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/lines_codec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/any_delimiter_codec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/compat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/copy_to_bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/inspect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/read_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/reader_stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/simplex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/sink_writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/stream_reader.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtokio_util-e6b99cff7ed06260.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/cfg.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/loom.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/cancellation_token.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/cancellation_token/guard.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/cancellation_token/guard_ref.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/cancellation_token/tree_node.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/mpsc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/poll_semaphore.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/reusable_box.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/either.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/util/maybe_dangling.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/util/poll_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/future/with_cancellation_token.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/tracing.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/bytes_codec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/decoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/encoder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/framed_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/framed.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/framed_read.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/framed_write.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/length_delimited.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/lines_codec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/any_delimiter_codec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/compat.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/copy_to_bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/inspect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/read_buf.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/reader_stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/simplex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/sink_writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/stream_reader.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/cfg.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/loom.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/cancellation_token.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/cancellation_token/guard.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/cancellation_token/guard_ref.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/cancellation_token/tree_node.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/mpsc.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/poll_semaphore.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/sync/reusable_box.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/either.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/util/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/util/maybe_dangling.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/util/poll_buf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/future/with_cancellation_token.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/tracing.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/bytes_codec.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/decoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/encoder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/framed_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/framed.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/framed_read.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/framed_write.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/length_delimited.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/lines_codec.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/codec/any_delimiter_codec.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/compat.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/copy_to_bytes.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/inspect.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/read_buf.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/reader_stream.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/simplex.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/sink_writer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/io/stream_reader.rs: diff --git a/target/debug/deps/toml-3aeaf8439c07f425.d b/target/debug/deps/toml-3aeaf8439c07f425.d new file mode 100644 index 0000000..fc50460 --- /dev/null +++ b/target/debug/deps/toml-3aeaf8439c07f425.d @@ -0,0 +1,18 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/toml-3aeaf8439c07f425.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/ser_value/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/ser_value/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/ser_value/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/edit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/fmt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/table.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtoml-3aeaf8439c07f425.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/ser_value/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/ser_value/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/ser_value/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/edit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/fmt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/table.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/de.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/array.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/ser_value/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/ser_value/array.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/ser_value/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/edit.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/fmt.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/table.rs: diff --git a/target/debug/deps/toml-818538e4d108d313.d b/target/debug/deps/toml-818538e4d108d313.d new file mode 100644 index 0000000..7f09e5a --- /dev/null +++ b/target/debug/deps/toml-818538e4d108d313.d @@ -0,0 +1,20 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/toml-818538e4d108d313.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/ser_value/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/ser_value/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/ser_value/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/edit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/fmt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/table.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtoml-818538e4d108d313.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/ser_value/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/ser_value/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/ser_value/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/edit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/fmt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/table.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtoml-818538e4d108d313.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/ser_value/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/ser_value/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/ser_value/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/edit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/fmt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/table.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/de.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/array.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/ser_value/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/ser_value/array.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/ser_value/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/edit.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/fmt.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/table.rs: diff --git a/target/debug/deps/toml-b3cf37b2270a836f.d b/target/debug/deps/toml-b3cf37b2270a836f.d new file mode 100644 index 0000000..73a04b1 --- /dev/null +++ b/target/debug/deps/toml-b3cf37b2270a836f.d @@ -0,0 +1,18 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/toml-b3cf37b2270a836f.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/ser_value/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/ser_value/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/ser_value/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/edit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/fmt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/table.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtoml-b3cf37b2270a836f.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/ser_value/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/ser_value/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/ser_value/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/edit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/fmt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/table.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/de.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/array.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/ser_value/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/ser_value/array.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/ser_value/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/edit.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/fmt.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/table.rs: diff --git a/target/debug/deps/toml-d24731b6c4bc25fc.d b/target/debug/deps/toml-d24731b6c4bc25fc.d new file mode 100644 index 0000000..5cecbed --- /dev/null +++ b/target/debug/deps/toml-d24731b6c4bc25fc.d @@ -0,0 +1,20 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/toml-d24731b6c4bc25fc.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/ser_value/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/ser_value/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/ser_value/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/edit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/fmt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/table.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtoml-d24731b6c4bc25fc.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/ser_value/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/ser_value/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/ser_value/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/edit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/fmt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/table.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtoml-d24731b6c4bc25fc.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/de.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/ser_value/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/ser_value/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/ser_value/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/edit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/fmt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/table.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/de.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/array.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/ser_value/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/ser_value/array.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/ser_value/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/edit.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/fmt.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/table.rs: diff --git a/target/debug/deps/toml_datetime-01a4b77fadd4c8c2.d b/target/debug/deps/toml_datetime-01a4b77fadd4c8c2.d new file mode 100644 index 0000000..59c4eb2 --- /dev/null +++ b/target/debug/deps/toml_datetime-01a4b77fadd4c8c2.d @@ -0,0 +1,8 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/toml_datetime-01a4b77fadd4c8c2.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/datetime.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtoml_datetime-01a4b77fadd4c8c2.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/datetime.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtoml_datetime-01a4b77fadd4c8c2.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/datetime.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/datetime.rs: diff --git a/target/debug/deps/toml_datetime-39a980bca2876347.d b/target/debug/deps/toml_datetime-39a980bca2876347.d new file mode 100644 index 0000000..dfddd1f --- /dev/null +++ b/target/debug/deps/toml_datetime-39a980bca2876347.d @@ -0,0 +1,6 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/toml_datetime-39a980bca2876347.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/datetime.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtoml_datetime-39a980bca2876347.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/datetime.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/datetime.rs: diff --git a/target/debug/deps/toml_datetime-3c9653ff05f8fc9e.d b/target/debug/deps/toml_datetime-3c9653ff05f8fc9e.d new file mode 100644 index 0000000..05de04e --- /dev/null +++ b/target/debug/deps/toml_datetime-3c9653ff05f8fc9e.d @@ -0,0 +1,6 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/toml_datetime-3c9653ff05f8fc9e.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/datetime.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtoml_datetime-3c9653ff05f8fc9e.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/datetime.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/datetime.rs: diff --git a/target/debug/deps/toml_datetime-431c2beb02caa2f7.d b/target/debug/deps/toml_datetime-431c2beb02caa2f7.d new file mode 100644 index 0000000..4e1ebea --- /dev/null +++ b/target/debug/deps/toml_datetime-431c2beb02caa2f7.d @@ -0,0 +1,8 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/toml_datetime-431c2beb02caa2f7.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/datetime.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtoml_datetime-431c2beb02caa2f7.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/datetime.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtoml_datetime-431c2beb02caa2f7.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/datetime.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/datetime.rs: diff --git a/target/debug/deps/toml_datetime-67c010ee59a21b7f.d b/target/debug/deps/toml_datetime-67c010ee59a21b7f.d new file mode 100644 index 0000000..02155bf --- /dev/null +++ b/target/debug/deps/toml_datetime-67c010ee59a21b7f.d @@ -0,0 +1,8 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/toml_datetime-67c010ee59a21b7f.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.7.5+spec-1.1.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.7.5+spec-1.1.0/src/datetime.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtoml_datetime-67c010ee59a21b7f.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.7.5+spec-1.1.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.7.5+spec-1.1.0/src/datetime.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtoml_datetime-67c010ee59a21b7f.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.7.5+spec-1.1.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.7.5+spec-1.1.0/src/datetime.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.7.5+spec-1.1.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.7.5+spec-1.1.0/src/datetime.rs: diff --git a/target/debug/deps/toml_edit-669e2d20a3ac4a56.d b/target/debug/deps/toml_edit-669e2d20a3ac4a56.d new file mode 100644 index 0000000..0c93979 --- /dev/null +++ b/target/debug/deps/toml_edit-669e2d20a3ac4a56.d @@ -0,0 +1,48 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/toml_edit-669e2d20a3ac4a56.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/array_of_tables.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/document.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/inline_table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/internal_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/item.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/datetime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/document.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/inline_table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/numbers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/state.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/strings.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/trivia.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/raw_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/repr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/datetime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/spanned.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/table_enum.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/pretty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/visit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/visit_mut.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtoml_edit-669e2d20a3ac4a56.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/array_of_tables.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/document.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/inline_table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/internal_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/item.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/datetime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/document.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/inline_table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/numbers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/state.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/strings.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/trivia.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/raw_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/repr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/datetime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/spanned.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/table_enum.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/pretty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/visit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/visit_mut.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/array.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/array_of_tables.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/document.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/encode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/index.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/inline_table.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/internal_string.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/item.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/key.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/array.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/datetime.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/document.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/inline_table.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/key.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/numbers.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/state.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/strings.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/table.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/trivia.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/raw_string.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/repr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/table.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/array.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/datetime.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/key.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/spanned.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/table.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/table_enum.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/array.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/key.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/pretty.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/visit.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/visit_mut.rs: diff --git a/target/debug/deps/toml_edit-84383163cd1688b5.d b/target/debug/deps/toml_edit-84383163cd1688b5.d new file mode 100644 index 0000000..0ecaed2 --- /dev/null +++ b/target/debug/deps/toml_edit-84383163cd1688b5.d @@ -0,0 +1,50 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/toml_edit-84383163cd1688b5.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/array_of_tables.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/document.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/inline_table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/internal_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/item.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/datetime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/document.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/inline_table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/numbers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/state.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/strings.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/trivia.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/raw_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/repr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/datetime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/spanned.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/table_enum.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/pretty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/visit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/visit_mut.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtoml_edit-84383163cd1688b5.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/array_of_tables.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/document.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/inline_table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/internal_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/item.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/datetime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/document.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/inline_table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/numbers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/state.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/strings.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/trivia.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/raw_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/repr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/datetime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/spanned.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/table_enum.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/pretty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/visit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/visit_mut.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtoml_edit-84383163cd1688b5.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/array_of_tables.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/document.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/inline_table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/internal_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/item.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/datetime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/document.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/inline_table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/numbers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/state.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/strings.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/trivia.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/raw_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/repr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/datetime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/spanned.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/table_enum.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/pretty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/visit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/visit_mut.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/array.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/array_of_tables.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/document.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/encode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/index.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/inline_table.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/internal_string.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/item.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/key.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/array.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/datetime.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/document.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/inline_table.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/key.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/numbers.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/state.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/strings.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/table.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/trivia.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/raw_string.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/repr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/table.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/array.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/datetime.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/key.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/spanned.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/table.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/table_enum.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/array.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/key.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/pretty.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/visit.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/visit_mut.rs: diff --git a/target/debug/deps/toml_edit-aa67c31bda4ef47b.d b/target/debug/deps/toml_edit-aa67c31bda4ef47b.d new file mode 100644 index 0000000..b7f0f36 --- /dev/null +++ b/target/debug/deps/toml_edit-aa67c31bda4ef47b.d @@ -0,0 +1,27 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/toml_edit-aa67c31bda4ef47b.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/array_of_tables.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/document.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/inline_table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/item.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/parser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/parser/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/parser/document.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/parser/inline_table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/parser/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/parser/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/raw_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/repr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/visit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/visit_mut.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtoml_edit-aa67c31bda4ef47b.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/array_of_tables.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/document.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/inline_table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/item.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/parser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/parser/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/parser/document.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/parser/inline_table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/parser/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/parser/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/raw_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/repr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/visit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/visit_mut.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtoml_edit-aa67c31bda4ef47b.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/array_of_tables.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/document.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/inline_table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/item.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/parser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/parser/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/parser/document.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/parser/inline_table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/parser/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/parser/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/raw_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/repr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/visit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/visit_mut.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/array.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/array_of_tables.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/document.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/index.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/inline_table.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/item.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/key.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/parser/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/parser/array.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/parser/document.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/parser/inline_table.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/parser/key.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/parser/value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/raw_string.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/repr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/table.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/visit.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/visit_mut.rs: diff --git a/target/debug/deps/toml_edit-b3871ab36473ef50.d b/target/debug/deps/toml_edit-b3871ab36473ef50.d new file mode 100644 index 0000000..8825952 --- /dev/null +++ b/target/debug/deps/toml_edit-b3871ab36473ef50.d @@ -0,0 +1,48 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/toml_edit-b3871ab36473ef50.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/array_of_tables.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/document.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/inline_table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/internal_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/item.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/datetime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/document.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/inline_table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/numbers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/state.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/strings.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/trivia.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/raw_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/repr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/datetime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/spanned.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/table_enum.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/pretty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/visit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/visit_mut.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtoml_edit-b3871ab36473ef50.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/array_of_tables.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/document.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/inline_table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/internal_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/item.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/datetime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/document.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/inline_table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/numbers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/state.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/strings.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/trivia.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/raw_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/repr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/datetime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/spanned.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/table_enum.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/pretty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/visit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/visit_mut.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/array.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/array_of_tables.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/document.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/encode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/index.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/inline_table.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/internal_string.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/item.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/key.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/array.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/datetime.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/document.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/inline_table.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/key.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/numbers.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/state.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/strings.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/table.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/trivia.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/raw_string.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/repr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/table.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/array.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/datetime.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/key.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/spanned.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/table.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/table_enum.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/array.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/key.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/pretty.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/visit.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/visit_mut.rs: diff --git a/target/debug/deps/toml_edit-e1b06f1f760d1360.d b/target/debug/deps/toml_edit-e1b06f1f760d1360.d new file mode 100644 index 0000000..5e12777 --- /dev/null +++ b/target/debug/deps/toml_edit-e1b06f1f760d1360.d @@ -0,0 +1,50 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/toml_edit-e1b06f1f760d1360.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/array_of_tables.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/document.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/inline_table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/internal_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/item.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/datetime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/document.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/inline_table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/numbers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/state.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/strings.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/trivia.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/raw_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/repr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/datetime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/spanned.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/table_enum.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/pretty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/visit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/visit_mut.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtoml_edit-e1b06f1f760d1360.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/array_of_tables.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/document.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/inline_table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/internal_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/item.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/datetime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/document.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/inline_table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/numbers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/state.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/strings.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/trivia.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/raw_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/repr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/datetime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/spanned.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/table_enum.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/pretty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/visit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/visit_mut.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtoml_edit-e1b06f1f760d1360.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/array_of_tables.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/document.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/index.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/inline_table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/internal_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/item.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/datetime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/document.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/inline_table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/numbers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/state.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/strings.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/trivia.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/raw_string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/repr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/datetime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/spanned.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/table.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/table_enum.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/array.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/pretty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/visit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/visit_mut.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/array.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/array_of_tables.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/document.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/encode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/index.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/inline_table.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/internal_string.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/item.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/key.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/array.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/datetime.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/document.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/inline_table.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/key.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/numbers.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/state.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/strings.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/table.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/trivia.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/parser/value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/raw_string.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/repr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/table.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/array.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/datetime.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/key.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/spanned.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/table.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/table_enum.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/de/value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/array.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/key.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/pretty.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/ser/value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/visit.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/visit_mut.rs: diff --git a/target/debug/deps/toml_parser-39f6cfe1b4cf0b08.d b/target/debug/deps/toml_parser-39f6cfe1b4cf0b08.d new file mode 100644 index 0000000..fc51588 --- /dev/null +++ b/target/debug/deps/toml_parser-39f6cfe1b4cf0b08.d @@ -0,0 +1,19 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/toml_parser-39f6cfe1b4cf0b08.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/source.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/decoder/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/decoder/scalar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/decoder/string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/decoder/ws.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/lexer/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/lexer/token.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/parser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/parser/document.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/parser/event.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtoml_parser-39f6cfe1b4cf0b08.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/source.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/decoder/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/decoder/scalar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/decoder/string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/decoder/ws.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/lexer/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/lexer/token.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/parser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/parser/document.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/parser/event.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtoml_parser-39f6cfe1b4cf0b08.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/source.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/decoder/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/decoder/scalar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/decoder/string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/decoder/ws.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/lexer/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/lexer/token.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/parser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/parser/document.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/parser/event.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/source.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/decoder/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/decoder/scalar.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/decoder/string.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/decoder/ws.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/lexer/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/lexer/token.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/parser/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/parser/document.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/parser/event.rs: diff --git a/target/debug/deps/toml_write-3b9e6dbe7e6bb85e.d b/target/debug/deps/toml_write-3b9e6dbe7e6bb85e.d new file mode 100644 index 0000000..20c788f --- /dev/null +++ b/target/debug/deps/toml_write-3b9e6dbe7e6bb85e.d @@ -0,0 +1,11 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/toml_write-3b9e6dbe7e6bb85e.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/write.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtoml_write-3b9e6dbe7e6bb85e.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/write.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtoml_write-3b9e6dbe7e6bb85e.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/write.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/key.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/string.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/write.rs: diff --git a/target/debug/deps/toml_write-9778582e7f77367c.d b/target/debug/deps/toml_write-9778582e7f77367c.d new file mode 100644 index 0000000..98a7f4b --- /dev/null +++ b/target/debug/deps/toml_write-9778582e7f77367c.d @@ -0,0 +1,9 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/toml_write-9778582e7f77367c.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/write.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtoml_write-9778582e7f77367c.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/write.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/key.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/string.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/write.rs: diff --git a/target/debug/deps/tonic-00fe03e42e0b535a.d b/target/debug/deps/tonic-00fe03e42e0b535a.d new file mode 100644 index 0000000..b0c61ab --- /dev/null +++ b/target/debug/deps/tonic-00fe03e42e0b535a.d @@ -0,0 +1,54 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/tonic-00fe03e42e0b535a.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/client/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/client/grpc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/client/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/codec/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/codec/buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/codec/compression.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/codec/decode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/codec/encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/codec/prost.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/metadata/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/metadata/encoding.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/metadata/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/metadata/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/metadata/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/server/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/server/grpc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/server/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/service/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/service/interceptor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/channel/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/channel/endpoint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/server/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/server/conn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/server/incoming.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/server/recover_error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/server/unix.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/service/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/service/add_origin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/service/connection.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/service/connector.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/service/discover.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/service/executor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/service/grpc_timeout.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/service/io.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/service/reconnect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/service/router.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/service/user_agent.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/extensions.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/status.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/codegen.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtonic-00fe03e42e0b535a.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/client/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/client/grpc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/client/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/codec/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/codec/buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/codec/compression.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/codec/decode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/codec/encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/codec/prost.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/metadata/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/metadata/encoding.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/metadata/key.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/metadata/map.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/metadata/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/server/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/server/grpc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/server/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/service/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/service/interceptor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/channel/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/channel/endpoint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/server/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/server/conn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/server/incoming.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/server/recover_error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/server/unix.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/service/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/service/add_origin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/service/connection.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/service/connector.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/service/discover.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/service/executor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/service/grpc_timeout.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/service/io.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/service/reconnect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/service/router.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/service/user_agent.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/extensions.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/status.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/codegen.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/body.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/client/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/client/grpc.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/client/service.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/codec/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/codec/buffer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/codec/compression.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/codec/decode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/codec/encode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/codec/prost.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/metadata/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/metadata/encoding.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/metadata/key.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/metadata/map.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/metadata/value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/server/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/server/grpc.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/server/service.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/service/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/service/interceptor.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/channel/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/channel/endpoint.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/server/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/server/conn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/server/incoming.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/server/recover_error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/server/unix.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/service/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/service/add_origin.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/service/connection.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/service/connector.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/service/discover.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/service/executor.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/service/grpc_timeout.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/service/io.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/service/reconnect.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/service/router.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/transport/service/user_agent.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/extensions.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/request.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/response.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/status.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/codegen.rs: + +# env-dep:CARGO_PKG_VERSION=0.11.0 diff --git a/target/debug/deps/toon_format-217c2054e16fc0a5.d b/target/debug/deps/toon_format-217c2054e16fc0a5.d new file mode 100644 index 0000000..66e2327 --- /dev/null +++ b/target/debug/deps/toon_format-217c2054e16fc0a5.d @@ -0,0 +1,26 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/toon_format-217c2054e16fc0a5.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/constants.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/decode/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/decode/expansion.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/decode/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/decode/scanner.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/decode/validation.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/encode/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/encode/folding.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/encode/primitives.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/encode/writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/types/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/types/delimiter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/types/errors.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/types/folding.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/types/options.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/types/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/utils/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/utils/literal.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/utils/number.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/utils/string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/utils/validation.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtoon_format-217c2054e16fc0a5.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/constants.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/decode/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/decode/expansion.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/decode/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/decode/scanner.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/decode/validation.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/encode/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/encode/folding.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/encode/primitives.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/encode/writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/types/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/types/delimiter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/types/errors.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/types/folding.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/types/options.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/types/value.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/utils/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/utils/literal.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/utils/number.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/utils/string.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/utils/validation.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/constants.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/decode/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/decode/expansion.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/decode/parser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/decode/scanner.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/decode/validation.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/encode/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/encode/folding.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/encode/primitives.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/encode/writer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/types/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/types/delimiter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/types/errors.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/types/folding.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/types/options.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/types/value.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/utils/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/utils/literal.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/utils/number.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/utils/string.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toon-format-0.4.1/src/utils/validation.rs: diff --git a/target/debug/deps/tower-00b4fbe713c186c3.d b/target/debug/deps/tower-00b4fbe713c186c3.d new file mode 100644 index 0000000..dd8924a --- /dev/null +++ b/target/debug/deps/tower-00b4fbe713c186c3.d @@ -0,0 +1,101 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/tower-00b4fbe713c186c3.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/balance/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/balance/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/balance/p2c/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/balance/p2c/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/balance/p2c/make.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/balance/p2c/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/balance/pool/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/buffer/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/buffer/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/buffer/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/buffer/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/buffer/message.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/buffer/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/buffer/worker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/discover/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/discover/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/discover/list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/filter/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/filter/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/filter/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/filter/predicate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/hedge/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/hedge/delay.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/hedge/latency.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/hedge/rotating_histogram.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/hedge/select.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/concurrency/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/concurrency/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/concurrency/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/concurrency/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/rate/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/rate/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/rate/rate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/rate/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load/completion.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load/constant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load/peak_ewma.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load/pending_requests.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load_shed/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load_shed/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load_shed/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load_shed/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/make/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/make/make_connection.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/make/make_service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/make/make_service/shared.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/ready_cache/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/ready_cache/cache.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/ready_cache/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/reconnect/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/reconnect/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/retry/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/retry/budget.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/retry/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/retry/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/retry/policy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/spawn_ready/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/spawn_ready/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/spawn_ready/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/spawn_ready/make.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/spawn_ready/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/steer/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/timeout/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/timeout/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/timeout/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/timeout/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/and_then.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/boxed/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/boxed/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/boxed/sync.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/boxed/unsync.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/boxed_clone.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/call_all/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/call_all/common.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/call_all/ordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/call_all/unordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/either.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/future_service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/map_err.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/map_request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/map_response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/map_result.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/map_future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/oneshot.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/optional/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/optional/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/optional/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/ready.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/service_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/then.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/builder/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/layer.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtower-00b4fbe713c186c3.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/balance/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/balance/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/balance/p2c/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/balance/p2c/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/balance/p2c/make.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/balance/p2c/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/balance/pool/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/buffer/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/buffer/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/buffer/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/buffer/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/buffer/message.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/buffer/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/buffer/worker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/discover/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/discover/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/discover/list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/filter/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/filter/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/filter/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/filter/predicate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/hedge/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/hedge/delay.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/hedge/latency.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/hedge/rotating_histogram.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/hedge/select.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/concurrency/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/concurrency/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/concurrency/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/concurrency/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/rate/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/rate/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/rate/rate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/rate/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load/completion.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load/constant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load/peak_ewma.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load/pending_requests.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load_shed/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load_shed/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load_shed/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load_shed/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/make/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/make/make_connection.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/make/make_service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/make/make_service/shared.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/ready_cache/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/ready_cache/cache.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/ready_cache/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/reconnect/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/reconnect/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/retry/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/retry/budget.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/retry/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/retry/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/retry/policy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/spawn_ready/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/spawn_ready/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/spawn_ready/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/spawn_ready/make.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/spawn_ready/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/steer/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/timeout/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/timeout/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/timeout/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/timeout/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/and_then.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/boxed/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/boxed/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/boxed/sync.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/boxed/unsync.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/boxed_clone.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/call_all/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/call_all/common.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/call_all/ordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/call_all/unordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/either.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/future_service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/map_err.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/map_request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/map_response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/map_result.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/map_future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/oneshot.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/optional/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/optional/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/optional/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/ready.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/service_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/then.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/builder/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/layer.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/balance/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/balance/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/balance/p2c/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/balance/p2c/layer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/balance/p2c/make.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/balance/p2c/service.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/balance/pool/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/buffer/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/buffer/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/buffer/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/buffer/layer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/buffer/message.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/buffer/service.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/buffer/worker.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/discover/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/discover/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/discover/list.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/filter/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/filter/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/filter/layer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/filter/predicate.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/hedge/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/hedge/delay.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/hedge/latency.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/hedge/rotating_histogram.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/hedge/select.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/concurrency/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/concurrency/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/concurrency/layer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/concurrency/service.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/rate/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/rate/layer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/rate/rate.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/rate/service.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load/completion.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load/constant.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load/peak_ewma.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load/pending_requests.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load_shed/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load_shed/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load_shed/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load_shed/layer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/make/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/make/make_connection.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/make/make_service.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/make/make_service/shared.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/ready_cache/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/ready_cache/cache.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/ready_cache/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/reconnect/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/reconnect/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/retry/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/retry/budget.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/retry/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/retry/layer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/retry/policy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/spawn_ready/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/spawn_ready/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/spawn_ready/layer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/spawn_ready/make.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/spawn_ready/service.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/steer/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/timeout/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/timeout/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/timeout/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/timeout/layer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/and_then.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/boxed/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/boxed/layer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/boxed/sync.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/boxed/unsync.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/boxed_clone.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/call_all/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/call_all/common.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/call_all/ordered.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/call_all/unordered.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/either.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/future_service.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/map_err.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/map_request.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/map_response.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/map_result.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/map_future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/oneshot.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/optional/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/optional/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/optional/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/ready.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/service_fn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/then.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/builder/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/layer.rs: diff --git a/target/debug/deps/tower-4c36230c2cfc6c44.d b/target/debug/deps/tower-4c36230c2cfc6c44.d new file mode 100644 index 0000000..a309109 --- /dev/null +++ b/target/debug/deps/tower-4c36230c2cfc6c44.d @@ -0,0 +1,101 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/tower-4c36230c2cfc6c44.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/balance/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/balance/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/balance/p2c/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/balance/p2c/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/balance/p2c/make.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/balance/p2c/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/balance/pool/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/buffer/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/buffer/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/buffer/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/buffer/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/buffer/message.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/buffer/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/buffer/worker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/discover/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/discover/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/discover/list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/filter/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/filter/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/filter/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/filter/predicate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/hedge/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/hedge/delay.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/hedge/latency.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/hedge/rotating_histogram.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/hedge/select.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/concurrency/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/concurrency/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/concurrency/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/concurrency/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/rate/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/rate/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/rate/rate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/rate/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load/completion.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load/constant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load/peak_ewma.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load/pending_requests.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load_shed/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load_shed/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load_shed/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load_shed/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/make/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/make/make_connection.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/make/make_service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/make/make_service/shared.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/ready_cache/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/ready_cache/cache.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/ready_cache/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/reconnect/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/reconnect/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/retry/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/retry/budget.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/retry/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/retry/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/retry/policy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/spawn_ready/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/spawn_ready/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/spawn_ready/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/spawn_ready/make.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/spawn_ready/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/steer/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/timeout/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/timeout/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/timeout/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/timeout/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/and_then.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/boxed/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/boxed/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/boxed/sync.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/boxed/unsync.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/boxed_clone.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/call_all/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/call_all/common.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/call_all/ordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/call_all/unordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/either.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/future_service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/map_err.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/map_request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/map_response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/map_result.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/map_future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/oneshot.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/optional/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/optional/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/optional/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/ready.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/service_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/then.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/builder/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/layer.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtower-4c36230c2cfc6c44.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/balance/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/balance/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/balance/p2c/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/balance/p2c/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/balance/p2c/make.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/balance/p2c/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/balance/pool/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/buffer/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/buffer/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/buffer/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/buffer/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/buffer/message.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/buffer/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/buffer/worker.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/discover/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/discover/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/discover/list.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/filter/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/filter/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/filter/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/filter/predicate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/hedge/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/hedge/delay.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/hedge/latency.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/hedge/rotating_histogram.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/hedge/select.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/concurrency/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/concurrency/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/concurrency/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/concurrency/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/rate/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/rate/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/rate/rate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/rate/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load/completion.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load/constant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load/peak_ewma.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load/pending_requests.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load_shed/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load_shed/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load_shed/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load_shed/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/make/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/make/make_connection.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/make/make_service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/make/make_service/shared.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/ready_cache/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/ready_cache/cache.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/ready_cache/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/reconnect/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/reconnect/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/retry/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/retry/budget.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/retry/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/retry/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/retry/policy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/spawn_ready/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/spawn_ready/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/spawn_ready/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/spawn_ready/make.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/spawn_ready/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/steer/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/timeout/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/timeout/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/timeout/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/timeout/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/and_then.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/boxed/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/boxed/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/boxed/sync.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/boxed/unsync.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/boxed_clone.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/call_all/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/call_all/common.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/call_all/ordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/call_all/unordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/either.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/future_service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/map_err.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/map_request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/map_response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/map_result.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/map_future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/oneshot.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/optional/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/optional/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/optional/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/ready.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/service_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/then.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/builder/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/layer.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/balance/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/balance/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/balance/p2c/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/balance/p2c/layer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/balance/p2c/make.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/balance/p2c/service.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/balance/pool/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/buffer/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/buffer/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/buffer/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/buffer/layer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/buffer/message.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/buffer/service.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/buffer/worker.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/discover/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/discover/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/discover/list.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/filter/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/filter/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/filter/layer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/filter/predicate.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/hedge/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/hedge/delay.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/hedge/latency.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/hedge/rotating_histogram.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/hedge/select.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/concurrency/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/concurrency/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/concurrency/layer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/concurrency/service.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/rate/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/rate/layer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/rate/rate.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/limit/rate/service.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load/completion.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load/constant.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load/peak_ewma.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load/pending_requests.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load_shed/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load_shed/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load_shed/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/load_shed/layer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/make/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/make/make_connection.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/make/make_service.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/make/make_service/shared.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/ready_cache/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/ready_cache/cache.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/ready_cache/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/reconnect/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/reconnect/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/retry/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/retry/budget.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/retry/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/retry/layer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/retry/policy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/spawn_ready/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/spawn_ready/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/spawn_ready/layer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/spawn_ready/make.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/spawn_ready/service.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/steer/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/timeout/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/timeout/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/timeout/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/timeout/layer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/and_then.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/boxed/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/boxed/layer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/boxed/sync.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/boxed/unsync.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/boxed_clone.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/call_all/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/call_all/common.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/call_all/ordered.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/call_all/unordered.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/either.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/future_service.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/map_err.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/map_request.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/map_response.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/map_result.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/map_future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/oneshot.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/optional/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/optional/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/optional/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/ready.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/service_fn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/util/then.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/builder/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.4.13/src/layer.rs: diff --git a/target/debug/deps/tower-985eef0ab28b497f.d b/target/debug/deps/tower-985eef0ab28b497f.d new file mode 100644 index 0000000..f57d673 --- /dev/null +++ b/target/debug/deps/tower-985eef0ab28b497f.d @@ -0,0 +1,52 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/tower-985eef0ab28b497f.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/make/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/make/make_connection.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/make/make_service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/make/make_service/shared.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/retry/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/retry/backoff.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/retry/budget/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/retry/budget/tps_budget.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/retry/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/retry/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/retry/policy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/timeout/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/timeout/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/timeout/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/timeout/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/and_then.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed/layer_clone.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed/layer_clone_sync.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed/sync.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed/unsync.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed_clone.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed_clone_sync.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/call_all/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/call_all/common.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/call_all/ordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/call_all/unordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/either.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/future_service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/map_err.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/map_request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/map_response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/map_result.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/map_future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/oneshot.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/optional/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/optional/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/optional/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/ready.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/service_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/then.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/rng.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/builder/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/layer.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtower-985eef0ab28b497f.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/make/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/make/make_connection.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/make/make_service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/make/make_service/shared.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/retry/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/retry/backoff.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/retry/budget/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/retry/budget/tps_budget.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/retry/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/retry/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/retry/policy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/timeout/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/timeout/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/timeout/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/timeout/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/and_then.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed/layer_clone.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed/layer_clone_sync.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed/sync.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed/unsync.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed_clone.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed_clone_sync.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/call_all/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/call_all/common.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/call_all/ordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/call_all/unordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/either.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/future_service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/map_err.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/map_request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/map_response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/map_result.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/map_future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/oneshot.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/optional/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/optional/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/optional/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/ready.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/service_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/then.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/rng.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/builder/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/layer.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/make/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/make/make_connection.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/make/make_service.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/make/make_service/shared.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/retry/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/retry/backoff.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/retry/budget/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/retry/budget/tps_budget.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/retry/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/retry/layer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/retry/policy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/timeout/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/timeout/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/timeout/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/timeout/layer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/and_then.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed/layer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed/layer_clone.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed/layer_clone_sync.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed/sync.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed/unsync.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed_clone.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed_clone_sync.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/call_all/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/call_all/common.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/call_all/ordered.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/call_all/unordered.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/either.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/future_service.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/map_err.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/map_request.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/map_response.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/map_result.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/map_future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/oneshot.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/optional/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/optional/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/optional/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/ready.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/service_fn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/then.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/rng.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/builder/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/layer.rs: diff --git a/target/debug/deps/tower-eb26c8b7788b4489.d b/target/debug/deps/tower-eb26c8b7788b4489.d new file mode 100644 index 0000000..08ba1d0 --- /dev/null +++ b/target/debug/deps/tower-eb26c8b7788b4489.d @@ -0,0 +1,48 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/tower-eb26c8b7788b4489.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/retry/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/retry/backoff.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/retry/budget/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/retry/budget/tps_budget.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/retry/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/retry/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/retry/policy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/timeout/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/timeout/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/timeout/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/timeout/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/and_then.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed/layer_clone.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed/layer_clone_sync.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed/sync.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed/unsync.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed_clone.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed_clone_sync.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/call_all/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/call_all/common.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/call_all/ordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/call_all/unordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/either.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/future_service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/map_err.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/map_request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/map_response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/map_result.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/map_future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/oneshot.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/optional/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/optional/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/optional/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/ready.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/service_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/then.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/rng.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/builder/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/layer.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtower-eb26c8b7788b4489.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/retry/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/retry/backoff.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/retry/budget/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/retry/budget/tps_budget.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/retry/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/retry/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/retry/policy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/timeout/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/timeout/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/timeout/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/timeout/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/and_then.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed/layer_clone.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed/layer_clone_sync.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed/sync.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed/unsync.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed_clone.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed_clone_sync.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/call_all/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/call_all/common.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/call_all/ordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/call_all/unordered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/either.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/future_service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/map_err.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/map_request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/map_response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/map_result.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/map_future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/oneshot.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/optional/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/optional/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/optional/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/ready.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/service_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/then.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/rng.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/builder/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/layer.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/retry/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/retry/backoff.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/retry/budget/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/retry/budget/tps_budget.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/retry/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/retry/layer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/retry/policy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/timeout/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/timeout/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/timeout/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/timeout/layer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/and_then.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed/layer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed/layer_clone.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed/layer_clone_sync.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed/sync.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed/unsync.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed_clone.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/boxed_clone_sync.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/call_all/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/call_all/common.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/call_all/ordered.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/call_all/unordered.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/either.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/future_service.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/map_err.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/map_request.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/map_response.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/map_result.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/map_future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/oneshot.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/optional/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/optional/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/optional/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/ready.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/service_fn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/then.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/util/rng.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/builder/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/layer.rs: diff --git a/target/debug/deps/tower_http-2e428eaae3f38f4d.d b/target/debug/deps/tower_http-2e428eaae3f38f4d.d new file mode 100644 index 0000000..dfb4b20 --- /dev/null +++ b/target/debug/deps/tower_http-2e428eaae3f38f4d.d @@ -0,0 +1,94 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/tower_http-2e428eaae3f38f4d.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/auth/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/auth/add_authorization.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/auth/async_require_authorization.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/auth/require_authorization.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/set_header/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/set_header/request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/set_header/response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/propagate_header.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression/predicate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression/body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression/pin_project_cfg.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/add_extension.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/sensitive_headers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/request/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/request/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/request/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/request/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/content_encoding.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression_utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/map_response_body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/map_request_body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/make_span.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/on_body_chunk.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/on_eos.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/on_failure.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/on_request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/on_response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/and.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/clone_body_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/filter_credentials.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/limited.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/or.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/redirect_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/same_origin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/limit/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/limit/body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/limit/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/limit/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/limit/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/metrics/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/metrics/in_flight_requests.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/allow_credentials.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/allow_headers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/allow_methods.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/allow_origin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/allow_private_network.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/expose_headers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/max_age.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/vary.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/request_id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/catch_panic.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/set_status.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/timeout/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/timeout/body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/timeout/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/normalize_path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/classify/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/classify/grpc_errors_as_failures.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/classify/map_failure_class.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/classify/status_in_range_is_error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/redirect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/fs/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/fs/serve_dir/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/fs/serve_dir/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/fs/serve_dir/headers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/fs/serve_dir/open_file.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/fs/serve_file.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/validate_request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/body.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtower_http-2e428eaae3f38f4d.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/auth/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/auth/add_authorization.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/auth/async_require_authorization.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/auth/require_authorization.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/set_header/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/set_header/request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/set_header/response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/propagate_header.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression/predicate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression/body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression/pin_project_cfg.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/add_extension.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/sensitive_headers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/request/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/request/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/request/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/request/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/content_encoding.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression_utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/map_response_body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/map_request_body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/make_span.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/on_body_chunk.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/on_eos.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/on_failure.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/on_request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/on_response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/and.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/clone_body_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/filter_credentials.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/limited.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/or.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/redirect_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/same_origin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/limit/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/limit/body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/limit/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/limit/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/limit/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/metrics/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/metrics/in_flight_requests.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/allow_credentials.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/allow_headers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/allow_methods.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/allow_origin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/allow_private_network.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/expose_headers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/max_age.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/vary.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/request_id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/catch_panic.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/set_status.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/timeout/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/timeout/body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/timeout/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/normalize_path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/classify/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/classify/grpc_errors_as_failures.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/classify/map_failure_class.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/classify/status_in_range_is_error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/redirect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/fs/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/fs/serve_dir/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/fs/serve_dir/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/fs/serve_dir/headers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/fs/serve_dir/open_file.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/fs/serve_file.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/validate_request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/body.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/auth/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/auth/add_authorization.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/auth/async_require_authorization.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/auth/require_authorization.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/set_header/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/set_header/request.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/set_header/response.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/propagate_header.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression/predicate.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression/body.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression/layer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression/pin_project_cfg.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression/service.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/add_extension.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/sensitive_headers.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/request/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/request/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/request/layer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/request/service.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/body.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/layer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/service.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/content_encoding.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression_utils.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/map_response_body.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/map_request_body.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/body.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/layer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/make_span.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/on_body_chunk.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/on_eos.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/on_failure.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/on_request.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/on_response.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/service.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/and.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/clone_body_fn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/filter_credentials.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/limited.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/or.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/redirect_fn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/same_origin.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/limit/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/limit/body.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/limit/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/limit/layer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/limit/service.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/metrics/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/metrics/in_flight_requests.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/allow_credentials.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/allow_headers.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/allow_methods.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/allow_origin.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/allow_private_network.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/expose_headers.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/max_age.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/vary.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/request_id.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/catch_panic.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/set_status.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/timeout/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/timeout/body.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/timeout/service.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/normalize_path.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/classify/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/classify/grpc_errors_as_failures.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/classify/map_failure_class.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/classify/status_in_range_is_error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/redirect.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/fs/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/fs/serve_dir/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/fs/serve_dir/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/fs/serve_dir/headers.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/fs/serve_dir/open_file.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/fs/serve_file.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/builder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/validate_request.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/body.rs: diff --git a/target/debug/deps/tower_http-618f78590bf7d0cf.d b/target/debug/deps/tower_http-618f78590bf7d0cf.d new file mode 100644 index 0000000..3bb99bf --- /dev/null +++ b/target/debug/deps/tower_http-618f78590bf7d0cf.d @@ -0,0 +1,20 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/tower_http-618f78590bf7d0cf.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/and.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/clone_body_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/filter_credentials.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/limited.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/or.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/redirect_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/same_origin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/classify/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/classify/grpc_errors_as_failures.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/classify/map_failure_class.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/classify/status_in_range_is_error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/services/mod.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtower_http-618f78590bf7d0cf.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/and.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/clone_body_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/filter_credentials.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/limited.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/or.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/redirect_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/same_origin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/classify/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/classify/grpc_errors_as_failures.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/classify/map_failure_class.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/classify/status_in_range_is_error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/services/mod.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/and.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/clone_body_fn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/filter_credentials.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/limited.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/or.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/redirect_fn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/same_origin.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/classify/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/classify/grpc_errors_as_failures.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/classify/map_failure_class.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/classify/status_in_range_is_error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/services/mod.rs: diff --git a/target/debug/deps/tower_http-a11246bc307eb931.d b/target/debug/deps/tower_http-a11246bc307eb931.d new file mode 100644 index 0000000..fe54d22 --- /dev/null +++ b/target/debug/deps/tower_http-a11246bc307eb931.d @@ -0,0 +1,94 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/tower_http-a11246bc307eb931.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/auth/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/auth/add_authorization.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/auth/async_require_authorization.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/auth/require_authorization.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/set_header/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/set_header/request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/set_header/response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/propagate_header.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression/predicate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression/body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression/pin_project_cfg.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/add_extension.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/sensitive_headers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/request/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/request/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/request/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/request/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/content_encoding.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression_utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/map_response_body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/map_request_body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/make_span.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/on_body_chunk.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/on_eos.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/on_failure.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/on_request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/on_response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/and.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/clone_body_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/filter_credentials.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/limited.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/or.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/redirect_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/same_origin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/limit/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/limit/body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/limit/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/limit/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/limit/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/metrics/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/metrics/in_flight_requests.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/allow_credentials.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/allow_headers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/allow_methods.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/allow_origin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/allow_private_network.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/expose_headers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/max_age.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/vary.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/request_id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/catch_panic.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/set_status.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/timeout/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/timeout/body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/timeout/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/normalize_path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/classify/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/classify/grpc_errors_as_failures.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/classify/map_failure_class.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/classify/status_in_range_is_error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/redirect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/fs/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/fs/serve_dir/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/fs/serve_dir/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/fs/serve_dir/headers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/fs/serve_dir/open_file.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/fs/serve_file.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/validate_request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/body.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtower_http-a11246bc307eb931.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/auth/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/auth/add_authorization.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/auth/async_require_authorization.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/auth/require_authorization.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/set_header/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/set_header/request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/set_header/response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/propagate_header.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression/predicate.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression/body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression/pin_project_cfg.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/add_extension.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/sensitive_headers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/request/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/request/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/request/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/request/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/content_encoding.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression_utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/map_response_body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/map_request_body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/make_span.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/on_body_chunk.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/on_eos.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/on_failure.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/on_request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/on_response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/and.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/clone_body_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/filter_credentials.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/limited.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/or.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/redirect_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/same_origin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/limit/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/limit/body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/limit/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/limit/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/limit/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/metrics/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/metrics/in_flight_requests.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/allow_credentials.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/allow_headers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/allow_methods.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/allow_origin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/allow_private_network.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/expose_headers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/max_age.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/vary.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/request_id.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/catch_panic.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/set_status.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/timeout/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/timeout/body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/timeout/service.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/normalize_path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/classify/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/classify/grpc_errors_as_failures.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/classify/map_failure_class.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/classify/status_in_range_is_error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/redirect.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/fs/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/fs/serve_dir/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/fs/serve_dir/future.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/fs/serve_dir/headers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/fs/serve_dir/open_file.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/fs/serve_file.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/validate_request.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/body.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/auth/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/auth/add_authorization.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/auth/async_require_authorization.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/auth/require_authorization.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/set_header/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/set_header/request.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/set_header/response.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/propagate_header.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression/predicate.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression/body.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression/layer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression/pin_project_cfg.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression/service.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/add_extension.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/sensitive_headers.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/request/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/request/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/request/layer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/request/service.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/body.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/layer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/decompression/service.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/content_encoding.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/compression_utils.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/map_response_body.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/map_request_body.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/body.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/layer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/make_span.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/on_body_chunk.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/on_eos.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/on_failure.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/on_request.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/on_response.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/trace/service.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/and.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/clone_body_fn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/filter_credentials.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/limited.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/or.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/redirect_fn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/follow_redirect/policy/same_origin.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/limit/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/limit/body.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/limit/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/limit/layer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/limit/service.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/metrics/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/metrics/in_flight_requests.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/allow_credentials.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/allow_headers.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/allow_methods.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/allow_origin.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/allow_private_network.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/expose_headers.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/max_age.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/cors/vary.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/request_id.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/catch_panic.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/set_status.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/timeout/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/timeout/body.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/timeout/service.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/normalize_path.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/classify/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/classify/grpc_errors_as_failures.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/classify/map_failure_class.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/classify/status_in_range_is_error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/redirect.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/fs/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/fs/serve_dir/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/fs/serve_dir/future.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/fs/serve_dir/headers.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/fs/serve_dir/open_file.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/services/fs/serve_file.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/builder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/validate_request.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.5.2/src/body.rs: diff --git a/target/debug/deps/tower_http-d5b760f0e02e3e46.d b/target/debug/deps/tower_http-d5b760f0e02e3e46.d new file mode 100644 index 0000000..3022618 --- /dev/null +++ b/target/debug/deps/tower_http-d5b760f0e02e3e46.d @@ -0,0 +1,20 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/tower_http-d5b760f0e02e3e46.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/and.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/clone_body_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/filter_credentials.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/limited.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/or.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/redirect_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/same_origin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/classify/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/classify/grpc_errors_as_failures.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/classify/map_failure_class.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/classify/status_in_range_is_error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/services/mod.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtower_http-d5b760f0e02e3e46.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/and.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/clone_body_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/filter_credentials.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/limited.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/or.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/redirect_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/same_origin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/classify/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/classify/grpc_errors_as_failures.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/classify/map_failure_class.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/classify/status_in_range_is_error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/services/mod.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/and.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/clone_body_fn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/filter_credentials.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/limited.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/or.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/redirect_fn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/follow_redirect/policy/same_origin.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/classify/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/classify/grpc_errors_as_failures.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/classify/map_failure_class.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/classify/status_in_range_is_error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/services/mod.rs: diff --git a/target/debug/deps/tower_layer-2818eae78a76061c.d b/target/debug/deps/tower_layer-2818eae78a76061c.d new file mode 100644 index 0000000..8d55376 --- /dev/null +++ b/target/debug/deps/tower_layer-2818eae78a76061c.d @@ -0,0 +1,9 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/tower_layer-2818eae78a76061c.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/identity.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/layer_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/stack.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/tuple.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtower_layer-2818eae78a76061c.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/identity.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/layer_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/stack.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/tuple.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/identity.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/layer_fn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/stack.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/tuple.rs: diff --git a/target/debug/deps/tower_service-7552ee2ff29ea54a.d b/target/debug/deps/tower_service-7552ee2ff29ea54a.d new file mode 100644 index 0000000..5f44eb4 --- /dev/null +++ b/target/debug/deps/tower_service-7552ee2ff29ea54a.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/tower_service-7552ee2ff29ea54a.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-service-0.3.3/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtower_service-7552ee2ff29ea54a.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-service-0.3.3/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-service-0.3.3/src/lib.rs: diff --git a/target/debug/deps/tracing-65ce8f6713f0b680.d b/target/debug/deps/tracing-65ce8f6713f0b680.d new file mode 100644 index 0000000..79b6c48 --- /dev/null +++ b/target/debug/deps/tracing-65ce8f6713f0b680.d @@ -0,0 +1,12 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/tracing-65ce8f6713f0b680.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/dispatcher.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/instrument.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/level_filters.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/span.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/subscriber.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtracing-65ce8f6713f0b680.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/dispatcher.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/instrument.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/level_filters.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/span.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/subscriber.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/dispatcher.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/field.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/instrument.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/level_filters.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/span.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/subscriber.rs: diff --git a/target/debug/deps/tracing-b6ba6d27eb90f7ed.d b/target/debug/deps/tracing-b6ba6d27eb90f7ed.d new file mode 100644 index 0000000..19082e3 --- /dev/null +++ b/target/debug/deps/tracing-b6ba6d27eb90f7ed.d @@ -0,0 +1,14 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/tracing-b6ba6d27eb90f7ed.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/dispatcher.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/instrument.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/level_filters.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/span.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/subscriber.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtracing-b6ba6d27eb90f7ed.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/dispatcher.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/instrument.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/level_filters.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/span.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/subscriber.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtracing-b6ba6d27eb90f7ed.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/dispatcher.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/instrument.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/level_filters.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/span.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/subscriber.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/dispatcher.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/field.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/instrument.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/level_filters.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/span.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/subscriber.rs: diff --git a/target/debug/deps/tracing_attributes-19996bfd12e65500.d b/target/debug/deps/tracing_attributes-19996bfd12e65500.d new file mode 100644 index 0000000..c28779a --- /dev/null +++ b/target/debug/deps/tracing_attributes-19996bfd12e65500.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/tracing_attributes-19996bfd12e65500.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.31/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.31/src/attr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.31/src/expand.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtracing_attributes-19996bfd12e65500.so: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.31/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.31/src/attr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.31/src/expand.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.31/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.31/src/attr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.31/src/expand.rs: diff --git a/target/debug/deps/tracing_core-653eeb4cc3461430.d b/target/debug/deps/tracing_core-653eeb4cc3461430.d new file mode 100644 index 0000000..fccd927 --- /dev/null +++ b/target/debug/deps/tracing_core-653eeb4cc3461430.d @@ -0,0 +1,14 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/tracing_core-653eeb4cc3461430.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/lazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/callsite.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/dispatcher.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/event.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/metadata.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/parent.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/span.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/subscriber.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtracing_core-653eeb4cc3461430.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/lazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/callsite.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/dispatcher.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/event.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/metadata.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/parent.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/span.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/subscriber.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/lazy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/callsite.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/dispatcher.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/event.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/field.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/metadata.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/parent.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/span.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/subscriber.rs: diff --git a/target/debug/deps/tracing_core-9812de11b812a273.d b/target/debug/deps/tracing_core-9812de11b812a273.d new file mode 100644 index 0000000..91be931 --- /dev/null +++ b/target/debug/deps/tracing_core-9812de11b812a273.d @@ -0,0 +1,16 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/tracing_core-9812de11b812a273.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/lazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/callsite.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/dispatcher.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/event.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/metadata.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/parent.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/span.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/subscriber.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtracing_core-9812de11b812a273.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/lazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/callsite.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/dispatcher.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/event.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/metadata.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/parent.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/span.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/subscriber.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtracing_core-9812de11b812a273.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/lazy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/callsite.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/dispatcher.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/event.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/metadata.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/parent.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/span.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/subscriber.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/lazy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/callsite.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/dispatcher.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/event.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/field.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/metadata.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/parent.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/span.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/subscriber.rs: diff --git a/target/debug/deps/tracing_log-cf09c3cf7e1c9557.d b/target/debug/deps/tracing_log-cf09c3cf7e1c9557.d new file mode 100644 index 0000000..1ce2ba2 --- /dev/null +++ b/target/debug/deps/tracing_log-cf09c3cf7e1c9557.d @@ -0,0 +1,6 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/tracing_log-cf09c3cf7e1c9557.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-log-0.2.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-log-0.2.0/src/log_tracer.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtracing_log-cf09c3cf7e1c9557.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-log-0.2.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-log-0.2.0/src/log_tracer.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-log-0.2.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-log-0.2.0/src/log_tracer.rs: diff --git a/target/debug/deps/tracing_opentelemetry-087ad441ac105af7.d b/target/debug/deps/tracing_opentelemetry-087ad441ac105af7.d new file mode 100644 index 0000000..412d5fe --- /dev/null +++ b/target/debug/deps/tracing_opentelemetry-087ad441ac105af7.d @@ -0,0 +1,13 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/tracing_opentelemetry-087ad441ac105af7.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-opentelemetry-0.32.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-opentelemetry-0.32.1/src/metrics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-opentelemetry-0.32.1/src/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-opentelemetry-0.32.1/src/layer/filtered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-opentelemetry-0.32.1/src/otel_context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-opentelemetry-0.32.1/src/span_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-opentelemetry-0.32.1/src/stack.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtracing_opentelemetry-087ad441ac105af7.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-opentelemetry-0.32.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-opentelemetry-0.32.1/src/metrics.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-opentelemetry-0.32.1/src/layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-opentelemetry-0.32.1/src/layer/filtered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-opentelemetry-0.32.1/src/otel_context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-opentelemetry-0.32.1/src/span_ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-opentelemetry-0.32.1/src/stack.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-opentelemetry-0.32.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-opentelemetry-0.32.1/src/metrics.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-opentelemetry-0.32.1/src/layer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-opentelemetry-0.32.1/src/layer/filtered.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-opentelemetry-0.32.1/src/otel_context.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-opentelemetry-0.32.1/src/span_ext.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-opentelemetry-0.32.1/src/stack.rs: + +# env-dep:CARGO_PKG_VERSION=0.32.1 diff --git a/target/debug/deps/tracing_subscriber-d34b9998c8af634d.d b/target/debug/deps/tracing_subscriber-d34b9998c8af634d.d new file mode 100644 index 0000000..17e180d --- /dev/null +++ b/target/debug/deps/tracing_subscriber-d34b9998c8af634d.d @@ -0,0 +1,40 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/tracing_subscriber-d34b9998c8af634d.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/field/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/field/debug.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/field/delimited.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/field/display.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/filter/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/filter/filter_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/filter/level.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/prelude.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/registry/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/layer/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/layer/context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/layer/layered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/filter/env/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/filter/env/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/filter/env/directive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/filter/env/field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/filter/layer_filters/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/filter/layer_filters/combinator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/filter/targets.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/filter/directive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/registry/extensions.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/registry/sharded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/registry/stack.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/reload.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/sync.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/fmt/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/fmt/fmt_layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/fmt/format/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/fmt/format/escape.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/fmt/format/pretty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/fmt/time/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/fmt/time/datetime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/fmt/writer.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtracing_subscriber-d34b9998c8af634d.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/field/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/field/debug.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/field/delimited.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/field/display.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/filter/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/filter/filter_fn.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/filter/level.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/prelude.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/registry/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/layer/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/layer/context.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/layer/layered.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/filter/env/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/filter/env/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/filter/env/directive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/filter/env/field.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/filter/layer_filters/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/filter/layer_filters/combinator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/filter/targets.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/filter/directive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/registry/extensions.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/registry/sharded.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/registry/stack.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/reload.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/sync.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/fmt/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/fmt/fmt_layer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/fmt/format/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/fmt/format/escape.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/fmt/format/pretty.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/fmt/time/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/fmt/time/datetime.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/fmt/writer.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/field/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/field/debug.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/field/delimited.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/field/display.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/filter/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/filter/filter_fn.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/filter/level.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/prelude.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/registry/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/layer/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/layer/context.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/layer/layered.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/filter/env/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/filter/env/builder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/filter/env/directive.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/filter/env/field.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/filter/layer_filters/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/filter/layer_filters/combinator.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/filter/targets.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/filter/directive.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/registry/extensions.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/registry/sharded.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/registry/stack.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/reload.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/sync.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/fmt/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/fmt/fmt_layer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/fmt/format/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/fmt/format/escape.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/fmt/format/pretty.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/fmt/time/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/fmt/time/datetime.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/fmt/writer.rs: diff --git a/target/debug/deps/triomphe-2237db2e9ea43298.d b/target/debug/deps/triomphe-2237db2e9ea43298.d new file mode 100644 index 0000000..124dfd6 --- /dev/null +++ b/target/debug/deps/triomphe-2237db2e9ea43298.d @@ -0,0 +1,16 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/triomphe-2237db2e9ea43298.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc_borrow.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc_swap_support.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc_union.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/header.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/iterator_as_exact_size_iterator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/offset_arc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/thin_arc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/unique_arc.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtriomphe-2237db2e9ea43298.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc_borrow.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc_swap_support.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc_union.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/header.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/iterator_as_exact_size_iterator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/offset_arc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/thin_arc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/unique_arc.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtriomphe-2237db2e9ea43298.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc_borrow.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc_swap_support.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc_union.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/header.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/iterator_as_exact_size_iterator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/offset_arc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/thin_arc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/unique_arc.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc_borrow.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc_swap_support.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc_union.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/header.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/iterator_as_exact_size_iterator.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/offset_arc.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/thin_arc.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/unique_arc.rs: diff --git a/target/debug/deps/triomphe-3237f80369a2d51b.d b/target/debug/deps/triomphe-3237f80369a2d51b.d new file mode 100644 index 0000000..f0fe25b --- /dev/null +++ b/target/debug/deps/triomphe-3237f80369a2d51b.d @@ -0,0 +1,14 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/triomphe-3237f80369a2d51b.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc_borrow.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc_swap_support.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc_union.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/header.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/iterator_as_exact_size_iterator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/offset_arc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/thin_arc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/unique_arc.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtriomphe-3237f80369a2d51b.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc_borrow.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc_swap_support.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc_union.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/header.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/iterator_as_exact_size_iterator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/offset_arc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/thin_arc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/unique_arc.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc_borrow.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc_swap_support.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc_union.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/header.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/iterator_as_exact_size_iterator.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/offset_arc.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/thin_arc.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/unique_arc.rs: diff --git a/target/debug/deps/triomphe-93f4a0bb0e0afb63.d b/target/debug/deps/triomphe-93f4a0bb0e0afb63.d new file mode 100644 index 0000000..2b58511 --- /dev/null +++ b/target/debug/deps/triomphe-93f4a0bb0e0afb63.d @@ -0,0 +1,14 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/triomphe-93f4a0bb0e0afb63.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc_borrow.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc_swap_support.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc_union.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/header.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/iterator_as_exact_size_iterator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/offset_arc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/thin_arc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/unique_arc.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtriomphe-93f4a0bb0e0afb63.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc_borrow.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc_swap_support.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc_union.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/header.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/iterator_as_exact_size_iterator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/offset_arc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/thin_arc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/unique_arc.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc_borrow.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc_swap_support.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc_union.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/header.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/iterator_as_exact_size_iterator.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/offset_arc.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/thin_arc.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/unique_arc.rs: diff --git a/target/debug/deps/triomphe-fa2603cad1b98758.d b/target/debug/deps/triomphe-fa2603cad1b98758.d new file mode 100644 index 0000000..bdfa294 --- /dev/null +++ b/target/debug/deps/triomphe-fa2603cad1b98758.d @@ -0,0 +1,16 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/triomphe-fa2603cad1b98758.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc_borrow.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc_swap_support.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc_union.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/header.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/iterator_as_exact_size_iterator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/offset_arc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/thin_arc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/unique_arc.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtriomphe-fa2603cad1b98758.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc_borrow.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc_swap_support.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc_union.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/header.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/iterator_as_exact_size_iterator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/offset_arc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/thin_arc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/unique_arc.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtriomphe-fa2603cad1b98758.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc_borrow.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc_swap_support.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc_union.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/header.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/iterator_as_exact_size_iterator.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/offset_arc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/thin_arc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/unique_arc.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc_borrow.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc_swap_support.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/arc_union.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/header.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/iterator_as_exact_size_iterator.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/offset_arc.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/thin_arc.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/triomphe-0.1.15/src/unique_arc.rs: diff --git a/target/debug/deps/try_lock-d369a8cb96356c02.d b/target/debug/deps/try_lock-d369a8cb96356c02.d new file mode 100644 index 0000000..3f581f0 --- /dev/null +++ b/target/debug/deps/try_lock-d369a8cb96356c02.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/try_lock-d369a8cb96356c02.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/try-lock-0.2.5/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtry_lock-d369a8cb96356c02.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/try-lock-0.2.5/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/try-lock-0.2.5/src/lib.rs: diff --git a/target/debug/deps/tungstenite-3724fc58b35d80c0.d b/target/debug/deps/tungstenite-3724fc58b35d80c0.d new file mode 100644 index 0000000..ca04e31 --- /dev/null +++ b/target/debug/deps/tungstenite-3724fc58b35d80c0.d @@ -0,0 +1,22 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/tungstenite-3724fc58b35d80c0.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/client.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/handshake/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/handshake/client.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/handshake/headers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/handshake/machine.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/handshake/server.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/protocol/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/protocol/frame/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/protocol/frame/coding.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/protocol/frame/frame.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/protocol/frame/mask.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/protocol/message.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/server.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/util.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtungstenite-3724fc58b35d80c0.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/client.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/handshake/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/handshake/client.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/handshake/headers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/handshake/machine.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/handshake/server.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/protocol/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/protocol/frame/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/protocol/frame/coding.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/protocol/frame/frame.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/protocol/frame/mask.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/protocol/message.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/server.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/util.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/buffer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/client.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/handshake/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/handshake/client.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/handshake/headers.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/handshake/machine.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/handshake/server.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/protocol/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/protocol/frame/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/protocol/frame/coding.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/protocol/frame/frame.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/protocol/frame/mask.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/protocol/message.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/server.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/stream.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/util.rs: diff --git a/target/debug/deps/tungstenite-9c353e04dad28687.d b/target/debug/deps/tungstenite-9c353e04dad28687.d new file mode 100644 index 0000000..959b836 --- /dev/null +++ b/target/debug/deps/tungstenite-9c353e04dad28687.d @@ -0,0 +1,23 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/tungstenite-9c353e04dad28687.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/client.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/handshake/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/handshake/client.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/handshake/headers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/handshake/machine.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/handshake/server.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/protocol/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/protocol/frame/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/protocol/frame/coding.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/protocol/frame/frame.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/protocol/frame/mask.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/protocol/frame/utf8.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/protocol/message.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/server.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/util.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtungstenite-9c353e04dad28687.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/buffer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/client.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/handshake/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/handshake/client.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/handshake/headers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/handshake/machine.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/handshake/server.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/protocol/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/protocol/frame/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/protocol/frame/coding.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/protocol/frame/frame.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/protocol/frame/mask.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/protocol/frame/utf8.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/protocol/message.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/server.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/stream.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/util.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/buffer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/client.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/handshake/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/handshake/client.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/handshake/headers.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/handshake/machine.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/handshake/server.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/protocol/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/protocol/frame/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/protocol/frame/coding.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/protocol/frame/frame.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/protocol/frame/mask.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/protocol/frame/utf8.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/protocol/message.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/server.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/stream.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.28.0/src/util.rs: diff --git a/target/debug/deps/typenum-25760b79df229d63.d b/target/debug/deps/typenum-25760b79df229d63.d new file mode 100644 index 0000000..41cfe34 --- /dev/null +++ b/target/debug/deps/typenum-25760b79df229d63.d @@ -0,0 +1,18 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/typenum-25760b79df229d63.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/bit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/gen.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/gen/consts.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/gen/op.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/marker_traits.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/operator_aliases.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/private.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/type_operators.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/uint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/array.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtypenum-25760b79df229d63.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/bit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/gen.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/gen/consts.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/gen/op.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/marker_traits.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/operator_aliases.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/private.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/type_operators.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/uint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/array.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtypenum-25760b79df229d63.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/bit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/gen.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/gen/consts.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/gen/op.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/marker_traits.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/operator_aliases.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/private.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/type_operators.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/uint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/array.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/bit.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/gen.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/gen/consts.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/gen/op.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/int.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/marker_traits.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/operator_aliases.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/private.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/type_operators.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/uint.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/array.rs: diff --git a/target/debug/deps/typenum-ed6fc27c53f13f56.d b/target/debug/deps/typenum-ed6fc27c53f13f56.d new file mode 100644 index 0000000..8aec68a --- /dev/null +++ b/target/debug/deps/typenum-ed6fc27c53f13f56.d @@ -0,0 +1,16 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/typenum-ed6fc27c53f13f56.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/bit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/gen.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/gen/consts.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/gen/op.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/marker_traits.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/operator_aliases.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/private.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/type_operators.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/uint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/array.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libtypenum-ed6fc27c53f13f56.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/bit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/gen.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/gen/consts.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/gen/op.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/int.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/marker_traits.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/operator_aliases.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/private.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/type_operators.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/uint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/array.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/bit.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/gen.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/gen/consts.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/gen/op.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/int.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/marker_traits.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/operator_aliases.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/private.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/type_operators.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/uint.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/array.rs: diff --git a/target/debug/deps/ucd_trie-3db7031fc5d9f7f4.d b/target/debug/deps/ucd_trie-3db7031fc5d9f7f4.d new file mode 100644 index 0000000..6b1ae95 --- /dev/null +++ b/target/debug/deps/ucd_trie-3db7031fc5d9f7f4.d @@ -0,0 +1,8 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/ucd_trie-3db7031fc5d9f7f4.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.7/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.7/src/owned.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libucd_trie-3db7031fc5d9f7f4.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.7/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.7/src/owned.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libucd_trie-3db7031fc5d9f7f4.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.7/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.7/src/owned.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.7/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.7/src/owned.rs: diff --git a/target/debug/deps/ucd_trie-b9b24ae22a9b2ce6.d b/target/debug/deps/ucd_trie-b9b24ae22a9b2ce6.d new file mode 100644 index 0000000..e652460 --- /dev/null +++ b/target/debug/deps/ucd_trie-b9b24ae22a9b2ce6.d @@ -0,0 +1,6 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/ucd_trie-b9b24ae22a9b2ce6.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.7/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.7/src/owned.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libucd_trie-b9b24ae22a9b2ce6.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.7/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.7/src/owned.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.7/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.7/src/owned.rs: diff --git a/target/debug/deps/unicase-8c73d2a6de00ad44.d b/target/debug/deps/unicase-8c73d2a6de00ad44.d new file mode 100644 index 0000000..cefabc3 --- /dev/null +++ b/target/debug/deps/unicase-8c73d2a6de00ad44.d @@ -0,0 +1,10 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/unicase-8c73d2a6de00ad44.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.9.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.9.0/src/ascii.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.9.0/src/unicode/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.9.0/src/unicode/map.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libunicase-8c73d2a6de00ad44.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.9.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.9.0/src/ascii.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.9.0/src/unicode/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.9.0/src/unicode/map.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libunicase-8c73d2a6de00ad44.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.9.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.9.0/src/ascii.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.9.0/src/unicode/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.9.0/src/unicode/map.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.9.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.9.0/src/ascii.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.9.0/src/unicode/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.9.0/src/unicode/map.rs: diff --git a/target/debug/deps/unicase-909fba5b0efc4d1d.d b/target/debug/deps/unicase-909fba5b0efc4d1d.d new file mode 100644 index 0000000..54a9912 --- /dev/null +++ b/target/debug/deps/unicase-909fba5b0efc4d1d.d @@ -0,0 +1,8 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/unicase-909fba5b0efc4d1d.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.9.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.9.0/src/ascii.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.9.0/src/unicode/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.9.0/src/unicode/map.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libunicase-909fba5b0efc4d1d.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.9.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.9.0/src/ascii.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.9.0/src/unicode/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.9.0/src/unicode/map.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.9.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.9.0/src/ascii.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.9.0/src/unicode/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.9.0/src/unicode/map.rs: diff --git a/target/debug/deps/unicode_bidi-29db93f774740881.d b/target/debug/deps/unicode_bidi-29db93f774740881.d new file mode 100644 index 0000000..0be3ee9 --- /dev/null +++ b/target/debug/deps/unicode_bidi-29db93f774740881.d @@ -0,0 +1,15 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/unicode_bidi-29db93f774740881.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.18/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.18/src/data_source.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.18/src/deprecated.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.18/src/format_chars.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.18/src/level.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.18/src/utf16.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.18/src/char_data/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.18/src/char_data/tables.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.18/src/explicit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.18/src/implicit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.18/src/prepare.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libunicode_bidi-29db93f774740881.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.18/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.18/src/data_source.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.18/src/deprecated.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.18/src/format_chars.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.18/src/level.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.18/src/utf16.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.18/src/char_data/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.18/src/char_data/tables.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.18/src/explicit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.18/src/implicit.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.18/src/prepare.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.18/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.18/src/data_source.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.18/src/deprecated.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.18/src/format_chars.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.18/src/level.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.18/src/utf16.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.18/src/char_data/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.18/src/char_data/tables.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.18/src/explicit.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.18/src/implicit.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.18/src/prepare.rs: diff --git a/target/debug/deps/unicode_ident-4fec18d14b15363e.d b/target/debug/deps/unicode_ident-4fec18d14b15363e.d new file mode 100644 index 0000000..aad557c --- /dev/null +++ b/target/debug/deps/unicode_ident-4fec18d14b15363e.d @@ -0,0 +1,8 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/unicode_ident-4fec18d14b15363e.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/src/tables.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libunicode_ident-4fec18d14b15363e.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/src/tables.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libunicode_ident-4fec18d14b15363e.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/src/tables.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/src/tables.rs: diff --git a/target/debug/deps/unicode_ident-982660b45ed9048f.d b/target/debug/deps/unicode_ident-982660b45ed9048f.d new file mode 100644 index 0000000..038b291 --- /dev/null +++ b/target/debug/deps/unicode_ident-982660b45ed9048f.d @@ -0,0 +1,6 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/unicode_ident-982660b45ed9048f.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/src/tables.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libunicode_ident-982660b45ed9048f.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/src/tables.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.22/src/tables.rs: diff --git a/target/debug/deps/unicode_normalization-5a6e005c2868c335.d b/target/debug/deps/unicode_normalization-5a6e005c2868c335.d new file mode 100644 index 0000000..23f0440 --- /dev/null +++ b/target/debug/deps/unicode_normalization-5a6e005c2868c335.d @@ -0,0 +1,15 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/unicode_normalization-5a6e005c2868c335.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.25/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.25/src/decompose.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.25/src/lookups.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.25/src/normalize.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.25/src/perfect_hash.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.25/src/quick_check.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.25/src/recompose.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.25/src/replace.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.25/src/stream_safe.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.25/src/tables.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.25/src/__test_api.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libunicode_normalization-5a6e005c2868c335.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.25/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.25/src/decompose.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.25/src/lookups.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.25/src/normalize.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.25/src/perfect_hash.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.25/src/quick_check.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.25/src/recompose.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.25/src/replace.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.25/src/stream_safe.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.25/src/tables.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.25/src/__test_api.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.25/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.25/src/decompose.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.25/src/lookups.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.25/src/normalize.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.25/src/perfect_hash.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.25/src/quick_check.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.25/src/recompose.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.25/src/replace.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.25/src/stream_safe.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.25/src/tables.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.25/src/__test_api.rs: diff --git a/target/debug/deps/unicode_segmentation-9f2009d72cd5b583.d b/target/debug/deps/unicode_segmentation-9f2009d72cd5b583.d new file mode 100644 index 0000000..b713356 --- /dev/null +++ b/target/debug/deps/unicode_segmentation-9f2009d72cd5b583.d @@ -0,0 +1,9 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/unicode_segmentation-9f2009d72cd5b583.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.12.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.12.0/src/grapheme.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.12.0/src/sentence.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.12.0/src/word.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.12.0/src/tables.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libunicode_segmentation-9f2009d72cd5b583.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.12.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.12.0/src/grapheme.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.12.0/src/sentence.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.12.0/src/word.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.12.0/src/tables.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.12.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.12.0/src/grapheme.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.12.0/src/sentence.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.12.0/src/word.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.12.0/src/tables.rs: diff --git a/target/debug/deps/unsafe_libyaml-0736d06fd20656a4.d b/target/debug/deps/unsafe_libyaml-0736d06fd20656a4.d new file mode 100644 index 0000000..4227487 --- /dev/null +++ b/target/debug/deps/unsafe_libyaml-0736d06fd20656a4.d @@ -0,0 +1,19 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/unsafe_libyaml-0736d06fd20656a4.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/api.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/dumper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/emitter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/loader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/ops.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/reader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/scanner.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/success.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/yaml.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libunsafe_libyaml-0736d06fd20656a4.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/api.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/dumper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/emitter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/loader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/ops.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/reader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/scanner.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/success.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/yaml.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libunsafe_libyaml-0736d06fd20656a4.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/api.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/dumper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/emitter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/loader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/ops.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/reader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/scanner.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/success.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/yaml.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/api.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/dumper.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/emitter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/loader.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/ops.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/parser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/reader.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/scanner.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/success.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/writer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/yaml.rs: diff --git a/target/debug/deps/unsafe_libyaml-5d3cabcbf60870d4.d b/target/debug/deps/unsafe_libyaml-5d3cabcbf60870d4.d new file mode 100644 index 0000000..2385c72 --- /dev/null +++ b/target/debug/deps/unsafe_libyaml-5d3cabcbf60870d4.d @@ -0,0 +1,17 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/unsafe_libyaml-5d3cabcbf60870d4.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/api.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/dumper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/emitter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/loader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/ops.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/reader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/scanner.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/success.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/yaml.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libunsafe_libyaml-5d3cabcbf60870d4.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/api.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/dumper.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/emitter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/loader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/ops.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/reader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/scanner.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/success.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/yaml.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/api.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/dumper.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/emitter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/loader.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/ops.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/parser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/reader.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/scanner.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/success.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/writer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/yaml.rs: diff --git a/target/debug/deps/untrusted-acabc4c26793167e.d b/target/debug/deps/untrusted-acabc4c26793167e.d new file mode 100644 index 0000000..6ea75af --- /dev/null +++ b/target/debug/deps/untrusted-acabc4c26793167e.d @@ -0,0 +1,8 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/untrusted-acabc4c26793167e.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/input.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/no_panic.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/reader.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libuntrusted-acabc4c26793167e.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/input.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/no_panic.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/reader.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/input.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/no_panic.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/reader.rs: diff --git a/target/debug/deps/url-0645997d62b60688.d b/target/debug/deps/url-0645997d62b60688.d new file mode 100644 index 0000000..0c3e394 --- /dev/null +++ b/target/debug/deps/url-0645997d62b60688.d @@ -0,0 +1,11 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/url-0645997d62b60688.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/host.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/origin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/path_segments.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/slicing.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/quirks.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/liburl-0645997d62b60688.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/host.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/origin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/path_segments.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/slicing.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/quirks.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/host.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/origin.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/parser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/path_segments.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/slicing.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/quirks.rs: diff --git a/target/debug/deps/url-6c7002912a38d085.d b/target/debug/deps/url-6c7002912a38d085.d new file mode 100644 index 0000000..5e6a6ce --- /dev/null +++ b/target/debug/deps/url-6c7002912a38d085.d @@ -0,0 +1,13 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/url-6c7002912a38d085.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/host.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/origin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/path_segments.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/slicing.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/quirks.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/liburl-6c7002912a38d085.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/host.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/origin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/path_segments.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/slicing.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/quirks.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/liburl-6c7002912a38d085.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/host.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/origin.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/path_segments.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/slicing.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/quirks.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/host.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/origin.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/parser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/path_segments.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/slicing.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/quirks.rs: diff --git a/target/debug/deps/urlencoding-0c8b821363acc66a.d b/target/debug/deps/urlencoding-0c8b821363acc66a.d new file mode 100644 index 0000000..5c249ec --- /dev/null +++ b/target/debug/deps/urlencoding-0c8b821363acc66a.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/urlencoding-0c8b821363acc66a.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/urlencoding-2.1.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/urlencoding-2.1.3/src/enc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/urlencoding-2.1.3/src/dec.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/liburlencoding-0c8b821363acc66a.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/urlencoding-2.1.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/urlencoding-2.1.3/src/enc.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/urlencoding-2.1.3/src/dec.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/urlencoding-2.1.3/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/urlencoding-2.1.3/src/enc.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/urlencoding-2.1.3/src/dec.rs: diff --git a/target/debug/deps/utf8-054a4c2ee46d6c76.d b/target/debug/deps/utf8-054a4c2ee46d6c76.d new file mode 100644 index 0000000..b985f93 --- /dev/null +++ b/target/debug/deps/utf8-054a4c2ee46d6c76.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/utf8-054a4c2ee46d6c76.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf-8-0.7.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf-8-0.7.6/src/lossy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf-8-0.7.6/src/read.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libutf8-054a4c2ee46d6c76.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf-8-0.7.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf-8-0.7.6/src/lossy.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf-8-0.7.6/src/read.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf-8-0.7.6/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf-8-0.7.6/src/lossy.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf-8-0.7.6/src/read.rs: diff --git a/target/debug/deps/utf8_iter-022bba74f2b025dd.d b/target/debug/deps/utf8_iter-022bba74f2b025dd.d new file mode 100644 index 0000000..29b8384 --- /dev/null +++ b/target/debug/deps/utf8_iter-022bba74f2b025dd.d @@ -0,0 +1,9 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/utf8_iter-022bba74f2b025dd.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/indices.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/report.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libutf8_iter-022bba74f2b025dd.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/indices.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/report.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libutf8_iter-022bba74f2b025dd.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/indices.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/report.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/indices.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/report.rs: diff --git a/target/debug/deps/utf8_iter-39d2d421a5b8d55d.d b/target/debug/deps/utf8_iter-39d2d421a5b8d55d.d new file mode 100644 index 0000000..7b0ad5b --- /dev/null +++ b/target/debug/deps/utf8_iter-39d2d421a5b8d55d.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/utf8_iter-39d2d421a5b8d55d.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/indices.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/report.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libutf8_iter-39d2d421a5b8d55d.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/indices.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/report.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/indices.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/report.rs: diff --git a/target/debug/deps/utoipa-4b47912f2585f11a.d b/target/debug/deps/utoipa-4b47912f2585f11a.d new file mode 100644 index 0000000..0e98bde --- /dev/null +++ b/target/debug/deps/utoipa-4b47912f2585f11a.d @@ -0,0 +1,20 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/utoipa-4b47912f2585f11a.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/content.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/encoding.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/example.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/external_docs.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/header.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/info.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/request_body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/schema.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/security.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/server.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/tag.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/xml.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libutoipa-4b47912f2585f11a.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/content.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/encoding.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/example.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/external_docs.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/header.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/info.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/request_body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/schema.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/security.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/server.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/tag.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/xml.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/content.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/encoding.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/example.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/external_docs.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/header.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/info.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/path.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/request_body.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/response.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/schema.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/security.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/server.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/tag.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/xml.rs: diff --git a/target/debug/deps/utoipa-9156b2eb335018be.d b/target/debug/deps/utoipa-9156b2eb335018be.d new file mode 100644 index 0000000..71a6e8c --- /dev/null +++ b/target/debug/deps/utoipa-9156b2eb335018be.d @@ -0,0 +1,20 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/utoipa-9156b2eb335018be.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/content.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/encoding.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/example.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/external_docs.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/header.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/info.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/request_body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/schema.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/security.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/server.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/tag.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/xml.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libutoipa-9156b2eb335018be.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/content.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/encoding.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/example.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/external_docs.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/header.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/info.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/request_body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/schema.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/security.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/server.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/tag.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/xml.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/content.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/encoding.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/example.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/external_docs.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/header.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/info.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/path.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/request_body.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/response.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/schema.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/security.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/server.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/tag.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-4.2.3/src/openapi/xml.rs: diff --git a/target/debug/deps/utoipa_gen-701b974a37e28a34.d b/target/debug/deps/utoipa_gen-701b974a37e28a34.d new file mode 100644 index 0000000..28410a7 --- /dev/null +++ b/target/debug/deps/utoipa_gen-701b974a37e28a34.d @@ -0,0 +1,26 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/utoipa_gen-701b974a37e28a34.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component/into_params.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component/features.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component/schema.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component/schema/enum_variant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component/schema/features.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component/schema/xml.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component/serde.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/doc_comment.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/openapi.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/openapi/info.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/path/example.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/path/parameter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/path/request_body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/path/response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/path/response/derive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/path/status.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/schema_type.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/security_requirement.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libutoipa_gen-701b974a37e28a34.so: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component/into_params.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component/features.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component/schema.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component/schema/enum_variant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component/schema/features.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component/schema/xml.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component/serde.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/doc_comment.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/openapi.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/openapi/info.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/path/example.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/path/parameter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/path/request_body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/path/response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/path/response/derive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/path/status.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/schema_type.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/security_requirement.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component/into_params.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component/features.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component/schema.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component/schema/enum_variant.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component/schema/features.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component/schema/xml.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component/serde.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/doc_comment.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/ext.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/openapi.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/openapi/info.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/path.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/path/example.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/path/parameter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/path/request_body.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/path/response.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/path/response/derive.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/path/status.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/schema_type.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/security_requirement.rs: diff --git a/target/debug/deps/utoipa_gen-98e0272af6aab55b.d b/target/debug/deps/utoipa_gen-98e0272af6aab55b.d new file mode 100644 index 0000000..d9d5521 --- /dev/null +++ b/target/debug/deps/utoipa_gen-98e0272af6aab55b.d @@ -0,0 +1,26 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/utoipa_gen-98e0272af6aab55b.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component/into_params.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component/features.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component/schema.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component/schema/enum_variant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component/schema/features.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component/schema/xml.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component/serde.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/doc_comment.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/openapi.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/openapi/info.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/path/example.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/path/parameter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/path/request_body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/path/response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/path/response/derive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/path/status.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/schema_type.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/security_requirement.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libutoipa_gen-98e0272af6aab55b.so: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component/into_params.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component/features.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component/schema.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component/schema/enum_variant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component/schema/features.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component/schema/xml.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component/serde.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/doc_comment.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/ext.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/openapi.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/openapi/info.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/path.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/path/example.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/path/parameter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/path/request_body.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/path/response.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/path/response/derive.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/path/status.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/schema_type.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/security_requirement.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component/into_params.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component/features.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component/schema.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component/schema/enum_variant.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component/schema/features.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component/schema/xml.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/component/serde.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/doc_comment.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/ext.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/openapi.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/openapi/info.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/path.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/path/example.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/path/parameter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/path/request_body.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/path/response.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/path/response/derive.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/path/status.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/schema_type.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utoipa-gen-4.3.1/src/security_requirement.rs: diff --git a/target/debug/deps/uuid-2782fa2002529580.d b/target/debug/deps/uuid-2782fa2002529580.d new file mode 100644 index 0000000..24c9ef5 --- /dev/null +++ b/target/debug/deps/uuid-2782fa2002529580.d @@ -0,0 +1,16 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/uuid-2782fa2002529580.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/non_nil.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/fmt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/timestamp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/v4.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/rng.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/external.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/external/serde_support.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libuuid-2782fa2002529580.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/non_nil.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/fmt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/timestamp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/v4.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/rng.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/external.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/external/serde_support.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/builder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/non_nil.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/parser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/fmt.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/timestamp.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/v4.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/rng.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/external.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/external/serde_support.rs: diff --git a/target/debug/deps/uuid-9321bafc0fd8dd7d.d b/target/debug/deps/uuid-9321bafc0fd8dd7d.d new file mode 100644 index 0000000..d66a96b --- /dev/null +++ b/target/debug/deps/uuid-9321bafc0fd8dd7d.d @@ -0,0 +1,18 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/uuid-9321bafc0fd8dd7d.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/non_nil.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/fmt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/timestamp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/v4.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/rng.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/external.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/external/serde_support.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libuuid-9321bafc0fd8dd7d.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/non_nil.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/fmt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/timestamp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/v4.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/rng.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/external.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/external/serde_support.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libuuid-9321bafc0fd8dd7d.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/non_nil.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/fmt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/timestamp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/v4.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/rng.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/external.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/external/serde_support.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/builder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/non_nil.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/parser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/fmt.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/timestamp.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/v4.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/rng.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/external.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/external/serde_support.rs: diff --git a/target/debug/deps/uuid-bf849bd751d4c6c5.d b/target/debug/deps/uuid-bf849bd751d4c6c5.d new file mode 100644 index 0000000..2997663 --- /dev/null +++ b/target/debug/deps/uuid-bf849bd751d4c6c5.d @@ -0,0 +1,18 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/uuid-bf849bd751d4c6c5.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/non_nil.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/fmt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/timestamp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/v4.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/rng.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/external.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/external/serde_support.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libuuid-bf849bd751d4c6c5.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/non_nil.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/fmt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/timestamp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/v4.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/rng.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/external.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/external/serde_support.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libuuid-bf849bd751d4c6c5.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/non_nil.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/fmt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/timestamp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/v4.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/rng.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/external.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/external/serde_support.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/builder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/non_nil.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/parser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/fmt.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/timestamp.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/v4.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/rng.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/external.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/external/serde_support.rs: diff --git a/target/debug/deps/uuid-d95cfa254a403c28.d b/target/debug/deps/uuid-d95cfa254a403c28.d new file mode 100644 index 0000000..31ba97f --- /dev/null +++ b/target/debug/deps/uuid-d95cfa254a403c28.d @@ -0,0 +1,16 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/uuid-d95cfa254a403c28.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/non_nil.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/fmt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/timestamp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/v4.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/rng.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/external.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/external/serde_support.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libuuid-d95cfa254a403c28.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/non_nil.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/fmt.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/timestamp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/v4.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/rng.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/external.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/external/serde_support.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/builder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/non_nil.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/parser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/fmt.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/timestamp.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/v4.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/rng.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/external.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.20.0/src/external/serde_support.rs: diff --git a/target/debug/deps/validator-5860359495285abf.d b/target/debug/deps/validator-5860359495285abf.d new file mode 100644 index 0000000..731599d --- /dev/null +++ b/target/debug/deps/validator-5860359495285abf.d @@ -0,0 +1,19 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/validator-5860359495285abf.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/display_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/traits.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/contains.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/does_not_contain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/email.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/ip.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/length.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/must_match.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/range.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/regex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/required.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/urls.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libvalidator-5860359495285abf.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/display_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/traits.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/contains.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/does_not_contain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/email.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/ip.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/length.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/must_match.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/range.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/regex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/required.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/urls.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/display_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/traits.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/types.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/contains.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/does_not_contain.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/email.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/ip.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/length.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/must_match.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/range.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/regex.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/required.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/urls.rs: diff --git a/target/debug/deps/validator-9e3738ab64fd461c.d b/target/debug/deps/validator-9e3738ab64fd461c.d new file mode 100644 index 0000000..8ad1153 --- /dev/null +++ b/target/debug/deps/validator-9e3738ab64fd461c.d @@ -0,0 +1,18 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/validator-9e3738ab64fd461c.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.16.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.16.1/src/display_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.16.1/src/traits.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.16.1/src/types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.16.1/src/validation/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.16.1/src/validation/contains.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.16.1/src/validation/does_not_contain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.16.1/src/validation/email.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.16.1/src/validation/ip.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.16.1/src/validation/length.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.16.1/src/validation/must_match.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.16.1/src/validation/range.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.16.1/src/validation/required.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.16.1/src/validation/urls.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libvalidator-9e3738ab64fd461c.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.16.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.16.1/src/display_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.16.1/src/traits.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.16.1/src/types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.16.1/src/validation/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.16.1/src/validation/contains.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.16.1/src/validation/does_not_contain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.16.1/src/validation/email.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.16.1/src/validation/ip.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.16.1/src/validation/length.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.16.1/src/validation/must_match.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.16.1/src/validation/range.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.16.1/src/validation/required.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.16.1/src/validation/urls.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.16.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.16.1/src/display_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.16.1/src/traits.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.16.1/src/types.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.16.1/src/validation/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.16.1/src/validation/contains.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.16.1/src/validation/does_not_contain.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.16.1/src/validation/email.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.16.1/src/validation/ip.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.16.1/src/validation/length.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.16.1/src/validation/must_match.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.16.1/src/validation/range.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.16.1/src/validation/required.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.16.1/src/validation/urls.rs: diff --git a/target/debug/deps/validator-f27e2fbdeee5141f.d b/target/debug/deps/validator-f27e2fbdeee5141f.d new file mode 100644 index 0000000..d9a5f71 --- /dev/null +++ b/target/debug/deps/validator-f27e2fbdeee5141f.d @@ -0,0 +1,19 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/validator-f27e2fbdeee5141f.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/display_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/traits.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/contains.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/does_not_contain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/email.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/ip.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/length.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/must_match.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/range.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/regex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/required.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/urls.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libvalidator-f27e2fbdeee5141f.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/display_impl.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/traits.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/contains.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/does_not_contain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/email.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/ip.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/length.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/must_match.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/range.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/regex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/required.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/urls.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/display_impl.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/traits.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/types.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/contains.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/does_not_contain.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/email.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/ip.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/length.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/must_match.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/range.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/regex.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/required.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.18.1/src/validation/urls.rs: diff --git a/target/debug/deps/validator_derive-8fae1fdf391f22c7.d b/target/debug/deps/validator_derive-8fae1fdf391f22c7.d new file mode 100644 index 0000000..a91a5d6 --- /dev/null +++ b/target/debug/deps/validator_derive-8fae1fdf391f22c7.d @@ -0,0 +1,23 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/validator_derive-8fae1fdf391f22c7.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/cards.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/contains.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/custom.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/does_not_contain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/email.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/ip.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/length.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/must_match.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/nested.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/non_control_character.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/range.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/regex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/required.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/schema.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/url.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/utils.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libvalidator_derive-8fae1fdf391f22c7.so: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/cards.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/contains.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/custom.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/does_not_contain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/email.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/ip.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/length.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/must_match.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/nested.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/non_control_character.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/range.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/regex.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/required.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/schema.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/url.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/types.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/utils.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/cards.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/contains.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/custom.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/does_not_contain.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/email.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/ip.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/length.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/must_match.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/nested.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/non_control_character.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/range.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/regex.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/required.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/schema.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/tokens/url.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/types.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator_derive-0.18.2/src/utils.rs: diff --git a/target/debug/deps/vcpkg-5425685a8637baec.d b/target/debug/deps/vcpkg-5425685a8637baec.d new file mode 100644 index 0000000..b87dd71 --- /dev/null +++ b/target/debug/deps/vcpkg-5425685a8637baec.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/vcpkg-5425685a8637baec.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vcpkg-0.2.15/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libvcpkg-5425685a8637baec.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vcpkg-0.2.15/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libvcpkg-5425685a8637baec.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vcpkg-0.2.15/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vcpkg-0.2.15/src/lib.rs: diff --git a/target/debug/deps/version_check-e67c589c3c1ced77.d b/target/debug/deps/version_check-e67c589c3c1ced77.d new file mode 100644 index 0000000..41a57cc --- /dev/null +++ b/target/debug/deps/version_check-e67c589c3c1ced77.d @@ -0,0 +1,10 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/version_check-e67c589c3c1ced77.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/version.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/channel.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/date.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libversion_check-e67c589c3c1ced77.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/version.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/channel.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/date.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libversion_check-e67c589c3c1ced77.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/version.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/channel.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/date.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/version.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/channel.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/date.rs: diff --git a/target/debug/deps/walkdir-20557cbaca703d2f.d b/target/debug/deps/walkdir-20557cbaca703d2f.d new file mode 100644 index 0000000..4d8c8fc --- /dev/null +++ b/target/debug/deps/walkdir-20557cbaca703d2f.d @@ -0,0 +1,8 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/walkdir-20557cbaca703d2f.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/dent.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/util.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libwalkdir-20557cbaca703d2f.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/dent.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/util.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/dent.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/util.rs: diff --git a/target/debug/deps/walkdir-5cc6746be0e2993c.d b/target/debug/deps/walkdir-5cc6746be0e2993c.d new file mode 100644 index 0000000..ab12937 --- /dev/null +++ b/target/debug/deps/walkdir-5cc6746be0e2993c.d @@ -0,0 +1,10 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/walkdir-5cc6746be0e2993c.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/dent.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/util.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libwalkdir-5cc6746be0e2993c.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/dent.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/util.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libwalkdir-5cc6746be0e2993c.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/dent.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/util.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/dent.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/util.rs: diff --git a/target/debug/deps/want-e953bceaba135dcb.d b/target/debug/deps/want-e953bceaba135dcb.d new file mode 100644 index 0000000..c594da8 --- /dev/null +++ b/target/debug/deps/want-e953bceaba135dcb.d @@ -0,0 +1,5 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/want-e953bceaba135dcb.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/want-0.3.1/src/lib.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libwant-e953bceaba135dcb.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/want-0.3.1/src/lib.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/want-0.3.1/src/lib.rs: diff --git a/target/debug/deps/winnow-a70df8d793627acd.d b/target/debug/deps/winnow-a70df8d793627acd.d new file mode 100644 index 0000000..c1f6913 --- /dev/null +++ b/target/debug/deps/winnow-a70df8d793627acd.d @@ -0,0 +1,33 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/winnow-a70df8d793627acd.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/macros/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/macros/dispatch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/macros/seq.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/bstr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/locating.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/partial.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/range.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/stateful.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/token.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/ascii/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/binary/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/binary/bits/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/branch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/core.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/debug/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/expression.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/multi.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/sequence.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/token/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/../examples/css/parser.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libwinnow-a70df8d793627acd.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/macros/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/macros/dispatch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/macros/seq.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/bstr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/locating.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/partial.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/range.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/stateful.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/token.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/ascii/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/binary/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/binary/bits/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/branch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/core.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/debug/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/expression.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/multi.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/sequence.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/token/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/../examples/css/parser.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libwinnow-a70df8d793627acd.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/macros/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/macros/dispatch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/macros/seq.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/bstr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/locating.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/partial.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/range.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/stateful.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/token.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/ascii/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/binary/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/binary/bits/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/branch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/core.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/debug/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/expression.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/multi.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/sequence.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/token/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/../examples/css/parser.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/macros/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/macros/dispatch.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/macros/seq.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/parser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/bstr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/bytes.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/locating.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/partial.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/range.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/stateful.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/token.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/ascii/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/binary/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/binary/bits/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/branch.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/core.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/debug/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/expression.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/multi.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/sequence.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/impls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/token/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/../examples/css/parser.rs: diff --git a/target/debug/deps/winnow-f70f8c00ea585f15.d b/target/debug/deps/winnow-f70f8c00ea585f15.d new file mode 100644 index 0000000..56c40d7 --- /dev/null +++ b/target/debug/deps/winnow-f70f8c00ea585f15.d @@ -0,0 +1,31 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/winnow-f70f8c00ea585f15.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/macros/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/macros/dispatch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/macros/seq.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/bstr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/locating.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/partial.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/range.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/stateful.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/token.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/ascii/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/binary/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/binary/bits/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/branch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/core.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/debug/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/expression.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/multi.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/sequence.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/token/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/../examples/css/parser.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libwinnow-f70f8c00ea585f15.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/macros/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/macros/dispatch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/macros/seq.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/parser.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/bstr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/bytes.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/locating.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/partial.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/range.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/stateful.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/token.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/ascii/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/binary/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/binary/bits/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/branch.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/core.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/debug/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/expression.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/multi.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/sequence.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/token/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/../examples/css/parser.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/macros/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/macros/dispatch.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/macros/seq.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/parser.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/bstr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/bytes.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/locating.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/partial.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/range.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/stateful.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/stream/token.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/ascii/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/binary/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/binary/bits/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/branch.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/core.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/debug/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/expression.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/multi.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/sequence.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/combinator/impls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/token/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/../examples/css/parser.rs: diff --git a/target/debug/deps/writeable-31c9ba73adda303d.d b/target/debug/deps/writeable-31c9ba73adda303d.d new file mode 100644 index 0000000..81cd8e6 --- /dev/null +++ b/target/debug/deps/writeable-31c9ba73adda303d.d @@ -0,0 +1,12 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/writeable-31c9ba73adda303d.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/cmp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/ops.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/parts_write_adapter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/try_writeable.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libwriteable-31c9ba73adda303d.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/cmp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/ops.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/parts_write_adapter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/try_writeable.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libwriteable-31c9ba73adda303d.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/cmp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/ops.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/parts_write_adapter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/try_writeable.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/cmp.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/impls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/ops.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/parts_write_adapter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/try_writeable.rs: diff --git a/target/debug/deps/writeable-579521408cf98134.d b/target/debug/deps/writeable-579521408cf98134.d new file mode 100644 index 0000000..2478f40 --- /dev/null +++ b/target/debug/deps/writeable-579521408cf98134.d @@ -0,0 +1,10 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/writeable-579521408cf98134.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/cmp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/ops.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/parts_write_adapter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/try_writeable.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libwriteable-579521408cf98134.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/cmp.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/ops.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/parts_write_adapter.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/try_writeable.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/cmp.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/impls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/ops.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/parts_write_adapter.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/try_writeable.rs: diff --git a/target/debug/deps/yoke-0ccbc86cd7a1f8d7.d b/target/debug/deps/yoke-0ccbc86cd7a1f8d7.d new file mode 100644 index 0000000..6b33a90 --- /dev/null +++ b/target/debug/deps/yoke-0ccbc86cd7a1f8d7.d @@ -0,0 +1,15 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/yoke-0ccbc86cd7a1f8d7.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/cartable_ptr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/either.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/kinda_sorta_dangling.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/macro_impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/yoke.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/yokeable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/zero_from.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libyoke-0ccbc86cd7a1f8d7.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/cartable_ptr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/either.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/kinda_sorta_dangling.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/macro_impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/yoke.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/yokeable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/zero_from.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libyoke-0ccbc86cd7a1f8d7.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/cartable_ptr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/either.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/kinda_sorta_dangling.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/macro_impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/yoke.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/yokeable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/zero_from.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/cartable_ptr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/either.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/kinda_sorta_dangling.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/macro_impls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/utils.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/yoke.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/yokeable.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/zero_from.rs: diff --git a/target/debug/deps/yoke-501faa5a11643775.d b/target/debug/deps/yoke-501faa5a11643775.d new file mode 100644 index 0000000..7214595 --- /dev/null +++ b/target/debug/deps/yoke-501faa5a11643775.d @@ -0,0 +1,13 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/yoke-501faa5a11643775.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/cartable_ptr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/either.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/kinda_sorta_dangling.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/macro_impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/yoke.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/yokeable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/zero_from.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libyoke-501faa5a11643775.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/cartable_ptr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/either.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/kinda_sorta_dangling.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/macro_impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/yoke.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/yokeable.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/zero_from.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/cartable_ptr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/either.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/kinda_sorta_dangling.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/macro_impls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/utils.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/yoke.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/yokeable.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/zero_from.rs: diff --git a/target/debug/deps/yoke_derive-e52306d65360de31.d b/target/debug/deps/yoke_derive-e52306d65360de31.d new file mode 100644 index 0000000..495d6c1 --- /dev/null +++ b/target/debug/deps/yoke_derive-e52306d65360de31.d @@ -0,0 +1,6 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/yoke_derive-e52306d65360de31.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.8.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.8.1/src/visitor.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libyoke_derive-e52306d65360de31.so: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.8.1/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.8.1/src/visitor.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.8.1/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.8.1/src/visitor.rs: diff --git a/target/debug/deps/zerocopy-5fc78f4f144589af.d b/target/debug/deps/zerocopy-5fc78f4f144589af.d new file mode 100644 index 0000000..9cfafcb --- /dev/null +++ b/target/debug/deps/zerocopy-5fc78f4f144589af.d @@ -0,0 +1,28 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/zerocopy-5fc78f4f144589af.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/util/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/util/macro_util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/byte_slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/byteorder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/deprecated.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/doctests.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/layout.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/pointer/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/pointer/inner.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/pointer/invariant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/pointer/ptr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/pointer/transmute.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/ref.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/split_at.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/wrappers.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libzerocopy-5fc78f4f144589af.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/util/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/util/macro_util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/byte_slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/byteorder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/deprecated.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/doctests.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/layout.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/pointer/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/pointer/inner.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/pointer/invariant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/pointer/ptr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/pointer/transmute.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/ref.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/split_at.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/wrappers.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libzerocopy-5fc78f4f144589af.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/util/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/util/macro_util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/byte_slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/byteorder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/deprecated.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/doctests.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/layout.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/pointer/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/pointer/inner.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/pointer/invariant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/pointer/ptr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/pointer/transmute.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/ref.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/split_at.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/wrappers.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/util/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/util/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/util/macro_util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/byte_slice.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/byteorder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/deprecated.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/doctests.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/impls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/layout.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/pointer/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/pointer/inner.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/pointer/invariant.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/pointer/ptr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/pointer/transmute.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/ref.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/split_at.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/wrappers.rs: + +# env-dep:CARGO_PKG_VERSION=0.8.34 diff --git a/target/debug/deps/zerocopy-e79c9b0f319e5d36.d b/target/debug/deps/zerocopy-e79c9b0f319e5d36.d new file mode 100644 index 0000000..2af0065 --- /dev/null +++ b/target/debug/deps/zerocopy-e79c9b0f319e5d36.d @@ -0,0 +1,26 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/zerocopy-e79c9b0f319e5d36.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/util/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/util/macro_util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/byte_slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/byteorder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/deprecated.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/doctests.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/layout.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/pointer/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/pointer/inner.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/pointer/invariant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/pointer/ptr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/pointer/transmute.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/ref.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/split_at.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/wrappers.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libzerocopy-e79c9b0f319e5d36.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/util/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/util/macro_util.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/byte_slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/byteorder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/deprecated.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/doctests.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/layout.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/pointer/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/pointer/inner.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/pointer/invariant.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/pointer/ptr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/pointer/transmute.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/ref.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/split_at.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/wrappers.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/util/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/util/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/util/macro_util.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/byte_slice.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/byteorder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/deprecated.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/doctests.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/impls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/layout.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/pointer/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/pointer/inner.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/pointer/invariant.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/pointer/ptr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/pointer/transmute.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/ref.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/split_at.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.34/src/wrappers.rs: + +# env-dep:CARGO_PKG_VERSION=0.8.34 diff --git a/target/debug/deps/zerofrom-393f2070b1484c4c.d b/target/debug/deps/zerofrom-393f2070b1484c4c.d new file mode 100644 index 0000000..4e2b06b --- /dev/null +++ b/target/debug/deps/zerofrom-393f2070b1484c4c.d @@ -0,0 +1,9 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/zerofrom-393f2070b1484c4c.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.6/src/macro_impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.6/src/zero_from.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libzerofrom-393f2070b1484c4c.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.6/src/macro_impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.6/src/zero_from.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libzerofrom-393f2070b1484c4c.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.6/src/macro_impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.6/src/zero_from.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.6/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.6/src/macro_impls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.6/src/zero_from.rs: diff --git a/target/debug/deps/zerofrom-e42cc11b8488ffb6.d b/target/debug/deps/zerofrom-e42cc11b8488ffb6.d new file mode 100644 index 0000000..939f659 --- /dev/null +++ b/target/debug/deps/zerofrom-e42cc11b8488ffb6.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/zerofrom-e42cc11b8488ffb6.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.6/src/macro_impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.6/src/zero_from.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libzerofrom-e42cc11b8488ffb6.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.6/src/macro_impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.6/src/zero_from.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.6/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.6/src/macro_impls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.6/src/zero_from.rs: diff --git a/target/debug/deps/zerofrom_derive-ef604317381752e8.d b/target/debug/deps/zerofrom_derive-ef604317381752e8.d new file mode 100644 index 0000000..6b1381b --- /dev/null +++ b/target/debug/deps/zerofrom_derive-ef604317381752e8.d @@ -0,0 +1,6 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/zerofrom_derive-ef604317381752e8.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.6/src/visitor.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libzerofrom_derive-ef604317381752e8.so: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.6/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.6/src/visitor.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.6/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.6/src/visitor.rs: diff --git a/target/debug/deps/zeroize-adfa6c36ae8cdec1.d b/target/debug/deps/zeroize-adfa6c36ae8cdec1.d new file mode 100644 index 0000000..1380650 --- /dev/null +++ b/target/debug/deps/zeroize-adfa6c36ae8cdec1.d @@ -0,0 +1,6 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/zeroize-adfa6c36ae8cdec1.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.8.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.8.2/src/x86.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libzeroize-adfa6c36ae8cdec1.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.8.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.8.2/src/x86.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.8.2/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.8.2/src/x86.rs: diff --git a/target/debug/deps/zerotrie-2c85c53afed4a6d3.d b/target/debug/deps/zerotrie-2c85c53afed4a6d3.d new file mode 100644 index 0000000..9c9e819 --- /dev/null +++ b/target/debug/deps/zerotrie-2c85c53afed4a6d3.d @@ -0,0 +1,19 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/zerotrie-2c85c53afed4a6d3.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/builder/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/builder/branch_meta.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/builder/bytestr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/builder/konst/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/builder/konst/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/builder/konst/store.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/byte_phf/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/cursor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/helpers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/options.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/reader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/varint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/zerotrie.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libzerotrie-2c85c53afed4a6d3.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/builder/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/builder/branch_meta.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/builder/bytestr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/builder/konst/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/builder/konst/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/builder/konst/store.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/byte_phf/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/cursor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/helpers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/options.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/reader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/varint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/zerotrie.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/builder/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/builder/branch_meta.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/builder/bytestr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/builder/konst/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/builder/konst/builder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/builder/konst/store.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/byte_phf/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/cursor.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/helpers.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/options.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/reader.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/varint.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/zerotrie.rs: diff --git a/target/debug/deps/zerotrie-dd4e4165f2d24ed8.d b/target/debug/deps/zerotrie-dd4e4165f2d24ed8.d new file mode 100644 index 0000000..4666756 --- /dev/null +++ b/target/debug/deps/zerotrie-dd4e4165f2d24ed8.d @@ -0,0 +1,21 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/zerotrie-dd4e4165f2d24ed8.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/builder/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/builder/branch_meta.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/builder/bytestr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/builder/konst/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/builder/konst/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/builder/konst/store.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/byte_phf/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/cursor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/helpers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/options.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/reader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/varint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/zerotrie.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libzerotrie-dd4e4165f2d24ed8.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/builder/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/builder/branch_meta.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/builder/bytestr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/builder/konst/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/builder/konst/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/builder/konst/store.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/byte_phf/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/cursor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/helpers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/options.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/reader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/varint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/zerotrie.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libzerotrie-dd4e4165f2d24ed8.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/builder/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/builder/branch_meta.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/builder/bytestr.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/builder/konst/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/builder/konst/builder.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/builder/konst/store.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/byte_phf/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/cursor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/helpers.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/options.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/reader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/varint.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/zerotrie.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/builder/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/builder/branch_meta.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/builder/bytestr.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/builder/konst/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/builder/konst/builder.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/builder/konst/store.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/byte_phf/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/cursor.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/helpers.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/options.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/reader.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/varint.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/zerotrie.rs: diff --git a/target/debug/deps/zerovec-884b2924d2de8406.d b/target/debug/deps/zerovec-884b2924d2de8406.d new file mode 100644 index 0000000..0abdd6c --- /dev/null +++ b/target/debug/deps/zerovec-884b2924d2de8406.d @@ -0,0 +1,30 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/zerovec-884b2924d2de8406.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/cow.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/varzerovec/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/varzerovec/components.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/varzerovec/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/varzerovec/lengthless.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/varzerovec/slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/varzerovec/vec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/zerovec/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/zerovec/slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/chars.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/multi.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/niche.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/option.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/plain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/slices.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/tuple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/tuplevar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/vartuple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/yoke_impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/zerofrom_impls.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libzerovec-884b2924d2de8406.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/cow.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/varzerovec/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/varzerovec/components.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/varzerovec/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/varzerovec/lengthless.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/varzerovec/slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/varzerovec/vec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/zerovec/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/zerovec/slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/chars.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/multi.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/niche.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/option.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/plain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/slices.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/tuple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/tuplevar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/vartuple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/yoke_impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/zerofrom_impls.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libzerovec-884b2924d2de8406.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/cow.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/varzerovec/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/varzerovec/components.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/varzerovec/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/varzerovec/lengthless.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/varzerovec/slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/varzerovec/vec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/zerovec/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/zerovec/slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/chars.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/multi.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/niche.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/option.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/plain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/slices.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/tuple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/tuplevar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/vartuple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/yoke_impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/zerofrom_impls.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/cow.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/varzerovec/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/varzerovec/components.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/varzerovec/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/varzerovec/lengthless.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/varzerovec/slice.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/varzerovec/vec.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/zerovec/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/zerovec/slice.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/chars.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/encode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/multi.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/niche.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/option.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/plain.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/slices.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/tuple.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/tuplevar.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/vartuple.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/yoke_impls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/zerofrom_impls.rs: diff --git a/target/debug/deps/zerovec-8c0becf19051ac6c.d b/target/debug/deps/zerovec-8c0becf19051ac6c.d new file mode 100644 index 0000000..32422fa --- /dev/null +++ b/target/debug/deps/zerovec-8c0becf19051ac6c.d @@ -0,0 +1,28 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/zerovec-8c0becf19051ac6c.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/cow.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/varzerovec/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/varzerovec/components.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/varzerovec/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/varzerovec/lengthless.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/varzerovec/slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/varzerovec/vec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/zerovec/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/zerovec/slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/chars.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/multi.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/niche.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/option.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/plain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/slices.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/tuple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/tuplevar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/vartuple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/yoke_impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/zerofrom_impls.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libzerovec-8c0becf19051ac6c.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/cow.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/varzerovec/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/varzerovec/components.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/varzerovec/error.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/varzerovec/lengthless.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/varzerovec/slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/varzerovec/vec.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/zerovec/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/zerovec/slice.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/chars.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/encode.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/macros.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/multi.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/niche.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/option.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/plain.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/slices.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/tuple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/tuplevar.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/vartuple.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/yoke_impls.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/zerofrom_impls.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/cow.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/varzerovec/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/varzerovec/components.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/varzerovec/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/varzerovec/lengthless.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/varzerovec/slice.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/varzerovec/vec.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/zerovec/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/zerovec/slice.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/chars.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/encode.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/multi.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/niche.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/option.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/plain.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/slices.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/tuple.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/tuplevar.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/ule/vartuple.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/yoke_impls.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/zerofrom_impls.rs: diff --git a/target/debug/deps/zerovec_derive-c021e89437ba0154.d b/target/debug/deps/zerovec_derive-c021e89437ba0154.d new file mode 100644 index 0000000..c8ebc38 --- /dev/null +++ b/target/debug/deps/zerovec_derive-c021e89437ba0154.d @@ -0,0 +1,10 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/zerovec_derive-c021e89437ba0154.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.11.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.11.2/src/make_ule.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.11.2/src/make_varule.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.11.2/src/ule.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.11.2/src/utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.11.2/src/varule.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libzerovec_derive-c021e89437ba0154.so: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.11.2/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.11.2/src/make_ule.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.11.2/src/make_varule.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.11.2/src/ule.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.11.2/src/utils.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.11.2/src/varule.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.11.2/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.11.2/src/make_ule.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.11.2/src/make_varule.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.11.2/src/ule.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.11.2/src/utils.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.11.2/src/varule.rs: diff --git a/target/debug/deps/zmij-137fdf0b8ab7ac31.d b/target/debug/deps/zmij-137fdf0b8ab7ac31.d new file mode 100644 index 0000000..3ac0f76 --- /dev/null +++ b/target/debug/deps/zmij-137fdf0b8ab7ac31.d @@ -0,0 +1,7 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/zmij-137fdf0b8ab7ac31.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.17/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.17/src/stdarch_x86.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.17/src/traits.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libzmij-137fdf0b8ab7ac31.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.17/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.17/src/stdarch_x86.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.17/src/traits.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.17/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.17/src/stdarch_x86.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.17/src/traits.rs: diff --git a/target/debug/deps/zmij-d788a6efcb6afec2.d b/target/debug/deps/zmij-d788a6efcb6afec2.d new file mode 100644 index 0000000..0d00b93 --- /dev/null +++ b/target/debug/deps/zmij-d788a6efcb6afec2.d @@ -0,0 +1,9 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/zmij-d788a6efcb6afec2.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.17/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.17/src/stdarch_x86.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.17/src/traits.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libzmij-d788a6efcb6afec2.rlib: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.17/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.17/src/stdarch_x86.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.17/src/traits.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libzmij-d788a6efcb6afec2.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.17/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.17/src/stdarch_x86.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.17/src/traits.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.17/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.17/src/stdarch_x86.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.17/src/traits.rs: diff --git a/target/debug/deps/zstd-fde6b3d26b852ea3.d b/target/debug/deps/zstd-fde6b3d26b852ea3.d new file mode 100644 index 0000000..1d04bb0 --- /dev/null +++ b/target/debug/deps/zstd-fde6b3d26b852ea3.d @@ -0,0 +1,17 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/zstd-fde6b3d26b852ea3.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/bulk/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/bulk/compressor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/bulk/decompressor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/dict.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/stream/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/stream/read/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/stream/write/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/stream/functions.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/stream/zio/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/stream/zio/reader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/stream/zio/writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/stream/raw.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libzstd-fde6b3d26b852ea3.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/bulk/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/bulk/compressor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/bulk/decompressor.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/dict.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/stream/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/stream/read/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/stream/write/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/stream/functions.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/stream/zio/mod.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/stream/zio/reader.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/stream/zio/writer.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/stream/raw.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/bulk/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/bulk/compressor.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/bulk/decompressor.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/dict.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/stream/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/stream/read/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/stream/write/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/stream/functions.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/stream/zio/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/stream/zio/reader.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/stream/zio/writer.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/stream/raw.rs: diff --git a/target/debug/deps/zstd_safe-5021695904f87ba5.d b/target/debug/deps/zstd_safe-5021695904f87ba5.d new file mode 100644 index 0000000..71ac06c --- /dev/null +++ b/target/debug/deps/zstd_safe-5021695904f87ba5.d @@ -0,0 +1,6 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/zstd_safe-5021695904f87ba5.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-safe-7.2.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-safe-7.2.4/src/constants.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libzstd_safe-5021695904f87ba5.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-safe-7.2.4/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-safe-7.2.4/src/constants.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-safe-7.2.4/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-safe-7.2.4/src/constants.rs: diff --git a/target/debug/deps/zstd_sys-aaa1845b9d008772.d b/target/debug/deps/zstd_sys-aaa1845b9d008772.d new file mode 100644 index 0000000..c554558 --- /dev/null +++ b/target/debug/deps/zstd_sys-aaa1845b9d008772.d @@ -0,0 +1,6 @@ +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/zstd_sys-aaa1845b9d008772.d: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.16+zstd.1.5.7/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.16+zstd.1.5.7/src/bindings_zstd.rs + +/home/runner/work/RustAPI-examples/RustAPI-examples/target/debug/deps/libzstd_sys-aaa1845b9d008772.rmeta: /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.16+zstd.1.5.7/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.16+zstd.1.5.7/src/bindings_zstd.rs + +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.16+zstd.1.5.7/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.16+zstd.1.5.7/src/bindings_zstd.rs: diff --git a/target/debug/incremental/microservices-3bbvucseobqgm/s-hf9b9k40bt-1r4y9mo-6kc23bvuh1m9ljq6txphhqkay/dep-graph.bin b/target/debug/incremental/microservices-3bbvucseobqgm/s-hf9b9k40bt-1r4y9mo-6kc23bvuh1m9ljq6txphhqkay/dep-graph.bin new file mode 100644 index 0000000..1d76d37 Binary files /dev/null and b/target/debug/incremental/microservices-3bbvucseobqgm/s-hf9b9k40bt-1r4y9mo-6kc23bvuh1m9ljq6txphhqkay/dep-graph.bin differ diff --git a/target/debug/incremental/microservices-3bbvucseobqgm/s-hf9b9k40bt-1r4y9mo-6kc23bvuh1m9ljq6txphhqkay/query-cache.bin b/target/debug/incremental/microservices-3bbvucseobqgm/s-hf9b9k40bt-1r4y9mo-6kc23bvuh1m9ljq6txphhqkay/query-cache.bin new file mode 100644 index 0000000..d5430c8 Binary files /dev/null and b/target/debug/incremental/microservices-3bbvucseobqgm/s-hf9b9k40bt-1r4y9mo-6kc23bvuh1m9ljq6txphhqkay/query-cache.bin differ diff --git a/target/debug/incremental/microservices-3bbvucseobqgm/s-hf9b9k40bt-1r4y9mo-6kc23bvuh1m9ljq6txphhqkay/work-products.bin b/target/debug/incremental/microservices-3bbvucseobqgm/s-hf9b9k40bt-1r4y9mo-6kc23bvuh1m9ljq6txphhqkay/work-products.bin new file mode 100644 index 0000000..c8dcd75 Binary files /dev/null and b/target/debug/incremental/microservices-3bbvucseobqgm/s-hf9b9k40bt-1r4y9mo-6kc23bvuh1m9ljq6txphhqkay/work-products.bin differ diff --git a/target/debug/incremental/microservices-3bbvucseobqgm/s-hf9b9k40bt-1r4y9mo.lock b/target/debug/incremental/microservices-3bbvucseobqgm/s-hf9b9k40bt-1r4y9mo.lock new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/incremental/order_service-1rddzcyv7c5td/s-hf9bdh1h14-04ggiym-95a51hkoswjh3kn8f9mqs1i67/dep-graph.bin b/target/debug/incremental/order_service-1rddzcyv7c5td/s-hf9bdh1h14-04ggiym-95a51hkoswjh3kn8f9mqs1i67/dep-graph.bin new file mode 100644 index 0000000..6d0784f Binary files /dev/null and b/target/debug/incremental/order_service-1rddzcyv7c5td/s-hf9bdh1h14-04ggiym-95a51hkoswjh3kn8f9mqs1i67/dep-graph.bin differ diff --git a/target/debug/incremental/order_service-1rddzcyv7c5td/s-hf9bdh1h14-04ggiym-95a51hkoswjh3kn8f9mqs1i67/query-cache.bin b/target/debug/incremental/order_service-1rddzcyv7c5td/s-hf9bdh1h14-04ggiym-95a51hkoswjh3kn8f9mqs1i67/query-cache.bin new file mode 100644 index 0000000..f5db3c5 Binary files /dev/null and b/target/debug/incremental/order_service-1rddzcyv7c5td/s-hf9bdh1h14-04ggiym-95a51hkoswjh3kn8f9mqs1i67/query-cache.bin differ diff --git a/target/debug/incremental/order_service-1rddzcyv7c5td/s-hf9bdh1h14-04ggiym-95a51hkoswjh3kn8f9mqs1i67/work-products.bin b/target/debug/incremental/order_service-1rddzcyv7c5td/s-hf9bdh1h14-04ggiym-95a51hkoswjh3kn8f9mqs1i67/work-products.bin new file mode 100644 index 0000000..c8dcd75 Binary files /dev/null and b/target/debug/incremental/order_service-1rddzcyv7c5td/s-hf9bdh1h14-04ggiym-95a51hkoswjh3kn8f9mqs1i67/work-products.bin differ diff --git a/target/debug/incremental/order_service-1rddzcyv7c5td/s-hf9bdh1h14-04ggiym.lock b/target/debug/incremental/order_service-1rddzcyv7c5td/s-hf9bdh1h14-04ggiym.lock new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/incremental/product_service-11oysysb5slt5/s-hf9b9k5w70-1vts2yg-working/dep-graph.part.bin b/target/debug/incremental/product_service-11oysysb5slt5/s-hf9b9k5w70-1vts2yg-working/dep-graph.part.bin new file mode 100644 index 0000000..5a6559d Binary files /dev/null and b/target/debug/incremental/product_service-11oysysb5slt5/s-hf9b9k5w70-1vts2yg-working/dep-graph.part.bin differ diff --git a/target/debug/incremental/product_service-11oysysb5slt5/s-hf9b9k5w70-1vts2yg.lock b/target/debug/incremental/product_service-11oysysb5slt5/s-hf9b9k5w70-1vts2yg.lock new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/incremental/product_service-1ua5kio78e26d/s-hf9bi3iggl-1uvazo3-enmehgh8nhddhnb0mfy8f2l7h/dep-graph.bin b/target/debug/incremental/product_service-1ua5kio78e26d/s-hf9bi3iggl-1uvazo3-enmehgh8nhddhnb0mfy8f2l7h/dep-graph.bin new file mode 100644 index 0000000..b1fb94f Binary files /dev/null and b/target/debug/incremental/product_service-1ua5kio78e26d/s-hf9bi3iggl-1uvazo3-enmehgh8nhddhnb0mfy8f2l7h/dep-graph.bin differ diff --git a/target/debug/incremental/product_service-1ua5kio78e26d/s-hf9bi3iggl-1uvazo3-enmehgh8nhddhnb0mfy8f2l7h/query-cache.bin b/target/debug/incremental/product_service-1ua5kio78e26d/s-hf9bi3iggl-1uvazo3-enmehgh8nhddhnb0mfy8f2l7h/query-cache.bin new file mode 100644 index 0000000..8372e98 Binary files /dev/null and b/target/debug/incremental/product_service-1ua5kio78e26d/s-hf9bi3iggl-1uvazo3-enmehgh8nhddhnb0mfy8f2l7h/query-cache.bin differ diff --git a/target/debug/incremental/product_service-1ua5kio78e26d/s-hf9bi3iggl-1uvazo3-enmehgh8nhddhnb0mfy8f2l7h/work-products.bin b/target/debug/incremental/product_service-1ua5kio78e26d/s-hf9bi3iggl-1uvazo3-enmehgh8nhddhnb0mfy8f2l7h/work-products.bin new file mode 100644 index 0000000..c8dcd75 Binary files /dev/null and b/target/debug/incremental/product_service-1ua5kio78e26d/s-hf9bi3iggl-1uvazo3-enmehgh8nhddhnb0mfy8f2l7h/work-products.bin differ diff --git a/target/debug/incremental/product_service-1ua5kio78e26d/s-hf9bi3iggl-1uvazo3.lock b/target/debug/incremental/product_service-1ua5kio78e26d/s-hf9bi3iggl-1uvazo3.lock new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/incremental/service_registry-1m7753o0f80xm/s-hf9bomk3rm-1vkc029-working/dep-graph.part.bin b/target/debug/incremental/service_registry-1m7753o0f80xm/s-hf9bomk3rm-1vkc029-working/dep-graph.part.bin new file mode 100644 index 0000000..74df722 Binary files /dev/null and b/target/debug/incremental/service_registry-1m7753o0f80xm/s-hf9bomk3rm-1vkc029-working/dep-graph.part.bin differ diff --git a/target/debug/incremental/service_registry-1m7753o0f80xm/s-hf9bomk3rm-1vkc029.lock b/target/debug/incremental/service_registry-1m7753o0f80xm/s-hf9bomk3rm-1vkc029.lock new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/incremental/service_registry-3fs431xnarvju/s-hf9b9kefnz-06xiky9-working/dep-graph.part.bin b/target/debug/incremental/service_registry-3fs431xnarvju/s-hf9b9kefnz-06xiky9-working/dep-graph.part.bin new file mode 100644 index 0000000..5d1c818 Binary files /dev/null and b/target/debug/incremental/service_registry-3fs431xnarvju/s-hf9b9kefnz-06xiky9-working/dep-graph.part.bin differ diff --git a/target/debug/incremental/service_registry-3fs431xnarvju/s-hf9b9kefnz-06xiky9.lock b/target/debug/incremental/service_registry-3fs431xnarvju/s-hf9b9kefnz-06xiky9.lock new file mode 100644 index 0000000..e69de29 diff --git a/templates/Cargo.toml b/templates/Cargo.toml index 599d821..429e3dd 100644 --- a/templates/Cargo.toml +++ b/templates/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" publish = false [dependencies] -rustapi-rs = { path = "../../crates/rustapi-rs", features = ["view"] } +rustapi-rs = { workspace = true, features = ["view"] } utoipa = { workspace = true } tokio = { workspace = true } serde = { workspace = true } diff --git a/templates/README.md b/templates/README.md index 1ad6116..1e9687b 100644 --- a/templates/README.md +++ b/templates/README.md @@ -308,7 +308,7 @@ base.html ```toml [dependencies] -rustapi-rs = { version = "0.2", features = ["view"] } +rustapi-rs = { version = "0.1", features = ["view"] } tokio = { version = "1", features = ["full"] } serde = { version = "1", features = ["derive"] } utoipa = "4" diff --git a/test_handler.long-type-14933221067219836064.txt b/test_handler.long-type-14933221067219836064.txt new file mode 100644 index 0000000..8d25691 --- /dev/null +++ b/test_handler.long-type-14933221067219836064.txt @@ -0,0 +1,2 @@ +fn(rustapi_rs::State, rustapi_rs::Json) -> impl Future, rustapi_rs::ApiError>> {register} +fn(rustapi_rs::State, rustapi_rs::Json) -> impl Future, rustapi_rs::ApiError>> {register}: Handler<_> diff --git a/toon-api/Cargo.toml b/toon-api/Cargo.toml index 1622e72..6a31b43 100644 --- a/toon-api/Cargo.toml +++ b/toon-api/Cargo.toml @@ -5,9 +5,9 @@ edition = "2021" publish = false [dependencies] -rustapi-rs = { path = "../../crates/rustapi-rs", features = ["toon", "swagger-ui"] } -tokio = { version = "1.35", features = ["full"] } -serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0" +rustapi-rs = { workspace = true, features = ["toon", "swagger-ui"] } +tokio = { workspace = true } +serde = { workspace = true } +serde_json = { workspace = true } tracing-subscriber = { version = "0.3", features = ["env-filter"] } -utoipa = "4.2" +utoipa = { workspace = true } diff --git a/toon-api/README.md b/toon-api/README.md index f9a07aa..8e0f029 100644 --- a/toon-api/README.md +++ b/toon-api/README.md @@ -269,7 +269,7 @@ Monthly savings: $18,000 ```toml [dependencies] -rustapi-rs = { version = "0.2", features = ["toon", "swagger-ui"] } +rustapi-rs = { version = "0.1", features = ["toon", "swagger-ui"] } tokio = { version = "1", features = ["full"] } serde = { version = "1", features = ["derive"] } utoipa = "4" diff --git a/websocket/Cargo.toml b/websocket/Cargo.toml index 90c1da8..2bd6d4e 100644 --- a/websocket/Cargo.toml +++ b/websocket/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" publish = false [dependencies] -rustapi-rs = { path = "../../crates/rustapi-rs", features = ["ws"] } +rustapi-rs = { workspace = true, features = ["ws"] } tokio = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } diff --git a/websocket/README.md b/websocket/README.md index cec2a12..8fb1e71 100644 --- a/websocket/README.md +++ b/websocket/README.md @@ -286,7 +286,7 @@ Client Server ```toml [dependencies] -rustapi-rs = { version = "0.2", features = ["ws"] } +rustapi-rs = { version = "0.1", features = ["ws"] } tokio = { version = "1", features = ["full"] } serde = { version = "1", features = ["derive"] } futures-util = "0.3"